html{
	font-size:13.3333333333333vw; 
}


*{  
    -webkit-touch-callout:none; 
    -webkit-user-select:none; 
    -khtml-user-select:none;  
    -moz-user-select:none;
    -ms-user-select:none; 
    user-select:none;  
}

input,textarea {
    -webkit-user-select:auto; /*webkit浏览器*/
    outline: none;
}


html, body {
    height: 100%;
    width: 100%;
}
.van-tabbar-item span{
    color: #999999;
}
.van-tabbar-item--active span{
    color: #FFBB32;
}
.van-address-item .van-radio__icon--checked .van-icon{
    background-color:  #FFBB32 !important;
    border-color:  #FFBB32 !important;

}
.van-button--danger{
    background-color:  #FFBB32 !important;
    border: 1px solid  #FFBB32 !important;
}
.van-switch--on{
    background-color:  #FFBB32 !important;
}
.van-pull-refresh{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}
.van-pull-refresh__track,.van-list{
    height: 100%;
}



.msgMainBox .van-radio__label{
    font-size: 0.28rem;
    color: #333;
    position: absolute;
    left: 0.52rem;
    top: 0.16rem;
}
.msgMainBox .van-radio{
    width: 100%;
    margin-top: 0.32rem;
    height: 0.62rem;
    position: relative;
}
.msgMainBox .van-radio__icon{
    position: absolute;
    left: 0;
    height: 0.42rem;
}
.msgMainBox .van-radio__icon .van-icon{
    width: 0.42rem;
    height: 0.42rem;
}

.van-hairline--bottom::after{
    border-bottom-width: 0 !important;
}



.editAddress .van-cell__title{
    text-align: left !important;
}



.msgMainBox {
    border-radius: 0.32rem !important;
}

.addClass{
    border-radius: 0 !important;
}


.orderMain .van-tabs__line{
    background-color: #FFBB32 !important;
}
.van-checkbox__label{
    font-size: 0.24rem;
}
.van-checkbox{
    margin: 0.2rem 0;
}


.articleInfoBoxs p{
    width: 100% !important;
    text-align: left;
    line-height: 24px !important;
}
.articleInfoBoxs video{
    width: 100% !important;
}
.articleInfoBoxs span{
    width: 100%;
    height: auto;
    text-align: left;
}
.articleInfoBoxs img{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
}
.articleInfoBoxs audio{
    width: 100%;
    margin:  10px auto;
}

.mallMain .van-popup{
    z-index: 2030303030;
}