*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;appearance:none;-moz-appearance:none;-webkit-appearance:none}
.click_no{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
@media screen and (-webkit-min-device-pixel-ratio:2){
    .border{border-width:.05rem!important}}
@media screen and (-webkit-min-device-pixel-ratio:3){
    .border{border-width:.333333rem!important}}
html,body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
ul,li{list-style:none;padding:0}
a{text-decoration:none;color:#333}

.w750{
    max-width:7.5rem;
    margin:0 auto;
    overflow:hidden;
    background-color:#f5f5f5
}
.select_box1 .swiper-container,.select_box1 .selectData{
    height:2.50rem
}
.select_box1  .swiper-slide{
    height:.70rem;
    line-height:.70rem;
    font-size:.26rem;
    color:#666;
}
.select_box1 .swiper-slide:first-child{
    color:#b7babf
}
.select_box1 .swiper-slide-prev,.select_box1 .swiper-slide-next{
    font-size:.26rem;
    color:#898b8f
}
.select_box1 .swiper-slide-active{font-size:.32rem;color:#191919}
@keyframes fadeInUp1{100%{bottom:0}}
.select_box{
    display:none;
    position:fixed;
    left:0;top:0;right:0;bottom:0;
    background-color:rgba(0,0,0,.5);-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;
    z-index: 999;
}
.select_box.yes{display:block}
.select_box .select{
    height:3.50rem;
    overflow: auto;
    text-align:center;
    padding:.80rem .10rem .20rem;
    position:absolute;
    left:0;right:0;bottom:-100%;
    background-color:#fff
}
.select_box.yes .select{animation:fadeInUp1 .3s ease-out;animation-fill-mode:forwards}
.select_box.yes .select .close,.select_box.yes .select .ok{
    color:#666;font-size:.32rem;position:absolute;top:.20rem
}
.select_box.yes .select .close{left:.20rem;font-size: .26rem}
.select_box.yes .select .ok{right:.20rem;font-size: .26rem}
.select_box.yes .select .cloth{position:absolute;height:.625rem;top:100rem;left:0;right:0;background-color:rgba(0,0,0,.05)}