@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,input,textarea{padding: 0;margin: 0;}
a{text-decoration: none;color: inherit;}
li{list-style: none;}
img{vertical-align: middle;border: 0;}
input,textarea{outline: none;background: none;}
input,textarea,select{color: inherit;font-size: inherit;font-family: inherit;}
textarea{resize:none;}
.cl:after{content: "";display: block;clear: both;height:0;overflow:hidden;visibility: hidden;}
.cl{zoom: 1;}
.sl{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/*按照750px的屏幕适配，根据ui给的尺寸进行修改*/
html{font-size: calc(100vw/7.5);}
body{font-size: .24rem;}
select {
    width: auto;
    border: 0.01rem solid #666;
    outline: none; 
    padding: 4px 24px 4px 10px;
    font-size: 0.28rem;
}
option {
    color: #333;
    font-size: 0.3em;
}

.header{
    height: 0.9rem;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.3rem;
    font-weight: bold;
    border-bottom: 0.01rem solid #999;
    z-index: 10;
}
.header .back{
    position: absolute;
    left: 0.4rem;
    top: 0;
    font-weight: normal;
    font-size: 0.26rem;
}
.footer {
    height: 0.9rem;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    border-top: 0.01rem solid #eee;
}
.footer ul{
    display: flex;
    justify-content: center;
    color: #333;
    padding-top: 0.1rem;
}
.footer ul li{
    margin: 0 0.9rem;
}
.footer .van-icon{
    font-size: 0.42rem;
}
.footer li p{
    font-size: 0.24rem;
}
.footer ul .on{
    color: #2093f1;
}

/* 修改vant样式 */
.van-empty{
    height: 8rem;
    background-color: #f5f5f5;
}
.van-empty .van-empty__image {
    width: 3rem;
    height: 3rem;
}
.van-empty .van-empty__description {
    font-size: 0.28rem;
}
.van-list .van-list__finished-text{
    font-size: 0.24rem;
}
.van-pull-refresh__head{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
}

/* 客服 */
.kf_box {
    position: fixed;
    right: 0.2rem;
    bottom: 2rem;
    width: 0.7rem;
    height: 1.2rem;
    text-align: center;
    border-radius: 0.12rem;
    background-color: #fff;
    line-height: 0.3rem;
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.06);
    z-index: 10;
}
.kf_box svg{
    width: 0.6rem;
    padding-top: 0.04rem;
}
.kf_container{
    padding: 1rem 0.2rem 0.2rem 0.2rem;
}
.kf_container .kf_item{
    margin-bottom: 0.2rem;
}
.kf_container .kf_title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #666;
    line-height: 0.6rem;
}
.kf_container .kf_text input{
    width: 6.6rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    border: 0.01rem solid #eee;
    border-radius: 0.02rem;
}
.kf_container .kf_item .van-checkbox__label{
    color: #999;
    font-size: 0.28rem;
}
.kf_container .kf_btn{
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #009688;
    color: #fff;
}

