@charset "utf-8";
/*多分辨率设定rem设定*/
html { font-size : 20px; }
@media only screen and (max-width: 310px) and (min-width: 300px) {html { font-size: 20px !important; }}
@media only screen and (max-width: 320px) and (min-width: 310px) {html { font-size: 20px !important; }}
/*Note3*/
@media only screen and (min-width: 360px) {html { font-size: 22px !important; }}
/*iPhone6*/
@media only screen and (min-width: 376px) {html { font-size: 23px !important; }}
/*iPhone6 plus*/
@media only screen and (min-width: 414px) {html { font-size: 24px !important; }}
/*big Resolution*/
@media only screen and (min-width: 641px) {html { font-size: 25px !important; }}
/*公共样式*/
html *{ -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
img { vertical-align: top; border: 0; }
input, textarea { -webkit-user-select: text; -ms-user-select: text; user-select: text; -webkit-appearance: none; }
input:focus, select:focus, textarea:focus, button:focus { outline: 0; }
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance:none;
}
input[type="checkbox"] { border: 0; }
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
/*iphone手机的input的样式问题*/
input, button { -webkit-appearance: none; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
table { border-collapse: collapse; border-spacing: 0 }
a { text-decoration: none; -webkit-touch-callout: none; }
em, i { font-style: normal; }
ul { list-style: none; margin: 0px; padding: 0px; }
li { list-style: none; }
html, body {font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, "Microsoft YaHei", Heiti, SimSun, sans-serif; -webkit-font-smoothing: antialiased; font-style: normal; }}
html { font-size: 14px; color: #666 }
a.react, label.react { display: block; color: inherit; height: 100%; }
a.react{display: -webkit-box !important;display: box !important;position: relative;}
.space { display: inline-block; width: 12px; }
.single-line { display:block;position: relative;-webkit-box-flex: 1;box-flex: 1; overflow: hidden;color: #fff; }
/*css初始值*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; outline: none;}
body { margin: 0 auto; font-size: 14px;  color: #999; min-width: 320px; max-width:640px; }
img { border: 0px }
a { color: #999; text-decoration: none;  blr: expression(this.onFocus=this.blur()); outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:active { star: expression_r(this.onFocus=this.blur());} 
a:hover { text-decoration: none;cursor: pointer}
a:focus, input[type=button] ,input[type=submit] { outline: none; } 
input[type=button] ,input[type=submit]{ -webkit-appearance: none;}
input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;}
input:-webkit-autofill { -webkit-animation-name: autofill; -webkit-animation-fill-mode: both;}
@-webkit-keyframes autofill { to { color: #666; background: transparent; } }
.main { width: 100%; overflow: hidden; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 14px }
fieldset, img { border: 0 }
cite, em, s, i, b { font-style: normal }
body, input, button, textarea, select, option { font-family: Source Han Sans CN, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, "Microsoft YaHei", Heiti, SimSun, sans-serif;}
a, input, textarea { text-decoration: none; outline: 0 }
li, img, label, input { vertical-align: middle }
var { font-style: normal }
ins { text-decoration: none }
.price-color{font-family: arial;}
video,embed{ max-width: 100% !important; height: auto !important;}


/*input 字体颜色*/
input::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder {color:#999;}

/*清除浮动*/
.clearfix:after { content: " "; display: block; height: 0; font-size: 0; visibility: hidden; clear: both;}
.clearfix { zoom: 1;}

/*padding*/
.p-t-0 { padding-top: 0 !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-20 { padding-top: 20px!important }
.p-b-0 { padding-bottom: 0 !important; }
.p-l-10 { padding-left: 10px!important }
.p-l-20 { padding-left: 20px!important }

/*margin*/
.m-l-0 { margin-left: 0 !important; }
.m-l-5 { margin-left: 5px !important; }
.m-t-0 { margin-top: 0px !important;}
.m-t-5 { margin-top: 5px !important}
.m-t-10 { margin-top: 10px !important}
.m-t-50{ margin-top:50px !important}
.m-t-100 { margin-top: 100px !important}
.m-r-10 { margin-right: 10px !important}
.m-r-30 { margin-right: 30px !important}
.m-b-0 { margin-bottom:0px !important}
.m-b-10 { margin-bottom:10px !important}
.m-b-50 { margin-bottom:50px !important}

/*浮动*/
.fl { float: left !important;}
.fr { float: right !important;}

/*按钮不可点击事件*/
.disable,.disabled{background:#f5f5f5 !important; color:#bbb !important;}
/*边框样式*/
.b-n { border: none !important}
.b-r-0 { border-right: 0px}
.b-r-1 { border-right: 1px}
.b-l-0 { border-left: 0px}
.b-l-1 { border-left: 1px}
.b-t-0 { border-top: 0px}
.b-t-1 { border-top: 1px}
.b-b-0 { border-bottom: 0px }
.b-b-1 { border-bottom: 1px;}

/*空白位置*/
.blank-div { height:10px; background: #f3f5f7; width: 100%; clear: both; }
.hide { display: none; }
.show { display: block }
/*购物车加减按钮显示隐藏*/
.decrease.show{ display:inline;}
.decrease.hide{ display:none;}
.num.show{ display:inline-block}
.num.hide{ display:none;}

/*盒子模型*/
.text-left {text-align: left}
.text-right {text-align: right}
.text-center {text-align: center}
.ub{display: -webkit-box !important;display: box !important;position:relative;}
.ub-f1{position:relative;-webkit-box-flex: 1; box-flex: 1; width:100%; display:block;}

/*swiper层级*/
.swiper-container{ z-index:100 !important}
.swiper-container .swiper-pagination { line-height: 0;}
.swiper-pagination-bullet{ width:6px !important; height:6px !important;transition: all .2s;}
.swiper-pagination-bullet-active{ width: 13px !important; border-radius: 7px !important;}

/*弹出层显示时候，遮罩层底部是可以滑动的，给body一个高度，阻止滑动*/
body.visibly,html.visibly{position: fixed;left: 0;top: 0; right:0;margin:auto;width: 100%; z-index:1;height:100%;overflow:hidden;}

.floor-loading{width:100%;background-repeat: no-repeat; margin: 0 auto; background-position: 50% 50%; background-size:40px; background-color: #fff;}
/*头部*/
.header { position:relative;width: 100%; height:50px; background:#fff; zoom: 1 ;}
.header.fixed-header{position: fixed;left: 0;right: 0;top: 0;width: 100%;min-width: 320px;max-width: 640px;overflow: hidden;margin: 0 auto; z-index: 1;}
.header:after{ clear: both; content: " "; display: block; font-size: 0; height:1px;width:100%;border-top:1px solid #e3e5e9; position:absolute;bottom:-1px;right:0; transform:scaleY(0.5);-webkit-transform:scaleY(0.5); }
.header-left { float: left; width:15%; height:50px; }
.header-left i { line-height:50px; font-size: 1rem; color: #666; margin-left:9px; }
.header-middle{ position: relative; width:70%; text-align:center; color:#fff; height:50px; float: left;color: #222; font-size: 0.8rem; line-height:50px; position: relative;    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header-middle h6 { color: #222; font-size:0.8rem; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; font-weight: normal; }
.header-right { float: right; width:15%;height:50px; line-height:50px; text-align:center;}
.header-right .iconfont { font-size: 1.1rem; color: #666; }
.header-right .iconfont.express-person-icon{ color:#f23030}
.header-right a.text {display: inline-block; float:right;white-space: nowrap;line-height: 50px;font-size: 0.65rem;color: #666;padding-right: 13px; background:none; position: relative;}
.header-right a.text:after{ content: ''; position: absolute;left: -80px; }
.show-menu-btn { float: right; display: block; width:40px; height:50px; }
#show_more { width: 30px; height:50px;}
.show-menu{ cursor:pointer;}
/*头部弹出菜单*/
.show-menu-info{width: 50%;height: 0;position:fixed;background: #333;z-index:1000;right: 0;top:45px;opacity: 0;-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin: 86% -12px;-ms-transform-origin: 86% -12px;transform-origin: 86% -12px;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.show-menu-info:before {content: "";display: block;position: absolute;width: 0;height: 0;border-color: transparent;border-width: 8px;
border-style: solid;bottom: 100%;right:20px;border-bottom-color: rgba(0,0,0,.76);}
.show-menu-info.show{height:auto;opacity: 1;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: all .3s;
-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.show-menu-info ul { position: absolute;background: rgba(0,0,0,.76);right:10px; border-radius:5px;}
.show-menu-info li { border-bottom: 1px solid #767676;}
.show-menu-info li a{ display: inline-block; padding:6px 35px 6px 25px; height:25px; box-sizing:content-box}
.show-menu-info li span { display: block; width: 25px; height: 25px; float: left;}
.show-menu-info li i { font-style: normal; margin-left:3px; color: #fff; font-size: 14px; display: block; float: left; line-height:31px; }
.index-menu,.category-menu,.cart-menu ,.user-menu{ background: url(../images/goods/pub_goods.png) no-repeat; background-size: auto 200px; }
.index-menu { background-position: 0 4px; }
.category-menu { background-position: 0 -19px; }
.cart-menu { background-position: 0 -41px; }
.user-menu { background-position: 0 -64px; }
.header-bar-con{position: fixed;left:0;right:0; top: 0; width: 100%; min-width: 320px;max-width: 640px; overflow: hidden; margin:0 auto; z-index: 101; display: -webkit-box;display: -webkit-flex;display: flex;height: 2.05rem; background: #fff; }
.header-bar-con .header-left,.header-bar-con .header-right{ height: 2.05rem;line-height:2.05rem;text-align: center; padding-right: 13px;}
.header-bar-con .header-left {text-align: left; }
.header-bar-con .header-right {text-align: right; }
.header-bar-con .header-right a.text {display: inline-block; float:right;white-space: nowrap;line-height:2.05rem;font-size: 0.65rem;background:none;}
.header-bar-con .header-middle{position: relative;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;text-align:center; font-size: 0.8rem; height: 30px; padding: .3rem 0; line-height:1.55rem; }
.header-blank-div{ height: 2.05rem; line-height:2.05rem; clear: both; background: #f8f8f8;}
.header-bar-con .header-left .iconfont,.header-bar-con .header-right .iconfont { font-size: 1rem; line-height: 2.05rem;  }
.show-menu-btn { float: right; display: block; width: 40px; height: 2.05rem;}
.show-menu-btn .show-menu a { float: none; }
.show-menu-btn .show-menu a .iconfont { font-size: 1.1rem; color: #666; }
.header-right-more { display: flex; justify-content: space-around; }
.header-right-more .show-menu{display: inline-block;white-space: nowrap; line-height: 2.05rem; font-size: 0.65rem; color: #fff; background: none; width: auto !important ;}
.header-right-more .show-menu .iconfont { transform: rotate(90deg); display: block; }


/*搜索弹出层*/
#search_content{ background:#fff;ms-flex-direction: column;-webkit-box-orient: vertical;box-orient: vertical;-webkit-flex-direction: column;
flex-direction: column;width: 100%;height: 100%;position: fixed;top: 0;right: 0;-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);-webkit-transition: all .3s linear;transition: all .3s linear;z-index:5000;}
#search_content.show{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);-webkit-transition: all .3s linear;
transition: all .3s linear;}
.search-left a{background:url(../images/top.png) no-repeat;background-size: auto 230px;}
.search-header {position: relative;width:100%; height:50px; background:#ffffff;top:0; z-index:9999; border:0; border-bottom:1px solid #eee}
.search-left{ width:10%;height:50px; float:left;}
.search-left a{ display:block; width:30px; height:40px; background-position:5px 12px; }
.search-right{ width:15%;height:50px;text-align:center; float:right;}
.search-right a.submit{ margin-right: 10px; color: #fff; margin-top: 10px; height: 30px; line-height: 30px; border-radius: 18px; font-size: 0.6rem;}
.search-middle { width:75%; margin:auto;height:34px;margin-top:8px; position:relative; float:left;padding-right: 10px;box-sizing: border-box;}
.search-middle .search-info{ background:#f3f5f7;border-radius: 20px;display: -webkit-box !important;display: box !important;position: relative;}
.text-box{height:34px; background:#f3f5f7;position: relative;-webkit-box-flex: 1;box-flex: 1; border-radius:20px;}
.text-box .text{ display:block; width:100%;-webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; height:34px; background:none; border:0; font-size:14px; line-height:34px; color:#666; text-indent:10px;}
.text-box .submit{ display:block; width:34px; height:34px; position:absolute; right:0px; top:7px; background:url(../images/index/search.png) no-repeat center center;background-size: auto 25px; border:0; display:none;}


/*店铺和宝贝选择*/
.search-type{position:relative;}
.search-type-txt{width: 56px;height: 34px;line-height: 34px;text-indent: 10px;color: #333;font-size: 14px;}
.search-type-txt:after {content: '';position: absolute;width:8px;height:4px;background-repeat: no-repeat;background-image: url(../images/jiantou-down.png);background-size:8px 4px;top: 15px;right:5px;}
.search-type-info{position: absolute;left: 0;top: 30px;z-index: 101;padding: 10px; display:none;}
.search-type-info .search-type-ul{background: #484d50;border-radius: 6px;width: 100px;overflow: hidden;color: #c7c8c9;}
.search-type-info .search-type-ul li {border-top: 1px solid #707476;margin-top: -1px;height: 35px;line-height: 35px;}
.search-type-info .search-type-ul li i {display: inline-block;margin: auto 8px -8px 8px;position: relative;top:1px; font-size:0.75rem;}
.search-type-info .search-type-ul:after {position: absolute;left: 20px;top: 5px;content: '';display: inline-block;width: 10px;height: 10px;background: #484d50;-webkit-transform: rotate(45deg);transform: rotate(45deg);}


/*搜索弹出层--历史记录和热门搜索*/
.search-con{position: absolute!important;bottom:50px;overflow-y: scroll;left: 0;top:51px;right: 0;}
.recently-search, .hot-search { width: 100%; overflow: hidden; background: #FFF; }
.recently-search h3 { font-size: 14px; font-weight: normal; padding-left: 30px; height: 40px; line-height: 40px; background: #fff url(../images/index/souso.png) 10px center no-repeat; background-size: 18px 18px; color: #333; }
.hot-search h3 { font-size: 14px; font-weight: normal; padding-left: 30px; height: 40px; line-height: 40px; background: #fff url(../images/index/search.png) 10px center no-repeat; background-size: 18px 18px; color: #333; }
.delete-btn { display: block; float: right; height: 20px; margin-right: 10px; margin-top: 10px; padding-left: 20px; padding-right: 10px; font-size: 16px !important; line-height: 20px; color: #C6C6C6; }
.recently-search ul, .hot-search ul { background-color: #fff; width: 90%; overflow: hidden; margin: auto;margin-left: .3rem; }
.recently-search ul li, .hot-search ul li { margin: .2rem .3rem; padding: 0 .6rem;float: left;box-sizing: border-box;position: relative; border-radius: 20px; background: #f3f5f7; }

.recently-search ul li a, .hot-search ul li a {display: block;width: 100%;text-align: left;box-sizing: border-box;padding: 0;
font-size: 1.5rem;display: block;min-height:28px;line-height:28px; font-size:14px; color:#333; word-break: break-all;}
.recently-search .recently-search-null { text-align: center; line-height: 120px; font-size: 14px; color: #999; }
.colse-search-btn{position: absolute;bottom:10px;text-align: center;width: 100%; height:35px; background:url(../images/groupon-layer-close.png) no-repeat center center; background-size:35px;}
 
/*云旺客服*/
.yikf-form{ background: url(../images/btn_customer_service.png); width: 2rem !important; height: 2rem !important; background-size: contain; background-color: transparent !important; padding: 0 !important; right: 8px !important; z-index: 101 !important;background-repeat: no-repeat;cursor: pointer; top:auto !important; bottom: 160px;     transition: transform .3s !important; border-radius: 100%;}
.yikf-form.hide{transform: translate3d(100px,0,0);}
.yikf-form a{ display: block; width: 100%; height: 100%; position: relative; cursor: pointer;}
.customer-service{ display: block; width:2rem; height:2rem; position: fixed; bottom:160px;right: 8px; z-index:101 !important; }
.customer-service img{width:2rem; height:auto;}

/*返回顶部*/
.gotop { display: block; width:2rem; height:2rem; position: fixed; bottom:60px; right: 8px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index:251;    background: rgba(255,255,255,.85);box-shadow: 0 2px 8px 0 rgba(0,0,0,.16);border-radius: 50%; box-sizing:border-box; display: flex;align-items: center; justify-content: center;transition: all .3s !important;}
.gotop.hide{right: -100px;}
.gotop img { display: block; width: 30px; height: 30px; }
/*悬浮购物车*/
.shopcar,.goods-cart-box{position: fixed;bottom:120px;right:8px;min-width:2rem;height:2rem;z-index:101; background: url(../images/fixed_cart_icon.png) no-repeat center center;background-size: 30px; background-color: rgba(255,255,255,.85);box-shadow: 0 2px 8px 0 rgba(0,0,0,.16);border-radius: 50%; box-sizing:border-box;transition: transform .3s !important; display: flex;}
.goods-cart-box{ bottom: 170px;}
.shopcar.hide{transform: translate3d(100px,0,0);}
.shopcar.show-shopcar{transform: translate3d(0,0,0) !important;}
.shopcar a,.goods-cart-box a{display: block;padding: 11px 8px;position: relative;}
.shopcar.movetop { transition: all .3s !important; bottom: calc(120px + 2rem);}
.flow-cartnum {position: absolute;left: 24px;top: 6px;min-width: 14px;height: 14px;text-align: center;line-height: 14px;border-radius: 7px;color: #fff;font-size: 9px;}
.cart-animate {animation: inCartAnimate  0.3s; }

/*iphoneX、iphoneXs*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.gotop{ bottom: 92px;}
	.shopcar,.goods-cart-box{ bottom: 144px;}
}
/*iphone Xs Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
	.gotop{ bottom: 92px;}
	.shopcar,.goods-cart-box{ bottom: 144px;}
}
/*iphone XR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
	.gotop{ bottom: 92px;}
	.shopcar,.goods-cart-box{ bottom: 144px;}
}

@-webkit-keyframes inCartAnimate {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.3, 1.3);
transform:scale(1.3, 1.3)
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
}
@keyframes inCartAnimate {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.3, 1.3);
transform:scale(1.3, 1.3)
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
}


/*右侧悬浮菜单*/
.right-menu-box{position: fixed;bottom:70px;right:8px;z-index: 99;z-index:100;background: url(../images/right-meun-icon/right_menu_bg.png) no-repeat;background-position:-220px 2px;background-size: 270px 79px;width:45px; height:40px;}
.right-menu-box.active { width:265px;background-position: 0 -40px;background-size: 270px 79px; opacity:0.6;}
.right-menu-box ul{position: relative;width:215px; margin-left:5px; float:left; display:none;}
.right-menu-box.active ul{ display:block;}
.right-menu-box ul li{ display:inline-block;width: 100%; width:39px;height: 40px;}
.right-menu-box ul li a{ display:block;width:40px;height: 40px;}
.right-menu-box ul li a.index-icon {background:url(../images/right-meun-icon/index-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box ul li a.category-icon {background:url(../images/right-meun-icon/category-icon.png) no-repeat  center center; background-size:27px;}
.right-menu-box ul li a.bill-icon {background:url(../images/right-meun-icon/bill-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box ul li a.cart-icon {background:url(../images/right-meun-icon/cart-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box ul li a.user-icon {background:url(../images/right-meun-icon/user-icon.png) no-repeat center center; background-size:27px;}
.right-menu-box .right-menu-btn{height: 40px; width:45px; position:relative; float:left;}
.right-menu-box .right-menu-btn:before, .right-menu-box .right-menu-btn:after {content: " ";display: block;width: 1px;height:22px;background: #fff;position: absolute; top:9px; left:24px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.right-menu-box .right-menu-btn:after {-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}
.right-menu-box.active .right-menu-btn:before {-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.right-menu-box.active .right-menu-btn:after {-moz-transform: rotate(-135deg);-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);transform: rotate(-135deg);}


/*footer-nav底部悬浮菜单css*/
.footer-nav-blank{ height: 50px; line-height:50px; height: calc(50px + constant(safe-area-inset-bottom)); height: calc(50px + env(safe-area-inset-bottom)); line-height: calc(50px + constant(safe-area-inset-bottom)); line-height: calc(50px + env(safe-area-inset-bottom));clear: both; }
.footer-nav{position: fixed;bottom: 0;left:0;width: 100%;height:50px; height: calc(50px + constant(safe-area-inset-bottom)); height: calc(50px + env(safe-area-inset-bottom));background:#fff;z-index:114;padding: 0px;margin: auto; max-width: 640px; left: 0; right: 0; box-sizing:border-box;}
.footer-nav a.content-selector{ display: none;}
/*iphoneX、iphoneXs*/
@media only screen and (device-width: 375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
	body{padding-bottom: 50px;padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom)}
	.footer-nav,.customer-service,.weixin-tip-box,.flow-bottom,.shop-footer,.message-footer,.shop-footer{ padding-bottom:34px;padding-bottom: constant(safe-area-inset-bottom) !important;padding-bottom: env(safe-area-inset-bottom) !important;box-sizing: content-box;}
	.qr-code{ bottom: 150px !important }
	a.join-button{bottom: 44px !important }
	.goods-cart-box{ bottom: 194px !important;}
	.confirm-pay{
		background-color: #fff;
	}
}
/*iphone Xs Max*/
@media only screen and (device-width: 414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) {
	body{padding-bottom: 50px;padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom)}
	.footer-nav,.customer-service,.weixin-tip-box,.goods-footer-nav,.flow-bottom,.shop-footer,.message-footer,.shop-footer{ padding-bottom:34px;padding-bottom: constant(safe-area-inset-bottom) !important;padding-bottom: env(safe-area-inset-bottom) !important;box-sizing: content-box;}
	.gotop{ bottom: 94px !important }
	.qr-code{ bottom: 150px !important }
	a.join-button{bottom: 44px !important }
	.goods-cart-box{ bottom: 194px !important;}
	.confirm-pay{
		background-color: #fff;
	}
}
/*iphone XR*/
@media only screen and (device-width: 414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2) {
	body{padding-bottom: 50px;padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom)}
	.footer-nav,.customer-service,.weixin-tip-box,.goods-footer-nav,.flow-bottom,.shop-footer,.message-footer,.shop-footer{ padding-bottom:34px;padding-bottom: constant(safe-area-inset-bottom) !important;padding-bottom: env(safe-area-inset-bottom) !important;box-sizing: content-box;}
	.gotop{ bottom: 94px !important }
	.qr-code{ bottom: 150px !important }
	a.join-button{bottom: 44px !important }
	.goods-cart-box{ bottom: 194px !important;}
	.confirm-pay{
		background-color: #fff;
	}
}

/*兼容iphone各个机型*/
.choose-attribute-main,.fixed-bottom,.distribution-footer-nav,.goods-footer-nav,.colect-goods-footer,.colect-shop-footer,.colect-used-footer,.customer-service,.weixin-tip-box,.shop-footer,.message-footer,.detail-dowm{
	padding-bottom: constant(safe-area-inset-bottom) !important;
	padding-bottom: env(safe-area-inset-bottom) !important;
	box-sizing: content-box !important;
}
.shop-footer-nav-blank{ 
	height: 45px; 
	height: calc(45px + constant(safe-area-inset-bottom)); 
	height: calc(45px + env(safe-area-inset-bottom)); 
}
.classify-content{
	bottom: 45px !important; 
	bottom: calc(45px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(45px + env(safe-area-inset-bottom)) !important;
}
/* .list-footer,.gift-card-footer{
	padding-bottom: calc(10px + constant(safe-area-inset-bottom)) !important;
	padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
	box-sizing: content-box !important;
} */
.info-footer{
	padding-bottom: calc(6px + constant(safe-area-inset-bottom)) !important;
	padding-bottom: calc(6px + env(safe-area-inset-bottom)) !important;
	box-sizing: content-box !important;
}
.flow-bottom{
	bottom: calc(50px + constant(safe-area-inset-bottom)) !important; 
	bottom: calc(50px + env(safe-area-inset-bottom)) !important;
}
.confirm-pay-con,.order-footer{
	padding-bottom: constant(safe-area-inset-bottom) !important;
	padding-bottom: env(safe-area-inset-bottom) !important;
	box-sizing: content-box !important;
}
.distribution-footer-top{
	height: calc(45px + constant(safe-area-inset-bottom)) !important;
	height: calc(45px + env(safe-area-inset-bottom)) !important;
	line-height: calc(45px + constant(safe-area-inset-bottom)) !important;
	line-height: calc(45px + env(safe-area-inset-bottom)) !important;
}
.handle-spacing{
	height: 65px; 
	line-height: 65px;  
	height: calc(65px + constant(safe-area-inset-bottom)); 
	height: calc(65px + env(safe-area-inset-bottom)); 
	line-height: calc(65px + constant(safe-area-inset-bottom)); 
	line-height: calc(65px + env(safe-area-inset-bottom));
}
a.join-button{
	bottom: 10px !important;
	bottom: calc(10px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(10px + env(safe-area-inset-bottom)) !important;
}
.half-price-info {
	bottom: 60px !important;
	bottom: calc(60px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(60px + env(safe-area-inset-bottom)) !important;
}


.footer-nav ul{ width: 100%;height:47px;margin:0 auto;padding: 0px;display: -webkit-box !important;display: box !important;
position: relative;}
.footer-nav ul:before {height:1px;content:'';width:100%;border-top:1px solid #e3e5e9; position:absolute;top:0px;right:0; transform:scaleY(0.5);-webkit-transform:scaleY(0.5);z-index:101;}
.footer-nav ul li {position: relative;-webkit-box-flex: 1;box-flex: 1;height:47px;text-align: center;margin: 0px; width:100%; box-sizing:border-box; margin-top:3px;}
.footer-nav ul li a {text-align: center;font-size: 12px;color: #666;display: block;height:47px;position: relative;
margin: auto;}
.footer-nav ul li i {display: block;width:25px;height:25px;margin:2px auto 0; background-size:contain; background-repeat: no-repeat; background-position: center center !important; position: relative;}
.footer-nav ul li span {display: block;width: 100%; margin-top:1px;line-height:19px; font-size:0.5rem;}
.cart-num {position: absolute;top: 0;left: 100%;display: inline-block;color: #fff;font-size:7px;margin-left: -10px;line-height:9px;border: 1px solid #fff;border-radius: 10px;padding: 1px 3px;font-weight: 700;}
a .cart-num{border: 1px solid #fff !important;}
.footer-nav ul li.current i{ animation: currentScale 240ms forwards; }
@-webkit-keyframes currentScale{
	0%{-webkit-transform:scale(.2,.2)}
	100%{-webkit-transform:scale(1,1)}
}
@keyframes currentScale{
	0%{transform:scale(.2,.2)}
	100%{transform:scale(1,1)}
}

/*店铺底部菜单*/
.shop-footer{position: fixed; left:0;right:0;bottom: 0;width: 100%;height:44px;background: #fdfdfd;border-top: #eee 1px solid; padding: 0px;margin: 0px auto; z-index:211; max-width: 640px; }
.shop-footer .shop-footer-l {position: absolute;width: 43px;height: 44px;}
.shop-footer .shop-footer-l a{display:block;width: 43px;height: 45px;vertical-align: top; margin:0 auto; padding-top:5px;}
.shop-footer .shop-footer-l a i.shop-nav-icon{background: url(../images/dianpu/icon_home.png); background-size:20px; height:20px; width:20px; display:block; margin:0 auto;}
.shop-footer .shop-footer-l a span{ font-size:12px; display:block; line-height:15px; text-align:center;color: #999;}
.shop-footer ul{ margin-left:43px;display: -webkit-box !important;display: box !important;position: relative;}
.shop-footer ul li { position: relative;-webkit-box-flex: 1;box-flex: 1;height: 44px;border-left:1px solid #e5e5e5; text-align:center; width:0;}
.goods-category-after:after{content: '';position: absolute;right:50%;top:-5px;width:10px;height:10px; background:#fff;border-left:1px solid #ece9e9;border-bottom:1px solid #ece9e9;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.shop-footer ul li a { display: block;height: 100%;background-position: center center;background-size: contain;background-repeat: no-repeat;}
.shop-footer ul li a span{fon-size: 14px;line-height: 44px;display: inline-block;vertical-align: middle;max-width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; color:#666;}
.shop-footer ul li:first-child a span i{ display:inline-block; line-height:44px;width: 15px;height: 15px;background: url(../images/dianpu/goods_category_icon.png) no-repeat;background-size: 15px auto; margin-right:3px; vertical-align:middle;margin-right: 2px;margin-top: -4px;}
.shop-footer ul li.disabled{ background:none !important;}
.shop-footer ul li.disabled a span i,.shop-footer ul li a span .loader-img{ display:none;}
.shop-footer ul li.disabled a span .loader-img{display:inline-block; margin-right:2px; height:17px; vertical-align:middle; margin-top:-2px;}
.shop-footer ul li.disabled a span .loader-img>div {width:15px !important; height:15px !important; border:0.08rem solid #999; border-radius: 99%; border-color:#999; border-bottom-color: transparent;display: inline-block;-webkit-animation:gif 0.6s infinite linear;animation:gif 0.6s infinite linear !important;clip:rect(0 auto 12px 0); vertical-align:top;}
@keyframes gif{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gif{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}

/*店铺底部菜单改版*/
.shop-footer-new{position: fixed;box-sizing: border-box;left: 0px;bottom: 0px; z-index: 100; width: 100%; height: 48px;background-color:#fff;}
.shop-footer-new ul{display: -webkit-box;display: box;position: relative;}
.shop-footer-new li{ position: relative;-webkit-box-flex: 1;box-flex: 1; width:25%;position: relative;}
.shop-footer-new li i{display:block;position: relative;width: 24px;height: 24px;overflow: hidden;margin:4px auto 0;}
.shop-footer-new li i.shop-index-icon{ background-image: url(../images/shop_index_icon.png);background-size: contain; }
.shop-footer-new li i.shop-category-icon{ background-image: url(../images/shop_category_icon.png);background-size: contain; }
.shop-footer-new li i.shop-kefu-icon{ background-image: url(../images/shop_kefu_icon.png);background-size: contain; }
.shop-footer-new li span{position: relative;box-sizing: border-box;display: block;-webkit-box-orient: vertical;flex-direction: column;align-content: flex-start;flex-shrink: 0;font-size:0.5rem;text-align: center;line-height: 12px;color:#444;margin-top:4px;}
.shop-footer-new li .shop-logo{width: 40px;height: 40px;border-radius: 40px;overflow: hidden;z-index: 10000;background-color:#fff;box-shadow: rgb(204, 204, 204) 0px 0px 1px 1px; margin:4px auto 0;}
.shop-footer-new li .shop-logo .shop-logo-pic{border: 0px solid black;position: relative;box-sizing: border-box;display: flex;-webkit-box-orient: vertical;flex-direction: column;align-content: flex-start;flex-shrink: 0; height: 40px; width: 40px;border-radius: 40px;background-image: url(../images/app-logo.png);
    background-size: contain;background-repeat: no-repeat;background-position: center center;}

/*多业态底部首页修改*/
.footer-nav ul li a.multiple-formats-nav { width: 35px; line-height: 35px; margin-top: 6px;}
.footer-nav ul li a.multiple-formats-nav i{ display: none;}
.footer-nav ul li a.multiple-formats-nav span{ width: 35px; line-height: 35px; border-radius: 100%; height: 34px; font-size: 0.5rem; color: #fff;}

/*店铺商品分类弹出层*/
.classify-content {width:100%;height:70%;z-index: 212;background:#F1F2F3; position:fixed;overflow:hidden; bottom:45px; left: 0; right: 0; max-width: 640px; margin:0 auto;}
#second-category .item a{color: #222; font-size:14px;}
.classify-content.hide{ display:none}
.classify-content.show{ display:block;}
.shop-submenu-left,.shop-submenu-right{width: 50%; float:left;height: 100%;overflow-y: scroll;}
.shop-submenu-left{ background:#fff; padding-bottom:10px;}
.shop-submenu-left li,.shop-submenu-right li{min-height:1.95rem;padding: 0 0.4rem 0 0.75rem;position:relative;display: -webkit-box !important;display: box !important;}
.shop-submenu-left li:before,.shop-submenu-right li:before{height: 1px;content: '';width: 100%;border-top: 1px solid #e3e5e9;position: absolute;bottom: -1px;right: 0;transform: scaleY(.5);-webkit-transform: scaleY(.5);z-index: 10;}
.shop-submenu-left li:last-child:before,.shop-submenu-right li:last-child:before{ content:none;}
.shop-submenu-left li:after{content: '\20';display: block;width:0.8rem;height:0.8rem;border-top: 1px solid #ccc;border-right: 1px solid #ccc;-webkit-transform: rotate(45deg) scale(.5);transform: rotate(45deg) scale(.5); position:absolute; right:5px;top:0.55rem;}
.shop-submenu-left li .submenu-name,.shop-submenu-right li .submenu-name{line-height:0.8rem;margin-top:0.55rem;font-size:0.7rem; color:#222;position: relative;-webkit-box-flex: 1;box-flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block;}
.shop-submenu-left li .goods-num{height:0.7rem;line-height:0.8rem;margin-top:0.6rem;font-size:10px; color:#fff; background:#ccc; border-radius:0.45rem; padding:0 5px;font-family: "Helvetica Neue","Microsoft Yahei",sans-serif;vertical-align: middle; margin-right:0.8rem; display:inline-block;position: relative; margin-left:5px;}
.shop-submenu-right li .goods-num{line-height:1.95rem;font-size:0.6rem; color:#999;font-family: "Helvetica Neue","Microsoft Yahei",sans-serif;vertical-align: middle; margin-right:0.5rem;}
.shop-submenu-left li.current{ background:#F1F2F3;}
.shop-submenu-left li.current .submenu-name{ color:#222;}

/*遮罩层*/
.f_mask2,.mask-div,.mask1-div{ background-color: #000; opacity: 0.6; height: 100%; margin: 0px; width: 100%; position:fixed; top: 0; left: 0; z-index: 210; display: none; }


/*弹出层*/
.pop-up-content {position: absolute;width: 80%;left: 50% !important;top: 50% !important;margin: -103px 0 0 -40%;background: #fff;border-radius:3px;
z-index: 999; display:none;}
.pop-up-content .pop-up-content-title{display: block;text-align: center;padding: 10px 0 0 0;height: 1rem;line-height: 1rem;color: #222;font-size: 0.75rem;font-weight: 500;}
.pop-up-content .pop-up-content-body { padding:20px 10px 10px; }
.pop-up-content .pop-up-content-body span { line-height: 20px; color: #222; text-align: left; }
.pop-up-content .pop-up-content-body p { line-height:25px; color: #222; text-align: center; font-size:14px;}
.pop-up-content .pop-up-content-footer { padding:0.5rem 10px; height:1.8rem;}
.pop-up-content .pop-up-content-footer button{position:relative;width:44%; margin-left:3%; float:left; height:1.8rem; line-height:1.8rem;border:none; color:#333; font-size:0.7rem; text-align:center; background-color: #f1f1f1; border-radius:0.15rem; border:none;}
.pop-up-content .pop-up-content-footer button:last-child{float:right; margin-right:3%;color:#fff;}


/*重置pc端是否删除弹出层样式*/
.layui-layer-shade{ opacity:0.4 !important; z-index: 5000 !important;}
.layui-layer-title,.layui-layer-setwin{ display:none !important;}
.layui-layer-dialog,.layui-layer{width: 80% !important; z-index: 5001 !important; border-radius: 5px !important;box-shadow: none !important;}
.layui-layer-dialog .layui-layer-content{ color:#222 !important; line-height:25px !important; text-align:center !important; max-width:300px;}
.layui-layer-btn{ margin:auto !important;text-align:center !important; padding: 0 !important;border-top: 1px solid #eee !important;    display: -webkit-box;display: box;display: -webkit-flex;display: flex; }
.layui-layer-btn a{position: relative; height:1.8rem !important;line-height:1.8rem !important;padding:0 !important; margin: 0 !important; float: left;box-sizing: border-box;border: none !important;font-size: 0.7rem;text-align: center;border-radius: 2px 0 !important;display: block;width: 100%;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.layui-layer-btn a:first-child{border-bottom-left-radius: 5px !important;}
.layui-layer-btn a:last-child{border-bottom-right-radius: 5px !important;}
.layui-layer-btn .layui-layer-btn0{ float:right; border-color:none !important;background-color:#f23030 !important;color: #fff !important;}

/*重置pc端提示代码*/
.layui-layer-hui{margin:auto !important;width:auto !important;}
.layui-layer-hui .layui-layer-content{line-height:25px !important; text-align: center;font-size: 14px; color: #fff !important; padding:5px 10px !important;height: auto !important; }
.more-loader-spinner { text-align: center; font-size: 14px;width: 100%;line-height:2rem; color:#999; margin-top:0.25rem;}
.more-loader-spinner .loader-img{display:inline-block; margin-right:8px;}
.more-loader-spinner .loader-img>div {width:20px !important; height:20px !important; border:0.08rem solid #999; border-radius: 99%; border-color:#999; border-bottom-color: transparent; margin:5px auto;display: inline-block;-webkit-animation:gif 0.6s infinite linear;animation:gif 0.6s infinite linear !important;clip:rect(0 auto 12px 0)}
@keyframes gif{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gif{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}
.more-loader-spinner a.get-more{ display:inline-block; line-height:36px; font-size:14px; color:#999; vertical-align:top;}
.more-loader-spinner .loaded-bg{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-ms-flex-align: center;-webkit-box-align: center;box-align: center;-webkit-align-items: center;align-items: center;-ms-flex-pack: center;-webkit-box-pack: center;box-pack: center;-webkit-justify-content: center;justify-content: center;line-height:2.25rem;color: #bcbcbc;font-size:14px;text-align: center;}
.more-loader-spinner .loaded-bg:before,.more-loader-spinner .loaded-bg:after{content: '';display: block;width: 54px;margin: 0 10px;border-top: 1px solid #d9dada;transform: scale(1,0.5);}  

/*layer弹框带关闭*/
.layui-layer-have-close .layui-layer-title, .layui-layer-have-close .layui-layer-setwin { display: block !important;}

/*layer 评论*/
.layer-comment .content { padding-left: 0 !important;}

/*文本框及错误提示信息样式*/
.tip-error { margin-bottom: 0.25rem; line-height:0.95rem;}
.tip-error i { display: inline-block; font-size: 0.7rem; color: #f23030; position: relative; bottom: -0.05rem; }
.tip-inner { color: #f23030; display: inline-block;}
.middle-content{width: 100%;margin: 0.5rem auto 0px;overflow: hidden;}
.form-group-box{border-top: 1px solid #eee;}
.form-group{background: #FFF;position: relative;}
.form-group:after {height:1px;content:'';width:100%;border-top:1px solid #e3e5e9; position:absolute;bottom:-1px;right:0; transform:scaleY(0.5);-webkit-transform:scaleY(0.5);z-index:10}
.form-group dl{width: 94%;margin: auto;overflow: hidden;position: relative;box-sizing: border-box;}
.form-group dl dt {width:4.5rem; min-width: 4.5rem; height: 2.25rem;line-height: 2.25rem;float: left;font-size: 0.65rem;color: #222;}
.form-group dl dd { position:relative; padding-left:4.5rem;line-height: 2.25rem;}
.form-group dl dd input {border: none;padding: 0.5rem 0 0.5rem;line-height: 1.25rem;width: 190px;font-size: 0.65rem;color: #666; height:1.25rem;}
.form-group dl dd input.numcode {width:90px;}
.form-group dl dd input.input-small{ width:100px;}
.form-group dl dd a.phonecode {position: absolute;top: 0.35rem;right: 0;height: 1.55rem; padding:0 15px;line-height: 1.55rem;text-align: center;border-radius: 0.8rem;font-size:13px;color: #fff;}
.form-group dl dd select{-webkit-appearance: none;border: 0;outline: 0;background-color: transparent;width: 100%;font-size: inherit;height: 45px;line-height: 45px;position: relative;z-index: 1;}
a.add-btn,.choosen-select-delete{ height: 20px; width: 20px; line-height: 20px;border-radius: 100%; font-size:20px;color: #fff; display:inline-block; text-align: center; position: relative;top: 3px;}
.num-clear { position: absolute; top: 0.5rem; right: 0.5rem;  width: 0.975rem; height: 0.975rem; border-radius: 50%; cursor:pointer;}
.num-clear.show { display: block; }
.num-clear.hide { display: none; }
.num-clear i { position: relative; color: #e5e5e5; line-height: 1.1rem; text-align: center; display: block; font-size: 0.95rem; }
.num-clear i:before { content: ''; position: absolute; top: -.5rem; left: -1rem; right: -.5rem; bottom: -.5rem; }
.phonecode+.num-clear{ right:130px;}
.form-group dl dd .captcha{ position:absolute; top:0; right:0.5rem;}
.form-group dl dd .num-clear{ top:0.7rem;}
.captcha+.num-clear{ right:110px;}
.password-type{ background:url(../images/user/input-eye-off.png) no-repeat right center; background-size:25px;width:30px; height:30px; position:absolute; right:0px; top:10px;}
.password-type.on{ background-image:url(../images/user/input-eye-on.png)}
.password-type+.num-clear{ right:35px; top:0.7rem}
.middle-content .submit-btn{ width:94%; margin:0 auto;padding: 5px 0;}
.middle-content .submit-btn a.btn-submit{display:block; width:100%; margin-top:20px;height:40px; line-height:40px; border:0px; border-radius:20px; color:#fff;font-size: 18px;letter-spacing: 1px;text-align:center;}
.form-control-error { display:block;line-height:20px; margin-bottom:5px; color: #f23030;word-break: break-all;}
.form-control-error i { display: inline-block; height:16px; width:16px; background:url(../images/form-control-error-icon.png) !important;vertical-align:middle; margin-right:5px;background-size: contain !important;}
.invalid .hint{display: block;color:#999;clear: both;background:#f3f5f7;line-height:20px;padding:8px;}
.middle-content .submit-btn a.btn-submit.disable{background: #e5e5e5 !important;color: #999 !important;}


/*购物车，订单列表等没有数据时提示样式*/
.no-data-div{ width:90%; margin:3rem auto 0; text-align:center;}
.no-data-div .no-data-icon { height: 5rem;width: 5rem;line-height: 12rem;text-align: center;display: block;background: #DFE0E8;border-radius: 100%;margin: 0 auto;}
.no-data-div .no-data-img { margin: 0 auto; }
.no-data-div .no-data-img img { height:5.5rem; }
.no-data-div .no-data-img.small-img img { height:4rem; }
.no-data-div .no-data-icon i { display: block; color: #fff; line-height:5rem; font-size:3rem; }
.no-data-div dl {min-height: 2.75rem; margin: 0 auto; text-align:center; }
.no-data-div dl dt { display: block; min-height: 1rem; margin-bottom: 0.25rem; font-size: 0.7rem; line-height: 1rem; color: #777; }
.no-data-div dl dd { display: block; min-height: 1rem; margin-bottom: 0.5rem; font-size: 0.55rem; line-height: 1rem; color: #999; }
.no-data-div .no-data-btn { display:block !important; width:6rem; height: 1.5rem;margin: 0 auto; font-size: 0.7rem; color: #fff !important; line-height: 1.5rem; text-align: center;border-radius:.75rem; }


/*飞入购物车图片样式*/
.fly-img { display: block; width: 50px; height: 50px; border-radius: 50px; position: fixed; z-index: 9999; }
/*ajax之前加载效果*/
.ajax-loading{ width:30px; margin:auto; height: 30px; padding: 30px 0px; text-align: center;}
.ajax-loading img{ width: 30px; height: 30px;}

/*商品活动标识*/
.act-type {display: inline-block;height: .7rem; line-height:.7rem; font-size:.45rem; padding: 0 .1rem;border-radius:3px;color:#fff;text-align: center;vertical-align:middle; margin-top: -2px;font-weight: normal;z-index: 2;font-family: PingFang-SC-Regular;}
/*团购*/
.group-buy-label,.act-type.group-buy{ background: #ff4f13;}
.act-type-line .group-buy-label, .act-type-line .act-type.group-buy { color: #ff4f13;}
/*直播*/
.live-label,.act-type.live{ background:#fe5993;}
.act-type-line .live-label, .act-type-line .act-type.live { color: #fe5993;}
/*拼团*/
.groupon-label,.act-type.fight-group,.act-type.crowdfund{ background:#fa8e1d;}
.act-type-line .groupon-label, .act-type-line .act-type.fight-group, .act-type-line .act-type.crowdfund { color: #fa8e1d;}
/*砍价*/
.bargain-label,.act-type.bargain{ background:#fece00;}
.act-type-line .bargain-label,.act-type-line .act-type.bargain { color: #fece00;}
/*限时折扣*/
.discount-label,.act-type.limited-discount{ background:#fd7622;}
.act-type-line .discount-label, .act-type-line .act-type.limited-discount { color: #fd7622;}
/*赠品*/
.gift-label,.act-type.gift{ background: #f5b419; }
.act-type-line .gift-label, .act-type-line .act-type.gift { color: #f5b419;}
/*拍卖*/
.auction-label,.auction{ background:#1b9af7; }
.act-type-line .auction-label { color: #1b9af7;}
/*预售*/
.pre-sale-label,.act-type.pre-sale{ background:#4fe0d1;}
.act-type-line .pre-sale-label, .act-type-line .act-type.pre-sale { color: #4fe0d1;}
/*积分兑换*/
.exchange-label,.act-type.exchange{ background: #F0AA4A;}
.act-type-line .exchange-label, .act-type-line .act-type.exchange { color: #f0aa4a;}
/*搭配套餐*/
.package-label,.goods-mix-label{ background:#ff646a;}
.act-type-line .package-label, .act-type-line .goods-mix-label { color: #ff646a;}
.act-type.set-meal{background-color: #ff646a;}
/*虚拟商品*/
.fictitious-label,.fictitious{ background: #c282e3;}
.act-type-line .fictitious-label { color: #c282e3;}
/*打包一口价*/
.fixed-price-label,.fixed-price{ background: #ff9460;}
/*满减商品、赠品*/
.full-cut-label,.act-type.fullsubtraction,.act-type.full-gift,.full-cut,.fullcut-tip span{ background: #f12711; }
.act-type-line .full-cut-label, .act-type-line .fullsubtraction, .act-type-line .full-gift,.fullcut-tip { color: #f12711;}
/*满件商品、赠品*/
.full-discount{ background: #f12711; }
/*秒杀*/
.seckill { background: #fa7277; }
/*虚拟商品*/
.card-label{background: #c282e3; }
.act-type-line .card-label {background: #c282e3;}
/*服务商品*/
.service-label{ background: #1fc9a5;}
.act-type-line .service-label { color: #1fc9a5;}
/*限购*/
.act-type.purchase{background-color: #7676f2; }
.act-type-line .purchase{ color:#7676f2;}
/*返现*/
.cash-back{ background: #FF9F24;}
.user-vip,.member_price{background: #f56456;}
/*第二件半价*/
.act-type.second-half-price{ background: #fa035a;}
/*新人专享*/
.act-type.new-exclusive{ background: #FF0000;}
.act-type-line { margin-left: -.2rem; overflow: hidden;}
.act-type-line .act-type { float: left; margin: .1rem 0 .1rem .2rem; background: transparent !important;}
.act-type-line .act-type:after { content:''; position: absolute; top: 0; left: 0; width: 200%; height: 200%; border-width: 1px; border-style: solid; border-radius: .2rem; box-sizing: border-box; transform: scale(.5);-webkit-transform: scale(.5); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
/*满减*/
.fullcut-tip-wrap { display: block; max-width: 100%; height: 15px; padding-top: 1px; overflow: hidden;}
.fullcut-tip { position: relative; float: left; display: flex; height: 30px; max-width: 200%; padding-right: .2rem; font-size: 20px; font-weight: normal; overflow: hidden; border-radius: .2rem; box-sizing: border-box; transform: scale(.5); transform-origin: 0 0;}
.fullcut-tip span { padding: 0 .2rem; line-height: 30px; color: #fff; white-space: nowrap; vertical-align: middle; border-radius: .2rem 0 0 .2rem;}
.fullcut-tip em { padding-left: .2rem; line-height: 28px; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; overflow: hidden; border: 1px solid; border-left: none; border-radius: 0 .2rem .2rem 0;}
/*属性选择弹出层*/
.choose-attribute-mask { position: fixed; width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=15); left: 0; top: 0; z-index: 10000; display: none; }
.choose-attribute-main {position: fixed;bottom: 0px;left: 0;width: 100%;z-index: 10001; display:none; background:#fff; border-radius:10px 10px 0 0;}
.choose-attribute-header {padding: .2rem 0; color: #58595b; position: relative;background: #fff;border-radius:10px 10px 0 0;}
.choose-attribute-header img {width: 90px; height:90px;border: #f8f8f8 1px solid;border-radius: 4px;padding:3px;background: #FFF;margin-top: -15px;margin-left: 15px;float: left; box-sizing: border-box;}
.attribute-header-right{margin-left:10px;float:left; overflow:hidden; width:60%;} 
.attribute-header-right span{ display:block; width:100%; overflow:hidden; color:#666; font-size:14px; line-height:150%; margin-bottom:5px;white-space: nowrap;text-overflow: ellipsis;}
.attribute-header-right p{color:#666; font-size:14px; line-height:150%; margin-bottom:5px;}
.attribute-header-right p i:first-child{ margin-right:5px;}
.attribute-header-right span.goodprice{font-size:16px;}
.attribute-header-right i{font-style:normal;} 
.choose-attribute-close,.c-close-attr1,.c_close_attr2,.address-select-close {background: url(../images/c_cancel.png) center no-repeat;background-size: 10px 10px;width: 20px;height: 20px;top:0;right: 5px;margin: 0;position: absolute;border-radius: 50%; opacity: 0;	-webkit-transition: top 0.5s ease;transition: top 0.5s ease;}
.choose-attribute-close.show,.pre-sale-rule-close.show,.c-close-attr1.show,.c_close_attr2.show,.c_close_attr2.show,.address-select-close{width: 38px;height: 29px;line-height: 25px;text-align: center;background-color: rgb(255, 255, 255);font-size: 22px;right:8px;border-radius: 0px;border-top-right-radius: 3px;border-top-left-radius: 3px;z-index: 9999; opacity: 1; border:0px; font-size: 22px;color: #000; top: -25px !important;position: absolute;	-webkit-transition: top 0.5s ease;transition: top 0.5s ease;opacity: 1;}
/*头部样式*/
.choose-attribute-content{ padding: 15px; background: #ffffff; overflow-y: scroll;-webkit-overflow-scrolling: touch;max-height: calc(100vh - 300px);}
.choose dl.attr,.choose dl.prop { padding-bottom: 6px; }
.choose dl.attr dt,.choose dl.prop dt { width: 100%; font-size: 0.65rem; line-height: 35px; color: #222; }
.choose dl.attr dd ul li,.choose dl.prop dd ul li{ display: inline-block; margin-right: 5px; margin-bottom: 10px;  position: relative; border-radius:5px;padding:1px; box-sizing: border-box;background: #f5f5f5;}
.choose dl.attr dd ul li.selected,.choose dl.prop dd ul li.selected{ background:#fff; }
.choose dl.attr dd ul li.selected:before,.choose dl.prop dd ul li.selected:before{content: '';position: absolute;top: 0;left: 0;-webkit-transform: scale(.5);-webkit-transform-origin: 0 0;bottom: -100%;right: -100%;border: 1px solid #999;-webkit-transform: scale(0.5);transform: scale(0.5);z-index: 1;border-radius:10px;pointer-events: none;}
.choose dl.attr dd ul li.selected:after,.choose dl.prop dd ul li.selected:after{ content:''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; border-radius:5px; opacity: .1;}
.order-bottom-btn a:last-child{ margin-right:0;}
.choose dl.attr dd li.disable,.choose dl.prop dd li.disable { background: #F4F4F4; color: #E3E3E3;}
.choose dl.attr dd li.disable:before,.choose dl.prop dd li.disable:before{border-color:#f4f4f4; }
.choose dl.attr dd li.no-stock,.choose dl.prop dd li.no-stock{ background: #fff !important; }
.choose dl.attr dd li.no-stock:before,.choose dl.prop dd li.no-stock:before{content: '';position: absolute;left: 0;right:0;top: 0;bottom:0;border: 1px dashed #999; box-sizing: border-box;border-radius: 5px;}
.choose dl.attr dd li.no-stock a:before,.choose dl.prop dd li.no-stock a:before{content: none;}
.choose dl.attr dd a,.choose dl.prop dd a {padding:0 15px;line-height: 30px; display: inline-block; color: #666;position: relative; border-radius: 10px;}
.choose-attribute-content .choose-result { background:#fafafa; border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; padding: 10px 20px; }
.choose-attribute-content .choose-result-attr { height: 30px; line-height: 30px; font-size: 0.65rem; color: #666; }
.choose-attribute-content .choose-result-price { height: 30px; line-height: 30px; font-size: 0.6rem; color: #f23030; }
.choose-attribute-content .choose-result-price em { font-size: 0.8rem; }
/*.choose-foot{width: 100%;text-align: center;font-size: 0;position: relative; bottom: 0;z-index: 102; padding:0 15px .5rem; box-sizing: border-box; height: 2.25rem;}*/
.choose-foot .btn { height:1.75rem; line-height:1.75rem; color: #fff; cursor: pointer; width:100%; margin:0 auto; text-align: center; font-size: 0.75rem; font-weight: 400; box-sizing: border-box;border: none;letter-spacing:1px; border-radius:0px;-webkit-appearance: none;border-radius: 1.75rem;}
/*.choose-foot a{ display:block; height:1.75rem; line-height:1.75rem;color:#fff; font-size:0.75rem; text-align:center; cursor:pointer; border-radius: 1.75rem;}*/
.choose-foot { width: 100%; padding: 10px 15px; box-sizing: border-box;}
.choose-foot a{ display: block; height: 1.75rem; font-size: 15px; line-height: 1.75rem; color: #fff; text-align: center; transform-origin: 0 0 0; opacity: 1; transform: scale(1, 1); border-radius: 1.75rem;}
.choose-foot a.button-attr{ width:48%; float: left;}
.choose-foot a.button-attr.add-cart{ background: #FF9301 !important; float: right;}
.choose-foot a.disabled{background: #f5f5f5 !important;}
@-webkit-keyframes spec-menu-move{
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@-moz-keyframes spec-menu-move {
0% {
-webkit-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes spec-menu-move{
0% {
-webkit-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@-webkit-keyframes spec-menu-back{
to {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@-moz-keyframes spec-menu-back{
to {
-webkit-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes spec-menu-back {
to {
-webkit-transform:translate3d(0, 100%, 0);
-moz-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
.spec-menu-show {-webkit-animation: spec-menu-move .3s both ease;-moz-animation: spec-menu-move .3s both ease;animation: spec-menu-move .3s both ease; display: block;}
.spec-menu-hide {	-webkit-animation: spec-menu-back .3s both ease;-moz-animation: spec-menu-back .3s both ease;animation: spec-menu-back .3s both ease; display: none;}
/*规格弹框统一整理*/
.goods-buy-number{ width: 100%; display: inline-block;}
.goods-buy-number .title1{ float:left; width:100px;font-size:16px;line-height:60px; color:#222;}
.goods-buy-number .item1{ float:right; width:60%;height:50px; overflow:hidden; padding:5px 0px; box-sizing: border-box;}
.goods-buy-number .item1 a{ padding-left:10px; padding-right:10px; border:1px solid #CCC; line-height:30px; display:inline-block;	-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; margin-right:5px; margin-bottom:10px; font-size: 0.6rem;}
.goods-buy-number .item1 a.hover{ background:#dd2726; color:#FFF; border:0;	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.goods-buy-number .item1 .cart-box{width: 118px;margin-top:11px; float:right; position: relative;display: -webkit-box;display: box;display: -webkit-flex;display: flex;}
.choose-attribute-content .goods-buy-number .item1 .cart-box span{ position: relative; max-width: 32px; min-width: 32px; height: 32px; line-height: 32px; background: #f7f7f7 !important; text-align:center;display: block;width: 100%;-webkit-box-flex: 1;-webkit-flex: 1; flex: 1;}
.goods-buy-number .item1 .cart-box span.decrease{border-top-left-radius: 3px;border-bottom-left-radius: 3px; position: relative;}
.goods-buy-number .item1 .cart-box span.decrease:after{ content: ''; position: absolute; left: -20px; top: -15px; bottom: -15px; right: 0; }
.goods-buy-number .item1 .cart-box span.increase{border-top-right-radius: 3px;border-bottom-right-radius: 3px; right: 0px; position: relative;}
.goods-buy-number .item1 .cart-box span.increase:after{ content: ''; position: absolute; left: 0; top: -10px; right: -20px; bottom: -15px; }
.goods-buy-number .item1 .cart-box span .row{border-radius: 20px;position: absolute;top: 50%;left: 50%;margin-left: -7px;margin-top: -1px;width: 14px;height: 2px;background-color: #999;}
.goods-buy-number .item1 .cart-box span .col {border-radius: 20px;position: absolute;top: 50%;left: 50%;margin-left: -1px;margin-top: -7px;width: 2px;height: 14px;background-color: #999;}
.goods-buy-number .item1 .cart-box span.disable .col,.goods-buy-number .item1 .cart-box span.disable .row,.goods-buy-number .item1 .cart-box span.disabled .col,.goods-buy-number .item1 .cart-box span.disabled .row{background-color: #ccc;}
.goods-buy-number .item1 .cart-box .num{height: 32px;width:45px; margin:0 1px;color: #333;font-size: 12px;text-align: center;border: none;background: #f7f7f7;}
.goods-buy-number .item1 .cart-box .decrease.disabled,.goods-buy-number .item1 .cart-box .increase.disabled,.icon-jian2.disabled,.icon-jia1.disabled{background:#e5e5e5 !important; color: #999 !important; }
.icon-jian2.disabled,.icon-jia1.disabled{background: transparent !important;color:#d6d6d6 !important; }
.goods-buy-number .item1 .cart-box span.increase.disable,.goods-buy-number .item1 .cart-box span.increase.disabled,.goods-buy-number .item1 .cart-box span.decrease.disable,.goods-buy-number .item1 .cart-box span.decrease.disabled{ background:#f7f7f7 !important; }
.purchase-msg{position: relative; margin-top:0.8rem; text-align:right;}

/*购物车加载*/
@-moz-keyframes van-circular {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes van-circular {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes van-circular {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cart-loading-circular {background-size: contain;
	background-image: url(https://img.yzcdn.cn/vant/gradient-circle-black.png);
	width: 20px; height:20px;
  -moz-animation: van-circular 1250ms infinite linear;
  -webkit-animation: van-circular 1250ms infinite linear;
  animation: van-circular 1250ms infinite linear;}

/*字体*/
@font-face {
  font-family: 'iconfont';  /* Project id 84892 */
  src: url('//at.alicdn.com/t/font_84892_dzn8bpghgc.woff2?t=1648277883214') format('woff2'),
       url('//at.alicdn.com/t/font_84892_dzn8bpghgc.woff?t=1648277883214') format('woff'),
       url('//at.alicdn.com/t/font_84892_dzn8bpghgc.ttf?t=1648277883214') format('truetype');
}
.iconfont { font-family: "iconfont"; font-size: 14px; font-style: normal; }



#region-chooser-box { position: fixed; bottom: 0; left: 0; height: 0px; z-index: 99999999; background: #fff; width: 100%;overflow: visible !important; overflow: hidden;-webkit-transition: all .5s;transition: all .5s;border-radius: 10px 10px 0 0;}
#region-chooser-box.region-chooser-show{ height: calc(65vh) !important; }
.address-items{ margin-bottom:1rem;}
.address-add-box { width: 100%; overflow: hidden; background: #FFF;margin-bottom:0.5rem; }
.address-add-box dl { width: 95%; overflow: hidden; margin: auto }
.address-add-box dl dt { width: 100%; height: 35px; font-size: 16px; line-height: 35px; color: #333; display: flex; align-items: center; justify-content: space-between; }
.address-add-box dl dt strong { font-size: 0.7rem; line-height: 35px; color: #222; font-weight: normal;display: inline-block;width: 180px;overflow: hidden;height: 35px;float: left;}
.address-add-box dl dt span { display: inline-block; font-size: 0.7rem; line-height: 35px; color: #222; text-indent:30px; }
.address-add-box dl .default-label { position: relative; display: inline-block; min-width: 0.8rem; padding: 0 5px; font-size: 0.55rem;color: #1d9030; vertical-align: middle; line-height: 0.75rem; text-align: center; margin-left: 0.2rem; width: 3rem; box-sizing: border-box; text-indent: 0;}
.address-add-box dl .default-label:before { border: 1px solid #1d9030; text-align: center; line-height: 2.4rem; font-size: 1.2rem; border-radius: 6px; content: ""; position: absolute; left: 0px; top: 0px; width: 200%; height: 200%; transform-origin: 0 0; transform: scale(.5,.5); box-sizing: border-box; }
.address-add-box dl dd em{ display: inline-block; }
.address-add-box dl dd em{ position: relative; display: inline-block; min-width:0.8rem; padding:0 5px;font-size: 0.55rem; color: #999; vertical-align: middle;line-height:0.75rem; text-align:center; margin-right: 0.2rem;}
.address-add-box dl dd em:before{text-align: center;line-height:2.4rem;font-size:1.2rem;border:1px solid #e3e5e7;border-radius:6px;content: "";position: absolute;left: 0px;top: 0px;width: 200%;height: 200%;transform-origin: 0 0;transform: scale(.5,.5);box-sizing: border-box;-webkit-transform-origin: 0 0;-webkit-transform: scale(.5,.5);-webkit-box-sizing: border-box;}
.address-add-box dl dd em.home-address-icon{ color: #f23030; }
.address-add-box dl dd em.home-address-icon:before{ border:1px solid #f23030; }
.address-add-box dl dd em.company-address-icon{ color: #1d9030; }
.address-add-box dl dd em.company-address-icon:before{ border:1px solid #1d9030; }
.address-add-box dl dd em.custom-address-icon{ color: #5fb2e1; }
.address-add-box dl dd em.custom-address-icon:before{ border:1px solid #5fb2e1; }
.address-tips { display: flex; align-items: center; padding: .3rem .5rem; background: #fff; }
.address-tips .iconfont { font-size: .7rem; margin-right: .3rem; }
.old-address { padding: .6rem .5rem; color: #333;}
.old-address .title { font-size: .65rem; font-weight: bold; }
.old-address .address-text { font-size: .55rem; }
.edit-address { background: #fff; }
.edit-address .address-list-title { display: flex; align-items: center; justify-content: space-between; padding: .6rem .5rem 0; }
.edit-address .address-list-title .title { font-size: .65rem; color: #333; font-weight: bold; }
.edit-address .address-list-title .add-btn { font-size: .55rem; }
.edit-address .use { padding: .3rem .5rem; }
.edit-address .address-items { margin-bottom: 0; }
.edit-address .address-add-box { display: flex; align-items: center; margin: 0; }
.edit-address .address-add-box dl { width: 85%; margin: 0 0 0 .5rem; }
.edit-address .address-add-box .set-default-address { display: flex; align-items: center; height: 26px; margin-left: 4%; }
.edit-address .address-add-box .set-default-address .add-hui, .edit-address .address-add-box dl .set-default-address .add-red { width: 20px; height: 20px; background-image: url(../images/flow/cart_icon_con.png); background-size: 55px auto; background-repeat: no-repeat; border-radius: 100%; border: none; }
.current-address-info{ position: relative; background: rgba(0,0,0,0.5); width: 200px; height:38px; border-radius:3px; top: -50px; left: -80px;}
.current-address-info:after{content: "";display: block;position: absolute;width: 0;height: 0;border-color: transparent;border-width: 8px 6px;border-style: solid;bottom:-16px;right:103px;border-top-color: rgba(0,0,0,0.5);}
.current-address-info .address-text{ padding:2px 0 3px 5px; }

.address-add-box dl dd { width: 100%; overflow: hidden; font-size: 14px; line-height: 150%; color: #666; padding-bottom: 5px; }
.address-bottom { width: 100%; height: 25px; border-top: 1px solid #f8f8f8; padding-top: 10px; padding-bottom: 10px; }
.address-bottom .add-left { width: 60%; float: left; overflow: hidden; }
.address-bottom .add-left span { display:flex;align-items: center; float: left; height: 26px; margin-left: 4%; }
.addl-red, .addl-hui { width: 20px;height: 20px; background-image: url(../images/flow/cart_icon_con.png); background-size: 55px auto; background-repeat: no-repeat; border-radius: 100%; border:none;}
.addl-red { background-position: -27px 0; }
.address-bottom .add-left em { display: block; float: left; height: 26px; font-size: 12px; color: #666; line-height: 26px; font-style: normal; text-indent: 5px }
.address-bottom .add-right { width: 40%; float: left; overflow: hidden; }
.address-bottom .add-right a { display: block; width: 50%; float: left; overflow: hidden; }
.address-bottom .add-right a span { display: inline-block; height: 25px; margin: auto; font-size: 14px; color: #666; line-height: 25px; }
.address-bottom .add-right a i { display: inline-block; line-height: 25px; color: #999; font-size: 18px; margin-right: 5px; }
.addressmone,.addressmone1 { width: 100%; overflow: hidden; padding-top: 10px; }
.addressmone ul,.addressmone1 ul { width: 100%; overflow: hidden; margin: auto; background: #fff; }
.addressmon ul li,.addressmone1 ul li { width: 95%; margin: auto; position: relative; min-height:2.25rem; margin-left: 0.5rem; border-bottom: 0.05rem solid #f8f8f8; }
.addressmone ul li h4,.addressmone1 ul li h4 { position: absolute; top: 0px; left: 0px; width: 3rem; font-size:16px; line-height:2.25rem; color: #444; text-align: right; font-weight: normal; }
.addressmone ul li .input_box,.addressmone1 ul li .input_box { display: block;/*height: 1.95rem;*/ margin: 0 0.5rem 0 3.5rem }
.addressmone ul li .input_box input,.addressmone1 ul li .input_box input { width: 100%; min-height: 0.95rem; padding: 0.65rem 0; border: 0 none; font-size:16px; line-height: 0.95rem; color: #222; }
.addressmone .save_btn,.addressmone1 .save_btn { margin-top:20px; text-align:center;}
.addressmone .save_btn .btn,.addressmone1 .save_btn .btn { display:inline-block; width: 90%; height: 1.8rem; padding: 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.8rem; text-align: center; color: #999; background: #e5e5e5; border: none; border-radius: 0.9rem; }
.addressmone .save_btn.ok .btn,.addressmone1 .save_btn.ok .btn { color: #FFF !important;}
.addressmone1 .save_btn.ok .btn.btn_delete{ background: #d5d2d2 !important;margin-top:30px; }
.addressmone .save_btn .closebtn,.addressmone1 .save_btn .closebtn { display:inline-block; width: 44%; height: 1.8rem; padding: 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.8rem; text-align: center; color: #999; background: #e5e5e5; border: none; border-radius: 0.2rem; }
.address_save { display: block; margin: auto; padding-left: 15px; padding-right: 15px; background: #F60; font-size: 16px; height: 30px; line-height: 30px; text-align: center; color: #FFF; border: 0px; margin-top: 10px; margin-bottom: 10px; }
.submit_btn { width: 80%; height: 30px; margin-top: 10px; margin-bottom: 10px; }
.address_save1 { display: block; float: left; padding-left: 15px; padding-right: 15px; background: #F60; font-size: 16px; height: 30px; line-height: 30px; text-align: center; color: #FFF; border: 0px; margin-top: 10px; margin-bottom: 10px; }
.address_save2 { display: block; float: right; padding-left: 15px; padding-right: 15px; background: #666; font-size: 16px; height: 30px; line-height: 30px; text-align: center; color: #FFF; border: 0px; margin-top: 10px; margin-bottom: 10px; }
.list-footer { height:45px; position: fixed; bottom:0; left: 0; right: 0; margin: auto; z-index: 12; background:#f3f5f7;min-width: 320px;max-width: 640px; margin:0 auto; padding: 10px; display: flex;}
.list-footer.address-list-footer{ display: flex;justify-content: space-around;}
.list-footer a { display: block;height:45px;line-height:45px;letter-spacing: 1px;width: 100%;border-radius:45px;margin: 0 auto;color: #fff; text-align: center; font-size:0.8rem;}
.list-footer.address-list-footer a{ width:42%;margin: 0 !important;;height:35px;line-height:35px;border-radius:35px;}
.list-footer.address-list-footer a.weiixn-btn{ background:#00c800 !important;}
.address_box_flow.show, .addressmone.show { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .3s linear; transition: all .3s linear; }
.address_box_flow, .addressmone { -ms-flex-direction: column; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; flex-direction: column; width: 100%; height: 100%; position: fixed; background: #f3f5f7; top: 0; right: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all .3s linear; transition: all .3s linear; z-index: 10000; }
.address_box_flow{ z-index:9999;}
/*========地区选择========*/
#select_area { position: fixed; bottom: 0; left: 0; height: 0px; z-index: 99999999; background: #fff; width: 100%; margin: 0px; }
.select_area_box { width: 100%; background: #fff;border-radius: 10px 10px 0 0;}
.select_area_box h2 { width: 100%; text-align: center; height:1.5rem; font-size: 18px; line-height:1.5rem; color: #333; font-weight: normal; padding:.25rem 0; position: relative;}
.select_area_box ul.tab { display: block; width: 98%; height: 1.95rem; padding: 0 1%; background: #FFF; }
.select_area_box .tab>li { display: inline-block; width: 32.33%; vertical-align: top; text-align: center; height: 1.95rem; padding: 0!important; margin: 0; border-bottom: none; }
.select_area_box .tab>li a { display: inline-block; padding: 0.1rem 0.05rem; font-size: 0.6rem; line-height: 1.85rem; color: #222; }
.select_area_box .tab>li.selected a { padding: 0.1rem 0.05rem 0 0.05rem; color: #f23030; border-bottom: solid 0.1rem #f23030!important; }
.select_area_box .area_box { width: 96%; margin: auto; overflow: hidden; }
.select_area_box .area_box li { width: auto; position: relative; z-index: 1; display: block; clear: both; overflow: hidden; padding: 0.5rem 0.2rem; line-height: 1rem; border-top: solid 0.05rem #EEE; border-bottom: none; min-height: 1rem; margin-left: 0; font-size: 0.7rem; color: #222; }
.select_area_box .area_box li i { float: right; display: inline-block; font-size: 0.7rem; color: #999; line-height: 1rem; }
.select_area_box .area_box li:first-child { border-top: none; }
.select_area_box .area_box li:last-child { border-top: 0.05rem solid #eee; border-bottom: 0.05rem solid #eee; }


/*PC端地址选择*/
.region-chooser-selected { z-index: 3; position: relative; }
.region-chooser-selected .active { border-bottom: 1px #fff solid; }
.region-chooser-selected .region i, .region-chooser-selected .active i { line-height:2.25rem;margin-left: 5px; display: inline-block; }
.region-tabs { width: 100%;background: none; overflow: hidden; box-sizing:border-box;display: -webkit-box;display: -webkit-flex; display: flex;position: relative; padding: 0 .5rem;}
.region-tabs:before{ content: ''; position: absolute; left: 0;right: 0;bottom: 0;border-bottom:1px solid #e3e5e9;    -webkit-transform: scaleY(0.5);}
.region-tabs .region-tab, .region-tabs .selected { position: relative; }
.region-tabs .region-tab i, .region-tabs .selected i { position: absolute; right: 5px; top: 12px; display: block; width: 7px; height: 4px; background-position: 0px -81px; }
.region-tabs .region-tab {min-width:45px;text-align: center;cursor: pointer; color: #333;border-bottom: none; height: 1.95rem; line-height: 1.95rem; font-size: .6rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-right: 10px;}
.region-tabs .selected { border-bottom: solid 1px !important; background: #fff; line-height: 1.95rem; height: 1.95rem; box-sizing:border-box;}
.region-items { float: left; width: 97%; display: inline; position: relative; left: 0; top: -2px; z-index: 99; overflow: hidden; padding:5px; overflow-y: scroll; height: 100%;height: calc(60vh - 2.95rem) !important; }
.region-items a { display: block; clear: both; overflow: hidden; padding: 0.3rem 0.2rem; line-height: 1rem;min-height: 1rem; margin-left: 0; font-size:.65rem; color: #333; margin: 0px 5px 0px 5px; }
.select-region { padding: 0px 8px; height: 35px; line-height: 35px; vertical-align: middle; border-top: none; z-index: 3; }
.select-region .leixing { float: left; height: 38px; line-height: 38px; *height: 35px;
*line-height: 35px;
color: #666; }
.select-region .leixing input { *vertical-align: middle;
}
.region-chooser { position: relative;line-height: 28px;border-bottom: none; display: inline-block; width: auto; vertical-align: middle; color:#222; font-size:0.65rem;}


/*盒子模型*/
.ub {display: -webkit-box;display: box;position: relative;}
.ub-f1 {position: relative;-webkit-box-flex: 1;box-flex: 1;}


/*购物车按钮*/
.goods-list-grid .decrease,.cart-box .decrease,.navContent li .item1 .cart-box .decrease,.navContent li .item1 .cart-box .increase,.goods-list-grid .increase,.cart-box .increase,.item-props-info .goods-num .increase,.item-props-info .goods-num .decrease{ text-align:center; font-size:25px; line-height:27px; cursor:pointer; position: relative;}
.goods-list-grid .decrease:after,.cart-box .decrease:after,.navContent li .item1 .cart-box .decrease:after,.item-props-info .goods-num .decrease:after{content: ''; position: absolute; left: -15px; top: -15px; bottom: -15px; right: 0;}
.navContent li .item1 .cart-box .increase:after,.goods-list-grid .increase:after,.cart-box .increase:after,.item-props-info .goods-num .increase:after{ content: ''; position: absolute; left: 0; top: -15px; right: -15px; bottom: -15px;}

/*.loader-inner*/
.layer-msg-loading {border-radius: 6px !important; min-width: 60px !important; box-shadow: 0px 0px 0px rgba(0,0,0,.2) !important; height:60px !important; width:60px !important;;margin-left: -30px !important; margin-top:-30px !important; left:50% !important; top:50% !important}
.layer-msg-loading .layui-layer-content {padding: 10px !important; overflow: hidden !important;}
.layer-msg-loading img {display: none;}
.layer-msg-loading-simple {border-radius: 6px !important; min-width: 60px !important; box-shadow: 0px 0px 0px rgba(0,0,0,.2) !important; background-color: transparent !important; border: none !important; box-shadow: none !important; height:60px !important; width:60px !important;margin-left: -30px !important; margin-top:-30px !important; left:50% !important; top:50% !important}
.layer-msg-loading-simple .layui-layer-content {padding: 10px !important; overflow:hidden !important}
.loader-inner{ margin:auto;position: relative; width:40px; height:41px;}
.loader-inner img{width: 16px; height: 16px;position: absolute;max-width: 16px;max-height: 16px;top: 50%;margin-top: -8px;
left: 50%;margin-left: -8px;}
.loader-inner.ball-clip-rotate > div {width:25px !important; height:25px !important; border:2px solid #fff; border-radius: 99%; border-color:#ffffff; border-bottom-color: transparent; margin:5px auto;display: inline-block;-webkit-animation:gif 0.45s infinite linear;animation:gif 0.45s infinite linear !important;clip:rect(0 auto 12px 0)}
@keyframes gif{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gif{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}
/*登录弹出层*/
.login-layer-box{-ms-flex-direction: column;-webkit-box-orient: vertical;box-orient: vertical;-webkit-flex-direction: column;flex-direction: column;width: 100%;height: 100%;position: fixed;top: 0;right: 0;-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);-webkit-transition: all .3s linear;transition: all .3s linear;z-index: 10000; background:#f3f5f7; overflow-y: hidden;}
.login-layer-box.show{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);-webkit-transition: all .3s linear;
transition: all .3s linear;}


/*购物车弹出修改数量层*/
.edit-quantity-mask{position: fixed;z-index:252;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.4);}
.edit-quantity-con{position: fixed;z-index:112;width: 80%;max-width: 300px;top: 50%; left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background-color: #fff;text-align: center;border-radius: 0.2rem;overflow: hidden;}
.edit-quantity-hd{padding:1em 1.6em ;font-weight: 400;font-size: 18px; color:#222;}
.edit-quantity-bd{padding: 0 1.6em 0.8em;min-height: 40px;font-size: 15px;}
.edit-quantity-bd .quantity-info{display: -webkit-box !important;display: box !important;position: relative; width:150px; margin:0 auto; height:35px; border:1px solid #C2C2C2; border-radius:4px;}
.quantity-decrease, .quantity-increase{ position:relative; width:35px; height:35px;display:block;line-height: 35px;font-size: 30px;color: #666;}
.quantity-decrease{ border-right:1px solid #cbcbcb}
.quantity-increase{ border-left:1px solid #cbcbcb}
.quantity-decrease:before,.quantity-increase:before,.quantity-increase:after{position: absolute;top:16px;left:10px; border-bottom: 0.053rem solid #878787;width:16px; height: 1px;content: ' ';}
.quantity-increase:before{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.quantity {position: relative;-webkit-box-flex: 1;box-flex: 1;display: block;-webkit-appearance: none;border: none;text-align: center; width: 34px;vertical-align: top;font-size: 15px; color:#222;line-height: 35px;}
.edit-quantity-ft{ padding:10px; height:1.8rem;}
.edit-quantity-ft button{ position:relative;width:44%; margin-left:3%; float:left; height:1.8rem; line-height:1.8rem;border:none; color:#333; font-size:0.7rem; text-align:center; border-radius:0.15rem; border:none;}
.edit-quantity-ft button:first-child{ background-color: #f1f1f1;}
.edit-quantity-ft button:last-child{ float:right; margin-right:3%;color:#fff;}

/*验证码弹出层*/
.captcha-layer{position: fixed;width:300px; left: 50% !important;top:50% !important;background:#fff;border-radius:0.2rem;z-index: 211;left: 50%;top: 50%;-webkit-transform: translate(-50%,-155px);-moz-transform: translate(-50%,-155px); -o-transform: translate(-50%,-155px);-ms-transform: translate(-50%,-155px);transform: translate(-50%,-155px);text-align: center;}
.captcha-layer-title{ display:block; height:2.25rem;line-height:2.25rem;font-size:0.8rem; color:#222;}
.captcha-layer-con{ text-align:center; padding:15px 0px;}
.captcha-layer-con .form-group{ border-bottom:0px;}
.captcha-layer-con .form-group dl{ width:90%;}
.captcha-layer-con .form-group dl dt{ display:none;}
.captcha-layer-con .form-group dl dd{ padding-left:0px;}
.captcha-layer-con .form-group dl dd input.input-small{display:inline-block;position: relative;border: 1px solid #eee;border-radius: 3px;height: 33px;line-height: 33px;padding: 0px;width:125px;text-indent: 10px;}
.captcha-layer-con .form-group dl dd .captcha{ display:inline-block; position:relative; right:0px;}
.captcha-layer-con .form-group dl dd .captcha+.num-clear {right: 120px;}
.captcha-layer-con .form-control-error{ text-align:left; text-indent:35px;}
.captcha-layer-bottom{ padding:10px; height:1.8rem;}
.captcha-layer-bottom a{ position:relative;width:44% !important; margin-left:3%; float:left; height:1.8rem !important; line-height:1.8rem !important;border:none; color:#333; font-size:0.7rem; text-align:center; border-radius:0.15rem; border:none; margin-top:0px !important;}
.captcha-layer-bottom a:first-child{ background-color: #f1f1f1;}
.captcha-layer-bottom a:last-child{ float:right; margin-right:3%;color:#fff;}


/*底部版权信息*/
.copyright .footer-links {padding: 12px; text-align:center;}
.copyright .footer-links>a {margin: 0 6px;color: #333;}
.copyright .footer-links>a {margin: 0 6px;color: #333;font-size: 12px;}
.copyright .footer-copyright {margin:10px auto 15px;font-size: 12px;text-align:center; position:relative;}
/*.copyright .footer-copyright:before{height: 1px;content: '';width: 100%;border-bottom: 1px solid #e3e5e9;position: absolute;top: -1px;left: 0;transform: scaleY(.5);-webkit-transform: scaleY(.5);z-index: 10;}*/
.copyright .footer-copyright>a {color: #ccc; position: relative; font-size:12px; line-height:12px;}
.copyright .footer-copyright img{ margin: 0 auto 5px; max-width: 120px; max-height: 60px; display: block;}

/*盒子模型*/
.ub {display: -webkit-box;display: box;position: relative;}
.ub-f1 {position: relative;-webkit-box-flex: 1;box-flex: 1; width:0;}

/*边框样式*/
.bdr-0{ border:0px !important;}
.bdr-r {position:relative}
.bdr-r:after {height:100%;content:''; width:1px;border-right:1px solid #e3e5e9;position:absolute;top:0;right:0;transform:scaleX(0.5);-webkit-transform:scaleX(0.5);z-index:10}
.bdr-top {position:relative}
.bdr-top:before {height:1px;content:''; width:100%; border-bottom:1px solid #e3e5e9; position:absolute;top:-1px;right:0;
 transform:scaleY(0.5); -webkit-transform:scaleY(0.5); z-index:10}
.bdr-bottom {position:relative}
.bdr-bottom:after {height:1px;content:'';width:100%;border-top:1px solid #e3e5e9; position:absolute;bottom:0;right:0; transform:scaleY(0.5);-webkit-transform:scaleY(0.5);z-index:10; -webkit-transform-origin: 0 100%; transform-origin: 0 100%;}
.text-ellipsis {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/*通用区域*/
.common-field { padding: 0 .5rem; background: #fff; overflow: hidden;}
.common-field .name { float: left; min-width: 1.3rem; height: 2.2rem; font-size: .6rem; line-height: 2.2rem; color: #222;}
.common-field .name .iconfont { margin-right: .3rem; font-size: 1rem; color: #929292; vertical-align: middle;}
.common-field .content { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding-left: .8rem; font-size: .6rem; line-height: 2.2rem; color: #999; text-align: right;}
.common-field .content input[type='text'], .common-field .content input[type='number'] { width: 100%; height: 1.2rem; padding: 0.5rem 0 0.5rem;}
.common-field .content .content-text { display: inline-block; width: 100%; line-height: 2.2rem; vertical-align: middle; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.common-field .content .content-text.active { color: #333;}
.common-field .content .info { padding: .5rem 0; line-height: 1.2rem; text-align: left;}
.common-field .content .info span { padding-right: 1rem;}
.common-field .content em { padding-left: .5rem; color: #333; white-space: nowrap;}
.common-field .content .iconfont { margin-left: .2rem; color: #bbb; vertical-align: middle;}
.common-field .content .collection-btn { position: relative; display: inline-block; padding-left: .5rem; margin-left: .5rem; font-size: .9rem; cursor: pointer;}
.common-field .content .collection-btn:after { content: ''; position: absolute; left: 0; top: .6rem; display: block; width: 1px; height: 1rem; font-size: 0; background: #e5e5e5; clear: both; -webkit-transform: scaleX(.5); transform: scaleX(.5); -webkit-transform-origin: 50% 0; transform-origin: 50% 0;}
.common-field .content .icon-star-active { color: #ff8618;}
.common-field .content .textarea-box { width: 100%; padding: .7rem 0; overflow: hidden;}
.common-field .content .textarea-box textarea { display: block; width: 100%; resize: none;}
.common-box.special .common-field .name { width: 4rem;}


.shop-notice-con .shop-notice-info .shop-notice{line-height: 30px;height: auto;color: #666;font-size: 13px;}
.shop-notice-con .shop-notice-info .shop-notice i{font-style: normal;display: inline-block;height: 14px;line-height: 20px;font-size: 0.5rem;width: auto;border-radius: 2px;position: relative;box-sizing: border-box; margin-top:-2px;margin-right: 6px; vertical-align:middle;}
.shop-notice-con .shop-notice-info .shop-notice i:before{content: '';position: absolute;top: 0;left: 0;border: 1px solid #f23030;border-radius:5px;transform: scale(.5,.5); -webkit-transform: scale(.5,.5);
transform-origin: left top;-webkit-transform-origin: left top;box-sizing: border-box;height: 28px;width: 200%;z-index: 1;}
.shop-notice-con .shop-notice-info .shop-notice i	.label-text {display: inline-block;padding: 2px 2px;font-size: 10px;color: #f23030;line-height: 10px;height: 14px;box-sizing: border-box;}
.goods-buy-number .item1 .cart-box .increase.disabled,.layer-mask-shop-bag .layer-mask-content .cart-box .cart .decrease.disabled,.layer-mask-shop-bag .layer-mask-content .cart-box .cart .increase.disabled,.icon-jia1.disabled,.icon-jian2.disabled,{background:transparent !important;color:#e5e5e5 !important; }
#list-wrap .goods-list-box li.item .item-info .cart-box .increase,#list-wrap .goods-list-box li.item .item-info .cart-box .decrease,#list-wrap .goods-item .info-bottom .cart-box .increase,#list-wrap .goods-item .info-bottom .cart-box .decrease{ border-radius: 100%; }
.tabmenu-new{ position: relative;background: #fff;}
.tabmenu-new.fixed-menu{ position: fixed;z-index: 101; left: 0; top:0;right: 0; max-width: 640px; margin:0 auto;}

/*图片上传样式*/
ul.image-group{ padding-top: 10px; }
ul.image-group li{position: relative;display: inline-block;margin-bottom: 10px; margin-right: .4rem;background: #fff; padding: 2px; border: 1px #ddd solid;}
ul.image-group li .image-group-item{ position: relative; display: block; display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;text-align: center;}
ul.image-group li a{ display: block; height: 55px; width: 55px; text-align: center;}
ul.image-group li img{ display: block; max-width: 100%; max-height: 100%; text-align: center;margin:0 auto;}
ul.image-group li .img-del{height: 0.9rem;width: 0.9rem;background-image: url(../images/user/img_del.png);background-size: contain;position: absolute;top: -0.3rem;right: -0.3rem;z-index: 2; background-repeat:no-repeat; cursor: pointer;}
.image-group-bg{ position: relative;display: -webkit-box;display: -webkit-flex;display: flex;width: 55px;height: 55px;border-radius: 2px;-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;
    -webkit-box-align: center;-webkit-align-items: center;align-items: center;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;text-align: center;}
 .image-group-bg:before{content: "";display: inline-block;width:25px;
    height: 22px;background-size: 100%;background-repeat: no-repeat;
    background-image:url(../images/camera_icon.png); }
.image-group-bg:after,ul.image-group li .image-group-item:after{ text-align: center;border: 1px dashed #d8d8db;content: "";position: absolute;left: 0px;top: 0px;width: 200%;height: 200%;transform-origin: 0 0;transform: scale(.5,.5);box-sizing: border-box;-webkit-transform-origin: 0 0;-webkit-transform: scale(.5,.5);-webkit-box-sizing: border-box;}
.image-group-bg p{ width: 100%; font-size:0.55rem; color:#cbcbcb;line-height: 18px; margin-top:8px;}

/*自定义标签*/
.goodstag-seat{ z-index:9; position: absolute;min-width: 27px; max-width: 38px;} 
.goodstag-seat .goodstag-item>img{ display: block; min-width: 27px; max-width:30px; height: auto;position: relative !important;top:0 !important;transform: translate(0,0) !important;-webkit-transform: translate(0,0) !important;}
.goodstag-seat.location0{ top: 0px; right: auto; left:0; margin: auto;}
.goodstag-seat.location1{ top: 0px; right: 0px; left: auto; margin: auto;}
.goodstag-seat.location2{ bottom: 0px; right: auto; left: 0; top: auto; margin: auto;}
.goodstag-seat.location3{ bottom:0px; right: 0px; left: auto;  top: auto; margin: auto;}
.goodstag-seat.location4{ top: 0; right: 0;bottom: 0;left: 0; margin:0 auto; display: flex; align-items: center; justify-content: center; }
.goodstag-seat.location5{ bottom: 0; right: 0; left: 0; margin:0 auto;}
.goodstag-seat.location6{ top: 0; bottom: 0; right: 0; left: 0; margin:0 auto;}
.goods-content .goodstag-seat,.goods-col02 .goodstag-seat{ min-width: 40px; max-width: 50px;}
.goods-content .goodstag-seat .goodstag-item>img,.goods-col02 .goodstag-seat .goodstag-item>img{/* min-width: 40px; */ max-width: 50px;}
.goods-content .goodstag-seat.location5,.goods-col02 .goodstag-seat.location5,.goods-content .goodstag-seat.location5 .goodstag-item>img,.goods-col02 .goodstag-seat.location5 .goodstag-item>img{ max-width: 100%;}
.goodstag-seat.location5,.goodstag-seat.location5 .goodstag-item>img{ max-width: 100%; height: auto;}
.goods-content .goodstag-seat.location6,.goods-col02 .goodstag-seat.location6,.goods-content .goodstag-seat.location6 .goodstag-item>img,.goods-col02 .goodstag-seat.location6 .goodstag-item>img{ max-width: 100%; max-height: 100%;}
.goodstag-seat.location6,.goodstag-seat.location6 .goodstag-item>img{ display: block; width: 100%; height: auto; max-width: 100%; max-height: 100%;}
.category-box2 .goods-content .goodstag-seat .goodstag-item>img{ width: 32px; height: auto;}
.category-box2 .goods-content .goodstag-seat.location5 .goodstag-item>img,.category-box2 .goods-content .goodstag-seat.location6 .goodstag-item>img{ width: auto; height: auto;}
/*飞入购物车抖动效果*/
.fly-animate { animation: fly-animate-move .2s linear; }
@media screen and (orientation:portrait) {
	
	@-webkit-keyframes fly-animate-move {
		0% {
		transform: scale(1.04);
		}
		10% {
		transform: scale(1.08);
		}
		20% {
		transform: scale(1.12);
		}
		30% {
		transform: scale(1.16);
		}
		40% {
		transform: scale(1.2);
		}
		50% {
		transform: scale(1.2);
		}
		60% {
		transform: scale(1.16);
		}
		70% {
		transform: scale(1.12);
		}
		80% {
		transform: scale(1.08);
		}
		90% {
		transform: scale(1.04);
		}
		100% {
		transform: scale(1);
		}
	}
	@-moz-keyframes fly-animate-move {
		0% {
		transform: scale(1.04);
		}
		10% {
		transform: scale(1.08);
		}
		20% {
		transform: scale(1.12);
		}
		30% {
		transform: scale(1.16);
		}
		40% {
		transform: scale(1.2);
		}
		50% {
		transform: scale(1.2);
		}
		60% {
		transform: scale(1.16);
		}
		70% {
		transform: scale(1.12);
		}
		80% {
		transform: scale(1.08);
		}
		90% {
		transform: scale(1.04);
		}
		100% {
		transform: scale(1);
		}
	}
	@-ms-keyframes fly-animate-move {
		0% {
		transform: scale(1.04);
		}
		10% {
		transform: scale(1.08);
		}
		20% {
		transform: scale(1.12);
		}
		30% {
		transform: scale(1.16);
		}
		40% {
		transform: scale(1.2);
		}
		50% {
		transform: scale(1.2);
		}
		60% {
		transform: scale(1.16);
		}
		70% {
		transform: scale(1.12);
		}
		80% {
		transform: scale(1.08);
		}
		90% {
		transform: scale(1.04);
		}
		100% {
		transform: scale(1);
		}
	}
	@-o-keyframes fly-animate-move {
		0% {
		transform: scale(1.04);
		}
		10% {
		transform: scale(1.08);
		}
		20% {
		transform: scale(1.12);
		}
		30% {
		transform: scale(1.16);
		}
		40% {
		transform: scale(1.2);
		}
		50% {
		transform: scale(1.2);
		}
		60% {
		transform: scale(1.16);
		}
		70% {
		transform: scale(1.12);
		}
		80% {
		transform: scale(1.08);
		}
		90% {
		transform: scale(1.04);
		}
		100% {
		transform: scale(1);
		}
	}
	@keyframes fly-animate-move {
		0% {
		transform: scale(1.04);
		}
		10% {
		transform: scale(1.08);
		}
		20% {
		transform: scale(1.12);
		}
		30% {
		transform: scale(1.16);
		}
		40% {
		transform: scale(1.2);
		}
		50% {
		transform: scale(1.2);
		}
		60% {
		transform: scale(1.16);
		}
		70% {
		transform: scale(1.12);
		}
		80% {
		transform: scale(1.08);
		}
		90% {
		transform: scale(1.04);
		}
		100% {
		transform: scale(1);
		}
	}
	
}
/*商品二维码分享弹出*/
.goods-code-layer{ line-height: normal; position: fixed; width: 100%; height: 100%; left: 0;right: 0;top: 0;bottom: 0; display: none; z-index: 1000;}
.goods-code-layer .goods-code-mask{ width: 100%; height: 100%; position:fixed; left: 0; top: 0; background: rgba(0,0,0,.5);}
.goods-code-layer .goods-code-con{ width: 300px; height: 450px;text-align: center;color: #333;overflow: hidden;z-index:1001;position: fixed;left: 50%;top: 47%;margin: auto;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);box-sizing: border-box;}
.goods-code-layer .goods-code-con.goods-code-con2 { height:auto; max-width:290px;}
.goods-code-layer .goods-code-con.goods-code-con2 .code { border-radius: 10px;}
.goods-code-layer .goods-code-con.goods-code-con2 .tip { width: 70%; margin-top: 15px;}
.goods-code-layer .goods-code-con.goods-code-con2 .distrib-price{ background: #fff; color: #353535; height: 2rem; line-height: 2rem; margin-bottom: -.5rem; border-radius: 10px 10px 0 0;}
.goods-code-layer .goods-code-con.goods-code-con2 .colse-goods-code-layer { position: static; margin: 15px auto 0; transform: initial; cursor: pointer;}
.goods-code-layer  p {text-align: center; font-size: 12px;}
.goods-code-layer .pic { padding:10px 10px 0 10px; border-radius: 10px 10px 0 0; background-color: #fff;  border: none; }
.goods-code-layer .distrib-price{position: fixed;left: 50%;bottom: calc(50% + 225px);background-color: transparent;transform: translateX(-50%);width: 300px;align-items: center;justify-content: center;margin-top: 235px;cursor: pointer;z-index: 1002;background: #fff;text-align: center;line-height: 30px; padding: 10px 0;border-radius: 10px 10px 0 0;color: #353535;}
.goods-code-layer .pic img { width:280px; height:280px;}
.goods-code-layer .content-text{ font-size: 12px; padding:0 10px 10px 10px; margin-top: -1px; border-radius: 0 0 10px 10px; background-color: #fff; line-height: 20px; display: flex;}
.goods-code-layer .content-text h3 { font-weight: normal; color: #222;line-height: 20px; height:40px; overflow:hidden;line-height:20px;color: #222;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;text-align: left;margin-top:5px; font-size: 14px;white-space:normal; word-break:break-all;}
.goods-code-layer .content-text-left { font-size: 12px;line-height: 20px; text-align: left;flex:1; padding-right: 0px;display: flex; width: 175px; flex-direction: column;justify-content: space-between;}
.goods-code-layer .content-text-left .now-prices em{ font-size: 28px; margin: 0;}
.goods-code-layer .content-text-left .now-prices del{ color: #999; font-size: 18px; margin-left: 0.2rem;}
.goods-code-layer .content-text-left .sold-num{ display:block; margin-left: 0.4rem;}
.goods-code-layer .content-text-right { padding-top: 5px; font-size: 12px;line-height: 20px; text-align: center; width: 105px;}
.goods-code-layer .content-text-right .code{ width: 90px; margin:0 auto 3px; }
.goods-code-layer .content-text-right .code img { width: 90px; }
.goods-code-layer .goods-code-con>img{ width:100%;}
.colse-goods-code-layer{ position: fixed; left: 50%; top: 45%;background-color: transparent; transform: translateX(-50%); width:1.5rem; height:1.5rem; align-items: center;justify-content: center; margin-top: 235px;cursor: pointer; z-index:1;}
.colse-goods-code-layer img{ width: 1.5rem; height:1.5rem; }
.give-share-popup{ position: fixed; top: 0; left: 0; right:0;max-width:640px;min-width: 320px;margin: 0 auto; z-index: 223; height: 100%; width: 100%; background-color: rgba(0,0,0,.8); cursor: pointer;}
.give-share-popup .distrib-price{ margin: 30px 0 0 45px; color: #fff;}
.give-share-popup img{max-width: 100%; position: absolute; top: 0; left: 0;}
/*小程序弹出层*/
.mini-program-share-popup{ position: fixed; top: 0; left: 0; z-index: 223; height: 100%; width: 100%; background-color: rgba(0,0,0,.7);}
.mini-program-share-popup img{ width: 100%; }
/*店铺街定位样式*/
.location-con {display: flex; flex-direction: column; align-items: center; padding-top:45%;}
.location-con .store-loading{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;min-height:100px;-webkit-flex-direction: column;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center}
@-webkit-keyframes cat-bounce {
form, to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
80% {
-webkit-transform:translateY(-8px);
transform:translateY(-8px)
}
}
@keyframes cat-bounce {
form, to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
80% {
-webkit-transform:translateY(-8px);
transform:translateY(-8px)
}
}
@-webkit-keyframes shadow-scale {
form, to {
-webkit-transform:scaleX(0);
transform:scaleX(0)
}
80% {
-webkit-transform:scaleX(.8);
transform:scaleX(.8)
}
}
@keyframes shadow-scale {
form, to {
-webkit-transform:scaleX(0);
transform:scaleX(0)
}
80% {
-webkit-transform:scaleX(.8);
transform:scaleX(.8)
}
}
.location-con .store-loading .cat-header {
	margin-bottom:11px;
	-webkit-animation: cat-bounce 1s cubic-bezier(.3, 2.4, .85, 2.5) infinite;
	animation: cat-bounce 1s cubic-bezier(.3, 2.4, .85, 2.5) infinite;font-size:40px;
}
.location-con .store-loading .cat-shadow {
	-webkit-animation: shadow-scale 1s cubic-bezier(.3, 2.4, .85, 2.5) infinite;
	animation: shadow-scale 1s cubic-bezier(.3, 2.4, .85, 2.5) infinite
}
.location-con p { color: #333; font-size: 15px;}
/*页面切换loading*/
 .toast { position: fixed; top:50%; left: 50%; z-index: 10001; display: flex; align-items: center; min-width: 80px; padding: 10px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%, -50%); color: #fff; text-align: center; background: rgba(0, 0, 0, .65); border-radius: 5px;flex-direction: column;}
.toast .iconfont { flex: 1;font-size:45px; line-height:48px;}
.toast .toast-content { margin: 0 auto; line-height: 24px;font-size: 14px;}
.page-loading,.handle-loading{ position:fixed; top: 0;right: 0;z-index:6000; width: 100%; height: calc(100vh); background-color: #fff; display: flex; align-items: center;justify-content:center; flex-direction: column;}
.handle-loading{ background: transparent;z-index: 5999;}
.handle-loading .loading-des{ margin-top: .4rem; font-size:.6rem; color:#c9c9c9; }
.loading-spinner{ color: #c9c9c9; width: 1.3rem; height: 1.3rem; }
@-webkit-keyframes van-rotate {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
}
@keyframes van-rotate {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
}
.loading-spinner .spinner-items{width: 100%; height: 100%; position: relative;display: inline-block; -webkit-box-sizing: border-box;box-sizing: border-box;-webkit-animation: van-rotate .8s linear infinite;animation: van-rotate .8s linear infinite;-webkit-animation-timing-function: steps(100);animation-timing-function: steps(100);}
.loading-spinner .spinner-items i {top: 0;left: 0;width: 100%;height: 100%;position: absolute;}
.loading-spinner .spinner-items i:before {width: 2px;height: 25%;content: " ";display: block;margin: 0 auto;border-radius: 40%;background-color: currentColor}
.loading-spinner .spinner-items i:first-of-type {opacity: 1;-webkit-transform: rotate(30deg);transform: rotate(30deg)}
.loading-spinner .spinner-items i:nth-of-type(2) {opacity: .9375;-webkit-transform: rotate(60deg);transform: rotate(60deg)}
.loading-spinner .spinner-items i:nth-of-type(3) {opacity: .875;-webkit-transform: rotate(90deg);transform: rotate(90deg)}
.loading-spinner .spinner-items i:nth-of-type(4) {opacity: .8125;-webkit-transform: rotate(120deg);transform: rotate(120deg)}
.loading-spinner .spinner-items i:nth-of-type(5) {opacity: .75;-webkit-transform: rotate(150deg);transform: rotate(150deg)}
.loading-spinner .spinner-items i:nth-of-type(6) {opacity: .6875;-webkit-transform: rotate(180deg);transform: rotate(180deg)}
.loading-spinner .spinner-items i:nth-of-type(7) {opacity: .625;-webkit-transform: rotate(210deg);transform: rotate(210deg)}
.loading-spinner .spinner-items i:nth-of-type(8) {opacity: .5625;-webkit-transform: rotate(240deg);transform: rotate(240deg)}
.loading-spinner .spinner-items i:nth-of-type(9) {opacity: .5;-webkit-transform: rotate(270deg);transform: rotate(270deg)}
.loading-spinner .spinner-items i:nth-of-type(10) {opacity: .4375;-webkit-transform: rotate(300deg);transform: rotate(300deg)}
.loading-spinner .spinner-items i:nth-of-type(11) {opacity: .375;-webkit-transform: rotate(330deg);transform: rotate(330deg)}
.loading-spinner .spinner-items i:nth-of-type(12) {opacity: .3125;-webkit-transform: rotate(1turn);transform: rotate(1turn)}

/*头部集合*/
.category-left a{ padding-left: 9px; line-height: 44px; font-size: 1rem; color: #666; }
.header-search-con { position:relative;width: 100%; height:44px; zoom: 1; z-index:115; background: #fff;}
.header-search-con.header-search-fixed{ position: fixed; left: 0;right: 0;top: 0;max-width: 640px;margin: 0 auto; }
.header-search-con:after{ height:1px;content:'';width:100%;border-top:1px solid #e3e5e9; position:absolute;bottom:-1px;right:0; transform:scaleY(0.5);-webkit-transform:scaleY(0.5);z-index:10}
.header-search-left{ position:absolute; left: 0; top: 0; width: 40px; height: 44px; }
.header-search-left a{ display:block; width:30px; height:44px; line-height: 44px; font-size: 1rem; color: #666; padding-left: 9px;}
.header-search-right{ position: absolute; right: 0; top: 0; width: 40px; height: 44px; }
.header-search-right a{ font-size:14px; line-height:44px; color:#666}
.header-search-middle { margin:0 50px 0 40px;width:auto;float:none; height: 44px; line-height: 44px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;}
.header-search-middle form{ width: 100%; }
.search-box{ width:100%; margin:auto; height:30px; background:#f7f8f9;border-radius:15px; position:relative}
.search-box .text{ display:block; width:100%;-webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; height:30px; background:none; border:0; font-size:12px; line-height:30px; color:#666;padding: 0 40px 0 12px; box-sizing: border-box;}
.search-box .submit{ display:block; width:30px; height:28px; position:absolute; right:5px; top:0; background:url(../images/search-new.png) no-repeat center center;background-size: auto 24px; border:0}
.header-search-right {  position: absolute; right: 0; top: 0; width: 40px; height: 44px;}
.header-search-right a.text {display: inline-block; float:right;white-space: nowrap;line-height:44px;font-size: 0.65rem;color: #fff;padding-right: 13px;}
.header-search-right .show-menu{ cursor:pointer; line-height: 44px; font-size: 1.1rem; color: #666;}
.header-search-right #show_more { width: 30px; height:44px;margin-left:2px;}
.header-search-right .show-menu{ cursor:pointer; line-height: 44px; font-size: 1.1rem; color: #666;}

/*支付结果*/
.paymeny-result{position: relative;height: calc(100vh - 51px);background: #fff}
.paymeny-result .result-box{position: relative;padding-top:60px;padding-right: 20px;padding-left: 20px;text-align: center;}
.paymeny-result .result-box .result-icon {width: 60px;height: 60px;margin-bottom: 10px;border-radius: 100%;display: flex; align-items: center;justify-content: center;margin: 0 auto;}
.paymeny-result .result-box .result-icon i.icon-cuohao {font-size:22px;color:#fff;}
.paymeny-result .result-box .result-icon i.icon-success{font-size:35px;color:#fff;}
.paymeny-result .result-des {margin-top:15px;font-size:16px;color: #333;text-align: center;}
.paymeny-result .result-price{ font-size:16px; color: #333; text-align: center;}
.paymeny-result .handle-btn {display: block;width: auto;margin: 50px 20px 15px;display: flex;}
.paymeny-result .handle-btn li {width:40%;margin: .8rem auto;font-size: 15px;}
.paymeny-result .handle-btn li a {position: relative;display: block;width: 100%;padding:10px 0;font-size: 14px;line-height: 14px;text-align: center;border-radius: 1rem;color: #666;}
.paymeny-result .handle-btn li a:after {content: '';position: absolute;top: 0;left: 0;width: 200%;height: 200%;border: 1px solid;border-radius: 2rem;box-sizing: border-box;transform-origin: 0 0;transform: scale(.5, .5);border-color: #666;}
/*群接龙支付成功*/
.friend-buy{ background-color: #F8F8F8; width: auto; margin: 10px; padding: 10px; border-radius: 5px; }
.friend-buy li { margin-bottom: .5rem; }
.friend-buy li .friend-info{ display: flex; justify-content: space-between;align-items: center;}
.friend-buy li .friend-info .left { display: flex; align-items: center; }
.friend-buy li .friend-info .left em{ color: #353535; font-size: .7rem; width: 30px;}
.friend-buy li .friend-info .pic { width: 35px; height: 35px; border: 1px solid #dedede; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative;}
.friend-buy li .friend-info .pic img { width: 100%; }
.friend-buy li .friend-info .name { max-width: 6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #353535; margin: 0 10px;}
.friend-buy-goods{ padding-left: 30px;}
.friend-buy-goods p{ line-height: 25px; font-size: 12px; color: #353535; display: flex;}
.friend-buy-goods p .goods-name{ flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.friend-buy-goods p .goods-num{ width: 40px; text-align: right;}
.paymeny-result .solitaire-checkout-ok li a { color: #fff;}

/*满减样式*/
.goods-floor-layout ul .goods-item .goods-item-inner .goods-info .goods-name h3.has-fullcut,.sale-goods-list .bd ul li .goods-name a.has-fullcut,.seamless-rolling .goods-name a.has-fullcut,.goods-floor ul li .goods-name a.has-fullcut,.goods-loading-box ul li .goods-name a.has-fullcut{height: 20px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display: block;}
.sale-goods-list .bd ul li .goods-name a.has-fullcut,.seamless-rolling .goods-name a.has-fullcut,.goods-floor ul li .goods-name a.has-fullcut,.goods-loading-box ul li .goods-name a.has-fullcut{ height: .9rem; }
.goods-floor-layout ul .goods-item .goods-item-inner .goods-info .goods-name h3 .act-type,.sale-goods-list .bd ul li .goods-name a .act-type,.seamless-rolling .goods-name a .act-type,.goods-floor ul li .goods-name a .act-type{ top:-3px; }

/*猜你喜欢*/
.recommend-wrapper { padding: .5rem .25rem;}
.recommend-wrapper .recommend-title { display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; width: 60%; margin: 0 auto .5rem; font-size: .6rem;}
.recommend-wrapper .recommend-title:before, .recommend-wrapper .recommend-title:after { content: ''; display: inline-block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; height: 1px; margin: 0 .5rem; background: #e5e5e5;}
.recommend-wrapper .recommend-title .iconfont {  vertical-align: top;}
.recommend-wrapper .recommend-title .iconfont:before{    content: "\e639";margin-right: .2rem;}
.recommend-wrapper .item {float: left;width: 50%;padding: .25rem;box-sizing: border-box;cursor: pointer;}
.recommend-wrapper .inner { overflow: hidden; background: #fff; border-radius: .2rem;}
.recommend-wrapper .item-pic { position: relative; height: 0; padding-bottom: 100%; overflow: hidden;}
.recommend-wrapper .item-tag-box { position: absolute; top: 0; left: 0; z-index: 9; width: 40px; height: 40px; overflow: hidden;}
.recommend-wrapper .item-tag-box span { z-index: 1; display: block; width: 32px; height: 38px; text-indent: -9999px; background-repeat: no-repeat; background-size: contain;}
.recommend-wrapper .item-tag-box span.icon-best { background-image: url(../images/best.png);}
.recommend-wrapper .item-tag-box span.icon-hot { background-image: url(../images/hot.png);}
.recommend-wrapper .item-tag-box span.icon-new { background-image: url(../images/new.png);}
.recommend-wrapper .item-pic img { position: absolute; top: 0; left: 0; display: block; width: 100%; height: auto;}
.recommend-wrapper .item-info { padding: .4rem; overflow: hidden;}
.recommend-wrapper .item-info .name { height: 40px; font-size: 13px; font-weight: normal; line-height: 20px; color: #353535; word-wrap: break-word; word-break: normal; white-space: normal; overflow: hidden;}
.recommend-wrapper .item-info .name.has-fullcut { height: 20px; margin-bottom: 4px;}
.recommend-wrapper .item-info .name .act-type { margin-right: .2rem;}
.recommend-wrapper .item-info .price-box { position: relative; height: 27px; padding: .3rem 0 0; overflow: hidden; background: #fff;}
.recommend-wrapper .item-info .price-box .price { line-height: 27px;}
.recommend-wrapper .item-info .price-box .price .price-color{ font-size: .75rem; }
.recommend-wrapper .item-info .price-box .cart-box { position: absolute; top: .3rem; right: 0; z-index: 3; width: 80px; height: 27px;}
.recommend-wrapper .item-info .price-box .cart-box .increase { position: absolute; top: 0; right: 5px; z-index: 2; width: 25px; height: 25px; font-size: 28px; cursor: pointer;}
.recommend-wrapper .item-info .sales-num { font-size: 12px;}


.seamless-rolling ul{overflow-x: auto;overflow-y: hidden;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-overflow-scrolling: touch;}
.seamless-rolling ul li {margin: 0px;-webkit-box-flex: 0;-webkit-flex: 0 0 30%;-moz-box-flex: 0;flex: 0 0 30%;width: 30%;float: none !important;}

/*积分抵扣*/
.goods-floor-layout ul .goods-item .goods-item-inner .goods-info .goods-name.beans-show{ height: 40px; }
.goods-floor-layout ul .goods-item .goods-item-inner .goods-info .goods-name.beans-show h3{ height: 20px;max-height: 20px;text-overflow: ellipsis; overflow: hidden;white-space:nowrap; display: block; }
.beans-show>a{height: .9rem !important;text-overflow: ellipsis; overflow: hidden;white-space:nowrap;display: block !important;}
.beans-show .item-beans-wap{ display: block; max-width: 100%; height: 15px; padding-top: 1px; overflow: hidden;}
.beans-show .item-beans-wap .item-beans{height:14px;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: flex;-webkit-box-pack: center;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;align-items: center;}
.beans-show .item-beans-wap .item-beans label{display: block;font-size:.4rem;line-height:14px;white-space: nowrap;font-family: PingFang-SC-Regular}
.sale-goods-box .beans-show .item-beans-wap .item-beans label,.goods-col03 .beans-show .item-beans-wap .item-beans label{ font-size:.4rem;}
.beans-show .item-beans label:first-child{border-top-left-radius:14px; border-bottom-left-radius:14px;padding-left:5px !important;padding-right:2px;}
.beans-show .item-beans label:last-child{border-top-right-radius:14px; border-bottom-right-radius: 14px;padding-left:2px;padding-right: 5px !important;}
.beans-show .item-beans label.deduct{background:#fcf1eb;color: #ff5000;margin-right:2px;}
.beans-show .item-beans label.return{background-image: -webkit-linear-gradient(top right,#ffae4a,#ff4b01);background-image: linear-gradient(to bottom left,#ffae4a,#ff4b01);color: #fff;}
.falling-integral-box{position:fixed;top:50%;left:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%, -50%);z-index: 9999999 !important;}
.falling-integral-img{width:40px;height:40px;margin: 0 auto 10px;display:block}
.bottom-text-prompt{opacity:0;font-size:14px;text-align:center;color:#feec46;display:block; font-weight: bold;-webkit-animation:fadeInDown 2s forwards 1;animation:fadeInDown 2s forwards 1}
.bottom-text-prompt .integral-num{font-size:24px;margin:0 5px;vertical-align: middle; display: inline-block;}
.falling-integral-box .rotatesimg{opacity:0;-webkit-animation:fadeInDown 2s forwards 1;animation:fadeInDown 2s forwards 1}
@-webkit-keyframes transform-5{from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg)}
to{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0)}
}
@keyframes transform-5{from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg)}
to{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0)}
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:100}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}
}
@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}
}
.act-sign-tip{display: inline-block; line-height: 14px; font-size:.5rem; padding: 0 .1rem;border-radius:3px;color:#ff1e4e;text-align: center; position:relative; margin-top:7px; vertical-align: top; margin-right: 0;margin-left: 4px;font-weight: normal;font-family: PingFang-SC-Regular;}
.act-sign-tip:after { content:''; position: absolute; top: 0; left: 0; right: 0; width: 200%; height: 200%; border: 1px solid #ff1e4e; border-radius: .2rem; box-sizing: border-box; transform: scale(.5);-webkit-transform: scale(.5); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
.act-sign-tip.full-cut { color:#ff1313; }
.act-sign-tip.full-cut:after{ border: 1px solid #ff1313; }
.act-sign-tip.free-shipping {color:#ff9261;}
.act-sign-tip.free-shipping:after{border: 1px solid #ff9261;}
.goods-loading-box ul li .price span,.goods-floor ul li.goods-col02 .price span{display: flex;align-items: baseline;}
.goods-loading-box ul li .price span del.original-price,.goods-floor ul li.goods-col02 .price span del.original-price{ font-size: 10px;color: #999;line-height: 15px;}
.act-type-vip{position: relative;line-height:12px;background-color:#f56456;border-radius: 1px; padding:1px 0.1rem 0;;margin: 0 2px 4px 4px;display:inline; font-size:.45rem;vertical-align: middle;font-family: -apple-system,Helvetica,sans-serif; color:#fff;}
.act-type-vip s{position: absolute;width: 0;display: block;font-size: 0;left: -3px;top: 0;height: 0;border:2px solid #f56456;border-color:#f56456 #f56456  transparent transparent;}
.goods-floor-layout.details .act-type-vip{ margin-left: 0; }
header .store-header { display: flex; position: relative; max-width: 640px; width: auto !important; justify-content: space-between; padding: .5rem; height: auto; align-items: center; }
.store-tab-box .store-list-tab li:before { height: 1px; content: ''; width: 100%; border-top: 1px solid #e3e5e9; position: absolute; bottom: -1px; right: 0; transform: scaleY(.5); -webkit-transform: scaleY(.5); z-index: 10; }
.act-sign-tip.full-cut { color:#ff1313; }
.comstore-header .search-box { display: flex; align-items: center; }
.act-sign-tip.free-shipping {color:#ff9261;}
.select-container .cl-container .cl-c-l-h { padding: 0 20px; background: #f2f2f2; }
/*社区团、多门店*/
header .store-header { display: flex; position: relative; max-width: 640px; width: auto !important; justify-content: space-between; padding: .5rem; height: auto; align-items: center; }
header .store-header .city-address { margin-right: .6rem; }
header .store-header .city-address a { display: flex; align-items: center; color: #333; font-size: .65rem;}
header .store-header .city-address a .iconfont { font-size: .8rem; margin-right: .2rem; }
header .store-header .city-address a p { max-width: 6rem; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
header .store-header .search-btn { margin: 0; border-radius: 25px; flex: 1;}
.store-tab-box { margin: .5rem .8rem; color: #333; line-height: 1.8rem; font-size: .6rem; }
.store-tab-box .store-list-tab li:before { height: 1px; content: ''; width: 100%; border-top: 1px solid #e3e5e9; position: absolute; bottom: -1px; right: 0; transform: scaleY(.5); -webkit-transform: scaleY(.5); z-index: 10; }
.store-tab-box .store-list-tab li { position: relative;line-height: normal; padding: .7rem 0; }
.store-tab-box .store-list-tab li.delivery-address { padding: .7rem 0 .5rem; }
.store-tab-box .store-list-tab li.delivery-address a p { color: #666; }
.store-tab-box .store-list-tab li.store-banner { padding: 0;border-radius: .2rem; overflow: hidden; }
.store-tab-box .store-list-tab li.store-banner img { width: 100%; }
.store-tab-box .store-list-tab li a { color: #333; }
.store-tab-box .store-list-tab li a .store-left {display: flex;align-items: center; width: 2rem; height: 2rem; border-radius: 50%; overflow: hidden; float: left; border: 1px solid #eee; }
.store-tab-box .store-list-tab li a .store-left img { width: 100%; }
.store-tab-box .store-list-tab li a .store-middle { float: left; width: 60%; margin: 0 2%; }
.store-tab-box .store-list-tab li a .store-middle p { color: #666; font-size: .55rem; }
.store-tab-box .store-list-tab li a .store-middle .store-name p { padding-bottom: .3rem; color: #333; font-size: .65rem; font-weight: bold; }
.store-tab-box .store-list-tab li a .store-right { float: left; display: flex;flex-direction: column; text-align: right; max-width: 30%; min-width: 20%;}
.store-tab-box .store-list-tab li a .store-right .iconfont { line-height: 1rem; }
.store-tab-box .store-list-tab li a .store-right .distance { padding-bottom: .5rem; }
.comstore-box .store-list-tab li a p { display: flex;-webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden;}
.comstore-box .store-list-tab li.city-address a {display: flex; justify-content: space-between; align-items: center;}
.comstore-box .store-list-tab li.delivery-address .iconfont { font-size: .9rem; line-height: normal; color: #333;}
.comstore-box .store-list-tab li .store-top {display: flex; justify-content: space-between;align-items: center;}
.comstore-box .store-list-tab li .store-top .store-name { display: flex; }
.comstore-box .store-list-tab li .store-top .store-name .iconfont { font-size: .8rem; }
.comstore-box .store-list-tab li .store-top .store-name p { font-weight: bold; margin-left: .3rem; }
.comstore-box .store-list-tab li .store-down { display: flex; justify-content: space-between;align-items: center;padding-top: .3rem;}
.comstore-box .store-list-tab li .store-down p { color: #666; font-size: .55rem; }

.comstore-header .search-info { background: #f7f7f7;border-radius: 25px; overflow: hidden; flex: 1; }
.comstore-header .search-box { display: flex; align-items: center; }
.comstore-header .search-box input { width: 100%; display: block; line-height: 1.45rem; background: #f7f7f7; font-size: .6rem; color: #666; }
.comstore-header .search-box i { padding-left: .2rem; font-size: .8rem; color: #999;}
.comstore-header .search-right { height: auto; line-height: 1rem; padding-left: .6rem; width: auto;}

/*.consignee-popup .choose-foot { position: absolute; display: none; height: 1.75rem; }*/

/*选择城市弹层*/
.select-container .cl-container { background: #fff; ms-flex-direction: column; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; flex-direction: column; width: 100%; height: 100%; line-height: 1.4rem; position: fixed; top: 0; right: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); -webkit-transition: all .3s linear; transition: all .3s linear; z-index: 10003;}
.select-container .cl-container.show { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: all .3s linear; transition: all .3s linear; }
.select-container .cl-container .cl-c-l-h { padding: 0 20px; background: #f2f2f2; }
.select-container .active-city { position: relative; }
.select-container .active-city .cl-c-l-ul:first-child li { display: flex; justify-content: space-between; align-items: center; line-height: 2rem; }
.select-container .active-city .cl-c-l-ul:first-child li .close-btn { width: 2rem; text-align: right; }
.select-container .active-city .cl-c-l-ul:first-child li i { font-size: .6rem; color: #666; }
.select-container .cl-c-l-ul { padding: 0 20px; }
.select-container .cl-c-l-ul li { line-height: 1.8rem; }
.select-container .cl-c-l-li a { position: relative; display: block !important; color: #333; }
.select-container .cl-c-l-li.active a.city:after { height: 1px;content: ''; width: 100%; border-top: .1rem solid ; position: absolute; bottom: 0;right: 0; z-index: 10;  }
/*签到弹层*/
.sign-layer-box { max-width: 512px; position: fixed; z-index: 5001; left: 0; right: 0; margin: auto; width: 80%; top: 16%; }
.sign-layer-box .sign-pic { position: relative; }
.sign-layer-box .sign-pic img { width: 100%; }
.sign-layer-box .title { color: #fff; text-align: center; font-size: .8rem; margin-bottom: 1rem; display: flex; justify-content: center; align-items: center;}
.sign-layer-box .title em { width: .5rem; display: inline-block; height: 1px; background: #fff; position: relative; }
.sign-layer-box .title em:before { content: ''; position: absolute; top: -.08rem; width: .25rem; height: .25rem; border-radius: 50%; background: #fff; }
.sign-layer-box .title em.left:before { right: -.2rem; left: auto; }
.sign-layer-box .title em.right:before { right: auto; left: -.2rem; }
.sign-layer-box .title span { margin: 0 .8rem; }
.sign-layer-box .sign-btn { position: absolute; bottom: .9rem;left: 0; right: 0; margin: auto; background: linear-gradient(to right, #ff7d01, #ff9501); width: 80%; border-radius: 25px; color: #fff; text-align: center; font-size: .7rem; padding: .4rem 0;}
.sign-layer-box .close-btn {border-radius: 50%; border: 1px solid #fff; width: 1.2rem; height: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 1rem auto 0; cursor: pointer;}
.sign-layer-box .close-btn .iconfont { color: #fff; font-size: .5rem; }
.sign-frame .mask1-div{ z-index: 5000;}

/*微信支付弹层*/
.wechat-layer { z-index: 212; background: #fff; position: fixed; left: 50%; top: 50%; text-align: center; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); margin: auto; border-radius: .3rem; width: 70%; }
.wechat-layer .item { position: relative; padding: .4rem 0; font-size: .6rem; }
.wechat-layer .title-label { color: #333; padding: .5rem 0; }
.wechat-layer a { display: block; color: #666; }

/* 用户中心消息联系翼客服按钮 */
.relation_yikf_a{color:red;margin-left:0px !important;}

/*大转盘、刮刮乐中奖纪录*/
.my-record-list { padding: .5rem 0; background: #f2f2f2;min-height: calc(100vh - 174px);}
.my-record-list .item { width: 94%; margin: 0 auto .5rem; border-radius: .3rem; background: #fff; display: flex; justify-content: space-between; padding: .8rem 0; align-items: center; }
.my-record-list .item .info-left { display: flex; margin-left: .8rem; max-width: 70%; }
.my-record-list .item .info-left .pic { width: 14%; margin-right: .5rem; }
.my-record-list .item .info-left .pic img { width: 100%; }
.my-record-list .item .info-left .record-info { flex: 1; line-height: .8rem; }
.my-record-list .item .info-left .record-info .name { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #333; font-weight: normal; font-size: .65rem; margin-bottom: .2rem; }
.my-record-list .item .info-left .record-info .time { font-size: .5rem; }
.my-record-list .item .btn { margin: 0 .8rem; font-size: .6rem; color: #fff; padding: .2rem 0; width: 22%; background: linear-gradient(200deg, rgba(255, 72, 81, 1) 0%, rgba(255, 72, 81, 1) 0%, rgba(255, 134, 83, 1) 100%, rgba(255, 134, 83, 1) 100%); display: flex; align-items: center; justify-content: center; border-radius: 25px; line-height: 0.8rem; }
/*大转盘、刮刮乐奖品列表*/
.my-gift-list { padding: .5rem 0; }
.my-gift-list .item { width: 94%; margin: 0 auto .5rem; border-radius: .3rem; background: #fff; display: flex; flex-direction: column; padding: .8rem 0 .3rem; }
.my-gift-list .item .info-top { display: flex; justify-content: space-between; width: 90%; margin: auto; padding-bottom: .5rem; border-bottom: 1px solid #f2f2f2;}
.my-gift-list .item .info-top .left { max-width: 80%; display: flex;}
.my-gift-list .item .info-top .right { width: 18%; display: flex; flex-direction: column; text-align: center; }
.my-gift-list .item .info-top .pic { width: 14%; border-radius: .2rem; overflow: hidden; margin-right: .5rem; }
.my-gift-list .item .info-top .pic img { width: 100%; }
.my-gift-list .item .info-top .text { display: flex; justify-content: space-between; flex: 1; flex-direction: column; }
.my-gift-list .item .info-top .name { font-size: .7rem; color: #333; }
.my-gift-list .item .info-top .state { font-size: .6rem; color: #FF0000; }
.my-gift-list .item .info-top .btn { background: linear-gradient(200deg, rgba(255, 72, 81, 1) 0%, rgba(255, 72, 81, 1) 0%, rgba(255, 134, 83, 1) 100%, rgba(255, 134, 83, 1) 100%); color: #fff; font-size: .6rem; padding: .1rem .55rem; border-radius: 25px; box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.117647058823529);}
.my-gift-list .item .bottom { width: 90%; margin: .3rem auto 0; font-size: .55rem; color: #666; }
.layui-layer-setwin .layui-layer-close2{ background: url(../images/groupon-layer-close.png);background-size: 30px;}
.textarea-tip{position: relative;right: 10px; text-align: right; color: #666;}
textarea.form-control{resize: none;}


/*后台装修预览*/
.sidebar-section { border: 1px solid #e4e4e4; border-radius: 5px; background-color: #fff; position: fixed; top: 0; width: 180px; height: 222px; margin-top: 120px; margin-left: 840px;}
.sidebar-section .shop-detail { margin: 10px; padding-bottom: 10px; font-size: 14px; color: #666; border-bottom: 1px dashed #ccc; line-height: 1.6; text-align: center;}
.sidebar-section .qr-code { margin: 0; min-height: 162px; text-align: center;}

/*商品不支持配送地址地图弹层*/
.map-popup{ position: fixed; bottom: 0; left: 0; height: 0; background: #fbfbfb; width: 100%; max-width: 640px; min-width: 320px; right: 0; margin: auto; z-index: 252;}
/*.map-popup .map-close { background: url(../images/c_cancel.png) center no-repeat; background-size: 20px 20px; width: 20px; height: 20px;top: 20px; right: 20px; position: absolute;}*/
.map-popup .box-title { position: relative; height: 45px; line-height: 45px; font-size: 16px; color: #353535; font-weight: normal; text-align: center; }
.map-popup .box-title:after{ content: ''; position: absolute; left: 50%; top: 15px; width: 5px; height: 5px; margin-left: 60px; border-style: solid; border-color: #9b9b9b; border-width: 0 1px 1px 0; transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transition: .3s;}

.freight-map-box{ width: 100%; height: auto; max-height: 50%; position: fixed; top: 44px; left: 0; right: 0; z-index: 999;}
.freight-map-box .position-list{ background-color: #FFF; display: block; padding: 0 2%; width: 96%; height: 100%; overflow-y: scroll;}
.freight-map-box li a { font-size: 0.6rem; line-height: 25px; display: block; height: 25px; padding: 0.5rem 0.75rem 0.5rem 0.38rem; position:relative;}
.freight-map-box li a:before{height:1px;content:''; width:100%; border-bottom:1px solid #e3e5e9; position:absolute;bottom:-1px;right:0;transform:scaleY(0.5); -webkit-transform:scaleY(0.5); z-index:10}
.freight-map-box li:last-child a:before{content: none;}

.map-popup .map-box{ position: absolute; bottom: 55px; top: 45px; width: 100%;}
.map-close-btn { width: 100%; font-size: 0; position: absolute; bottom: 0; left: 0; padding: 10px 15px; box-sizing: border-box;}
.map-close-btn a { display: block; height: 1.75rem; font-size: 15px; line-height: 1.75rem; color: #fff; text-align: center; transform-origin: 0 0 0; opacity: 1; transform: scale(1, 1); border-radius: 1.75rem;}

/*温馨提示弹层广告*/
.warm-prompt-layer{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index:10003;background: rgba(0,0,0,.8);-webkit-transform: translate3D(0,0,0);transform: translate3D(0,0,0);}
.warm-prompt-layer .warm-prompt-con{ width: 70vw; max-height: 60vh; margin: 0 auto;position: absolute;left: 50%;top: 50%!important;-webkit-transform: translateY(-50%);transform: translateY(-50%);margin-left: -35vw;}
.warm-prompt-layer .warm-prompt-con .warm-prompt{ display: flex; text-align: center; width: auto; height: auto; max-width: 70vw; max-height: 60vh; align-items: center;}
.warm-prompt-layer .warm-prompt-con .warm-prompt img{ max-width: 70vw; max-height: 60vh; height: auto; width: auto; margin: 0 auto;}
.close-fixed-warm{position: relative;width: 36px;height: 36px;bottom:0px;z-index: 2;background: url(../images/close_layer_icon.png);background-size: cover;left: 50%; margin-left:-18px; margin-top:20px; cursor:pointer;}

/*短视频底部菜单*/
.short-video-footer ul li a{ line-height: 47px; font-size: .7rem; color: #a6a6a6;}
.short-video-footer ul li a.active{ color: #353535; font-weight: 700;}
.short-video-footer ul li a.add-video{ margin: 0px auto}
.short-video-footer ul li a.add-video i{ width: 38px; height: 30px; line-height: 30px; margin: 7px auto 0; text-align: center; color: #fff; font-size: 1rem; border-radius: 8px; transition: all .3s;}

.intro-layer-mask{ background-color: #000; opacity: 0.8; height: 100%; margin: 0px; width: 100%; position:fixed; top: 0; left: 0; z-index: 1000; display: none;}
.intro-layer { position: fixed; z-index: 1002; left: 0; right: 0; margin: auto; width: 90%; top: 13%; display: none;}
.intro-layer .intro-pic { position: relative; }
.intro-layer .intro-pic img { width: 100%; }
.intro-layer .intro-btn { position: absolute; bottom: .9rem;left: 0; right: 0; margin: auto; background: linear-gradient(to right, #ff7d01, #ff9501); width: 80%; border-radius: 25px; color: #fff; text-align: center; font-size: .7rem; padding: .4rem 0;}
.intro-layer .close-btn { border-radius: 50%; border: 1px solid #fff; width: 1.2rem; height: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 1rem auto 0; cursor: pointer;}
.intro-layer .close-btn .iconfont { color: #fff; font-size: .5rem; }

/*团长提现成功*/
.bind-succcess-box{ background: #fff; padding: 30px; margin: 0 auto;}
.bind-succcess-box .succcess-info{ margin: 30px auto 0;}
.bind-succcess-box .succcess-info .succeed{ text-align: center;}
.bind-succcess-box .succcess-info .succeed i{ color: #F56456; font-size: 68px;}
.bind-succcess-box .succcess-info .succeed p{ font-size: .7rem; margin-top: 1rem;}
.bind-succcess-box .bind-succcess-btn{ display: block;width: auto;margin: 20px 20px 15px;display: flex;}
.bind-succcess-box .bind-succcess-btn li{ width: 35%; margin: .8rem auto;font-size: 15px;}
.bind-succcess-box .bind-succcess-btn li a { position: relative;display: block;width: 100%;padding:10px 0;font-size: 14px;line-height: 14px;text-align: center;border-radius: 1rem;color: #666;}
.bind-succcess-box .bind-succcess-btn li a:after { content: '';position: absolute;top: 0;left: 0;width: 200%;height: 200%;border: 1px solid;border-radius: 2rem;box-sizing: border-box;transform-origin: 0 0;transform: scale(.5, .5);border-color: #666;}

/*修改底部版权位置*/
.except-powered-by{ position: relative; min-height: calc(100vh - 100px);}

/*好友查看分享，弹出选择下单门店*/
.choose-comstore-box{ background: #fff; padding: .75rem; border-radius: .5rem; width: calc(100% - 1.5rem);; color: #353535;}
.choose-comstore-box .title{ height: .75rem; line-height: .75rem; text-align: center; font-size: .75rem;}
.comstore-item{ margin-top: .75rem; border-width: 1px; border-style: solid; padding: .3rem; position: relative;}

.comstore-item .comstore-name{ overflow: auto; height: 1.25rem;}
.comstore-item .comstore-name .tag{ color: #fff; padding: .1rem .2rem; background-color: #FDFBE4; border-width: 1px; border-style: solid; font-size: .5rem; border-radius: 5px;}
.comstore-item.last-time .comstore-name .tag{}
.comstore-item .comstore-name .name{ font-size: .65rem; margin-left: .2rem; font-weight: bold;}
.comstore-item .address{ color: #aaa; font-size: .6rem;line-height: 16px; display: -webkit-box; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;}
.comstore-item .distance{ font-size: .6rem;}
.comstore-item i{ position: absolute; bottom: -1px; right: 0; font-size: 1rem; display: none;}
.choose-comstore a{ display: block; margin: .75rem auto 0; text-align: center;}
.choose-comstore a.confirm-choose{ width: 80%; height: 1.5rem; line-height: 1.5rem; text-align: center; color: #fff; border-radius: .2rem;}

.comstore-item.current{ background-color: #FDFBE4;}
.comstore-item.current i{ display: block;}

.comstore-item.disable{ border: 1px solid #ddd; background: #F9FAFA !important;}
.comstore-item .multistore-disable{ display: none; height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 212;}
.comstore-item.disable .multistore-disable{ display: block;}
.comstore-item.disable .disable-bg{ background-color: #000; opacity: 0.55; height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.comstore-item.disable .multistore-disable-img{ background: url(../images/multistore-disable.png) no-repeat; position: absolute; width: 40px; height: 40px; display: block; background-size: 40px 40px; left: 20%; top: 50%; margin-top: -20px;}
.comstore-item.disable .multistore-disable-text{ color: #fff; position: absolute; font-size: 16px; left: 40%; top: 50%; margin-top: -20px; height: 40px; line-height: 40px; font-weight: 600;}
.comstore-item.disable .multistore-no-goods{ left: 0; right: 0; text-align: center; font-size: 14px;}

/*非营业时间是否支持下单*/
/* .out-openhour-bg{ background-color: #000; opacity: 0.6; height: 100%; margin: 0px; width: 100%; position:fixed; top: 0; left: 0; z-index: 301;} */
.out-openhour-info{ /* position: fixed; bottom: 0; left: 0; right: 0; */width: 100%; padding: 10px 0; background: #f2f2f2; color: #353535; text-align: center; z-index: 302;}
.out-openhour-info p{ font-size: 24px; line-height: 1.8;}
.out-openhour-info .openhour i{ font-size: 20px; vertical-align: middle;}
.out-openhour-info .openhour span{ font-size: 18px; vertical-align: middle;}

/*门店关闭访问商品或者商品不存在的错误页面*/
.no-data-div .error-btns{ margin-top: 2rem; display: flex;}
.no-data-div .error-btns .no-data-btn{ display: inline-block !important;}

/*选择自提点*/
.pickup-header-box{ background: #fff; padding: 10px 0; height: 35px;}
.pickup-header-box .pickup-header { position: relative; background: #f6f6f6; margin: 0 .5rem; padding: 0 .5rem; border-radius: 25px; display: flex; align-items: center; }
.pickup-header-box .pickup-header .pickup-search-city { position: absolute;top: 5px;bottom: 0;left: 10px; font-size: 16px;}
.pickup-header-box .pickup-header .search-info { background: #f6f6f6; margin-left: 20px; flex: 1;}
.pickup-header-box .pickup-header .search-info .search-box .iconfont { font-size: .6rem; }
.pickup-header-box .pickup-header .search-info .search-box input { background: #f6f6f6; height: 30px; line-height:normal; }
.pickup-header-box .pickup-header .pickup-search-right { position: relative;width: auto; height: auto; line-height: 1rem; padding-left: .6rem; }
.pickup-header-box .pickup-header .pickup-search-right a { font-size: .6rem; }
.pickup-header-box .pickup-header .city-address a { display: flex; align-items: center; font-weight: bold; font-size: .6rem; color: #333; }
.pickup-header-box .pickup-header .city-address a .iconfont { font-size: .5rem; margin-left: .1rem; }

.pickup-header-box-new { display: flex; align-items: center; }
.pickup-header-box-new .search-box input { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 100%; width: 100%; display: flex; }
.pickup-header-box-new .pickup-header {flex: 1;}
.pickup-header-box-new .pickup-header .city-address a { font-size: .5rem; }
.pickup-header-box-new .pickup-header .pickup-search-right a { font-size: .5rem; }

.pickup-city-layer{-ms-flex-direction: column;-webkit-box-orient: vertical;box-orient: vertical;-webkit-flex-direction: column;
flex-direction: column; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0);-webkit-transition: all .3s linear;transition: all .3s linear; width: 100vw; height: auto; position: fixed; top: 0; left: 0; background-color: #fff;z-index: 252;}
.pickup-city-layer.show{ -webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);-webkit-transition: all .3s linear; transition: all .3s linear;}
.pickup-city-layer .pickup-header-box{ display: flex; margin: 0 .5rem; height: 30px;}
.pickup-city-layer .pickup-header{ flex: 1; height: 30px; margin-left: 0;}
.pickup-city-layer .pickup-search-right a{ height: 30px; line-height: 30px; color: #fff; display: inline-block; padding: 0 10px; border-radius: 15px; letter-spacing: 1px;}

.cl-c-letter{ top: 158px !important;}
/* .header~.cl-container{ border-top: 80px solid transparent !important;} */
/* .current-city{ top: 100px !important;} */
.current-city>div{ font-size: .65rem !important; color: #999 !important; height: 30px; line-height: 30px; background: none !important;}
.current-city.current-city-ul .cl-c-l-li,.current-city-ul li a{ height: 30px !important; line-height: 30px !important;}
.cl-c-l-li .icon-location{ float: left; margin-right: 5px;}
/* .cl-c-list{ height: calc(100vh - 170px); overflow-y: auto;} */

/*规则详情弹层*/
.rule-pop{ position:fixed; bottom:0; left:0;z-index:9999; background:#fff; width:100%; display: none;border-radius:10px 10px 0 0; min-height:300px;} 
.pop-main{ width:100%; background:#fff; height:100%; border-radius:10px 10px 0 0;}
.pop-main h2{ width:100%; text-align: center; height:30px; font-size:18px; line-height:30px; color:#353535; font-weight:normal; padding:10px 0px; position:relative;}
.pop-main h2:after{ content: ''; position: absolute;bottom: 0; left: 0; width: 100%; height: 1px; background: #e3e5e9; transform: scaleY(0.5); -webkit-transform: scaleY(0.5);}
.pop-main-con{ padding: .8rem; background: #fff; min-height: 80px;}
.pop-main-con h5{ height: 40px; line-height: 40px; font-weight: normal; color: #353535; font-size: 15px;}
.pop-main-con p{ line-height: 25px; font-size: 14px; color: #666;}
.pop-main .choose-foot { display: flex; align-items: center; justify-content: center; }
.pop-main .choose-foot a { flex: 1; margin-right: .5rem; }
.pop-main .choose-foot a:last-child { margin-right: 0; }

/*华聪*/
.card-panel { position: relative; background: #fff; border-radius: 11px; width: 94%; margin: 3% auto 0;overflow: hidden;padding: 11px; box-sizing: border-box; }

.recommended-box { width: 94%; margin: 3%; box-sizing: border-box; padding: 0.5rem; border: 1px solid #f1e6cc; border-radius: 0.3rem; background: linear-gradient(125deg, #fef5e4, transparent);min-height: 9.64rem;height: 9.64rem; }
.recommended-box .title-box { display: flex; align-items: center; justify-content: space-between;margin: 0.3rem 0; }
.recommended-box .title-box .title { color: #222; font-weight: bold; font-size: .7rem; font-style: oblique; letter-spacing: 1px; }
.recommended-box .title-box .update-btn { background: #ffefde; color: #ee851d; border-radius: 25px; padding: 0.15rem 0.4rem; font-size: .5rem;}
.recommended-box .title-box .update-btn .iconfont { font-size: .5rem; margin-right: 0.2rem; }
.recommended-box .recommended-list .item { color: #353535; font-size: .6rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: .8rem; padding: 0.3rem 0; }

.hot-search-box { width: 94%; margin: 3%; box-sizing: border-box; padding: 0.5rem; }
.hot-search-box .title { display: flex; align-items: center; color: #222; margin: 0.3rem 0; font-weight: bold; font-size: .7rem; font-style: oblique; letter-spacing: 1px;}
.hot-search-box .title .iconfont { color: #fc6d27; margin-left: .2rem; }
.hot-search-box .hot-list .item { display: flex; box-sizing: border-box; align-items: center; width: 50%; float: left; color: #353535; font-size: .6rem; line-height: .8rem; padding: .3rem .5rem .3rem 0; }
.hot-search-box .hot-list .item:nth-child(even) { padding: .3rem 0; }
.hot-search-box .hot-list .item .serial { margin-right: .5rem; }
.hot-search-box .hot-list .item:first-child .serial { color: #f63a01; font-weight: bold; font-style: oblique; }
.hot-search-box .hot-list .item:nth-child(2) .serial { color: #fe6e48; font-weight: bold; font-style: oblique; }
.hot-search-box .hot-list .item:nth-child(3) .serial { color: #ff9c83; font-weight: bold; font-style: oblique; }
.hot-search-box .hot-list .item .hot-title { flex: 1; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.menu-list-box { position: fixed;right: 8px; bottom: 6.6rem; z-index: 251; box-sizing: border-box; }
.menu-list-box .menu-more-btn, .menu-list-box .menu-list .item { background: #fff; margin-bottom: .5rem; border-radius: 50%;width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%); transition: all .3s !important; }
.menu-list-box .menu-more-btn .text { font-size: .6rem; color: #585756; font-weight: bold; }
.menu-list-box .menu-list .item img { width: 1rem; } 