#app {
    /*height: 100%;*/
    background-image: url(../image/test_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
}
.logo {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 10px;
}

.search-main {
    display: inline-block;
    width: 500px;
    height: 480px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    padding: 10px 0 50px 0;
}

.search-title {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    opacity: 0.8;
}

.label-text {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #303133;
    opacity: 0.9;
}

.input-info {
    display: inline-block;
    width: 100%;
}

.input-info input {
    border-radius: 0;
    border: 0;
    /*border-top: 0;*/
    /*border-left: 0;*/
    /*border-right: 0;*/
    /*border-bottom: 1px #E4E7ED solid;*/
    background-color: transparent;
}

.search-btn {
    width: 80%;
}

.result-main {
    display: none;
    width: 680px;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.result-title {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    opacity: 0.8;
}

.back-search {
    display: inline-block;
    width: 80px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    color: #DCDFE6;
    cursor: pointer;
    z-index: 999;
}

.back-search:hover {
    color: #C0C4CC;
}

.result-title-img {
    display: inline-block;
    width: 400px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.result-content {
    padding: 0 20px;
}

.result-info {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: rgba(244, 244, 245, 0.7);
    text-align: left;
    padding: 10px 15px;
}

.result-detail {

}

.result-detail .result-detail-row {
    padding: 0 20px;
    margin-bottom: 5px;
}

.result-detail .result-detail-label {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #303133;
    font-weight: bold;
}

.result-detail .result-detail-value{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*border-bottom: 1px #F2F6FC solid;*/
    text-align: left;
}

.result-detail .el-divider__text {
    color: #C0C4CC;
}


.tipInfo{
    height: 200px;
    overflow: auto;
}


/*body {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*#app {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: #fff;*/
/*}*/

/*.login-container{*/
/*    width: 600px;*/
/*    height: 400px;*/
/*    margin: auto;*/
/*    border: 1px solid #eeeeee;*/
/*}*/
/*.login-header{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    line-height: 100px;*/
/*    color: #fff;*/
/*    background-color: RGB(17,116,194);*/
/*}*/

/*.el-main{*/
/*    padding:0;*/
/*    text-align: center;*/
/*}*/

/*.el-header{*/
/*    padding:0;*/

/*}*/

/*.top-form{*/
/*    height: 50px;*/
/*    width: 100%;*/
/*    background-color: RGB(17,116,194);*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    color: #fff;*/
/*}*/

/*.center-form{*/
/*    padding: 40px 45px 0 45px;*/
/*}*/

/*.explain{*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    background-color: RGB(218,236,248);*/
/*}*/

/*.tipInfo{*/
/*    line-height: 20px;*/
/*    text-align: left;*/
/*    padding: 15px 45px;*/
/*    color: #999;*/
/*    font-size: 12px;*/
/*    opacity: 0.8;*/
/*    border-radius: 5px;*/
/*}*/

/*.tipInfo-content{*/
/*    !*max-height: 60px;*!*/
/*    !*overflow:hidden;*!*/
/*    !*background-color: #91e7ff;*!*/
/*}*/

/*.button-select{*/
/*    padding: 0 45px;*/
/*}*/

/*.button-select .e-button1{*/
/*    width: 100%;*/
/*    background-color: RGB(17,116,194);*/
/*    border-color:RGB(17,116,194);*/
/*}*/
