.banner_box{
    /*height: 6.73rem;*/
    background: url(../imgs/search/banner-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.search_header{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .19rem;
}
.logo_box{
    width: 2.45rem;
    height: .61rem;
}
.home{
    width: 1.23rem;
    height: 0.37rem;
    border-radius: 0.19rem 0.19rem 0.19rem 0.19rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--fon14);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.home img{
    width: .2rem;
    height: .2rem;
    margin-right: .11rem;
}
.search_box{
    width: 14rem;
    padding: 0 2.81rem;
    margin: 1.52rem auto 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search_tit{
    font-size: var(--fon40);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .48rem;
}
.input_box{
    width: 8.38rem;
    display: flex;
    background: rgba(255, 255, 255, .79);
    justify-content: space-between;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    overflow: hidden;
    margin-bottom: .33rem;
}
.input_box input{
    border: 0;
    outline: none;
    width: 100%;
    background: transparent;
    padding-left: .25rem;
}
.input_box button{
    width: 1.28rem;
    height: 0.5rem;
    background: #008D60;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    display: flex;
    border: 0;
    outline: none;
    font-size: var(--fon16);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input_box button img{
    width: .2rem;
    height: .2rem;
    margin-right: .11rem;
}
.select_txt{
    font-size: var(--fon14);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .26rem;
}
.select_box{
    display: flex;
}
.select_item{
    width: 1.4rem;
    height: 0.35rem;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fon14);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 .06rem;
}
.select_active{
    background: #008D60;
    color: #FFFFFF;
    border: 0.01rem solid #008D60;
}
.search_content{
    /*position: relative;*/
    padding: 0.5rem 0;
    /*width: 33rem;*/
}
.no_search_center{
    /*position: absolute;*/
    width: 14rem;
    height: 6.81rem!important;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    /*bottom: .53rem!important;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.no_search_center img{
    width: 1.83rem;
    height: 1.65rem;
    margin-top: 2rem;
    margin-bottom: .24rem;
}
.no_search_txt{
    font-size: var(--fon16);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    margin-bottom: 2.71rem;
}
.search_center{
    height: auto;
    width: 14rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search_center_content{
    padding: .41rem .32rem .48rem .33rem;
    box-sizing: border-box;
    width: 100%;
}
.search_center_tit{
    font-size: var(--fon24);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #717171;
    margin-bottom: .33rem;
    text-indent: .07rem;
}
.search_center_tit .title{
    color: #008D60;
    margin-bottom: .33rem;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    overflow: hidden;
}
table tr{
    height: .44rem;
}

table tr:first-child{
    background: #E5E5E5!important;
    height: .54rem;
}
table tr:nth-child(2n-1){
    background: #F5F5F5;
}
table th{
    font-size: var(--fon14);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #008D60;
    text-align: left;
}
table td{
    font-size: var(--fon14);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
table th:nth-child(1),
table tr td:nth-child(1){
    /*text-indent: .46rem;*/
    padding-left: .46rem;;
    width: 7.3rem   ;
}
table th:nth-child(2),
table tr td:nth-child(2){
    width: 3.75rem
}







@media only screen and (max-width: 1024px) {
    .search_box,
    .search_center{
        width: 100%;
        padding: 0 0.3rem;
    }
    .input_box{
        width: 90%;
    }
    .select_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .select_item{
        width: 1.6rem;
        margin-bottom: 0.06rem;
    }
    

}








