@CHARSET "UTF-8";
*{-ms-touch-action:none;margin: 0;padding:0;margin: 0;padding: 0;}
body{background-color: #fafafa;font-size: 0.13rem;color: #333;}
a,a:active{color: #333;}
input,button,textarea,select,optgroup,option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;outline: 0; }
input,button{-webkit-appearance: none;border: 0;background: none;}
li{list-style: none;}
input[type="search"]::-webkit-search-cancel-button{display:none;-webkit-appearance:none}
h5{font-size: 0.13rem;font-weight: normal;}
/*自适应*/
@media screen and (max-width: 319px) {html {font-size: 85.33333px !important; } }
@media screen and (min-width: 320px) and (max-width: 359px) {html {font-size: 85.33333px !important;} }
@media screen and (min-width: 360px) and (max-width: 374px) {html {font-size: 96px !important; } }
@media screen and (min-width: 375px) and (max-width: 383px) {html {font-size: 100px !important; } }
@media screen and (min-width: 384px) and (max-width: 399px) {html {font-size: 102.4px !important; } }
@media screen and (min-width: 400px) and (max-width: 413px) {html {font-size: 106.66667px !important; } }
@media screen and (min-width: 414px) {html {font-size: 110.4px !important; } }

.w700{font-weight: 700}
/*布局*/
.wst-row{display: block;overflow: hidden;}
.wst-col{float: left;box-sizing: border-box;width: 100%;}
.wst-col-10{width: 10%;}
.wst-col-20{width: 20%;}
.wst-col-30{width: 30%;}
.wst-col-40{width: 40%;}
.wst-col-50{width: 50%;}
.wst-col-60{width: 60%;}
.wst-col-70{width: 70%;}
.wst-col-80{width: 80%;}
.wst-col-90{width: 90%;}
.wst-hide{display: none;}
.wst-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.wst-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.wst-relative{position: relative;}
/*文字截断*/
.wst-nowrap{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.wst-nowrap-multi{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;}
/*weui加载中*/
.wst-loading{display: none;transform:none !important;}
.weui-mask_transparent{position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0;}

.weui-icon_toast.weui-icon-success-no-circle{color: #FFFFFF;font-size: 55px;}
.weui-toast__content{margin: 5px 0 15px 0;}
.weui_mask{z-index: 1000;}
.weui_dialog, .weui_toast{z-index: 1000;}
/*页面*/
.wst-page{position: fixed;bottom: 0;left:0;z-index: 1;width: 0;}
.wst-container{border-top: 0.55rem solid transparent;border-bottom: 0.5rem solid transparent;}
.wst-header{width: 100vw;height:0.45rem;background-color: #fff;padding:0;top: 0;}
.wst-header:before {content: " ";position: absolute;left: 0;bottom:0;width: 100%;height: 1px;border-bottom:0;color: #979797;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(.5);transform: scaleY(.5);}
.wst-header .weui-header-title{color: #333;font-size: 0.15rem;height: 0.45rem;line-height: 0.45rem;margin-left:0;margin: 0 88px;}
.wst-header .weui-header-left{left: 0.12rem;top: 0.12rem;}
.wst-header .weui-header-left a,.wst-header .weui-header-right a{color: #333;}
.wst-header .weui-header-right {right: 10px;top: 10px;}
.wst-footer{width: 100vw;background-color: #fff;}
.wst-footer.weui-tabbar:before {border-top: 1px solid #dfdfdf;}
.wst-footer .index{display: block;width:100%;height:100%;background: url(../img/index.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .nearby{display: block;width:100%;height:100%;background: url(../img/nearby.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .finds{display: block;width:100%;height:100%;background: url(../img/finds.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .orders{display: block;width:100%;height:100%;background: url(../img/orders.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .carts{display: block;width:100%;height:100%;background: url(../img/carts.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .users{display: block;width:100%;height:100%;background: url(../img/users.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .active .index{display: block;width:100%;height:100%;background: url(../img/index-active.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .active .nearby{display: block;width:100%;height:100%;background: url(../img/nearby-active.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .active .finds{display: block;width:100%;height:100%;background: url(../img/finds-active.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .active .orders{display: block;width:100%;height:100%;background: url(../img/orders-active.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .active .carts{display: block;width:100%;height:100%;background: url(../img/carts-active.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .active .users{display: block;width:100%;height:100%;background: url(../img/users-active.png) 0px 0px no-repeat;background-size: 100%;}
.wst-footer .weui-tabbar_icon{position: relative;}
.wst-footer .num{position: absolute;top:-2px;right:-20px;font-size: 0.11rem;color: #fff;background: #ffa006;border-radius: 1000px;padding:0 5px;}
.wst-footer .weui-tabbar_item{padding: 5px 0 0;}
.wst-footer .weui-tabbar__label{color: #9a9a9a;margin-top: 0;font-size: 0.12rem;line-height: inherit;}
.wst-footer .active .weui-tabbar__label{color: #FF1B1A;}
.weui-tabbar__icon{width: 24px;height: 24px;}
.wst-totop{display: block;position: absolute;bottom: 60px;left:calc(100vw - 0.46rem);width:0.38rem;height:0.38rem;background: url(../img/top.png) 0px 0px no-repeat;background-size: 100%;display: none;}
.wst-clear{clear:both}
/*搜索*/
.weui-popup__container,.weui-picker-container{z-index: 500;}
.weui-picker-modal .picker-button{height: 35px;line-height: 35px;font-size: 16px;}
.weui-picker-modal .title{font-size: 16px;}
.weui-picker-modal .picker-items{font-size: 13px;}
.wst-search{background-color: #fff;}
.wst-search .wst-se-header{position: relative;height: 41px;}
.wst-search .wst-se-header:before{content: " ";position: absolute;left: 0;bottom: -0.5;width: 100%;height: 1px;border-bottom: 1px solid #dfdfdf;color: #dfdfdf;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(.5);transform: scaleY(.5);}
.wst-search .wst-se-header .icon{position: absolute;top: 7px;left: 0.1rem;color: #999999;font-size: 16px;}
.wst-search .search{float:right;width: calc(100% - 1.2rem);height: 33px;line-height:33px;padding: 4px 0;margin-right:0.7rem;position: relative;}
.wst-search .search .icon{position: absolute;top: 4px;left: 6px;color: #999;}
.wst-search .search input {margin-top:1px;padding: 0px 0 0 27px;width: 100%;box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 6px;background: #fff;color: #333;font-size: 0.13rem;line-height: 27px;letter-spacing: 1px;border: none;border: 1px solid #999;}
.wst-search .btn{position: absolute;top: 8px;right: 0.1rem;border: 1px solid #999; padding: 0 0.1rem;line-height: 0.25rem;border-radius: 3px;color: #333;font-size: 0.13rem;}
.wst-search .wst-se-hot{padding:0.1rem;}
.wst-search .wst-se-hot .hot,.wst-se-hot .history{font-size: 0.18rem;color: #000;margin-bottom:0.1rem;position: relative;}
.wst-search .wst-se-hot .key .keyword{float:left;margin:0 0.1rem 0.1rem 0;padding:0.06rem 0.15rem;color: #000;font-size: 0.13rem;background: #eeeeee;border-radius: 5px;}
.wst-search .wst-se-hot .history .icon{position: absolute;top:0;right:0;}
/*按钮button颜色*/
.btn-yellow{color: #fff;background: #ffa006;}
.btn-green{color: #fff;background: linear-gradient(180deg, #FF0F13 0%, #FF6A47 100%);}
.btn-green:active{color: #fff;background: #FF1B1A;}
.btn-gules{color: #fff;background: #FF1B1A;}
.btn-orange{color: #fff;background: linear-gradient(to right,#f7812d,#f54620);}
.btn-orange:active{color: #fff;background: linear-gradient(to right,#fa7e25,#f54620);}
.btn-gray{color: #fff;background: #999999;}

.clear{clear:both;}
/*优惠券样式*/
.wst-cops{position: relative;}
.wst-cops .cops-name{position: absolute;left: 0;top:0;padding:0 0.05rem 0 0.05rem;line-height: 0.15rem;background: #f23030;border-radius: 4px 1px;color: #fff;font-size: 0.1rem;}
.wst-cops .cops-goods{min-height: 0.15rem; font-size: 0.12rem;margin:0 0.2rem 0 0.25rem;line-height: 0.15rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.weui-cell:before{left:0;border-top: 1px solid #eeeeee;z-index: 1;}
.weui-cell{padding: 0.15rem 0.12rem}
.ui-container {border-top:0.65rem solid transparent;}

.ui-list-link > li:after{border-width:1px 1px 0 0!important;}
.ui-list-text.ui-list-link > li{padding-right:15px!important;}
.weui-cell_access .weui-cell__ft:after{width: 6px;height: 6px;border-width: 1px 1px 0 0;}
.weui-cells{margin-top:0;font-size:0.14rem;line-height:0.35rem;}

.wst-btn-footer{display: flex;position: absolute;z-index: 500;bottom: 0;width: 100vw;background: #fff;}
.wst-btn-footer .button{font-size: 15px;color: #fff;;width: 92%;border-radius:1rem; background: #FF1B1A;height: 45px;text-align: center;margin:0.2rem 4%;}

.tips-box{padding: 0.15rem;color: #777;font-size: 0.13rem;}

/**
 * 弹窗类
 */
.ui-dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: rgba(0, 0, 0, 0.4);
  display: none; }

.ui-dialog.show {
  display: -webkit-box;
  display: box; }

.ui-dialog-hd {
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative; }

.ui-dialog-cnt {
  border-radius: 6px;
  width: 3rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  pointer-events: auto;
  background-color: rgba(253, 253, 253, 0.95);
  position: relative;
  font-size: 16px; }

.ui-dialog-close:before {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: -0.28rem;
    right: -0.28rem;
}
.weui-cells:after,.weui-cells:before{border-top:0;}
.weui-dialog .weui-cell:before{content: " ";}
.weui-dialog__hd{padding: 15px 0 15px 0}
.weui-dialog__btn{color:#FF1B1A;}
.weui-toptips{z-index: 100000}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before{color:#FF1B1A}
.weui-cells_radio .weui-check:checked+.weui-icon-checked:before{content: '\EA06';color:#FF1B1A;font-size:23px;}
.weui-cells_radio .weui-icon-checked:before {
    content: '\EA01';
    color: #c9c9c9;
    font-size: 23px;
    display: block;
}
.weui-select {
    padding-left: 0;
    border-bottom: 0.05px solid #e9e8e8;
}

.wst-prompt-info {text-align: center;padding:1rem;}
.wst-prompt-info img{width: 1rem;}


.toolbar {
  font-size: .15rem;
  color: #3d4145;
  background: unset;
  z-index: 100 !important;
  border-radius: 0.1rem 0.1rem 0 0;
}

.toolbar .title {
  font-size: .15rem;
  line-height: 0.45rem;
  text-align: center;    
  font-weight: bold;
  color: #222;
}
.toolbar img{width: 0.2rem;}
.toolbar .picker-button {
  height: 0.45rem;
  line-height: 0.45rem;
  color: #B5B5B5;
  padding: 0 .1rem;
  font-size: 0.2rem
}
.toolbar .toolbar-inner {
  height: 0.45rem;
  border-radius: 0.1rem;
}
.weui-actionsheet__title{height: 0.5rem;}
.weui-popup__modal{background:#fff;}
.weui-popup__modal .modal-content {
  padding-top: 0.45rem;
}
.weui-popup__container{z-index: 10001}
.weui-media-box:before{left:0;}
.weui-grids:after{border-left:0;}
.weui-mask{z-index: 10000}
.weui-dialog{border-radius: 0.1rem;}
.weui-dialog, .weui-toast{z-index: 100000}
.wst-overflow-hide {position: fixed;top: 0;left: 0; width: 100%;}

#errorBg{background:url(../img/img_error_3.png) no-repeat;background-size:cover}
#errorBtn{width: 1.5rem;position: absolute;bottom: -0.5rem;left: 28%;background: #f9a517;color: #fff;border-color: #f9a517;line-height: 0.3rem;border-radius: 0.2rem;}
#errorLostBg{background:url(../img/img_error_2.png) no-repeat;background-size:100% 146%}
#errorLostBg p{position:absolute;color:#40ad74;font-size:.18rem;left:7%;top:20%}
.wst-in-choose{margin: 0.1rem 0.12rem 0;}
.nodata-box{text-align: center;margin: 0.5rem;font-size: 0.14rem;color: #999;}
.nodata-box img{width: 0.8rem;height: 0.8rem;}

.weui-popup__modal{border-radius: 0.1rem  0.1rem 0 0;}
.toolbar:before{background: none}

.wst-flex-row{display: flex;flex-direction:row;}
.wst-flex-column{display: flex;flex-direction:column;}
.wst-column{flex-direction:column;}
.wst-center{justify-content:center;align-items:center;}
.wst-fw{flex-wrap:wrap;}
.wst-jc{justify-content:center;}
.wst-jsb{justify-content:space-between;}
.wst-jsa{justify-content:space-around;}
.wst-jfs{justify-content:flex-start;}
.wst-jfe{justify-content:flex-end;}
.wst-ac{align-items:center;}
.wst-afe{align-items:flex-end;}
.wst-afs{align-items:flex-start;}

.wst-prompt-icon{position: relative;top:1rem;margin: 0 auto;width:1.24rem;}
.wst-prompt-icon img{display: block;width:100%;}
.wst-prompt-info{position: relative;top:0.2rem;text-align: center;}
.wst-prompt-info p{font-size:0.18rem;color: #ccc;}
.wst-prompt-info button { margin-top: 0.1rem; font-size: 0.15rem; color: #fff; width: 1.5rem; height: 0.35rem; border: 1px solid #EA4341; background: #EA4341; border-radius: 20px;}
.wst-prompt-info button:not(.disabled):not(:disabled):active,.wst-prompt-info button.active{background:#DB3735;color:#fff;}
.weui-dialog__ft{font-size: 0.13rem;}
.weui-dialog__title{font-size: 0.16rem;}

.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.dropload-noData span{position: relative;}
.dropload-noData span::before{
  content: " ";
  position: absolute;
  width: 0.4rem;
  border-bottom: 1px solid #ddd;
  top: 0.08rem;
  margin-right: 0.05rem;
  left: -0.45rem;
}
.dropload-noData span::after{
  content: " ";
  position: absolute;
  width: 0.4rem;
  border-bottom: 1px solid #ddd;
  top: 0.08rem;
  margin-left: 0.05rem;
}