.mySwiper2{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 65px;
 }
 
 .mescroll {
   margin-top: 10px;
    box-sizing: border-box;
    padding-bottom: 65px;
}
.mescroll-upwarp{
    width: 100%;float: left;
}
.lbt {
    min-width: 50%;
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.lbt .swiper{height:100%}
.lbt .swiper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 100%;
}

.key_colum {
    width: 100%;
    padding: 10px;
    text-align: left!important;
    box-sizing: border-box;
}
.key_colum .keys-li {
    line-height: 28px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background-color: #eee;
    margin-right: 7px;
    font-size: 13px;
    height: 30px;
    margin-bottom: 5px;
}
.key_colum .active {
    background-color: red;
    color: #fff;
}

.pro_scolum {
    width: calc(100% - 0px);
    float: left;
    line-height: 40px;
    border: 5px solid #e4e4e4;
    margin-top: 5px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 15px;
}

.pro_scolum .change {
    width: 50px;
    float: left;
    text-align: center;
}
.pro_scolum .show {
    width: calc(100% - 130px);
    float: left;
    text-align: center;
}
.pro_scolum .cur {
    width: 80px;
    float: right;
    text-align: center;
}

.city_mask {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0px;
    display: none;
}
.ocity_mask_section {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 90%;
    height: calc(100% - 165px);
    margin-left: 5%;
    padding: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 80px;
}
/*.city_mask_section {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 90%;
    height: calc(100% - 15px);
    margin-left: 5%;
    padding: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.city_mask_tit {
    position: absolute;
    top: -10px;
    right: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.city_mask_section ul {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.city_mask_section ul .pro {
    float: left;
    width: 120px;
    border-right: 3px solid #ececec;
    position: absolute;
    height: 100%;
    overflow: scroll;
    left: 0px;
    font-size: 14px;
}
.city_mask_section ul .pro span {
    float: left;
    width: 100%;
    line-height: 30px;
}
.city_mask_section ul .pro .active {
   color:#D43D3D;
}
.city_mask_section ul .city {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    width: calc(100% - 130px);
    position: absolute;
    right: 0px;
    font-size: 14px;
}

.city_mask_section ul .city span {
    float: left;
    line-height: 30px;
    margin-right: 8px;
    margin-bottom: 5px;
}
.city_mask_section ul .city .active {
   color:#D43D3D;
}*/