#search_section{
    
    margin-bottom: 0px;
    border-bottom: 0;
    position: fixed;
    z-index: 9999998;
    width: 100%;
    background-color: var(--main-color);
    height: 40px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.searchbar{
    width: 100%;
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.searchbar .section{
    
    width: 100%;
    float: left;
    height: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    border-radius: 15px!important;
    padding-left: 10px;
    box-sizing: border-box;
}
.searchbar .section form {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
}

.searchbar .section input {
    float: left;
    border: 0px;
    outline: none;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    padding: 0px!important;
}

.sele_section{
    
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 40px;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
    background: #f4f5f6;
    z-index: 9999;
}
.sele_section .sele_swiper {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.sele_section .active {
    color: var(--main-color);
}
.sele_section .swiper-slide {
    height: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    word-break: keep-all;
    width: auto!important;
    line-height: 30px;;
    width: 17%!important;
}
.con_colum{
    float:left;width:100%;
    
    margin-top: 70px;box-sizing: border-box;
    height: calc(100% - 70px);
}
.mySwiper2{
    float: left;
    width: 100%;
    height: 100%;
}

.mySwiper2 b{color:var(--main-color)}
.sam_view{float:left;width:100%;
    float: left;
    width: 100%;
    /*padding-left: 10px;
    padding-right: 10px;*/
    box-sizing: border-box;}
    
    
.pay_colum {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.pay_colum .pay_tit {
    float: left;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
.pay_colum .price {
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: var(--main-color);
}
.pay_colum .pay_btn {
    float: left;
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    background-color: #005bba;
    color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 80px;
}

.pay_colum .pay_tit1 {
    font-size: 20px!important;
    font-style: normal;
    color: var(--main-color);
}
    
