﻿@charset "UTF-8";
/* user-center.html 用户中心页 */
/*卡片 共用*/
.card-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem 0 .3rem; background-image: url("/images/new/user-center-card-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; /*总裁店*/ /*零售店*/ /*会员店*/ /*连锁店*/ /*旗舰店*/ /*明星店*/ }

.card-wrapper.president .card-wrapper-inner { background-image: url("/images/new/president-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.president .card-wrapper-inner .rights { /*background-color: #0b4f96;*/ }

.card-wrapper.president .card-wrapper-inner .vip-icon { background-image: url("/images/new/vip-president.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.president .card-wrapper-inner .degree-icon { background-image: url("/images/new/president-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.president .card-wrapper-inner .id-name { color: #fff; }

.card-wrapper.president .charge-link { background-image: url("/images/new/charge-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.retail .card-wrapper-inner { background-image: url("/images/new/retail-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.retail .card-wrapper-inner .rights { /*background-color: #6e1400;*/ }

.card-wrapper.retail .card-wrapper-inner .vip-icon { background-image: url("/images/new/vip-retail.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.retail .card-wrapper-inner .degree-icon { background-image: url("/images/new/retail-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.retail .card-wrapper-inner .id-name { color: #fff; }

.card-wrapper.retail .charge-link { background-image: url("/images/new/charge-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.member .card-wrapper-inner { background-image: url("/images/new/member-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.member .card-wrapper-inner .rights { /*background-color: #ff773c;*/ }

.card-wrapper.member .card-wrapper-inner .vip-icon { background-image: url("/images/new/vip-member.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.member .card-wrapper-inner .degree-icon { background-image: url("/images/new/member-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.member .card-wrapper-inner .id-name { color: #fff; }

.card-wrapper.member .charge-link { background-image: url("/images/new/charge-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.chain .card-wrapper-inner { background-image: url("/images/new/chain-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.chain .card-wrapper-inner .rights { /*background-color: #474747;*/ }

.card-wrapper.chain .card-wrapper-inner .vip-icon { background-image: url("/images/new/vip-chain.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.chain .card-wrapper-inner .degree-icon { background-image: url("/images/new/chain-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.chain .card-wrapper-inner .id-name { color: #ece5aa; }

.card-wrapper.chain .charge-link { background-image: url("/images/new/charge-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.flag .card-wrapper-inner { background-image: url("/images/new/flag-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.flag .card-wrapper-inner .rights { /*background-color: #bfbec0;*/ }

.card-wrapper.flag .card-wrapper-inner .vip-icon { background-image: url("/images/new/vip-flag.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.flag .card-wrapper-inner .degree-icon { background-image: url("/images/new/flag-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.flag .card-wrapper-inner .id-name { color: #f5f3f3; }

.card-wrapper.flag .charge-link { background-image: url("/images/new/charge-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.star .card-wrapper-inner { background-image: url("/images/new/star-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.star .card-wrapper-inner .rights { /*background-color: #764d0d;*/ }

.card-wrapper.star .card-wrapper-inner .vip-icon { background-image: url("/images/new/vip-star.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.star .card-wrapper-inner .degree-icon { background-image: url("/images/new/star-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper.star .card-wrapper-inner .id-name { color: #f5e4c3; }

.card-wrapper.star .charge-link { background-image: url("/images/new/charge-icon.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.card-wrapper .card-wrapper-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 5.95rem; height: 3.55rem; border-radius: .1rem; -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1); position: relative; /*用户级别 */ }

.card-wrapper .card-wrapper-inner a.charge-link { display: -webkit-box; display: -ms-flexbox; display: flex; width: 1.5rem; height: .375rem; position: absolute; right: .2rem; top: .4rem; font-size: .2rem; color: #fff; text-shadow: 0.05em 0.05em #929292; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .2rem; }

.card-wrapper .card-wrapper-inner a.charge-link img { width: 100%; height: 100%; }

.card-wrapper .card-wrapper-inner .member-info-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: .3rem; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .potrait-wrapper { position: relative; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .potrait-wrapper img.user-potrait { width: 1rem; height: 1rem; border-radius: 50%; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .potrait-wrapper i { background-color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: .3rem; height: .3rem; font-size: .25rem; border-radius: .02rem; position: absolute; right: -.15rem; bottom: .1rem; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .name-wrapper { color: #fff; margin-left: .4rem; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .name-wrapper .name { font-size: .23rem; max-width: 2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .name-wrapper .rights { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-top: .1rem; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .05rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 1rem; font-size: .2rem; color: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#c2793b), to(#7a4a2f)); background: linear-gradient(top, #c2793b, #7a4a2f); }

.card-wrapper .card-wrapper-inner .member-info-wrapper .name-wrapper .rights img { width: .22rem; height: .22rem; margin-bottom: .03rem; margin-left: .03rem; }

.card-wrapper .card-wrapper-inner .member-info-wrapper .name-wrapper .rights i { padding-left: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transform: scale(0.9); transform: scale(0.9); }

.card-wrapper .card-wrapper-inner .member-degree { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.card-wrapper .card-wrapper-inner .member-degree .left-pre, .card-wrapper .card-wrapper-inner .member-degree .right-next { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .3rem; opacity: .9; }

.card-wrapper .card-wrapper-inner .member-degree .left-pre img, .card-wrapper .card-wrapper-inner .member-degree .right-next img { width: .3rem; height: .6rem; }

.card-wrapper .card-wrapper-inner .member-degree .mid-degree { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .65rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.card-wrapper .card-wrapper-inner .member-degree .mid-degree .vip-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 2.2rem; height: .77rem; }

.card-wrapper .card-wrapper-inner .member-degree .mid-degree .degree-id { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-left: .2rem; }

.card-wrapper .card-wrapper-inner .member-degree .mid-degree .degree-id .degree-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 2rem; height: .51rem; }

.card-wrapper .card-wrapper-inner .member-degree .mid-degree .degree-id .id-name { font-size: .26rem; margin-top: .05rem; }

.card-wrapper .card-wrapper-inner .total-left { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem 0 0 .8rem; color: rgba(255, 255, 255, 0.9); line-height: 1.6; text-align: left; }

.card-wrapper .card-navs { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; }

.card-wrapper .card-navs li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.card-wrapper .card-navs li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; color: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .2rem; }

.card-wrapper .card-navs li a img { width: .35rem; height: .35rem; margin-bottom: .1rem; }

.card-wrapper .card-navs li a span { -webkit-transform: scale(1); transform: scale(1); color: #e4c285; }

.user-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #f5f5f5; font-size: 0.22rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; /*导航*/ }

.user-center .navs-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .3rem; }

.user-center .navs-wrapper .each-nav { width: 5.95rem; background-color: #fff; margin-bottom: .3rem; border-radius: 0.1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem 0 0; }

.user-center .navs-wrapper .each-nav.pic-nav { padding: 0; }

.user-center .navs-wrapper .each-nav.pic-nav img { width: 100%; height: 100%; }

.user-center .navs-wrapper .each-nav.data-info ul.data-info-lists li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.user-center .navs-wrapper .each-nav.data-info ul.data-info-lists li:last-child a { border-right: 0 none; }

.user-center .navs-wrapper .each-nav.data-info ul.data-info-lists li a { border-right: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; }

.user-center .navs-wrapper .each-nav.data-info ul.data-info-lists li a .data { color: #e0c184; font-size: .26rem; margin-bottom: .1rem; }

.user-center .navs-wrapper .each-nav h2 { color: #333333; font-weight: bold; font-size: 0.22rem; margin-left: .2rem; }

.user-center .navs-wrapper .each-nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .2rem 0 0; }

.user-center .navs-wrapper .each-nav ul li { width: 25%; margin-bottom: .3rem; }

.user-center .navs-wrapper .each-nav ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.2rem; }

.user-center .navs-wrapper .each-nav ul li a i { margin-bottom: .2rem; font-size: 0.5rem; }

.user-center .navs-wrapper .each-nav ul li a img { margin-bottom: .2rem; width: .45rem; height: .45rem; }

/* user-center.html 用户中心页 结束 */
/* user-right.html 用户权益页 */
.user-right-body { background-color: #f5f5f5; }

.user-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.22rem; /*卡片*/ /*权益内容*/ }

.user-right .card-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 6.4rem; height: 3.4rem; background-color: gray; position: relative; padding-bottom: 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; /*权益级别导航*/ }

.user-right .card-right .go-back { color: #fff; width: 1rem; font-size: .22rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.user-right .card-right .go-back i { font-size: .3rem; margin-right: .1rem; }

.user-right .card-right h2 { font-size: .3rem; font-weight: bold; color: #fff; }

.user-right .card-right .null-position { width: 1rem; }

.user-right .card-right .rights-nav-wrapper { position: absolute; width: 100%; height: .54rem; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.user-right .card-right .rights-nav-wrapper li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.user-right .card-right .rights-nav-wrapper li a { height: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .1rem; color: #d1d1d3; font-size: .24rem; }

.user-right .card-right .rights-nav-wrapper li a.active { color: #fff; font-weight: bold; border-bottom: .04rem solid #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.user-right .card-right.retail { background-image: url("/images/new/retail-right.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.user-right .card-right.member { background-image: url("/images/new/member-right.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.user-right .card-right.chain { background-image: url("/images/new/chain-right.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.user-right .card-right.flag { background-image: url("/images/new/flag-right.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.user-right .card-right.star { background-image: url("/images/new/star-right.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.user-right .card-right.president { background-image: url("/images/new/president-right.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.user-right .rights-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: .3rem 0; background-color: #fff; width: 100%; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }

.user-right .rights-content .title-bg { width: 1.8rem; margin-bottom: .15rem; }

.user-right .rights-content h2 { font-size: .26rem; font-weight: bold; margin-bottom: .3rem; }

.user-right .rights-content .content-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.user-right .rights-content .content-wrapper p { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; color: #818181; font-size: .22rem; line-height: 1.6; margin-bottom: .25rem; }

.user-right .rights-content .content-wrapper p .number { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-color: #9f9fa0; color: #ffffff; width: .3rem; height: .3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin-right: .1rem; }

/* user-right.html 用户权益页 结束 */
/* category.html 产品中心页 */
.category-body { background-color: #f5f5f5 !important; }

.category { width: 100%; /*新品上市*/ }

.category ul.category-nav { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: .3rem; background-color: #fff; }

.category ul.category-nav li { width: 25%; margin-bottom: .3rem; }

.category ul.category-nav li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.category ul.category-nav li a img { width: 1rem; margin-bottom: .15rem; }

.category ul.category-nav li a span { text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.category .new-item { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem 0 0; }

.category .new-item .title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .26rem; }

.category .new-item .title img { width: .25rem; margin-left: .1rem; }

.category .new-item .new-imgs img { width: 100%; margin-top: .22rem; }

/*猜你喜欢 多页共用*/
.like-item { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem 0 0; }

.like-item .title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .26rem; }

.like-item .title img { width: .25rem; margin-left: .1rem; }

.like-item ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; }

.like-item ul li { width: 50%; margin-bottom: .2rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.like-item ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background-color: #fff; }

.like-item ul li a img { width: 100%; }

.like-item ul li a .title { padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.22rem; line-height: .35rem; height: .8rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.like-item ul li a .bottom { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .15rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.like-item ul li a .bottom .price { color: #ff6b9d; font-size: .25rem; }

.like-item ul li a .bottom .amount { color: #818181; }

/*猜你喜欢 多页共用*/
/* category.html 产品中心页 结束 */
/* order.html 我的订单页 */
.order { /*订单导航*/ /*订单列表*/ }

.order .search-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .2rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.order .search-wrapper span.title { font-weight: bold; font-size: .24rem; }

.order .search-wrapper > div { Background-color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .1rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 0.05rem; }

.order .search-wrapper > div input { font-size: 0.22rem; height: .4rem; width: 3rem; }

.order .search-wrapper > div i { font-size: .25rem; }

.order .order-status { width: 100%; }

.order .order-status ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0 0; }

.order .order-status ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.order .order-status ul li.active a { color: red; border-bottom: 2px solid #ff6b9d; }

.order .order-status ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .15rem .05rem; }

.order .order-lists, .order-next .order-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.order .order-lists ul li, .order-next .order-lists ul li { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem 0 0; margin-bottom: .2rem; background-color: #fff; }

.order .order-lists ul li a.order-item, .order-next .order-lists ul li a.order-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.order .order-lists ul li a.order-item .status-info, .order-next .order-lists ul li a.order-item .status-info { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .1rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order .order-lists ul li a.order-item .status-info .status, .order-next .order-lists ul li a.order-item .status-info .status { color: #e7799e; }

.order .order-lists ul li a.order-item .item-wrapper, .order-next .order-lists ul li a.order-item .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.order .order-lists ul li a.order-item .item-wrapper img, .order-next .order-lists ul li a.order-item .item-wrapper img { width: 1rem; height: 1rem; }

.order .order-lists ul li a.order-item .item-wrapper .item-right-wrapper, .order-next .order-lists ul li a.order-item .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem 0 .3rem; }

.order .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top, .order-next .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.order .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top .title, .order-next .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 3.2rem; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.order .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-bottom, .order-next .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; }

.order .order-lists ul li a.order-item .note-txt, .order-next .order-lists ul li a.order-item .note-txt { color: #9e9e9e; line-height: 1.6; padding: .1rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order .order-lists ul li a.order-item .total-wrapper, .order-next .order-lists ul li a.order-item .total-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .2rem; }

.order .order-lists ul li a.order-item .total-wrapper p.date, .order-next .order-lists ul li a.order-item .total-wrapper p.date { color: #9e9e9e; }

.order .order-lists ul li a.order-item .total-wrapper p span, .order-next .order-lists ul li a.order-item .total-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.order .order-lists ul li .process-btns, .order-next .order-lists ul li .process-btns { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .1rem; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.order .order-lists ul li .process-btns a, .order-next .order-lists ul li .process-btns a { margin-left: .4rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.order .order-lists ul li .process-btns a input, .order-next .order-lists ul li .process-btns a input { background-color: #f5f5f5; color: #818181; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1rem; padding: .05rem .1rem; }

/* order.html 我的订单页 结束 */
/* order-detail.html 订单详情页 */
.order-detail { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*物流详情*/ /*苏尚儿官方物流中心*/ /*商品及总金额*/ /*留言*/ /*订单操作*/ /*物流信息*/ /*猜你喜欢*/ }

.order-detail .order-detail-container { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 2.57rem; background-image: url(/images/new/order-info-bg.png); background-repeat: no-repeat; background-size: 100% 2.57rem; background-position: left top; }

.order-detail .order-detail-container .order-infos { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; }

.order-detail .order-detail-container .order-infos .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.order-detail .order-detail-container .order-infos .left img { width: .3rem; height: .3rem; margin-right: .1rem; }

.order-detail .order-detail-container .order-infos .left span { font-size: .26rem; font-weight: bold; }

.order-detail .order-detail-container .order-infos .right { font-size: .22rem; line-height: 1.5; color: rgba(255, 255, 255, 0.8); font-weight: normal; }

.order-detail .order-detail-container .order-receiver { width: 5.95rem; padding: .3rem .4rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; background: #fff; border-radius: .1rem; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.order-detail .order-detail-container .order-receiver .portrait { width: .7rem; height: .7rem; margin-right: .2rem; border-radius: 50%; }

.order-detail .order-detail-container .order-receiver .right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.6; padding-top: .1rem; }

.order-detail .order-detail-container .order-receiver .right p { margin-bottom: .06rem; }

.order-detail .order-detail-container .order-receiver .right p.address { color: #9e9e9e; }

.order-detail .order-detail-container .order-receiver .right p .name { font-size: .25rem; margin-right: .1rem; }

.order-detail .order-detail-container .order-receiver .right p .phone { font-size: .2rem; color: #9e9e9e; }

.order-detail .prod-mater-nav { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .25rem .6rem .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 0.1rem solid #f5f5f5; }

.order-detail .prod-mater-nav a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.order-detail .prod-mater-nav a img { width: 1.74rem; height: .69rem; }

.order-detail .receive-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin-top: .15rem; }

.order-detail .receive-info .shipping-detail { padding: .1rem 0; width: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.order-detail .receive-info .shipping-detail img { width: .5rem; height: .5rem; }

.order-detail .receive-info .shipping-detail .mid-detail { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.order-detail .receive-info .shipping-detail .mid-detail .date { color: #9e9e9e; margin-top: .1rem; }

.order-detail .receive-info .receiver-detail { padding: .1rem 0; width: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.order-detail .receive-info .receiver-detail img { width: .5rem; height: .5rem; }

.order-detail .receive-info .receiver-detail .mid-detail { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.order-detail .receive-info .receiver-detail .mid-detail p { line-height: 1.4; }

.order-detail .receive-info .receiver-detail .mid-detail p .phone { color: #9e9e9e; }

.order-detail .receive-info .receiver-detail .mid-detail p.address { margin-top: .1rem; }

.order-detail .store-info-container { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .3rem .3rem .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.order-detail .store-info-container img { width: .25rem; height: .25rem; margin-right: .1rem; }

.order-detail .store-info-container span { font-size: .26rem; font-weight: bold; }

.order-detail .item-total { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; margin-top: .2rem; }

.order-detail .item-total ul.item-lists { width: 100%; }

.order-detail .item-total ul.item-lists li { width: 100%; }

.order-detail .item-total ul.item-lists li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .2rem 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }

.order-detail .item-total ul.item-lists li a img { width: 1rem; height: 1rem; margin-top: .05rem; }

.order-detail .item-total ul.item-lists li a .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 3rem; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-top .price { line-height: .32rem; }

.order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .1rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; }

.order-detail .item-total ul.item-lists li a .item-right-wrapper .other-info { margin-top: .1rem; color: #9e9e9e; }

.order-detail .item-total .total-info { padding: .1rem 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.order-detail .item-total .total-info > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

.order-detail .item-total .total-info > p .pay-fee { color: #ff6b9d; font-size: .25rem; }

.order-detail .leave-msg { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .3rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .2rem; background-color: #fff; }

.order-detail .leave-msg .title { color: #9e9e9e; padding: .1rem 0; }

.order-detail .leave-msg .title i { margin-right: .1rem; }

.order-detail .leave-msg .msg { color: #9e9e9e; padding: .1rem 0; line-height: 1.4; border-top: 1px dashed rgba(0, 0, 0, 0.08); }

.order-detail .order-oper { border-bottom: 0.1rem solid #f5f5f5; padding: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.order-detail .order-oper input { padding: 0 .12rem; font-size: .23rem; margin-left: .3rem; height: .4rem; line-height: .4rem; border-radius: .2rem; border: 1px solid #9e9e9e; background: transparent; }

.order-detail .order-oper input.again { color: #ff6b9d; border: 1px solid #ff6b9d; }

.order-detail .ship-info-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .3rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .3rem; background-color: #fff; color: #9e9e9e; }

.order-detail .ship-info-wrapper h2 { line-height: 1.6; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.order-detail .ship-info-wrapper h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.order-detail .ship-info-wrapper .each-ship-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; line-height: 1.5; border: 1px dashed rgba(0, 0, 0, 0.2); margin-bottom: .2rem; }

.order-detail .ship-info-wrapper .each-ship-info .one-line { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; margin-bottom: .1rem; }

.order-detail .ship-info-wrapper .each-ship-info .one-line:last-child { margin-bottom: 0; }

.order-detail .ship-info-wrapper .each-ship-info .one-line input { width: 1.2rem; height: .4rem; }

.order-detail .ship-info-wrapper .each-ship-info .one-line input.check-ship { font-size: 0.22rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); border-radius: .05rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order-detail .ship-info-wrapper .each-ship-info .one-line input.copy-no { font-size: 0.22rem; color: #e7799e; border: 1px solid #e7799e; background-color: transparent; border-radius: .05rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order-detail .like-item { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem 0 0; }

.order-detail .like-item .title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .26rem; }

.order-detail .like-item .title img { width: .25rem; margin-left: .1rem; }

.order-detail .like-item ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; }

.order-detail .like-item ul li { width: 50%; margin-bottom: .2rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order-detail .like-item ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background-color: #fff; }

.order-detail .like-item ul li a img { width: 100%; }

.order-detail .like-item ul li a .title { padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.22rem; line-height: .35rem; height: .8rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.order-detail .like-item ul li a .bottom { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .15rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order-detail .like-item ul li a .bottom .price { color: #ff6b9d; font-size: .25rem; }

.order-detail .like-item ul li a .bottom .amount { color: #818181; }

.order-detail .order-info-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .3rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .3rem; background-color: #fff; color: #9e9e9e; }

.order-detail .order-info-wrapper h2 { line-height: 1.6; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.order-detail .order-info-wrapper h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background-color: #de1573; margin-right: .1rem; }

.order-detail .order-info-wrapper > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

/* order-detail.html 订单详情页 结束 */
/* item-detail.html 产品详情页 */
.item-detail-body { background-color: #f5f5f5 !important; }

.item-detail { width: 100%; padding-bottom: 1rem; /*主图*/ /*标题及规格信息*/ /*产品详情介绍*/ }

.item-detail .main-pic { width: 100%; }

.item-detail .main-pic img { width: 100%; }

.item-detail .title-size-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; background-color: #fff; font-size: 0.23rem; }

.item-detail .title-size-wrapper .item-title { font-size: 0.26rem; line-height: 1.4; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.item-detail .title-size-wrapper .price-wrapper { color: #9e9e9e; margin: .1rem 0; }

.item-detail .title-size-wrapper .price-wrapper .price { font-size: 0.26rem; color: #ff6b9d; margin-right: .03rem; }

.item-detail .title-size-wrapper .size-info { color: #9e9e9e; }

.item-detail .detail-desc { margin-top: .2rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.item-detail .detail-desc .desc-cion { width: 2.5rem; margin: .4rem 0 .3rem; }

.item-detail .detail-desc .desc-detail { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; }

.item-detail .detail-desc .desc-detail img { width: 100%; }

.item-detail .detail-desc .desc-detail video { width: 100%; }

/*底栏添加购物车*/
.cart-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 101; width: 100%; height: .84rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cart-wrapper .cart-wrapper-inner { width: 6.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .15rem; }

.cart-wrapper .cart-wrapper-inner .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.cart-wrapper .cart-wrapper-inner .left a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 0 .2rem; }

.cart-wrapper .cart-wrapper-inner .left a img { width: .4rem; height: .4rem; }

.cart-wrapper .cart-wrapper-inner .btn-cart { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 0; }

.cart-wrapper .cart-wrapper-inner .btn-cart input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cart-wrapper .cart-wrapper-inner .btn-cart input.add { background-color: #fcacc7; border-top-left-radius: .3rem; border-bottom-left-radius: .3rem; }

.cart-wrapper .cart-wrapper-inner .btn-cart input.shop { border-top-right-radius: .3rem; border-bottom-right-radius: .3rem; }

/*购物车选择尺码*/
.select-size-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 102; width: 100%; height: 90%; left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; /*绝对定位*/ }

.select-size-wrapper.open { -webkit-transform: translateY(0); transform: translateY(0); }

.select-size-wrapper .close-cur { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; right: .2rem; top: .2rem; z-index: 1500; }

.select-size-wrapper .close-cur img { width: .4rem; height: .4rem; }

.select-size-wrapper .select-size-wrapper-inner { width: 6.4rem; height: 100%; background-color: #fff; border-top-left-radius: .1rem; border-top-right-radius: .1rem; padding: 2.6rem .2rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; /*图片及产品信息区 顶*/ /* 颜色尺码标题 顶 */ /*颜色尺码数量选择 中*/ /*总计及提交 底*/ }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info { width: 100%; height: 2.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.08); position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; left: 0; top: 0; /*标题及规格信息*/ }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info img { width: 1.5rem; border-radius: .05rem; margin-right: .2rem; }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info .title-size-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.23rem; }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info .title-size-wrapper .item-title { font-size: 0.26rem; line-height: 1.4; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info .title-size-wrapper .price-wrapper { color: #9e9e9e; margin: .1rem 0; }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info .title-size-wrapper .price-wrapper .price { font-size: 0.26rem; color: #ff6b9d; margin-right: .03rem; }

.select-size-wrapper .select-size-wrapper-inner .item-pic-info .title-size-wrapper .size-info { color: #9e9e9e; }

.select-size-wrapper .select-size-wrapper-inner .size-color-title { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: .6rem; font-weight: bold; font-size: .25rem; position: absolute; left: 0; top: 2rem; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select-size-wrapper .select-size-wrapper-inner .size-color-title .color { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper .select-size-wrapper-inner .size-color-title .size { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper .select-size-wrapper-inner .size-color-title .stock { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper .select-size-wrapper-inner .size-color-title .amount { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail { width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add { height: 100%; width: 100%; overflow: scroll; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper { width: 100%; padding: .2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .color { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; word-break: break-all; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .size { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; word-break: break-all; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .03rem; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .stock { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; word-break: break-all; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .amount { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .amount a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .amount a img { width: .8rem; height: .6rem; }

.select-size-wrapper .select-size-wrapper-inner .size-select-detail .size-color-add .each-color-wrapper .amount input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.select-size-wrapper .select-size-wrapper-inner .total-submit { font-size: 0.24rem; width: 100%; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; border-top: 1px solid rgba(0, 0, 0, 0.08); position: absolute; left: 0; bottom: 0; }

.select-size-wrapper .select-size-wrapper-inner .total-submit > p { margin-right: .2rem; }

.select-size-wrapper .select-size-wrapper-inner .total-submit > p span { color: #ff6b9d; font-size: 0.26rem; }

.select-size-wrapper .select-size-wrapper-inner .total-submit input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }

.bottom-input-mask { position: fixed; z-index: 100; width: 100%; height: 100%; left: 0; top: 0; opacity: .5; background: #000; display: none; }

/* item-detail.html 产品详情页 结束 */
/* cart.html 购物车页 */
.m-cart-body { background-color: #f5f5f5 !important; }

.m-cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.m-cart ul.cart-item-lists { margin-top: .2rem; width: 6rem; background-color: #fff; padding: .1rem 0; border-radius: .05rem; }

.m-cart ul.cart-item-lists li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; padding: .2rem 0; /*右侧产品信息*/ }

.m-cart ul.cart-item-lists li label { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .5rem; height: .5rem; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.m-cart ul.cart-item-lists li label i { color: #ff6b9d; font-size: .3rem; }

.m-cart ul.cart-item-lists li a.item-main-pic { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .15rem; }

.m-cart ul.cart-item-lists li a.item-main-pic img { width: 1.3rem; height: 1.3rem; }

.m-cart ul.cart-item-lists li .right-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.m-cart ul.cart-item-lists li .right-info .tile-remove { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .2rem; }

.m-cart ul.cart-item-lists li .right-info .tile-remove .title { width: 3rem; font-size: .22rem; line-height: .3rem; max-height: .6rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: .06rem; }

.m-cart ul.cart-item-lists li .right-info .tile-remove i { color: #9e9e9e; }

.m-cart ul.cart-item-lists li .right-info .note-info { color: #fda3bc; font-size: .2rem; line-height: 1.5; }

.m-cart ul.cart-item-lists li .right-info .price-stock { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.3; font-size: .2rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.m-cart ul.cart-item-lists li .right-info .price-stock .size-price { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .1rem; }

.m-cart ul.cart-item-lists li .right-info .price-stock .size-price .size-color { color: #9e9e9e; }

.m-cart ul.cart-item-lists li .right-info .price-stock .size-price .price { color: #e7799e; font-size: .24rem; }

.m-cart ul.cart-item-lists li .right-info .price-stock .stock-wrapper { width: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.m-cart ul.cart-item-lists li .right-info .price-stock .stock-wrapper a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.m-cart ul.cart-item-lists li .right-info .price-stock .stock-wrapper a img { width: .7rem; height: .5rem; }

.m-cart ul.cart-item-lists li .right-info .price-stock .stock-wrapper input { width: .7rem; height: .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

/*总计及提交*/
.cart-submit-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 101; width: 100%; height: .84rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cart-submit-wrapper .cart-submit { font-size: 0.24rem; width: 6.4rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.cart-submit-wrapper .cart-submit .right-confirm { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.cart-submit-wrapper .cart-submit .right-confirm > p { margin-right: .2rem; }

.cart-submit-wrapper .cart-submit .right-confirm > p span { color: #ff6b9d; font-size: 0.26rem; }

.cart-submit-wrapper .cart-submit .right-confirm input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }

/* cart.html 购物车页 结束 */
/* add-address.html 新增地址页 */
.add-address-body { background-color: #f5f5f5 !important; }

.add-address { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.add-address .add-address-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .5rem .5rem; }

.add-address .add-address-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.add-address .add-address-inner h1.title span { display: block; font-size: .25rem; color: #fcacc7; padding-top: .1rem; }

.add-address .add-address-inner .add-options { width: 100%; }

.add-address .add-address-inner .add-options .each-option { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; background: #f5f5f5; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; border-radius: .1rem; font-size: 0.24rem; }

.add-address .add-address-inner .add-options .each-option.add-name, .add-address .add-address-inner .add-options .each-option.add-phone { padding: .2rem .2rem; }

.add-address .add-address-inner .add-options .each-option.country { padding: .2rem .2rem; border: 0 none; }

.add-address .add-address-inner .add-options .each-option.city-chain { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: transparent; margin-bottom: 0; }

.add-address .add-address-inner .add-options .each-option.city-chain select { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; padding: .2rem .2rem; border: 0 none; font-size: 0.24rem; background: #f5f5f5; border-radius: .1rem; }

.add-address .add-address-inner .add-options textarea { height: 1rem; line-height: .35rem; padding: .2rem; border: none; font-size: .25rem; font-family: 'Microsoft YaHei'; color: #a9a9a9; border-radius: .2rem; }

.add-address .add-address-inner .add-options .submit-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .5rem; }

.add-address .add-address-inner .add-options .submit-btn input, .add-address .add-address-inner .add-options .submit-btn a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }

.add-address .add-address-inner .add-options .submit-btn a { border: 1px solid #cdcdcd; background: #fff; color: #cdcdcd; }

/* add-address.html 新增地址页 结束 */
/* address-modify.html 地址管理页 */
.address-modify-body { background-color: #f5f5f5 !important; }

.m-addmanage { padding-bottom: .8rem; }

/*---    << 地址列表 >>    ---*/
.m-addmanage .addmanage-list { overflow: hidden; margin-bottom: .8rem; }

.m-addmanage .addmanage-list ul { background: #efefef; }

.m-addmanage .addmanage-list li { background: #fff; margin-bottom: .2rem; }

.m-addmanage .addmanage-list li:last-child { margin-bottom: .4rem; }

.m-addmanage .addmanage-list li .userInfo { padding: .2rem; border-bottom: 1px solid #efefef; }

.m-addmanage .addmanage-list li .userInfo h1 { font-size: .2rem; margin-bottom: .05rem; color: #808080; }

.m-addmanage .addmanage-list li .userInfo h1 span { float: right; }

.m-addmanage .addmanage-list li .userInfo p { font-size: .2rem; color: #b1afb2; line-height: .35rem; }

.m-addmanage .addmanage-list li .funtionBtn { overflow: hidden; }

.m-addmanage .addmanage-list li .funtionBtn p { font-size: .2rem; color: #b1afb2; padding: .15rem 0; width: 1.5rem; text-align: center; }

.m-addmanage .addmanage-list li .funtionBtn p i { margin-right: .1rem; }

.m-addmanage .addmanage-list li .funtionBtn p.default { float: left; width: 1.7rem; }

.m-addmanage .addmanage-list li .funtionBtn p.delete { float: right; }

.m-addmanage .addmanage-list li .funtionBtn p.editor { float: right; margin-right: .25rem; }

.m-addmanage .addmanage-list li .funtionBtn p.ahover { color: #e7799e; }

.addmanage-add { width: 100%; height: .8rem; position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; bottom: 0; border-top: solid 1px #ddd; padding: .1rem; background: #fff; }

.addmanage-add .addBtn { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }

/* address-modify.html 地址管理页 结束 */
/* account.html 帐号信息页 */
.account-center-body { background-color: #f5f5f5 !important; }

.account-center { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; padding: 0 .3rem .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.account-center .account-info-area { background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.2rem; padding: .2rem .5rem .3rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .3rem; -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1); }

.account-center .account-info-area.basic-info { margin-top: .8rem; padding-top: 0; }

.account-center .account-info-area .potrait-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; top: -.5rem; }

.account-center .account-info-area .potrait-wrapper img { width: 1.4rem; height: 1.4rem; border-radius: 50%; }

.account-center .account-info-area .potrait-wrapper .high-type { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box; }

.account-center .account-info-area .potrait-wrapper .high-type a { display: -webkit-box; display: -ms-flexbox; display: flex; height: .5rem; color: #fff; font-size: 0.22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; margin: .2rem .05rem 0; padding: 0 .2rem; }

.account-center .account-info-area h2 { font-size: 0.26rem; padding: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #5c5c5c; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); font-weight: 700; }

.account-center .account-info-area .each-info { padding: .2rem; font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #808080; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.account-center .account-info-area .each-info:last-child { border-bottom: 0 none; }

.account-center .account-info-area .each-info .title { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 1.5rem; }

.account-center .account-info-area .each-info .content { color: #e7799e; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .1rem; }

/* account.html 帐号信息页 结束 */
/* potrait.html 编辑头像页 */
.photoshow-box { display: none; position: fixed; width: 6.4rem; height: 100%; top: 0; z-index: 55; background: #fff; }

.photoshow-box #clipArea { height: 300px; margin-bottom: .3rem; }

.photoshow-box #view { float: left; margin-left: .2rem; width: 3rem; height: 3rem; margin-bottom: .3rem; }

.photoshow-box .photoshowBtn { float: right; width: 2.8rem; padding: .2rem; overflow: hidden; text-align: center; }

.photoshow-box .photoshowBtn a { display: block; float: left; width: 2.8rem; padding: .15rem 0; color: #fff; background: #e7799e; font-size: .25rem; border-radius: 300rem; margin: 0 .1rem .1rem .1rem; overflow: hidden; text-align: center; }

.photoshow-box .photoshowBtn .upload { position: relative; }

.photoshow-box .photoshowBtn .upload input { position: absolute; width: 100%; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }

.photoshow-box .photo-clip-mask-left, .photoshow-box .photo-clip-mask-right, .photoshow-box .photo-clip-mask-top, .photoshow-box .photo-clip-mask-bottom { background-color: rgba(0, 0, 0, 0.2) !important; }

/* potrait.html 编辑头像页 结束 */
/* add-agent.html 新增代理页 */
.add-agent-body { background-color: #f5f5f5 !important; }

.add-agent { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; padding: 0 .3rem .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #e7799e; }

.add-agent .account-info-area { background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.2rem; padding: .2rem .5rem .4rem; padding-top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .8rem; /*下拉代理选择*/ /*每个级别*/ }

.add-agent .account-info-area .potrait-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; top: -.5rem; }

.add-agent .account-info-area .potrait-wrapper img { width: 1.4rem; height: 1.4rem; border-radius: 50%; }

.add-agent .account-info-area .name-grade { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0.24rem; color: #e7799e; margin-bottom: .3rem; }

.add-agent .account-info-area .name-grade .name { font-weight: bold; }

.add-agent .account-info-area .name-grade .grade { font-size: .22rem; color: #9e9e9e; }

.add-agent .account-info-area .options-wrapper { width: 100%; position: relative; }

.add-agent .account-info-area .options-wrapper .please-select { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: .5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border: 1px solid #ff6b9d; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.05rem; }

.add-agent .account-info-area .options-wrapper .please-select .option-selected { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.add-agent .account-info-area .options-wrapper .please-select .right-arrow { width: .8rem; height: .5rem; border-top-right-radius: 0.05rem; border-bottom-right-radius: 0.05rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.add-agent .account-info-area .options-wrapper .please-select .right-arrow i { color: #fff; font-size: .3rem; }

.add-agent .account-info-area .options-wrapper ul { position: absolute; z-index: 1000; background-color: #f5f5f5; border: 1px solid #ff6b9d; border-radius: 0.05rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-top: .06rem; padding: .1rem .2rem; }

.add-agent .account-info-area .options-wrapper ul li { padding: .1rem 0; margin-bottom: .1rem; border-bottom: 1px dashed #ffe0ea; }

.add-agent .account-info-area .options-wrapper ul li:last-child { border-bottom: none; }

.add-agent .account-info-area .each-grade { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 1px solid #ff6b9d; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.05rem; margin-top: .2rem; padding: .1rem; }

.add-agent .account-info-area .each-grade .title-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.add-agent .account-info-area .each-grade .title-wrapper .title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.add-agent .account-info-area .each-grade .title-wrapper .amount { width: 1rem; }

.add-agent .account-info-area .each-grade .title-wrapper .arrow-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: .45rem; height: .45rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.add-agent .account-info-area .each-grade .title-wrapper .arrow-wrapper i { font-size: .3rem; padding: 0 .1rem; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.add-agent .account-info-area .each-grade .title-wrapper .arrow-wrapper i.open { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.add-agent .account-info-area .each-grade ul.all-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; }

.add-agent .account-info-area .each-grade ul.all-lists li { width: 100%; padding: .1rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px dashed #f49bb9; }

.add-agent .account-info-area .each-grade ul.all-lists li:last-child { border-bottom: 0 none; }

.add-agent .account-info-area .each-grade ul.all-lists li p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; color: #9e9e9e; line-height: 1.6; }

/* add-agent.html 新增代理页 结束 */
/* precharge.html 预充值页 */
.precharge-body { background-color: #f5f5f5 !important; }

.m-precharge { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.m-precharge .m-precharge-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .3rem .5rem; /*收款银行*/ /*图片预览*/ }

.m-precharge .m-precharge-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-precharge .m-precharge-inner h1.title span { display: block; font-size: .25rem; color: #fcacc7; padding-top: .1rem; }

.m-precharge .m-precharge-inner .recommend-card { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .3rem .2rem .1rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; border-radius: 0.1rem; }

.m-precharge .m-precharge-inner .recommend-card .account-bank { margin-bottom: .1rem; padding-bottom: .1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.5); line-height: 1.6; }

.m-precharge .m-precharge-inner .recommend-card .account-bank:last-child { border-bottom: 0 none; }

.m-precharge .m-precharge-inner .each-fill { border: 1px solid rgba(0, 0, 0, 0.08); width: 100%; margin-top: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.05rem; /*收款人 收款金额*/ /*银行卡 下拉选择*/ }

.m-precharge .m-precharge-inner .each-fill.receiver-info, .m-precharge .m-precharge-inner .each-fill.receiver-amount { -webkit-box-shadow: border-box; box-shadow: border-box; padding: .1rem; height: .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: .1rem; }

.m-precharge .m-precharge-inner .each-fill.receiver-info input, .m-precharge .m-precharge-inner .each-fill.receiver-amount input { font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper { width: 100%; position: relative; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper .please-select { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: .5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper .please-select .option-selected { display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: .5rem; height: .5rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper .please-select .right-arrow { width: .8rem; height: .5rem; border-top-right-radius: 0.05rem; border-bottom-right-radius: 0.05rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper .please-select .right-arrow i { color: #fff; font-size: .3rem; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper ul { position: absolute; z-index: 1000; background-color: #f5f5f5; border: 1px solid #ff6b9d; border-radius: 0.05rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-top: .06rem; padding: .1rem .2rem; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper ul li { padding: .1rem 0; margin-bottom: .1rem; border-bottom: 1px dashed #ffe0ea; }

.m-precharge .m-precharge-inner .each-fill.options-wrapper ul li:last-child { border-bottom: none; }

.m-precharge .m-precharge-inner .each-fill.upload-pic { width: 100%; height: .5rem; }

.m-precharge .m-precharge-inner .each-fill.upload-pic .title-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.m-precharge .m-precharge-inner .each-fill.upload-pic .title-wrapper > span { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .1rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.m-precharge .m-precharge-inner .each-fill.upload-pic .title-wrapper label { color: #fff; height: .5rem; border-top-right-radius: 0.05rem; border-bottom-right-radius: 0.05rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.m-precharge .m-precharge-inner .preview-wrapper { width: 100%; min-height: 2rem; margin-top: .2rem; color: red; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #9e9e9e; background-color: #f5f5f5; }

.m-precharge .m-precharge-inner .preview-wrapper img { width: 100%; }

/* precharge.html 预充值页 结束 */
/* ship-status.html 订单物流页 */
.ship-status-body { background-color: #f5f5f5 !important; }

.ship-status { width: 100%; /*物流时间轴*/ }

.ship-status .ship-detail-wrapper { width: 100%; background-color: #fff; /*收货地址*/ /*每一个时间轴*/ }

.ship-status .ship-detail-wrapper .address-wrapper { width: 100%; background-image: url("/images/new/dashed-line.png"); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-position: 1rem bottom; background-size: 1px 50%; background-repeat: no-repeat; }

.ship-status .ship-detail-wrapper .address-wrapper .left-wrapper { width: .8rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.ship-status .ship-detail-wrapper .address-wrapper .icon-wrapper { width: .4rem; height: .4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.ship-status .ship-detail-wrapper .address-wrapper .icon-wrapper img { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; background-color: #fff; border-radius: 50%; }

.ship-status .ship-detail-wrapper .address-wrapper .status-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; font-size: .22rem; line-height: 1.5; }

.ship-status .ship-detail-wrapper .address-wrapper .status-desc .status { font-size: .22rem; }

.ship-status .ship-detail-wrapper .each-status { color: #9e9e9e; width: 100%; background-image: url("/images/new/ship-line.png"); background-repeat: repeat-y; background-size: 1px 2px; background-position: 1rem top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.ship-status .ship-detail-wrapper .each-status.cur { color: #333333; /*background-position: 1rem bottom;
        background-size: 1px 50%;
        background-repeat: no-repeat;*/ }

.ship-status .ship-detail-wrapper .each-status .left-wrapper { width: .8rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.ship-status .ship-detail-wrapper .each-status .icon-wrapper { width: .4rem; height: .4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.ship-status .ship-detail-wrapper .each-status .icon-wrapper img { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; background-color: #fff; border-radius: 50%; }

.ship-status .ship-detail-wrapper .each-status .status-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; font-size: .2rem; line-height: 1.5; }

.ship-status .ship-detail-wrapper .each-status .status-desc .status { font-size: .22rem; }

/* ship-status.html 订单物流页 结束 */
/* category-sub.html 产品分类页 */
.category-sub-body { background-color: #f5f5f5 !important; }

.category-sub { width: 100%; /*搜索框及分类*/ /*产品分类列表*/ }

.category-sub.open { padding-top: .9rem; }

.category-sub .search-category-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 0 .2rem; height: .9rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: -webkit-gradient(linear, left top, right top, from(#f9bbdb), to(#fd93b0)); /*搜索*/ }

.category-sub .search-category-wrapper.open { position: fixed; top: 0; left: 50%; margin-left: -3.2rem; }

.category-sub .search-category-wrapper .search-input { width: 5.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .4rem; }

.category-sub .search-category-wrapper .search-input .search-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; flex: 1; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; align-items: center; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background: gray; font-size: .23rem; background-color: #ffffff; padding: .02rem .1rem; box-sizing: border-box; border-radius: 1rem; }

.category-sub .search-category-wrapper .search-input .search-wrapper input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; font-size: .23rem; padding: 0 .4rem 0 .1rem; }

.category-sub .search-category-wrapper .search-input .search-wrapper .reset-btn { position: absolute; top: .15rem; right: .55rem; color: #b3b3b3; font-size: .3rem; }

.category-sub .search-category-wrapper .search-input .search-wrapper .search-btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: #b3b3b3; font-size: .28rem; width: .4rem; height: .4rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.category-sub .search-category-wrapper .category-bread { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: .1rem; }

.category-sub .search-category-wrapper .category-bread img { width: .3rem; height: .3rem; }

.category-sub .search-category-wrapper .category-bread span { font-size: .2rem; color: #fff; -webkit-transform: scale(0.8); transform: scale(0.8); margin-top: .06rem; }

.category-sub .item-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem 0 0; }

.category-sub .item-lists .title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: .24rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; line-height: 1.6; }

.category-sub .item-lists .title .cur-category i { margin: 0 .1rem; }

.category-sub .item-lists .title .cur-category i.fa-bookmark { color: #ff6b9d; }

.category-sub .item-lists .title .cur-search .keyword-note { margin: 0 .1rem; color: #ff6b9d; }

.category-sub .item-lists ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; }

.category-sub .item-lists ul li { width: 50%; margin-bottom: .2rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.category-sub .item-lists ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background-color: #fff; }

.category-sub .item-lists ul li a img { width: 100%; }

.category-sub .item-lists ul li a .title { padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.22rem; line-height: .35rem; max-height: .8rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.category-sub .item-lists ul li a .bottom { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .15rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.category-sub .item-lists ul li a .bottom .price { color: #ff6b9d; font-size: .25rem; }

.category-sub .item-lists ul li a .bottom .amount { color: #818181; }

/*分类弹出窗口*/
.sub-fix-category { position: fixed; z-index: 111; width: 100%; height: 100%; left: 0; top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: translateY(105%); transform: translateY(105%); -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.sub-fix-category.open { -webkit-transform: translateY(0); transform: translateY(0); }

.sub-fix-category .sub-inner-category { width: 6.4rem; height: 90%; padding: 0 0rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; /*绝对定位*/ }

.sub-fix-category .sub-inner-category a.close-cur { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; left: 2.9rem; top: -.65rem; z-index: 1500; }

.sub-fix-category .sub-inner-category a.close-cur img { width: .6rem; height: .6rem; }

.sub-fix-category .sub-inner-category .sub-content-category { width: 100%; height: 100%; background-color: #f9f9f9; overflow: scroll; border-radius: 0.1rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; /*每个大类*/ }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat { line-height: 1.6; margin-bottom: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; border-radius: 0.1rem; /*标题*/ /*二级分类*/ }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat .cat-title { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .1rem; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat .cat-title p { position: relative; padding-left: .2rem; color: #000; font-weight: bold; font-size: .26rem; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat .cat-title p:before { display: block; content: ""; position: absolute; left: 0; top: .04rem; width: .1rem; height: .3rem; border-radius: .1rem; background-color: #f29b76; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat .cat-title i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .3rem; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat ul.sub-lists { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat ul.sub-lists li { width: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat ul.sub-lists li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: #fff; font-size: .22rem; color: #4a4a4a; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; height: .92rem; border-radius: .1rem; font-size: .23rem; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat ul.sub-lists li a img { width: .6rem; height: .6rem; margin-right: .1rem; }

.sub-fix-category .sub-inner-category .sub-content-category .each-area-cat ul.sub-lists li a span { text-align: center; }

/* category-sub.html 产品分类页 结束 */
/* service.html 售后页 */
.customer-service { width: 100%; }

.customer-service .service-poster { width: 100%; }

.need-service { position: fixed; background-color: #fff; width: 6.4rem; height: .8rem; bottom: 0; left: 50%; margin-left: -3.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.need-service a { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; }

.need-service a:first-child input { border-right: 1px solid rgba(255, 255, 255, 0.2); }

.need-service a input { width: 100%; height: 100%; color: #fff; font-size: .26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); }
/* service.html 售后页 结束 */
/* login.html 登录页 */
.m-login { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.m-login .m-login-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .5rem .5rem; /*登录方式*/ /*忘记密码 注册*/ }

.m-login .m-login-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-login .m-login-inner h1.title span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.m-login .m-login-inner .login-way { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; }

.m-login .m-login-inner .login-way a { font-size: 0.24rem; color: #ffc1d6; -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: .1rem; font-size: .25rem; color: #9e9e9e; }

.m-login .m-login-inner .login-way a.password-login { /*border-left: 1px solid $color-sub-pink;*/ }

.m-login .m-login-inner .login-way a.active { color: #e7799e; font-weight: bold; border-bottom: 1px solid #e7799e; }

.m-login .m-login-inner .login-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.24rem; }

.m-login .m-login-inner .login-form-wrapper label.each-input { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; }

.m-login .m-login-inner .login-form-wrapper label.each-input img { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-login .m-login-inner .login-form-wrapper label.each-input > input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; border-bottom: 1px solid #e7799e; }

.m-login .m-login-inner .login-form-wrapper label.each-input input::-webkit-input-placeholder { /* placeholder颜色  */ color: #9e9e9e; /* placeholder字体大小  */ font-size: 0.24rem; }

.m-login .m-login-inner .login-form-wrapper label.each-input .get-code { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #e7799e; }

.m-login .m-login-inner .login-form-wrapper label.each-input .get-code input.code-input { font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.5rem; }

.m-login .m-login-inner .login-form-wrapper label.each-input .get-code input.code-btn { font-size: .22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; line-height: .4rem; height: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 1em; }

.m-login .m-login-inner .login-form-wrapper .submit-btn { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 4rem; margin-top: .5rem; height: .6rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); font-size: 0.26rem; border-radius: 2rem; }

.m-login .m-login-inner .register-forget { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; margin: .3rem 0; }

.m-login .m-login-inner .register-forget a { font-size: 0.26rem; color: #e7799e; }

/* login.html 登录页 结束 */
/* register.html 登录页 */
.m-register { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.m-register .m-register-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .5rem .5rem; }

.m-register .m-register-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-register .m-register-inner h1.title span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.m-register .m-register-inner .register-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.24rem; /*国籍*/ /*上传头像*/ }

.m-register .m-register-inner .register-form-wrapper .each-input { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; }

.m-register .m-register-inner .register-form-wrapper .each-input > img { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-register .m-register-inner .register-form-wrapper .each-input > input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; border-bottom: 1px solid #e7799e; }

.m-register .m-register-inner .register-form-wrapper .each-input input::-webkit-input-placeholder { /* placeholder颜色  */ color: #9e9e9e; /* placeholder字体大小  */ font-size: 0.24rem; }

.m-register .m-register-inner .register-form-wrapper .each-input .get-code { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #e7799e; }

.m-register .m-register-inner .register-form-wrapper .each-input .get-code input.code-input { font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.5rem; }

.m-register .m-register-inner .register-form-wrapper .each-input .get-code input.code-btn { font-size: .22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; line-height: .4rem; height: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; border-radius: 1em; }

.m-register .m-register-inner .register-form-wrapper .country-grade { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; }

.m-register .m-register-inner .register-form-wrapper .country-grade > img { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; color: #9e9e9e; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper .please-select { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: .5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border: 1px solid #ff6b9d; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.05rem; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper .please-select .option-selected { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper .please-select .right-arrow { width: .8rem; height: .5rem; border-top-right-radius: 0.05rem; border-bottom-right-radius: 0.05rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper .please-select .right-arrow i { color: #fff; font-size: .3rem; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper ul { position: absolute; max-height: 3rem; overflow-y: scroll; z-index: 1000; background-color: #f5f5f5; border: 1px solid #ff6b9d; border-radius: 0.05rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-top: .06rem; padding: .1rem .2rem; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper ul li { padding: .1rem 0; margin-bottom: .1rem; border-bottom: 1px dashed #ffe0ea; }

.m-register .m-register-inner .register-form-wrapper .country-grade .options-wrapper ul li:last-child { border-bottom: none; }

.m-register .m-register-inner .register-form-wrapper .upload-portrait-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; }

.m-register .m-register-inner .register-form-wrapper .upload-portrait-wrapper .img-icon { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-register .m-register-inner .register-form-wrapper .upload-portrait-wrapper a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.m-register .m-register-inner .register-form-wrapper .upload-portrait-wrapper a img { width: 2rem; height: 2rem; }

.m-register .m-register-inner .register-form-wrapper .submit-btn { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 4rem; margin-top: .5rem; height: .6rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); font-size: 0.26rem; border-radius: 2rem; }

/* register.html 登录页 结束 */
/* forget.html 找回密码页 */
.m-forget { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.m-forget .m-forget-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .5rem .5rem; }

.m-forget .m-forget-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-forget .m-forget-inner h1.title span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.m-forget .m-forget-inner .login-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.24rem; }

.m-forget .m-forget-inner .login-form-wrapper .each-input { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; /*获取验证码*/ /*输入验证码*/ }

.m-forget .m-forget-inner .login-form-wrapper .each-input > img { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-forget .m-forget-inner .login-form-wrapper .each-input > input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; border-bottom: 1px solid #e7799e; }

.m-forget .m-forget-inner .login-form-wrapper .each-input input::-webkit-input-placeholder { /* placeholder颜色  */ color: #9e9e9e; /* placeholder字体大小  */ font-size: 0.24rem; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .get-code { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #e7799e; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .get-code input.code-input { font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.5rem; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .get-code input.code-btn { font-size: .22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; line-height: .4rem; height: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; border-radius: 1em; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .type-code { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #e7799e; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .type-code input.code-input { font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.5rem; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .type-code input.code-btn { font-size: .22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; line-height: .4rem; height: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; border-radius: 1em; }

.m-forget .m-forget-inner .login-form-wrapper .each-input .type-code > img { width: 1.5rem; height: .5rem; padding: .1rem 0; }

.m-forget .m-forget-inner .login-form-wrapper .submit-btn { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 4rem; margin-top: .5rem; height: .6rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); font-size: 0.26rem; border-radius: 2rem; }

/* forget.html 找回密码页 结束 */
/* reset.html 登录页 */
.m-reset { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.m-reset .m-reset-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .5rem .5rem; }

.m-reset .m-reset-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-reset .m-reset-inner h1.title span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.m-reset .m-reset-inner .reset-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.24rem; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input > img { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input > input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; border-bottom: 1px solid #e7799e; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input input::-webkit-input-placeholder { /* placeholder颜色  */ color: #9e9e9e; /* placeholder字体大小  */ font-size: 0.24rem; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input .get-code { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #e7799e; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input .get-code input.code-input { font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.5rem; }

.m-reset .m-reset-inner .reset-form-wrapper .each-input .get-code input.code-btn { font-size: .22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; line-height: .4rem; height: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; border-radius: 1em; }

.m-reset .m-reset-inner .reset-form-wrapper .submit-btn { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 4rem; margin-top: .5rem; height: .6rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); font-size: 0.26rem; border-radius: 2rem; }

/* reset.html 登录页 结束 */
/* my-stock.html 我的订单页 */
.my-stock { /*库存分类导航*/ /*设置时间*/ /*数量金额总计*/ /*库存列表*/ }

.my-stock .search-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .3rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.my-stock .search-wrapper > div { Background-color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 .1rem; border: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; border-radius: 0.05rem; }

.my-stock .search-wrapper > div input { font-size: 0.22rem; height: .4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.my-stock .search-wrapper > div i { font-size: .25rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .4rem; height: .4rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.my-stock .my-stock-status { width: 100%; }

.my-stock .my-stock-status ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0 0; }

.my-stock .my-stock-status ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.my-stock .my-stock-status ul li.active a { color: #ff6b9d; font-weight: bold; border-bottom: 2px solid #ff6b9d; }

.my-stock .my-stock-status ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .15rem .05rem; font-size: 0.26rem; }

.my-stock .settime-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; margin-top: .3rem; }

.my-stock .settime-wrapper .settime-begin, .my-stock .settime-wrapper .settime-end { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.my-stock .settime-wrapper .settime-begin input, .my-stock .settime-wrapper .settime-end input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.55rem; font-size: .22rem; height: .4rem; line-height: .4rem; padding: .3rem .2rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .4rem; color: #e7799e; background-image: url(/images/new/date-icon.png); background-repeat: no-repeat; background-position: 2.22rem center; background-size: .18rem .25rem; background-color: transparent; }

.my-stock .stock-sum { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: .3rem 0; font-size: 0.26rem; color: #818181; }

.my-stock .stock-sum .amount, .my-stock .stock-sum .total { color: #e7799e; }

.my-stock .mystock-wrapper-list { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.my-stock .mystock-wrapper-list li { width: 5.8rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .1rem; padding: .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .3rem; }

.my-stock .mystock-wrapper-list li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.my-stock .mystock-wrapper-list li a .lists-content-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.my-stock .mystock-wrapper-list li a .lists-content-wrapper .top-title { height: .38rem; line-height: .38rem; font-size: .24rem; font-weight: bold; color: #9e9e9e; margin-bottom: .1rem; }

.my-stock .mystock-wrapper-list li a .lists-content-wrapper .stock-list-wrapper { font-size: .22rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.my-stock .mystock-wrapper-list li a .lists-content-wrapper .stock-list-wrapper > p { color: #818181; width: 2.5rem; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .1rem; }

.my-stock .mystock-wrapper-list li a .lists-content-wrapper .stock-list-wrapper > p .in-flow, .my-stock .mystock-wrapper-list li a .lists-content-wrapper .stock-list-wrapper > p .out-flow { color: #e7799e; font-size: .26rem; }

.my-stock .mystock-wrapper-list li a .stock-link-icon { font-size: .25rem; color: #e7799e; }

/* my-stock.html 我的订单页 结束 */
/* modify-stock.html 库存修改页 */
.modify-stock { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; padding: 0 .3rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.modify-stock .detail-top-title { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: .3rem 0 .1rem; }

.modify-stock .detail-top-title p { height: .38rem; line-height: .38rem; font-size: .24rem; font-weight: 600; color: #6f7071; }

.modify-stock .detail-top-title .price-detail { color: #e7799e; }

.modify-stock .size-color-title { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: .6rem; line-height: .6rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.modify-stock .size-color-title > span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.modify-stock .size-color-title .line-right { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.modify-stock .size-color-title .modify-amount { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: 1.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.modify-stock .one-color-list { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.modify-stock .one-color-list li { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem 0; margin-bottom: .1rem; }

.modify-stock .one-color-list li > span { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.modify-stock .one-color-list li .line-right { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #e7799e; }

.modify-stock .one-color-list li .stock-wrapper { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; width: 1.6rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.modify-stock .one-color-list li .stock-wrapper a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.modify-stock .one-color-list li .stock-wrapper a img { width: .7rem; height: .5rem; }

.modify-stock .one-color-list li .stock-wrapper input { width: 1rem; height: .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

/*库存保存及修改*/
.stock-confirm-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 101; width: 100%; height: 1.6rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.stock-confirm-wrapper .modify-submit { font-size: 0.24rem; width: 6.4rem; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; padding: .1rem .2rem; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.stock-confirm-wrapper .modify-submit .stock-total { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.stock-confirm-wrapper .modify-submit .stock-total p { margin: .2rem; }

.stock-confirm-wrapper .modify-submit .stock-total p span { color: #e7799e; }

.stock-confirm-wrapper .modify-submit .save-confirm { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.stock-confirm-wrapper .modify-submit .save-confirm > p { margin-right: .2rem; }

.stock-confirm-wrapper .modify-submit .save-confirm > p span { color: #ff6b9d; font-size: 0.26rem; }

.stock-confirm-wrapper .modify-submit .save-confirm input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; margin: 0 .1rem; }

/* modify-stock.html 库存修改页 结束 */
/* place-order确认订单页面 */
/* 收货人信息 */
.place-order .cart-receiver-wrapper { overflow: hidden; padding: .3rem .2rem .2rem; border-bottom: 1px solid #d1d2d3; }

.place-order .cart-receiver-wrapper span { float: left; }

.place-order .cart-receiver-wrapper span:first-child { color: #fff; padding: .03rem .2rem; background: #fa7da7; margin-right: .08rem; border-radius: .5rem; font-size: .22rem; }

.place-order .cart-receiver-wrapper span.cart-receiver-phone { float: right; }

/* 装饰条 */
.place-order .cart-dec { width: 6.4rem; height: .03rem; background-image: url("/style/order/cart-bag.png"); background-repeat: repeat-x; background-size: .61rem .03rem; }

/* 收货地址信息 */
.place-order { margin-bottom: 2rem; }

.place-order .cart-address-wrapper { padding: .2rem 0; }

.place-order .cart-address-wrapper .cart-map-icon { vertical-align: top; display: inline-block; text-align: center; font-size: .4rem; padding: .08rem .18rem; margin-left: .2rem; color: #fa7da7; }

.place-order .cart-address-wrapper .cart-address-info { width: 4.8rem; display: inline-block; }

.place-order .cart-address-wrapper p { vertical-align: middle; width: 4.8rem; display: inline-block; margin: .05rem 0; line-height: .3rem; }

.place-order .cart-address-wrapper p .cart-receiver-phone { margin-left: .5rem; }

.place-order .cart-address-wrapper .cart-address-icon { vertical-align: top; display: inline-block; text-align: center; font-size: .5rem; padding: .08rem .18rem; margin-left: .08rem; }

/*发货方式*/
.Bcart-pick h1 { padding: 0 0.2rem; line-height: 0.6rem; font-size: 0.25rem; color: #5e5e5e; background: #fff; border-bottom: 1px solid #f2f2f2; text-align: left; }

.Bcart-pick h1 i { margin-left: 0.1rem; }

.Bcart-pick label { display: inline-block; padding: 0.1rem; color: #c6c6c6; }

.Bcart-pick label input { width: 0.25rem; height: 0.22rem; }

.Bcart-pick label span { font-size: 0.25rem; margin-right: .2rem; }

.Bcart-pick label span i { margin-right: 0.05rem; }

.Bcart-pick label.choice { color: #FD5581; }

.place-order .ship-way-wrapper { padding: .2rem .2rem .1rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.08); width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.place-order .ship-way-wrapper div.title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .15rem; font-weight: bold; }

.place-order .ship-way-wrapper div.title i { margin: 0 .1rem; color: #f8739f; font-size: .3rem; }

.place-order .ship-way-wrapper div.option { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.place-order .ship-way-wrapper label { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .4rem; align-items: center; }

.place-order .ship-way-wrapper label input { margin-bottom: .03rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.place-order .ship-way-wrapper label i { margin: 0 .1rem; color: #f8739f; font-size: .3rem; }

/*支付方式*/
.place-order .pay-way-wrapper { padding: .2rem .2rem .1rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.08); width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.place-order .pay-way-wrapper div.title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .15rem; font-weight: bold; }

.place-order .pay-way-wrapper div.title .mon-icon { width: .3rem; height: .3rem; margin-right: .1rem; }

.place-order .pay-way-wrapper div.option { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.place-order .pay-way-wrapper label { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .4rem; align-items: center; }

.place-order .pay-way-wrapper label input { margin-bottom: .03rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.place-order .pay-way-wrapper label i { margin: 0 .1rem; color: #f8739f; font-size: .3rem; }

/* 购物车列表 */
.place-order .cart-list-wrapper ul { padding-bottom: .08rem; }

.place-order .cart-list-wrapper ul li { padding-bottom: .08rem; }

.place-order .cart-info-wrapper { overflow: hidden; padding-bottom: .1rem; border-bottom: 1px solid #d1d2d3; }

.place-order .cart-info-wrapper img { float: left; width: .84rem; height: .84rem; display: block; padding: .25rem .1rem; }

.place-order .cart-info-wrapper .info-right-wrapper { float: right; width: 5.3rem; }

/* 产品标题及价格 */
.place-order .info-title-price { overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .2rem .05rem 0; }

.place-order .info-title-price p.info-title { float: left; width: 3rem; height: .7rem; line-height: .35rem; font-weight: 600; font-size: .22rem; }

.place-order .info-title-price p.info-price { float: right; width: 2rem; text-align: right; font-weight: 600; }

/* 产品规格 尺码 数量 */
.place-order .info-color-amount { overflow: hidden; color: #9ea3ad; }

.place-order .info-color-amount p.info-color { float: left; }

.place-order .info-color-amount p.info-size { float: left; margin-left: .4rem; }

.place-order .info-color-amount p.info-amount { float: right; margin-right: .2rem; }

/* 留言备注 */
.place-order .cart-note-wrapper { }

.place-order .cart-note-wrapper p { padding: .2rem 0 .22rem; }

.place-order .cart-note-wrapper i { color: #f8739f; padding-right: .08rem; padding-left: .2rem; font-size: .3rem; }

.place-order .cart-note-wrapper textarea { display: block; width: 5.8rem; height: 2rem; margin: 0.08rem auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; border: 0 none; font-size: .23rem; }

/* 订单总金额信息及确认 */
.place-order .place-order-confirm { overflow: hidden; padding: .28rem .2rem; position: fixed; bottom: 0; z-index: 999; width: 6rem; }

.place-order .place-total-left { float: left; }

.place-order .place-total-left span { line-height: .35rem; }

.place-total-left .place-money-icon { color: #f8739f; }

.place-order .place-order-confirm { background: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.place-order .place-order-confirm input { float: right; font-size: .25rem; height: .6rem; line-height: .6rem; color: #fff; border-radius: 1rem; background-color: #f8739f; padding: 0 .6rem; }

/* place-order确认订单页面结束 */
/* my-award.html 我的奖励页 */
/* my-award.html 我的奖励页 */
.my-award { width: 100%; /*累计推荐奖励等导航*/ /*奖励提现等导航*/ }

.my-award .month-award { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }

.my-award .month-award .sort-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: absolute; top: .3rem; right: .3rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

.my-award .month-award .last-month-nav .sort-nav i { margin-left: .1rem; font-size: .3rem; }

.my-award .month-award .this-month { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 2.85rem; color: #fff; background-image: url("/images/new/myaward-bg.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.my-award .month-award .this-month .title { font-size: .6rem; }

.my-award .month-award .this-month .content { font-size: .26rem; margin-top: .1rem; }

.my-award .month-award .last-month-nav { color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding: .15rem 0; font-size: 0.24rem; }

.my-award .month-award .last-month-nav .last-month { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-right: 1px solid rgba(255, 255, 255, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; }

.my-award .month-award .last-month-nav .last-month .content { margin-top: .1rem; }

.my-award .recommend-team-nav { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 0.24rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: .2rem 0 .2rem; background-color: #fff; padding: .3rem .05rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.my-award .recommend-team-nav li { /*flex: 1;*/ width: 50%; margin-bottom: .4rem; }

.my-award .recommend-team-nav li a { width: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-right: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; }

.my-award .recommend-team-nav li a .title { font-weight: bold; }

.my-award .recommend-team-nav li a .content { color: #e7799e; margin: .1rem 0; }

.my-award .recommend-team-nav li a .detail { color: #e7799e; border-radius: .05rem; border: 1px solid #e7799e; padding: .05rem .1rem; background-color: transparent; }

.my-award .recommend-team-nav li:nth-child(2) a { border-right: 0 none; }

.my-award .recommend-team-nav li:nth-child(3) { margin-bottom: 0; }

.my-award .recommend-team-nav li:nth-child(4) { margin-bottom: 0; }

.my-award .recommend-team-nav li:last-child a { border-right: 0 none; }

.my-award .other-reward-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; background-color: #fff; padding: .5rem .2rem .8rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.my-award .other-reward-nav li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.my-award .other-reward-nav li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

.my-award .other-reward-nav li a img { width: 1.7rem; height: 1.95rem; border-radius: .1rem; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.my-award .other-reward-nav li a p { width: 1.7rem; height: 1.95rem; border-radius: .1rem; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: .4rem; font-size: .25rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.my-award .other-reward-nav li a p.widthdraw-now { background-image: url("/images/new/award-change.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.my-award .other-reward-nav li a p.statics-now { background-image: url("/images/new/award-lists.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.my-award .other-reward-nav li a p.award-lists-now { background-image: url("/images/new/team-award.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

/* my-award.html 我的奖励页 结束 */
/* widthdraw.html 提现页 */
.widthdraw { width: 100%; font-size: 0.24rem; background-color: #fff; margin-top: .2rem; padding-bottom: .3rem; /*提现金额*/ /*提现方式*/ }

.widthdraw .widthdraw-total { width: 100%; padding: .3rem .3rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.widthdraw .widthdraw-total .title { line-height: 1.6; }

.widthdraw .widthdraw-total .total-input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: .2rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.widthdraw .widthdraw-total .total-input i { font-size: .5rem; }

.widthdraw .widthdraw-total .total-input input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .1rem .1rem .3rem; background-color: transparent; }

.widthdraw .widthdraw-total .left-total { line-height: 1.6; padding: .1rem 0; color: #9e9e9e; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.widthdraw .withdraw-method { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; /*提现提交*/ }

.widthdraw .withdraw-method .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0; }

.widthdraw .withdraw-method .title i { font-size: .4rem; color: #e7799e; color: #9e9e9e; font-size: .25rem; }

.widthdraw .withdraw-method .methods-lists { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; padding: .1rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.widthdraw .withdraw-method .methods-lists label { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem 0; }

.widthdraw .withdraw-method .methods-lists label img { width: .4rem; height: .4rem; margin: 0 .1rem 0 .2rem; }

.widthdraw .withdraw-method a.submit-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: .6rem 0 .4rem; }

.widthdraw .withdraw-method a.submit-wrapper input { font-size: .24rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); border-radius: 1rem; padding: .1rem .3rem; }

.widthdraw .record-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; }

.widthdraw .record-wrapper .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0; }

.widthdraw .record-wrapper .title > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.widthdraw .record-wrapper .title > div img { width: .4rem; height: .4rem; margin-right: .1rem; }

.widthdraw .record-wrapper .title i { font-size: .4rem; color: #e7799e; }

/* widthdraw.html 提现页 结束 */
/* arard-lists.html 奖励详情页 */
.arard-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .4rem; }

.arard-lists .title-wrapper { width: 4.2rem; height: .7rem; background-image: url("/images/new/award-title.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .3rem; color: #fff; text-indent: 1em; }

.arard-lists .all-award-wrapper { width: 5.3rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-sizing: border-box; box-sizing: border-box; padding: .3rem .2rem; border-radius: .1rem; }

.arard-lists .all-award-wrapper .lists-name { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #fff; line-height: 1.6; font-size: .26rem; }

.arard-lists .all-award-wrapper .lists-name > span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.arard-lists .all-award-wrapper .lists-name > span.sort { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: .8rem; }

.arard-lists .all-award-wrapper .lists-name > span.name { text-align: left; text-indent: 2em; -webkit-box-sizing: border-box; box-sizing: border-box; }

.arard-lists .all-award-wrapper ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #fff; border-radius: .08rem; margin-top: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .1rem; }

.arard-lists .all-award-wrapper ul li { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; padding: .1rem 0; }

.arard-lists .all-award-wrapper ul li:nth-child(1) .bonus { background-image: url("/images/new/gold.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.arard-lists .all-award-wrapper ul li:nth-child(2) .bonus { background-image: url("/images/new/silver.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.arard-lists .all-award-wrapper ul li:nth-child(3) .bonus { background-image: url("/images/new/bronze.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.arard-lists .all-award-wrapper ul li .user-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.arard-lists .all-award-wrapper ul li .user-wrapper img { width: .5rem; height: .5rem; margin-right: .05rem; border-radius: 50%; }

.arard-lists .all-award-wrapper ul li .user-wrapper span { display: block; width: 1.2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #818181; }

.arard-lists .all-award-wrapper ul li .achievements { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; color: #e7799e; }

.arard-lists .all-award-wrapper ul li .bonus-wrapper { width: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.arard-lists .all-award-wrapper ul li .bonus-wrapper .bonus { width: .54rem; height: .44rem; }

.arard-lists .all-award-wrapper ul li .bonus-wrapper-common { width: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.arard-lists .all-award-wrapper ul li .bonus-wrapper-common span { color: #b26b4b; font-size: .3rem; font-weight: bold; text-shadow: 0.1em 0.1em rgba(237,127,168,.3); }

/* arard-lists.html 奖励详情页 结束 */
/* withdraw-arard.html 奖励提现页 */
.withdraw-arard .total-board { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; height: 2.5rem; background-image: url(/images/new/myaward-bg.png); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; color: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .26rem; line-height: 1.6; }

.withdraw-arard .total-board p.total-profit { font-size: .6rem; }

.withdraw-arard .widthdraw { width: 100%; font-size: 0.24rem; background-color: #fff; margin-top: .2rem; padding-bottom: .3rem; /*提现金额*/ /*提现方式*/ /*提现提交*/ /*提现说明*/ }

.withdraw-arard .widthdraw .widthdraw-total { width: 100%; padding: .3rem .3rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.withdraw-arard .widthdraw .widthdraw-total .title { line-height: 1.6; }

.withdraw-arard .widthdraw .widthdraw-total .total-input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: .2rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.withdraw-arard .widthdraw .widthdraw-total .total-input i { font-size: .5rem; }

.withdraw-arard .widthdraw .widthdraw-total .total-input input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .1rem .1rem .3rem; background-color: transparent; }

.withdraw-arard .widthdraw .widthdraw-total .left-total { line-height: 1.6; padding: .1rem 0; color: #9e9e9e; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.withdraw-arard .widthdraw .withdraw-method { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }

.withdraw-arard .widthdraw .withdraw-method .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0; }

.withdraw-arard .widthdraw .withdraw-method .title i { font-size: .4rem; color: #e7799e; color: #9e9e9e; font-size: .25rem; }

.withdraw-arard .widthdraw .withdraw-method .methods-lists { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; padding: .1rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.withdraw-arard .widthdraw .withdraw-method .methods-lists label { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem 0; }

.withdraw-arard .widthdraw .withdraw-method .methods-lists label img { width: .4rem; height: .4rem; margin: 0 .1rem 0 .2rem; }

.withdraw-arard .widthdraw a.submit-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: .6rem 0 .4rem; }

.withdraw-arard .widthdraw a.submit-wrapper input { font-size: .24rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); border-radius: 1rem; padding: .1rem .6rem; }

.withdraw-arard .widthdraw .withdraw-note { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .3rem .5rem; line-height: 1.6; }

.withdraw-arard .widthdraw .withdraw-note .withdraw-note-inner { border: 1px solid rgba(0, 0, 0, 0.08); padding: .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .1rem; }

.withdraw-arard .widthdraw .withdraw-note .withdraw-note-inner h2 { font-size: .24rem; text-align: center; line-height: 2; color: #e7799e; }

.withdraw-arard .widthdraw .withdraw-note .withdraw-note-inner p { font-size: .21rem; color: #9e9e9e; margin-bottom: .1rem; }

.withdraw-arard .widthdraw .record-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; }

.withdraw-arard .widthdraw .record-wrapper .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0; }

.withdraw-arard .widthdraw .record-wrapper .title > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.withdraw-arard .widthdraw .record-wrapper .title > div img { width: .4rem; height: .4rem; margin-right: .1rem; }

.withdraw-arard .widthdraw .record-wrapper .title i { font-size: .4rem; color: #e7799e; }

.withdraw-bottom-btn { position: fixed; left: 0; bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.withdraw-bottom-btn .withdraw-bottom-inner { width: 6.4rem; height: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; }

.withdraw-bottom-btn .withdraw-bottom-inner a { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: .22rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; padding: .06rem .2rem; border-radius: 1rem; }

.withdraw-bottom-btn .withdraw-bottom-inner a.record { /*background-color: #fcacc7;*/ border: 1px solid #e7799e; color: #e7799e; }

.withdraw-bottom-btn .withdraw-bottom-inner a.detail { background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); }

/* withdraw-arard.html 奖励提现页 结束 */
/* add-stock.html 新增库存页 */
.add-stock { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.add-stock .add-stock-h1 { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; }

.add-stock .add-stock-h1 h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .3rem 0 .2rem 0; }

.add-stock .add-stock-h1 h1.title span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.add-stock .all-stock { width: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.add-stock .all-stock li { border: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem; background-color: #f5f5f5; border-radius: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; }

.add-stock .all-stock li .item-infow-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.add-stock .all-stock li .item-infow-wrapper .title { line-height: .32rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; margin-bottom: .1rem; }

.add-stock .all-stock li .item-infow-wrapper .item-info { width: 100%; color: #9e9e9e; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.add-stock .all-stock li .item-infow-wrapper .item-info .color-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-right: 1px solid rgba(0, 0, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.add-stock .all-stock li .item-infow-wrapper .item-info .color-info:last-child { border-right: 0; }

.add-stock .all-stock li .delete { font-size: .25rem; color: #9e9e9e; }

/*底部提交按钮*/
.bottom-submit-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 100; width: 100%; height: .8rem; left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bottom-submit-wrapper a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; background-color: #fff; color: #e14c85; font-size: .26rem; }

.bottom-submit-wrapper a:last-child { color: #fff; background-color: #ee7ca6; }

/*增加库存弹出窗*/
.select-stock-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 102; width: 6.4rem; height: 80%; left: 50%; margin-left: -3.2rem; bottom: -100%; background-color: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; /*绝对定位*/ /*搜索框*/ /*搜索结果列表 动态设置高度*/ /*总计及提交*/ }

.select-stock-wrapper.open { bottom: 0; }

.select-stock-wrapper .close-cur { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; right: .2rem; top: -.5rem; z-index: 1500; }

.select-stock-wrapper .close-cur img { width: .4rem; height: .4rem; }

.select-stock-wrapper .stock-search-wrapper { width: 100%; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; }

.select-stock-wrapper .stock-search-wrapper .inner-search-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 5.6rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .1rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1rem; }

.select-stock-wrapper .stock-search-wrapper .inner-search-wrapper input { font-size: 0.22rem; height: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.select-stock-wrapper .stock-search-wrapper .inner-search-wrapper i { font-size: .3rem; color: #9e9e9e; }

.select-stock-wrapper .stock-lists-outer { width: 100%; overflow: auto; background-color: #fff; }

.select-stock-wrapper .stock-lists-outer .stock-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select-stock-wrapper .stock-lists-outer .stock-lists li { border: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem; background-color: #f5f5f5; border-radius: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper .title { line-height: .32rem; width: 100%; padding: 0 .2rem; margin-bottom: .1rem; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper .item-info { width: 100%; color: #9e9e9e; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper .item-info .color-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-right: 1px solid rgba(0, 0, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper .item-info .color-info.amount-input { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 2.5rem; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper .item-info .color-info input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .8rem; margin: 0 .1rem; font-size: .24rem; height: .6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .05rem; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .item-infow-wrapper .item-info .color-info:last-child { border-right: 0; }

.select-stock-wrapper .stock-lists-outer .stock-lists li .delete { font-size: .25rem; color: #9e9e9e; }

.select-stock-wrapper .total-submit { font-size: 0.24rem; width: 100%; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .4rem; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.select-stock-wrapper .total-submit input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .5rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }

/* add-stock.html 新增库存页 结束 */
/* withdraw-record.html 提现记录页 */
.withdraw-record { width: 100%; }

.withdraw-record ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.withdraw-record ul li { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; font-size: .24rem; }

.withdraw-record ul li:last-child .record-info { border-bottom: 0; }

.withdraw-record ul li img { width: .35rem; height: .35rem; }

.withdraw-record ul li .right-record-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-bottom: 1px solid rgba(0, 0, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: .1rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .22rem; }

.withdraw-record ul li .right-record-wrapper .record-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.withdraw-record ul li .right-record-wrapper .record-info > p { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.withdraw-record ul li .right-record-wrapper .record-info > p.date { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.withdraw-record ul li .right-record-wrapper .record-info > p.amount { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.withdraw-record ul li .right-record-wrapper .record-info > p.status { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.withdraw-record ul li .right-record-wrapper .record-info > p .pass { color: #44b50c; }

.withdraw-record ul li .right-record-wrapper .record-info > p .waitting { color: #ffd617; }

.withdraw-record ul li .right-record-wrapper .record-info > p .refuse { color: #ff344c; }

.withdraw-record ul li .right-record-wrapper .note-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; font-size: .2rem; margin-top: .06rem; color: #e7799e; }

/* withdraw-record.html 提现记录页 结束 */
/* shopfee-record.html 门头费明细页 */
.shopfee-record { width: 100%; }

.shopfee-record ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-sizing: border-box; box-sizing: border-box; }

.shopfee-record ul li { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; font-size: .24rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; }

.shopfee-record ul li .user-date p .grade { font-size: .2rem; }

.shopfee-record ul li .fee-name { text-align: right; }

.shopfee-record ul li .fee-name .fee { font-size: .26rem; color: #e7799e; }

.shopfee-record ul li:last-child { border-bottom: 0; }

/* shopfee-record.html 门头费明细页 结束 */
/* my-sort.html 我的排名页 */
.my-sort { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.my-sort .month-nav { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; }

.my-sort .month-nav li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.my-sort .month-nav li.active a { color: #e7799e; border-bottom: 2px solid #e7799e; }

.my-sort .month-nav li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #9e9e9e; padding: .2rem .1rem; font-size: .26rem; font-weight: bold; }

.my-sort .rank-data { display: none; }

.my-sort .rank-data.active { display: block; }

.my-sort .self-sort { width: 5.4rem; height: 2.05rem; margin-top: .2rem; color: #fff; font-size: .24rem; border-radius: .1rem; background-image: url("/images/new/myaward-bg.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.my-sort .self-sort .user-portrait { width: 1.2rem; height: 1.2rem; border-radius: 50%; }

.my-sort .self-sort .right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.my-sort .self-sort .right-wrapper .top-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.my-sort .self-sort .right-wrapper .top-right-wrapper .self-name { margin: 0 .3rem 0 0; font-size: .26rem; opacity: .8; }

.my-sort .self-sort .right-wrapper .top-right-wrapper .sort { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.my-sort .self-sort .right-wrapper .top-right-wrapper .sort i { font-size: .26rem; margin-left: .2rem; }

.my-sort .self-sort .right-wrapper .top-right-wrapper .sort i.fa-arrow-up { color: #44b50c; }

.my-sort .self-sort .right-wrapper .top-right-wrapper .sort i.fa-arrow-down { color: #ff6012; }

.my-sort .self-sort .right-wrapper .top-right-wrapper .sort i.fa-arrows-h { color: #0dcefe; }

.my-sort .self-sort .right-wrapper .bottom-right-wrapper { margin-top: .2rem; font-size: .24rem; }

.my-sort ul.all-sorts { width: 5.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #fff; border-radius: .08rem; margin-top: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .1rem; }

.my-sort ul.all-sorts li { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; padding: .1rem 0; }

.my-sort ul.all-sorts li:nth-child(1) .bonus { background-image: url("/images/new/gold.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.my-sort ul.all-sorts li:nth-child(2) .bonus { background-image: url("/images/new/silver.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.my-sort ul.all-sorts li:nth-child(3) .bonus { background-image: url("/images/new/bronze.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.my-sort ul.all-sorts li .user-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.my-sort ul.all-sorts li .user-wrapper img { width: .5rem; height: .5rem; margin-right: .05rem; border-radius: 50%; }

.my-sort ul.all-sorts li .user-wrapper span { display: block; width: 1.2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #818181; }

.my-sort ul.all-sorts li .achievements { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; color: #e7799e; }

.my-sort ul.all-sorts li .bonus-wrapper { width: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.my-sort ul.all-sorts li .bonus-wrapper .bonus { width: .54rem; height: .44rem; }

.my-sort ul.all-sorts li .bonus-wrapper-common { width: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.my-sort ul.all-sorts li .bonus-wrapper-common span { color: #b26b4b; font-size: .3rem; font-weight: bold; text-shadow: 0.1em 0.1em rgba(237,127,168,.3); }

/* my-sort.html 我的排名页 结束 */
/* award-statics.html 奖励报表页 */
.award-statics { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.award-statics .date-nav { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; }

.award-statics .date-nav li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.award-statics .date-nav li.active a { color: #e7799e; border-bottom: 2px solid #e7799e; }

.award-statics .date-nav li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #9e9e9e; padding: .2rem .1rem; font-size: .26rem; font-weight: bold; }

.award-statics .add-users-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; font-size: .24rem; }

.award-statics .add-users-lists.active { display: flex; }

.award-statics .add-users-lists li { width: 6rem; background-color: #fff; border-radius: .03rem; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin-bottom: .2rem; line-height: 1.6; /*下级列表*/ }

.award-statics .add-users-lists li a.cur-grade { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; font-size: .25rem; }

.award-statics .add-users-lists li a.cur-grade .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.award-statics .add-users-lists li a.cur-grade .left img { width: .4rem; height: .4rem; margin-right: .1rem; }

.award-statics .add-users-lists li a.cur-grade .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.award-statics .add-users-lists li a.cur-grade .right span { margin-right: .1rem; }

.award-statics .add-users-lists li a.cur-grade .right i { font-size: .3rem; color: #9e9e9e; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.award-statics .add-users-lists li a.cur-grade .right i.open { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.award-statics .add-users-lists li .sub-lists { width: 100%; padding: .1rem .1rem .1rem .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; max-height: 7rem; overflow: auto; }

.award-statics .add-users-lists li .sub-lists .each-sub { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: .05rem 0; }

.award-statics .add-users-lists li .sub-lists .each-sub:last-child .each-amount { border-bottom: 0 none; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-amount span { color: #e7799e; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-top-sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-top-sub .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-top-sub .left .sub-portrait { width: .5rem; height: .5rem; margin-right: .1rem; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-top-sub .left .name-phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #818181; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more { display: -webkit-box; display: -ms-flexbox; display: flex; }

.award-statics .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more input { text-align: center; background-color: #ffc1d6; color: #fff; padding: .03rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .03rem; }

.award-statics .add-users-lists li .sub-lists .each-amount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: .1rem 0 .2rem; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }

.award-statics .add-users-lists li .sub-lists .each-amount > p { width: 50%; color: #9e9e9e; font-size: .2rem; line-height: 1.5; }

/* award-statics.html 奖励报表页 结束 */
/* agents-lists.html 代理清单页 */
.agents-lists { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background-color: #fff; }

.agents-lists .agent-type { font-size: .3rem; color: #e7799e; margin: .3rem 0; text-align: center; }

.agents-lists .all-agents-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.agents-lists .all-agents-wrapper li { width: 100%; }

.agents-lists .all-agents-wrapper li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; line-height: 1.6; padding: .2rem .3rem; border-top: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; }

.agents-lists .all-agents-wrapper li a .left-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.agents-lists .all-agents-wrapper li a .left-wrapper .user-potrait { width: .6rem; height: .6rem; border-radius: 50%; margin-right: .2rem; }

.agents-lists .all-agents-wrapper li a .left-wrapper .username-type { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.agents-lists .all-agents-wrapper li a .left-wrapper .username-type .name { color: #333333; font-size: .26rem; }

.agents-lists .all-agents-wrapper li a .date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

/* agents-lists.html 代理清单页 结束 */
/* replenishment-benifit.html 补货收益页 */
.replenishment-benifit { width: 100%; }

.replenishment-benifit .total-board { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; height: 3.24rem; background-image: url("/images/new/buhuo-bg.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; color: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .26rem; line-height: 1.6; }

.replenishment-benifit .total-board .total-profit { font-size: .6rem; }

.replenishment-benifit .total-board .can { margin-top: .1rem; border: 1px solid rgba(255, 255, 255, 0.8); padding: .02rem .3rem; font-size: .23rem; border-radius: 1rem; }

.replenishment-benifit .profit-detail { width: 100%; }

.replenishment-benifit .profit-detail .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: .8rem; }

.replenishment-benifit .profit-detail .title img { width: .3rem; height: .3rem; margin-right: .2rem; }

.replenishment-benifit .profit-detail .lists-name { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); height: .6rem; color: #fff; font-size: .24rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.replenishment-benifit .profit-detail .lists-name span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }

.replenishment-benifit .profit-detail .user-profit-lists { width: 100%; }

.replenishment-benifit .profit-detail .user-profit-lists li { width: 100%; }

.replenishment-benifit .profit-detail .user-profit-lists li:nth-child(even) { background-color: #f5f5f5; }

.replenishment-benifit .profit-detail .user-profit-lists li a { padding: .13rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #818181; line-height: 1.4; }

.replenishment-benifit .profit-detail .user-profit-lists li a .user-name { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; }

.replenishment-benifit .profit-detail .user-profit-lists li a .date { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .2rem; }

.replenishment-benifit .profit-detail .user-profit-lists li a .form { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; font-size: .2rem; }

.replenishment-benifit .profit-detail .user-profit-lists li a .amount { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }

/* replenishment-benifit.html 补货收益页 结束 */
/* XX.html 某某页 */
/* XX.html 某某页 结束 */
/* income月度图表页样式 */
/* 标题下拉选项 */
.m-income .choose-title-wrapper { padding: .2rem .3rem; border: 1px solid rgba(0, 0, 0, 0.08); box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ position: relative; width: 5.1rem; border-radius: .05rem; background: #fff; font-size: .25rem; margin: .2rem auto; }

.m-income .choose-title-wrapper .income-date-selected { height: .35rem; line-height: .35rem; }

.m-income .choose-title-wrapper .income-date-list { position: absolute; }

.m-income .choose-title-wrapper i { right: .1rem; top: .12rem; position: absolute; padding: .1rem .2rem; font-size: .3rem; }

.m-income .choose-title-wrapper .income-date-list { padding: .1rem .3rem; width: 5.1rem; border: 1px solid #b9b9b9; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ background-color: #fff; border-radius: .06rem; display: none; display: absolute; z-index: 10; left: 0; top: 100%; margin-top: .06rem; height: 3.2rem; overflow: auto; }

.m-income .choose-title-wrapper .income-date-list ul li { height: .5rem; border-bottom: 1px dashed #b9b9b9; padding: .12rem 0 .08rem; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }

.m-income .choose-title-wrapper .income-date-list ul li:last-child { border-bottom: none; }

/* 标题下拉选项结束 */
/* 月度图表月度清单切换 */
.m-income .tab-subject-wrapper { width: 5.1rem; margin: .08rem auto; }

.m-income .tab-subject-wrapper ul { height: 1.5rem; }

.m-income .tab-subject-wrapper li:first-child { float: left; }

.m-income .tab-subject-wrapper li:last-child { float: right; }

.m-income .tab-subject-wrapper li { width: 2.1rem; background-color: #fff; padding: .2rem; border-radius: .08rem; position: relative; border: 1px solid #f2f2f2; }

.m-income .tab-subject-wrapper li.active { background-color: #f8739f; color: #fff; border: none; }

.m-income .tab-subject-wrapper li.active:after { content: ''; position: absolute; width: 0; height: 0; border: .2rem solid transparent; border-top: .2rem solid #f8739f; left: .7rem; top: 100%; background-color: #fff; }

.m-income .tab-subject-wrapper li h1 { font-size: .3rem; height: .5rem; font-weight: normal; }

.m-income .tab-subject-wrapper li h2 { font-size: .23rem; font-weight: normal; }

/* 月度图表月度清单切换结束 */
/* 图表容器 */
.m-income .echart-wrapper { width: 6rem; height: 5rem; margin: .1rem auto 0; }

/* 图表容器结束 */
/* 月度清单 */
.m-income .income-month-list { width: 5rem; margin: 0 auto; display: none; padding-top: .2rem; }

.m-income .income-month-list h2 { font-size: .25rem; height: .4rem; line-height: .4rem; background-image: url("/images/new/title-icon.png"); background-repeat: no-repeat; background-size: .06rem .23rem; background-position: 0 .06rem; padding-left: .2rem; }

.m-income .income-month-list ul { padding: .1rem 0 .3rem; }

.m-income .income-month-list h2 span { font-size: .22rem; color: #9b9c9e; font-weight: normal; }

.m-income .income-month-list li { overflow: hidden; border-bottom: 1px dashed #9b9c9e; margin-top: .1rem; }

.m-income .income-month-list li:last-child { border-bottom: none; }

.m-income .income-month-list li .income-list-left { float: left; }

.m-income .income-month-list li .income-list-left span { color: #9b9c9e; }

.m-income .income-month-list li .income-list-right { float: right; text-align: right; }

.m-income .income-month-list li .income-list-right .income-time { color: #9b9c9e; padding: .1rem 0; }

.m-income .income-month-list li p, .m-income .income-month-list li span { line-height: .35rem; height: .35rem; }

.m-income .income-month-list li .income-money { font-size: .35rem; }

.m-income .income-month-list li.add .income-money { color: #f8739f; }

.m-income .income-month-list li.reduce .income-money { color: #2fb042; }

.m-income .income-month-list li.add .reduce-icon { display: none; }

.m-income .income-month-list li.reduce .add-icon { display: none; }

/* 月度清单结束 */
/* 月度统计总数目 */
.m-income .month-total { width: 5rem; margin: 0 auto; padding-bottom: 1rem; }

.m-income .month-total h2 { font-size: .25rem; height: .4rem; line-height: .4rem; background-image: url("/images/new/title-icon.png"); background-repeat: no-repeat; background-size: .06rem .23rem; background-position: 0 .06rem; padding-left: .2rem; }

.m-income .month-total ul { overflow: hidden; padding: .15rem 0; }

.m-income .month-total ul li { box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ float: left; overflow: hidden; }

.m-income .month-total ul li.outgo { float: right; }

.m-income .month-total ul li i { float: left; font-size: .6rem; padding-right: .12rem; margin-top: .1rem; }

.m-income .month-total ul li div { float: right; font-size: .25rem; }

.m-income .month-total ul li div .mount { font-size: .3rem; }

.m-income .month-total ul li div p { height: .35rem; line-height: .35rem; }

.m-income .month-total .income i { color: #2fb042; }

.m-income .month-total .income p.mount-detail { color: #2fb042; }

.m-income .month-total .outgo i { color: #f8739f; }

.m-income .month-total .outgo p.mount-detail { color: #f8739f; }

/* 月月度统计总数目结束 */
/* income月度图表页样式结束 */
/* share.html 分享页 */
.m-share .title { width: 100%; }

.m-share .share-content { width: 100%; height: 5.6rem; background-image: url("/images/new/share-content.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.m-share .share-content .user-portrait { width: 1.4rem; height: 1.4rem; border-radius: 50%; margin: .15rem 0; }

.m-share .share-content .share-user-name { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-image: url("/images/new/share-user-bg.png"); background-repeat: no-repeat; background-size: cover; background-position: center center; font-size: .26rem; color: #fff; padding: .1rem .4rem; }

.m-share .share-content .share-user-name span { font-size: .22rem; }

.m-share .share-content .join { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.m-share .share-content .join input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-image: url("/images/new/join-bg.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; width: 1.65rem; height: .5rem; background-color: transparent; margin: .15rem 0; color: #fff; font-size: .24rem; }

.m-share .share-content .share-code { width: 2rem; height: 2rem; }

/* share.html 分享页 结束 */

/* 下级订单发货 */
.sub-order-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 102; width: 6.4rem; left: 50%; margin-left: -3.2rem; bottom: -100%; background-color: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; /*绝对定位*/ /*搜索框*/ /*搜索结果列表 动态设置高度*/ /*总计及提交*/ }

.sub-order-wrapper.open { bottom: 0; }

.sub-order-wrapper .close-cur { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; right: .2rem; top: -.5rem; z-index: 1500; }

.sub-order-wrapper .close-cur img { width: .4rem; height: .4rem; }

.sub-order-wrapper .title-wrapper { width: 100%; height: .6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; }

.sub-order-wrapper .stock-lists-outer { width: 100%; height: 3rem; overflow: auto; background-color: #fff; }

.sub-order-wrapper .stock-lists-outer .stock-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.sub-order-wrapper .stock-lists-outer .stock-lists li { border: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem; background-color: #f5f5f5; border-radius: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; }

.sub-order-wrapper .stock-lists-outer .stock-lists li select { width: 75%; display: -webkit-box; display: -ms-flexbox; display: flex; background: #f5f5f5; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .1rem; font-size: 0.24rem; }

.sub-order-wrapper .stock-lists-outer .stock-lists li textarea { width: 60%; display: -webkit-box; display: -ms-flexbox; display: flex; background: #f5f5f5; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .1rem; font-size: 0.24rem; height: 1.39rem; }

.sub-order-wrapper .stock-lists-outer .stock-lists li input { display: -webkit-box; display: -ms-flexbox; display: flex; height: .5rem; color: #fff; font-size: 0.26rem; background-color: #FD7383; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .2rem; margin-left: .1rem; }

.sub-order-wrapper .total-submit { font-size: 0.24rem; width: 100%; height: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .4rem; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.sub-order-wrapper .total-submit input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .5rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }


/*                
____售后服务____
-----------------------------------------------------------------------------------------*/
.m-afterSales { padding-bottom: .4rem; }
.afterSales-img { display: block; width: 100%; padding: .2rem 0; }
.afterSales-apply { display: block; width: 5rem; margin: .2rem auto .4rem auto; padding: .2rem 0; font-size: .3rem; background: #85c2f2; color: #fff; border: 1px solid #85c2f2; text-align: center; border-radius: .1rem; }

.afterSales-record { display: block; width: 5rem; margin: 0 auto; padding: .2rem 0; font-size: .3rem; background: #fff; color: #85c2f2; border: 1px solid #85c2f2; text-align: center; border-radius: .1rem; }

/*                
____申请表单____
-----------------------------------------------------------------------------------------*/
.m-applyForm { padding-bottom: .4rem; }
.m-applyForm h1 { padding: .2rem; font-size: .25rem; }
/*产品列表*/
.applyForm-list { background: #f4f4f4; border-top: 1px solid #e8e8e8; padding-bottom: .2rem; }
.applyForm-list ul { margin: 0 auto .2rem auto; }
.applyForm-list li { overflow: hidden; padding: .2rem; background: #fff; color: #808080; border-bottom: 1px solid #e8e8e8; }
.applyForm-list li:last-child { border-bottom: 0; margin-bottom: 0; }
.applyForm-list li .pro-name { float: left; width: 4rem; font-size: .25rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.applyForm-list li .pro-size { float: left; width: 4rem; font-size: .2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.applyForm-list li .pro-number { float: right; width: 1.5rem; font-size: .25rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: right; }
.applyForm-list li .pro-delete { float: right; width: .5rem; font-size: .25rem; text-align: center; background: #fe93af; color: #fff; }
.applyForm-list .list-btn { display: block; width: 6rem; margin: 0 auto; background: #fe93af; color: #fff; text-align: center; border-radius: .1rem; padding: .2rem 0; font-size: .25rem; }
.applyForm-list .list-btn i { margin-right: .1rem; }
/*弹窗*/
.applyForm-popup { width: 5rem; margin: 0 auto; background: #f4f4f4; padding: .2rem 0; }
.applyForm-popup ul { overflow: hidden; padding: 0 .2rem; }
.applyForm-popup ul li { width: 4.6rem; margin-right: .2rem; margin-bottom: .2rem; position: relative; }
.applyForm-popup ul li select { width: 4.6rem; background: #fff; color: #808080; padding: .2rem; font-size: .25rem; border: 1px solid #e8e8e8; border-radius: .1rem; }
.applyForm-popup ul li input { width: 4.6rem; background: #fff; color: #808080; padding: .2rem; font-size: .25rem; border: 1px solid #e8e8e8; border-radius: .1rem; box-sizing: border-box; }
.applyForm-popup ul li i { display: block; width: .3rem; font-size: .25rem; color: #808080; position: absolute; right: .2rem; top: .2rem; z-index: 999; }
.applyForm-popup .list-add { display: block; width: 4.6rem; margin: 0 auto; background: #fe93af; color: #fff; text-align: center; border-radius: .1rem; padding: .2rem 0; font-size: .25rem; }
/*留言*/
.applyForm-info { width: 6rem; height: 2rem; margin: 0 auto; background: #f4f4f4; border-radius: .1rem; }
.applyForm-info textarea { width: 5.6rem; height: 1.6rem; background: #f4f4f4; border: none; padding: .2rem; font-size: .25rem; line-height: .35rem; border-radius: .1rem; }
/*预览图*/
.applyForm-upload h2 { width: 6rem; margin: 0 auto; padding: .1rem 0; font-size: .25rem; border-bottom: 1px solid #e8e8e8; overflow: hidden; }
.applyForm-upload h2 span { display: block; float: left; padding: .1rem 0; }
.applyForm-upload h2 a { display: block; float: right; background: #fe93af; padding: .1rem .3rem; color: #fff; border-radius: .1rem; }
.applyForm-upload .uploadList { overflow: hidden; padding: .2rem 0 0 .2rem; }
.applyForm-upload .uploadList li { float: left; display: table; width: 1.83rem; height: 2.9rem; margin-right: .2rem; margin-bottom: .2rem; border: 1px solid #eaeaea; overflow: hidden; }
.applyForm-upload .uploadList li .imgBox { display: table-cell; vertical-align: middle; position: relative; overflow: hidden; z-index: 9; }
.applyForm-upload .uploadList li img { display: block; width: 100%; max-height: 2.9rem; }
.applyForm-upload .uploadList li i.fa-times { cursor: pointer; z-index: 1000; position: absolute; font-size: .33rem; display: block; width: .35rem; height: .35rem; top: -1px; right: -1px; background: #fe93af; color: #fff; }
/*上传按钮*/
.applyForm-upload .uploadList li .uploadBtn { width: 1.83rem; height: 2.9rem; position: relative; cursor: pointer; color: #bebebe; border-radius: .1rem; overflow: hidden; display: block; text-align: center; font-size: 0.3rem; margin: 0 auto; }
.applyForm-upload .uploadList li .uploadBtn i { margin-top: 1rem; margin-bottom: .1rem; font-size: .35rem; }
.applyForm-upload .uploadList li .uploadBtn span { display: block; width: 100%; }
.applyForm-upload .uploadList li .uploadBtn input { position: absolute; width: 1.83rem; height: 2.9rem; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
/*提交按钮*/
.applyForm-btn { padding: .3rem 0 0 0; }
.applyForm-btn a { display: block; width: 6rem; margin: 0 auto; padding: .2rem 0; text-align: center; font-size: .25rem; background: #fe93af; color: #fff; border-radius: .1rem; }

/*                
____初审结果____
-----------------------------------------------------------------------------------------*/
.m-firsttrial { padding-bottom: .4rem; }
.m-firsttrial h1 { padding: .2rem; font-size: .25rem; }
/*初审结果*/
.firsttrial-result { text-align: center; border-bottom: .2rem solid #f4f4f4; }
.firsttrial-result .result-title { font-size: .25rem; padding: .5rem 0 .2rem 0; font-weight: 600; color: #808080; }
.firsttrial-result .result-info { font-size: .6rem; padding: .1rem 0 .5rem 0; }
.firsttrial-result .stateOK { color: #6eb742; }
.firsttrial-result .stateNO { color: #fe93af; }
/*初审说明*/
.firsttrial-info { width: 5.6rem; margin: 0 auto; min-height: 1.6rem; background: #f4f4f4; padding: .2rem; font-size: .25rem; line-height: .35rem; border-radius: .1rem; margin-bottom: .2rem; }
/*审核流水号*/
.firsttrial-numb { width: 5.6rem; margin: 0 auto; background: #f4f4f4; padding: .2rem; font-size: .25rem; line-height: .35rem; border-radius: .1rem; margin-bottom: .2rem; }
/*信息提示*/
.firsttrial-tips { background: #fe93af; padding: .2rem; font-size: .25rem; line-height: .35rem; color: #fff; margin-bottom: .2rem; }
/*快递信息*/
.firsttrial-express { background: #f4f4f4; padding: .2rem 0 0 0; }
.firsttrial-express ul { margin-left: .2rem; overflow: hidden; }
.firsttrial-express ul li { width: 2.9rem; float: left; margin-right: .2rem; margin-bottom: .2rem; position: relative; }
.firsttrial-express ul li span { display: block; width: 2.7rem; padding-left: .2rem; font-size: .25rem; margin-bottom: .1rem; }
.firsttrial-express ul li input { width: 2.9rem; background: #fff; color: #808080; padding: .2rem; font-size: .25rem; border: 1px solid #e8e8e8; border-radius: .1rem; box-sizing: border-box; }
.firsttrial-express ul li select { width: 6rem; background: #fff; color: #808080; padding: .2rem; font-size: .25rem; border: 1px solid #e8e8e8; border-radius: .1rem; }
.firsttrial-express ul li.express-long { width: 6rem; }
.firsttrial-express ul li.express-long input { width: 6rem; }
.firsttrial-express ul li.express-long textarea { width: 6rem; height: 1.5rem; line-height: .35rem; background: #fff; color: #808080; padding: .2rem; font-size: .25rem; border: 1px solid #e8e8e8; border-radius: .1rem; box-sizing: border-box; }
.firsttrial-express ul li:last-child { margin-bottom: 0; }
/*填写信息*/
.firsttrial-box { overflow: hidden; background: #f4f4f4; border-radius: .1rem; }
.firsttrial-box .box-address { width: 6rem; margin: 0 auto; padding-top: .1rem; padding-bottom: .2rem; }
.firsttrial-box .box-address a { display: block; padding: .15rem 0; font-size: .25rem; color: #000; margin-bottom: .1rem; }
.firsttrial-box .box-address a i { margin-right: .1rem; }
.firsttrial-box .box-address a u { float: right; }
.firsttrial-box .box-address .address-deital { overflow: hidden; background: #fff; padding: .2rem 0; border-radius: .1rem; }
.firsttrial-box .box-address .address-deital .deital-text { width: 5.6rem; margin: 0 auto; overflow: hidden; }
.firsttrial-box .box-address .address-deital .deital-text h3 { font-size: .25rem; color: #808080; margin-bottom: .15rem; }
.firsttrial-box .box-address .address-deital .deital-text h3 span { float: right; }
.firsttrial-box .box-address .address-deital .deital-text p { float: left; font-size: .25rem; color: #808080; width: 1.3rem; }
.firsttrial-box .box-address .address-deital .deital-text u { float: left; font-size: .25rem; color: #808080; width: 3.8rem; }
/*提交按钮*/
.firsttrial-btn { padding: .3rem 0 0 0; }
.firsttrial-btn a { display: block; width: 6rem; margin: 0 auto; padding: .2rem 0; text-align: center; font-size: .25rem; background: #fe93af; color: #fff; border-radius: .1rem; }

/*                
____最终审核____
-----------------------------------------------------------------------------------------*/
.m-finaltrial { padding-bottom: .4rem; }
.m-finaltrial h1 { padding: .2rem; font-size: .25rem; }
/*终审结果*/
.finaltrial-result { text-align: center; border-bottom: .2rem solid #f4f4f4; }
.finaltrial-result .result-title { font-size: .25rem; padding: .5rem 0 .2rem 0; font-weight: 600; color: #808080; }
.finaltrial-result .result-info { font-size: .6rem; padding: .1rem 0 .5rem 0; }
.finaltrial-result .stateOK { color: #6eb742; }
.finaltrial-result .stateNO { color: #fe93af; }
.finaltrial-result .state { color: #808080; }
/*终审说明*/
.finaltrial-info { width: 5.6rem; margin: 0 auto; min-height: 1.6rem; background: #f4f4f4; padding: .2rem; font-size: .25rem; line-height: .35rem; border-radius: .1rem; margin-bottom: .2rem; }
/*审核流水号*/
.finaltrial-numb { width: 5.6rem; margin: 0 auto; background: #f4f4f4; padding: .2rem; font-size: .25rem; line-height: .35rem; border-radius: .1rem; margin-bottom: .2rem; }
/*快递信息*/
.finaltrial-express { background: #f4f4f4; padding: .2rem 0; }
.finaltrial-express ul { margin-left: .2rem; overflow: hidden; }
.finaltrial-express ul li { width: 2.9rem; float: left; margin-right: .2rem; margin-bottom: .2rem; position: relative; }
.finaltrial-express ul li span { display: block; width: 2.7rem; padding-left: .2rem; font-size: .25rem; margin-bottom: .1rem; }
.finaltrial-express ul li p { width: 2.9rem; background: #fff; color: #808080; padding: .2rem; font-size: .25rem; border: 1px solid #e8e8e8; border-radius: .1rem; box-sizing: border-box; }
.finaltrial-express ul li:last-child { margin-bottom: 0; }

/*                
____售后记录____
-----------------------------------------------------------------------------------------*/
.m-recordform { padding-bottom: .4rem; }
.m-recordform li { padding: .3rem .2rem; border-bottom: .2rem solid #f4f4f4; }
.m-recordform .record-time { font-size: .25rem; overflow: hidden; margin-bottom: .2rem; }
.m-recordform .record-time p { float: left; }
.m-recordform .record-time .state { float: right; }
.m-recordform .record-product { padding: .1rem; background: #f4f4f4; }
.m-recordform .record-product .product-box { overflow: hidden; margin-bottom: .1rem; }
.m-recordform .record-product .product-name { float: left; background: #fff; color: #808080; width: 4.8rem; font-size: .25rem; padding: .15rem .1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-recordform .record-product .product-numb { float: right; background: #fff; color: #808080; width: .7rem; font-size: .25rem; text-align: center; padding: .15rem 0; }
.m-recordform .record-product .product-box:last-child { margin-bottom: 0; }
.m-recordform .record-state { font-size: .25rem; overflow: hidden; padding: .15rem 0 0 0; }
.m-recordform .record-state .state-txt { padding: .1rem 0; float: left; }
.m-recordform .record-state a { display: block; float: right; padding: .1rem .15rem; border: 1px solid #fe93af; color: #fe93af; }


/* refund-index.html 退保证金页 */
.refund-index { padding-bottom: 2rem; }

.bottom-refund-index { width: 100%; position: fixed; left: 0; bottom: 0; height: 2rem; background-color: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.bottom-refund-index a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-color: #fff; font-size: .26rem; padding: .15rem .6rem; border-radius: 1rem; color: #f384ad; border: 1px solid #f384ad; }

/* refund-index.html 退保证金页 结束 */
/* refund-fill.html 退保证金原因及信息填写页 */
.refund-fill { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.refund-fill .step-wrapper { width: 100%; padding: .3rem 0; padding-top: .4rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.refund-fill .step-wrapper img { width: 5.25rem; }

.refund-fill .step-wrapper p { width: 5.5rem; text-align: center; margin-top: .4rem; font-size: .23rem; }

.refund-fill .form-apply { width: 5.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .3rem; }

.refund-fill .form-apply .fill-each-wrapper { width: 100%; padding: .2rem; margin-bottom: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; border-radius: .1rem; /*填写银行卡信息*/ }

.refund-fill .form-apply .fill-each-wrapper h2 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .15rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.refund-fill .form-apply .fill-each-wrapper h2 i { color: #ff6b9d; }

.refund-fill .form-apply .fill-each-wrapper h2 span { font-size: .25rem; font-weight: bold; margin-left: .1rem; color: #000000; }

.refund-fill .form-apply .fill-each-wrapper .apply-name { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .3rem; margin-top: .2rem; font-size: .23rem; }

.refund-fill .form-apply .fill-each-wrapper .apply-name textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: .23rem; padding: .1rem; box-sizing: border-box; border: 1px solid rgba(0, 0, 0, 0.2); height: 1.2rem; }

.refund-fill .form-apply .fill-each-wrapper .refund-method { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.refund-fill .form-apply .fill-each-wrapper .refund-method .tab-methods { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.refund-fill .form-apply .fill-each-wrapper .refund-method .tab-methods a { margin-right: .3rem; width: 1.66rem; height: .65rem; color: #fff; font-size: .26rem; font-weight: bold; background-color: #d4d4d4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .05rem; }

.refund-fill .form-apply .fill-each-wrapper .refund-method .tab-methods a.active { background: -webkit-gradient(linear, left top, left bottom, from(#25b1f1), to(#099ef2)); background: linear-gradient(top, #25b1f1, #099ef2); }

.refund-fill .form-apply .fill-each-wrapper .refund-method .common-refund-filler { padding: 0 .3rem; margin-top: .1rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.refund-fill .form-apply .fill-each-wrapper .refund-method .common-refund-filler input { width: 100%; padding: .2rem 0; font-size: .23rem; }

.refund-fill .form-apply .fill-each-wrapper .refund-method .common-refund-filler input { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/*底部提交按钮*/
.bottom-refund-fill-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 100; width: 100%; height: .8rem; left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bottom-refund-fill-wrapper a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; background-color: #fff; color: #e14c85; font-size: .26rem; }

.bottom-refund-fill-wrapper a:last-child { color: #fff; background-color: #ee7ca6; }

.bottom-refund-fill-wrapper a.blur { background-color: #ebebeb; color: #adadad; }

/* refund-fill.html 退保证金原因及信息填写页 结束 */
/* refund-agreement.html.html 退款协议页 */
.refund-agreement { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 2rem; z-index: 100; }

.refund-agreement .step-wrapper { width: 100%; padding: .3rem 0; padding-top: .4rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.refund-agreement .step-wrapper img { width: 5.25rem; }

.refund-agreement .step-wrapper p { width: 5.5rem; text-align: center; margin-top: .4rem; font-size: .23rem; }

.refund-agreement .agreement-content-wrapper { width: 5.8rem; margin-top: .3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem .2rem .4rem; border-radius: .1rem; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.refund-agreement .agreement-content-wrapper h2 { font-size: .26rem; color: #000; font-weight: bold; }

.refund-agreement .agreement-content-wrapper .agree-rule { font-size: .24rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.refund-agreement .agreement-content-wrapper .agree-rule i { color: #ff6b9d; font-size: .3rem; margin-right: .1rem; }

.agreement-wrapper { width: 100%; position: fixed; left: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem 0 .2rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.agreement-wrapper label { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: .1rem 0 .05rem; }

.agreement-wrapper label input { margin-bottom: .05rem; margin-right: .1rem; }

.agreement-wrapper a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-color: #ebebeb; font-size: .26rem; padding: .1rem 1rem; border-radius: 1rem; color: #4a4b4b; margin-top: .1rem; }

.agreement-wrapper a.active { background-color: #f384ad; color: #fff; }

/*蒙层*/
.bottom-input-mask { position: fixed; z-index: 101; width: 100%; height: 100%; left: 0; top: 0; opacity: .5; background: #000; /*display: none;*/ }

/*手机验证码弹出层*/
.phone-code-wrapper { z-index: 200; width: 4rem; height: 3.4rem; position: fixed; left: 50%; top: 50%; margin-top: -1.7rem; margin-left: -2rem; background-color: #fff; border-radius: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .6rem .2rem .2rem; line-height: 1.5; font-size: .24rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.phone-code-wrapper .icon-close { position: absolute; width: .4rem; height: .4rem; top: .1rem; right: .1rem; }

.phone-code-wrapper .icon-title { width: 1rem; position: absolute; top: -.6rem; left: 50%; margin-left: -.5rem; }

.phone-code-wrapper .phone-resend-wrapper { width: 100%; height: .6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: .1rem 0 .2rem; }

.phone-code-wrapper .phone-resend-wrapper .phone-section { text-align: center; }

.phone-code-wrapper .phone-resend-wrapper .resend { font-size: .2rem; padding: .04rem .1rem; border-radius: .03rem; }

.phone-code-wrapper .input-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-sizing: border-box; box-sizing: border-box; height: .7rem; }

.phone-code-wrapper .input-lists input { width: 4rem; height: 100%; padding: 0 0 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #d6d6d6; color: #fff; font-size: .4rem; letter-spacing: .6rem; overflow: hidden; cursor: pointer; }

/* refund-agreement.html.html 退款协议页 结束 */
/* refund-status.html 审核状态页 */
.refund-status { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem 0 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.refund-status.refuse img { -webkit-box-sizing: border-box; box-sizing: border-box; /*margin-left: .4rem;*/ }

.refund-status img { width: 1.85rem; margin-bottom: .5rem; }

.refund-status > p { font-size: .3rem; }

.refund-status > p.refuse-reason { font-size: .24rem; color: #818181; margin-top: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .8rem; line-height: 1.6; text-align: center; }

.refund-status .refund-lists { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .2rem; width: 5.4rem; line-height: 1.5; background-color: #fff; border: 1px dashed rgba(252, 159, 188, 0.6); margin-top: .4rem; color: #9e9e9e; }

.refund-status .refund-lists h2 { text-align: center; font-size: .28rem; color: #9e9e9e; font-weight: bold; margin-bottom: .1rem; }

.refund-status .refund-lists .each-record { margin-bottom: .15rem; }

.refund-status .refund-info-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .2rem; width: 5.4rem; line-height: 1.5; background-color: #fff; border: 1px dashed rgba(252, 159, 188, 0.6); margin-top: .3rem; }

.refund-status .refund-info-wrapper .cur-apply-title { text-align: center; font-size: .28rem; color: #9e9e9e; font-weight: bold; margin-bottom: .1rem; }

.refund-status .refund-info-wrapper .reason-info { background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.refund-status .refund-info-wrapper .reason-info h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: .06rem 0; color: #818181; }

.refund-status .refund-info-wrapper .reason-info h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .2rem; height: .2rem; background-color: #cecece; margin-right: .1rem; margin-bottom: .03rem; }

.refund-status .refund-info-wrapper .reason-info > p { color: #9e9e9e; font-size: .24rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .3rem; }

.refund-status .refund-info-wrapper .refund-card-bank { background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.refund-status .refund-info-wrapper .refund-card-bank h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: .06rem 0; color: #818181; }

.refund-status .refund-info-wrapper .refund-card-bank h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .2rem; height: .2rem; background-color: #cecece; margin-right: .1rem; margin-bottom: .03rem; }

.refund-status .refund-info-wrapper .refund-card-bank > p { color: #9e9e9e; font-size: .24rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .02rem 0; padding-left: .3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.refund-status .refund-info-wrapper .refund-card-bank > p .title { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 1.5rem; white-space: nowrap; }


.refund-status-v2 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.refund-status-v2 .step-wrapper { width: 100%; padding: .3rem 0; padding-top: .4rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.refund-status-v2 .step-wrapper img { width: 5.25rem; }

.refund-status-v2 .step-wrapper p { width: 5.5rem; text-align: center; margin-top: .4rem; font-size: .23rem; }

.refund-status-v2 .refund-note { width: 100%; background-color: #fff; padding: .2rem .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; color: #9e9e9e; line-height: 1.5; }

.refund-status-v2 .refund-note i { margin-top: .07rem; margin-right: .1rem; color: #9e9e9e; }

.refund-status-v2 .cur-checking-note { width: 5.8rem; padding: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: .3rem; margin-bottom: .3rem; border-radius: .1rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.refund-status-v2 .cur-checking-note .all-status { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.refund-status-v2 .cur-checking-note .all-status .active { color: #ff6b9d; }

.refund-status-v2 .cur-checking-note .all-status .active span { display: inline-block; }

.refund-status-v2 .cur-checking-note .all-status > p span { display: none; color: #ff6b9d; }

.refund-status-v2 .cur-checking-note .all-status > p span.cur { display: inline-block; }

.refund-status-v2 .cur-checking-note .all-status i { margin: 0 .1rem; }

.refund-status-v2 .cur-checking-note .cancel { background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; border-radius: .05rem; font-size: .23rem; padding: .04rem .3rem; }

.refund-status-v2 .cur-checking-status { width: 5.8rem; background-color: #fff; padding: .2rem 0; border-radius: .1rem; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner { width: 100%; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner:before { display: block; content: ''; background-color: rgba(0, 0, 0, 0.08); width: 1px; height: 100%; position: absolute; left: 2.7rem; top: 0; z-index: 100; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .6rem; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status:last-child { margin-bottom: 0; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status.active .mid { border: 1px solid #ff6b9d; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status .left { width: 1.5rem; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status .mid { border: 1px solid rgba(0, 0, 0, 0.08); width: 2.5rem; border-radius: .05rem; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f5f5f5; z-index: 100; line-height: 1.5; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status .mid .why span { color: #818181; }

.refund-status-v2 .cur-checking-status .cur-checking-status-inner .each-status .right { margin-left: auto; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .05rem; font-size: .23rem; padding: .05rem .1rem; }

.bottom-link-wrapper { width: 100%; position: fixed; left: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem 0 .2rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.bottom-link-wrapper a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-color: #ebebeb; font-size: .26rem; padding: .1rem 1rem; border-radius: 1rem; color: #4a4b4b; margin-top: .1rem; }

.bottom-link-wrapper a.active { background-color: #f384ad; color: #fff; }
/* refund-status.html 审核状态页 结束 */
/* refund-check.html 退款审核页 */
.all-refunds-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.all-refunds-lists li { width: 100%; background-color: #fff; margin-bottom: .2rem; padding: .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1.6; color: #9e9e9e; border-radius: .1rem; /*激活状态*/ /*同意状态*/ /*拒绝状态*/ }

.all-refunds-lists li .reason { color: #333333; }

.all-refunds-lists li .each-icon { color: #e7799e; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 0rem; position: absolute; left: -.12rem; top: .08rem; }

.all-refunds-lists li.active .status-icon { display: none; }

.all-refunds-lists li.active .check-sum-wrapper { display: none; }

.all-refunds-lists li.active .btn-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }

.all-refunds-lists li.active .refuse-wrapper { display: none; }

.all-refunds-lists li.agree-status .status-icon { display: -webkit-box; display: -ms-flexbox; display: flex; background-image: url("/images/new/passed.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.all-refunds-lists li.agree-status .check-sum-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }

.all-refunds-lists li.agree-status .btn-wrapper { display: none; }

.all-refunds-lists li.agree-status .status-mask { display: -webkit-box; display: -ms-flexbox; display: flex; }

.all-refunds-lists li.agree-status .refuse-wrapper { display: none; }

.all-refunds-lists li.refuse-status .status-icon { display: -webkit-box; display: -ms-flexbox; display: flex; background-image: url("/images/new/refuse.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.all-refunds-lists li.refuse-status .check-sum-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }

.all-refunds-lists li.refuse-status .btn-wrapper { display: none; }

.all-refunds-lists li.refuse-status .status-mask { display: -webkit-box; display: -ms-flexbox; display: flex; }

.all-refunds-lists li.refuse-status .refuse-wrapper { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.all-refunds-lists li .left-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.all-refunds-lists li .left-wrapper .refund-user-info { padding: .1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.all-refunds-lists li .left-wrapper .refund-user-info > p { margin-bottom: .1rem; position: relative; }

.all-refunds-lists li .left-wrapper .refund-user-info > p.applier { font-size: .26rem; font-weight: bold; }

.all-refunds-lists li .left-wrapper .check-sum-wrapper { padding: .1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px dashed rgba(0, 0, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.all-refunds-lists li .left-wrapper .check-sum-wrapper > p { margin-bottom: .06rem; position: relative; }

.all-refunds-lists li .left-wrapper .check-sum-wrapper > p.refuse-wrapper { display: none; }

.all-refunds-lists li .btn-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.all-refunds-lists li .btn-wrapper a { margin-bottom: .3rem; color: #fff; font-size: .26rem; padding: .05rem .4rem; border-radius: .1rem; }

.all-refunds-lists li .btn-wrapper a.agree { background-color: #5cb85c; }

.all-refunds-lists li .btn-wrapper a.refuse { background-color: #d84d48; }

.all-refunds-lists li .status-icon { position: absolute; z-index: 101; right: 0; top: 0; width: 1.17rem; height: 1.17rem; }

.all-refunds-lists li .status-icon img { width: 100%; height: 100%; }

.all-refunds-lists li .status-mask { width: 100; height: 100%; z-index: 100; background-color: #000; position: absolute; left: 0; right: 0; border-radius: .1rem; opacity: .3; display: none; }

/*蒙层*/
.bottom-check-mask { position: fixed; z-index: 101; width: 100%; height: 100%; left: 0; top: 0; opacity: .5; background: #000; /*display: none;*/ }

/*手机验证码弹出层*/
.check-confirm-wrapper { z-index: 200; width: 5rem; height: 4rem; position: fixed; left: 50%; top: 50%; margin-top: -2rem; margin-left: -2.5rem; background-color: #fff; border-radius: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; line-height: 1.5; font-size: .24rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.check-confirm-wrapper .title-close { position: relative; background-color: #f384ae; width: 100%; height: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-top-left-radius: .1rem; border-top-right-radius: .1rem; font-size: .26rem; color: #fff; }

.check-confirm-wrapper .title-close .icon-close { position: absolute; width: .4rem; height: .4rem; top: .1rem; right: .1rem; }

.check-confirm-wrapper .refuse-reason { width: 100%; height: 2.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; padding: .2rem .2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.check-confirm-wrapper .refuse-reason textarea { width: 100%; height: 100%; display: block; background-color: #f2f2f2; border: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.check-confirm-wrapper .btn-wrapper { height: 1rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .5rem; }

.check-confirm-wrapper .btn-wrapper a { color: #fff; padding: .05rem .4rem; font-size: .26rem; border-radius: .05rem; }

.check-confirm-wrapper .btn-wrapper a.confirm { background-color: #ed87ac; }

.check-confirm-wrapper .btn-wrapper a.cancel { background-color: #c8c6c7; }

/* refund-check.html 退款审核页 结束 */

/* recommend-detail.html 推荐收益明细页 */
.recommend-detail { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.recommend-detail .user-info { width: 100%; height: 2rem; background-image: url("/images/new/myaward-bg.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; background-size: 100% 2.8rem; background-position: left center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; color: #fff; line-height: 1.3; padding-top: .4rem; box-sizing: border-box; }

.recommend-detail .user-info img { width: 1.1rem; height: 1.1rem; border-radius: .03rem; }

.recommend-detail .user-info .mid { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem 0 .2rem; }

.recommend-detail .user-info .mid p.name { margin-bottom: .1rem; }

.recommend-detail .user-info .mid p .amount { /*font-size: .28rem;*/ /*font-weight: bold;*/ }

.recommend-detail .user-info .right { color: #fff; border: 1px solid #fff; border-radius: .03rem; padding: .04rem .1rem; font-size: .2rem; }

.recommend-detail .detail-title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: .3rem 0; font-size: .26rem; font-weight: bold; }

.recommend-detail .detail-title i { margin-right: .1rem; color: #9e9e9e; }

.recommend-detail .benifit-detail { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.recommend-detail .benifit-detail li { width: 6.2rem; background-color: #fff; margin-bottom: .2rem; }

.recommend-detail .benifit-detail li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; font-size: .2rem; line-height: 1.5; color: #9e9e9e; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px dashed #e7799e; }

.recommend-detail .benifit-detail li a p { width: 50%; }

.recommend-detail .benifit-detail li a p span { color: #e7799e; font-size: .26rem; }

/* recommend-detail.html 推荐收益明细页 结束 */

/* agent-sub-v2.html 下级代理V2页 */
.agent-sub-v2 { /*导航*/ }

.agent-sub-v2 h1 { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.agent-sub-v2 h1 span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.agent-sub-v2 ul.data-info-lists { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.agent-sub-v2 ul.data-info-lists li { width: 33.33%; margin-bottom: .3rem; }

.agent-sub-v2 ul.data-info-lists li:last-child a { border-right: 0 none; }

.agent-sub-v2 ul.data-info-lists li a { border-right: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.agent-sub-v2 ul.data-info-lists li a .data { color: #e7799e; font-size: .26rem; margin-bottom: .1rem; }

.agent-sub-v2 .cur-status-nav { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.agent-sub-v2 .cur-status-nav ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: .1rem .2rem 0 0; }

.agent-sub-v2 .cur-status-nav ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.agent-sub-v2 .cur-status-nav ul li.active a { color: #e7799e; border-bottom: 0.04rem solid #ff6b9d; }

.agent-sub-v2 .cur-status-nav ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .15rem .05rem; font-size: .24rem; }

.agent-sub-v2 .cur-status-nav .other-links { padding: 0 .25rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.agent-sub-v2 .cur-status-nav .other-links a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.agent-sub-v2 .cur-status-nav .other-links a input { border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .1rem; padding: .06rem .1rem; background-color: transparent; color: #9e9e9e; }

.agent-sub-v2 .add-users-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; font-size: .24rem; }

.agent-sub-v2 .add-users-lists.active { display: flex; }

.agent-sub-v2 .add-users-lists li { width: 6rem; background-color: #fff; border-radius: .03rem; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin-bottom: .2rem; line-height: 1.6; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .05rem; /*下级列表*/ }

.agent-sub-v2 .add-users-lists li a.cur-grade { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .25rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; border-radius: .05rem; }

.agent-sub-v2 .add-users-lists li a.cur-grade .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.agent-sub-v2 .add-users-lists li a.cur-grade .left img { width: .4rem; height: .4rem; margin-right: .1rem; margin-bottom: .05rem; }

.agent-sub-v2 .add-users-lists li a.cur-grade .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.agent-sub-v2 .add-users-lists li a.cur-grade .right p { margin-right: .1rem; }

.agent-sub-v2 .add-users-lists li a.cur-grade .right p span { /*color: $color-sub-red-l;*/ margin-right: .1rem; }

.agent-sub-v2 .add-users-lists li a.cur-grade .right i { font-size: .3rem; /*color: $color-text-d;*/ -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.agent-sub-v2 .add-users-lists li a.cur-grade .right i.open { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.agent-sub-v2 .add-users-lists li .sub-lists { width: 100%; padding: .1rem .1rem .1rem .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; max-height: 6.4rem; overflow-y: auto; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: .05rem 0; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub:last-child .each-amount { border-bottom: 0 none; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub .left .sub-portrait { width: .7rem; height: .7rem; margin-right: .1rem; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub .left .name-phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #818181; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub .left .status-cur { margin-left: .8rem; color: #9e9e9e; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub .left .status-cur .status { color: #19c7d2; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more { display: -webkit-box; display: -ms-flexbox; display: flex; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more img { width: .8rem; height: .95rem; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more input { text-align: center; background-color: #ffc1d6; color: #fff; padding: .03rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .03rem; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-amount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: .1rem 0 .15rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.agent-sub-v2 .add-users-lists li .sub-lists .each-amount > p { width: 33%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; font-size: .2rem; line-height: 1.5; margin-bottom: .1rem; }

.agent-sub-v2 .add-users-lists li .sub-lists .each-amount > p span.content { color: #333333; }

/* agent-sub.html 下级代理V2页 结束 */


/* brand-intro.html 关于苏尚儿页 */

/*可以设置svg视野大小 可理解为工作区大小 然后svg内path的尺寸会跟着缩放*/
path.graphic { /*stroke-dasharray: 2204.536865234375;*/ /*stroke-dashoffset: 2204.536865234375;*/ -webkit-animation: dash 2s linear forwards; animation: dash 2s linear forwards; }

@-webkit-keyframes dash {
    to { stroke-dashoffset: 0; }
}

@keyframes dash {
    to { stroke-dashoffset: 0; }
}

.brand-intro { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 1.8rem; }

.brand-intro .logo-wrapper { width: 2.1rem; height: 2.1rem; }

.brand-intro .brand-name { width: 4rem; padding: .36rem 0 .87rem; }

.brand-intro .begin-btn { margin-bottom: 1rem; opacity: .85; }

.brand-intro .begin-btn input { background-color: transparent; color: #fff; border: 1px solid #fff; border-radius: .05rem; padding: .1rem .3rem; font-size: .26rem; }

.brand-intro .pic-tab-wall { width: 100%; height: 2.5rem; position: fixed; z-index: 1000; left: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.brand-intro .pic-tab-wall.static-pos { position: static; }

.brand-intro .img-video-wrapper { -webkit-transform: translateY(10rem); transform: translateY(10rem); padding-bottom: .8rem; background-color: #000000; /*加入苏尚儿*/ }

.brand-intro .img-video-wrapper.open { -webkit-transform: translateY(0); transform: translateY(0); }

.brand-intro .img-video-wrapper .each-show-wrapper img { width: 100%; background-color: #f5f5f5; }

.brand-intro .img-video-wrapper .each-show-wrapper video { width: 100%; }

.brand-intro .img-video-wrapper .join { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.brand-intro .img-video-wrapper .join input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-image: url(/images/new/join-bg.png); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; width: 3rem; height: .75rem; background-color: transparent; margin: .15rem 0; color: #fff; font-size: .26rem; }

/* brand-intro.html 关于苏尚儿页 结束 */


/* settings.html 安全设置页 */
.m-settings h1 { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-settings h1 span { display: block; font-size: .25rem; color: #fcacc7; padding-top: .1rem; }

.m-settings ul { width: 100%; padding: .2rem .3rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.m-settings ul li { width: 33.333333%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; position: relative; }

.m-settings ul li::after { content: ''; display: block; width: .02rem; height: .4rem; background: rgba(0, 0, 0, 0.08); position: absolute; right: 0; top: 50%; margin-top: -.2rem; }

.m-settings ul li:nth-child(3)::after, .m-settings ul li:nth-child(6)::after, .m-settings ul li:last-child::after { display: none; }

.m-settings ul li a { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .25rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #9e9e9e; border-radius: .1rem; }

.m-settings ul li a i { margin-bottom: .2rem; font-size: .4rem; color: #e7799e; display: inline-block; width: .4rem; height: .4rem; }

.m-settings ul li a img { margin-bottom: .2rem; color: #e7799e; display: inline-block; width: .5rem; }

.m-settings ul li a span { font-size: .26rem; color: #9e9e9e; font-weight: bold; }

/* settings.html 安全设置页 结束 */
/* agent-query.html 代理查询页 */
.m-query { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.m-query .m-query-inner { border-radius: 0.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin: .3rem 0; padding: .2rem .5rem .5rem; }

.m-query .m-query-inner h1.title { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.m-query .m-query-inner h1.title span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.m-query .m-query-inner .query-form-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .3rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0.24rem; }

.m-query .m-query-inner .query-form-wrapper .each-input { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: .4rem; }

.m-query .m-query-inner .query-form-wrapper .each-input > img.icon { width: .4rem; height: .4rem; padding-right: .2rem; }

.m-query .m-query-inner .query-form-wrapper .each-input > input { font-size: 0.24rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; border-bottom: 1px solid #e7799e; }

.m-query .m-query-inner .query-form-wrapper .each-input input::-webkit-input-placeholder { /* placeholder颜色  */ color: #9e9e9e; /* placeholder字体大小  */ font-size: 0.24rem; }

.m-query .m-query-inner .query-form-wrapper .each-input.check-code { position: relative; }

.m-query .m-query-inner .query-form-wrapper .each-input.check-code input { -webkit-box-sizing: border-box; box-sizing: border-box; }

.m-query .m-query-inner .query-form-wrapper .each-input.check-code .update-code { position: absolute; right: 0; top: -.1rem; width: 1.5rem; height: .5rem; }

.m-query .m-query-inner .query-form-wrapper .submit-btn { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 4rem; margin-top: .5rem; height: .6rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); font-size: 0.26rem; border-radius: 2rem; }

.m-query .m-query-inner .query-info { width: 100%; margin-top: .3rem; background-image: url(/images/new/query-info.png); background-repeat: no-repeat; background-size: 100% 1.8rem; background-position: center top; -webkit-box-shadow: 0 0 10px rgba(236, 148, 177, 0.3); box-shadow: 0 0 10px rgba(236, 148, 177, 0.3); border-radius: .1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.m-query .m-query-inner .query-info h2 { color: #fff; margin-top: .3rem; font-size: .3rem; }

.m-query .m-query-inner .query-info h3 { color: #fff; margin-top: .1rem; font-size: .2rem; }

.m-query .m-query-inner .query-info .info-sum { margin: 1rem 0 .2rem; width: 100%; }

.m-query .m-query-inner .query-info .info-sum .each-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .2rem 0 .7rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .25rem; }

.m-query .m-query-inner .query-info .info-sum .each-info:last-child { margin-bottom: .2rem; }

.m-query .m-query-inner .query-info .info-sum .each-info p:first-child { border-right: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .2rem; color: #e7799e; width: 1.2rem; }

.m-query .m-query-inner .query-info .info-sum .each-info p:last-child { width: 2.5rem; padding-left: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* agent-query.html 代理查询页 结束 */
/* agent-management.html 安全设置页 */
.agent-management h1 { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.agent-management h1 span { display: block; font-size: .25rem; color: #fcacc7; padding-top: .1rem; }

.agent-management ul { width: 100%; padding: .2rem .3rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.agent-management ul li { width: 33.333333%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: .2rem; position: relative; }

.agent-management ul li::after { content: ''; display: block; width: .02rem; height: .4rem; background: rgba(0, 0, 0, 0.08); position: absolute; right: 0; top: 50%; margin-top: -.2rem; }

.agent-management ul li:nth-child(3)::after, .agent-management ul li:nth-child(6)::after, .agent-management ul li:last-child::after { display: none; }

.agent-management ul li a { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .25rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #9e9e9e; border-radius: .1rem; }

.agent-management ul li a i { margin-bottom: .2rem; font-size: .4rem; color: #e7799e; display: inline-block; width: .4rem; height: .4rem; }

.agent-management ul li a img { margin-bottom: .2rem; color: #e7799e; display: inline-block; width: .5rem; }

.agent-management ul li a span { font-size: .26rem; color: #9e9e9e; font-weight: bold; }

/* agent-management.html 安全设置页 结束 */
/* agent-sub.html 下级代理页 */
/*我的团队 我的下级样式共用*/
.agent-sub { /*导航*/ }

.agent-sub h1 { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.agent-sub h2 { border-bottom: solid 1px #e7799e; }

.agent-sub h1 span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.agent-sub ul.data-info-lists { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.agent-sub ul.data-info-lists li { width: 33.33%; margin-bottom: .3rem; }

.agent-sub ul.data-info-lists li:last-child a { border-right: 0 none; }

.agent-sub ul.data-info-lists li a { border-right: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.agent-sub ul.data-info-lists li a .data { color: #e7799e; font-size: .26rem; margin-bottom: .1rem; }

.agent-sub .cur-status-nav { width: 100%; }

.agent-sub .cur-status-nav ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .1rem 0 0; }

.agent-sub .cur-status-nav ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.agent-sub .cur-status-nav ul li.active a { color: #e7799e; border-bottom: 0.04rem solid #ff6b9d; }

.agent-sub .cur-status-nav ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .15rem .05rem; font-size: .24rem; }

.agent-sub .add-users-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; font-size: .24rem; }

.agent-sub .add-users-lists li { width: 6rem; background-color: #fff; border-radius: .03rem; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin-bottom: .2rem; line-height: 1.6; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .05rem; /*下级列表*/ }

.agent-sub .add-users-lists li a.cur-grade { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .25rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; border-radius: .05rem; }

.agent-sub .add-users-lists li a.cur-grade .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.agent-sub .add-users-lists li a.cur-grade .left img { width: .4rem; height: .4rem; margin-right: .1rem; margin-bottom: .05rem; }

.agent-sub .add-users-lists li a.cur-grade .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.agent-sub .add-users-lists li a.cur-grade .right p { margin-right: .1rem; }

.agent-sub .add-users-lists li a.cur-grade .right p span { /*color: $color-sub-red-l;*/ margin-right: .1rem; }

.agent-sub .add-users-lists li a.cur-grade .right i { font-size: .3rem; /*color: $color-text-d;*/ -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.agent-sub .add-users-lists li a.cur-grade .right i.open { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.agent-sub .add-users-lists li .sub-lists { width: 100%; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; max-height: 6.4rem; overflow-y: auto; }

.agent-sub .add-users-lists li .sub-lists .each-sub { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: .05rem 0; }

.agent-sub .add-users-lists li .sub-lists .each-sub:last-child .each-amount { border-bottom: 0 none; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub .left .sub-portrait { width: .7rem; height: .7rem; margin-right: .1rem; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub .left .name-phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #818181; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub .left .status-cur { margin-left: .8rem; color: #9e9e9e; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub .left .status-cur .status { color: #19c7d2; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more { display: -webkit-box; display: -ms-flexbox; display: flex; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more img { width: .8rem; height: .95rem; }

.agent-sub .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more input { text-align: center; background-color: #ffc1d6; color: #fff; padding: .03rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .03rem; }

.agent-sub .add-users-lists li .sub-lists .each-amount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: .1rem 0 .15rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.agent-sub .add-users-lists li .sub-lists .each-amount > p { width: 33%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; font-size: .2rem; line-height: 1.5; margin-bottom: .1rem; }

.agent-sub .add-users-lists li .sub-lists .each-amount > p span.content { color: #333333; }

/* agent-sub.html 下级代理页 结束 */
/* latest-new.html 昨日新增页 */
.latest-new { /*导航*/ }

.latest-new h1 { font-size: .4rem; color: #e7799e; text-align: center; padding: .5rem 0 .4rem 0; }

.latest-new h1 span { display: block; font-size: .25rem; color: #9e9e9e; padding-top: .1rem; }

.latest-new ul.data-info-lists { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.latest-new ul.data-info-lists li { width: 33.33%; margin-bottom: .3rem; }

.latest-new ul.data-info-lists li:last-child a { border-right: 0 none; }

.latest-new ul.data-info-lists li a { border-right: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.latest-new ul.data-info-lists li a .data { color: #e7799e; font-size: .26rem; margin-bottom: .1rem; }

.latest-new .cur-status-nav { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.latest-new .cur-status-nav ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: .1rem .2rem 0 0; }

.latest-new .cur-status-nav ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.latest-new .cur-status-nav ul li.active a { color: #e7799e; border-bottom: 0.04rem solid #ff6b9d; }

.latest-new .cur-status-nav ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .15rem .05rem; font-size: .24rem; }

.latest-new .cur-status-nav .other-links { padding: 0 .25rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.latest-new .cur-status-nav .other-links a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.latest-new .cur-status-nav .other-links a input { border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .1rem; padding: .06rem .1rem; background-color: transparent; color: #9e9e9e; }

.latest-new .add-users-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; font-size: .24rem; }

.latest-new .add-users-lists li { width: 6rem; background-color: #fff; border-radius: .03rem; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); margin-bottom: .2rem; line-height: 1.6; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .05rem; /*下级列表*/ }

.latest-new .add-users-lists li a.cur-grade { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .25rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; border-radius: .05rem; }

.latest-new .add-users-lists li a.cur-grade .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.latest-new .add-users-lists li a.cur-grade .left img { width: .4rem; height: .4rem; margin-right: .1rem; margin-bottom: .05rem; }

.latest-new .add-users-lists li a.cur-grade .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.latest-new .add-users-lists li a.cur-grade .right p { margin-right: .1rem; }

.latest-new .add-users-lists li a.cur-grade .right p span { /*color: $color-sub-red-l;*/ margin-right: .1rem; }

.latest-new .add-users-lists li a.cur-grade .right i { font-size: .3rem; /*color: $color-text-d;*/ -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.latest-new .add-users-lists li a.cur-grade .right i.open { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.latest-new .add-users-lists li .sub-lists { width: 100%; padding: .1rem .1rem .1rem .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; max-height: 6.4rem; overflow-y: auto; }

.latest-new .add-users-lists li .sub-lists .each-sub { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: .05rem 0; }

.latest-new .add-users-lists li .sub-lists .each-sub:last-child .each-amount { border-bottom: 0 none; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub .left { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub .left .sub-portrait { width: .7rem; height: .7rem; margin-right: .1rem; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub .left .name-phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #818181; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub .left .status-cur { margin-left: auto; color: #9e9e9e; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub .left .status-cur .status { color: #19c7d2; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more { display: -webkit-box; display: -ms-flexbox; display: flex; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more img { width: .8rem; height: .95rem; }

.latest-new .add-users-lists li .sub-lists .each-sub .each-top-sub a.sub-more input { text-align: center; background-color: #ffc1d6; color: #fff; padding: .03rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: .03rem; }

.latest-new .add-users-lists li .sub-lists .each-amount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: .1rem 0 .15rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.latest-new .add-users-lists li .sub-lists .each-amount > p { width: 100%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; font-size: .2rem; line-height: 1.5; margin-bottom: .1rem; }

.latest-new .add-users-lists li .sub-lists .each-amount > p span:first-child { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 1rem; }

.latest-new .add-users-lists li .sub-lists .each-amount > p span.content { color: #333333; }

/* latest-new.html 昨日新增页 结束 */

/* after-sale1.html 售后申请第一步页 */
.after-sale1 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; /*标题图标*/ /*标题*/ /*搜索订单区*/ /*订单搜索列表*/ }

.after-sale1 .title-sale-icon { width: .82rem; margin: .3rem 0 .2rem; }

.after-sale1 h1 { font-size: .26rem; font-weight: bold; height: .45rem; line-height: .45rem; margin-bottom: .2rem; }

.after-sale1 .sale-filler { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; /*box-shadow: 0 0 10px rgba(0, 0, 0, .3);*/ padding: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*border-radius: .1rem;*/ background-color: #fff; /*设置时间*/ }

.after-sale1 .sale-filler > input { width: 100%; margin: .1rem 0 0; font-size: .22rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; border: 1px solid rgba(0, 0, 0, 0.1); height: .6rem; }

.after-sale1 .sale-filler .settime-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: .2rem; }

.after-sale1 .sale-filler .settime-wrapper .settime-begin, .after-sale1 .sale-filler .settime-wrapper .settime-end { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.after-sale1 .sale-filler .settime-wrapper .settime-begin input, .after-sale1 .sale-filler .settime-wrapper .settime-end input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.55rem; font-size: .22rem; height: .4rem; line-height: .4rem; padding: .2rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .4rem; color: #e7799e; background-image: url(../img/date-icon.png); background-repeat: no-repeat; background-position: 2.22rem center; background-size: .18rem .25rem; background-color: transparent; }

.after-sale1 .sale-filler .search-orders-wrapper { padding: .3rem 0 0; width: 100%; }

.after-sale1 .sale-filler .search-orders-wrapper input { width: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .1rem .3rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); font-size: .22rem; color: #fff; border-radius: .05rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.after-sale1 .sale-order-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.after-sale1 .sale-order-lists li { width: 100%; margin-bottom: .2rem; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.after-sale1 .sale-order-lists li > div { width: 100%; padding: .2rem 0; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: .1rem; /*订单编号*/ /*产品列表*/ /*小计*/ /*收货地址*/ /*留言*/ /*订单信息*/ }

.after-sale1 .sale-order-lists li > div .title-order { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.after-sale1 .sale-order-lists li > div .title-order .order-status { margin-left: auto; color: #e7799e; }

.after-sale1 .sale-order-lists li > div .title-order .delete-icon { margin-left: auto; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper img { width: 1rem; height: 1rem; margin-top: .05rem; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 .3rem; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 2.8rem; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top .price { line-height: .32rem; white-space: nowrap; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .1rem; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; position: relative; }
.product-delete { position: absolute; right: 0px; top: -0.2rem; }


.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div img { width: .6rem; height: .6rem; }

.after-sale1 .sale-order-lists li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.after-sale1 .sale-order-lists li > div .total-amount-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .1rem; font-size: .2rem; }

.after-sale1 .sale-order-lists li > div .total-amount-wrapper p.date { color: #9e9e9e; }

.after-sale1 .sale-order-lists li > div .total-amount-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.after-sale1 .sale-order-lists li > div .receiver-msg { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .1rem; background-color: #fff; }

.after-sale1 .sale-order-lists li > div .receiver-msg .title { color: #9e9e9e; padding: .1rem 0; }

.after-sale1 .sale-order-lists li > div .receiver-msg .title i { margin-right: .1rem; }

.after-sale1 .sale-order-lists li > div .receiver-msg .msg { color: #9e9e9e; padding: .1rem 0; line-height: 1.4; border-top: 1px dashed rgba(0, 0, 0, 0.08); }

.after-sale1 .sale-order-lists li > div .leave-msg { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #fff; }

.after-sale1 .sale-order-lists li > div .leave-msg .title { color: #9e9e9e; padding: .1rem 0; }

.after-sale1 .sale-order-lists li > div .leave-msg .title i { margin-right: .1rem; }

.after-sale1 .sale-order-lists li > div .leave-msg .msg { color: #9e9e9e; padding: .1rem 0; line-height: 1.4; border-top: 1px dashed rgba(0, 0, 0, 0.08); }

.after-sale1 .sale-order-lists li > div .order-info-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .1rem; background-color: #fff; color: #9e9e9e; }

.after-sale1 .sale-order-lists li > div .order-info-wrapper h2 { line-height: 1.6; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.after-sale1 .sale-order-lists li > div .order-info-wrapper h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.after-sale1 .sale-order-lists li > div .order-info-wrapper > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

/*底栏 提交*/
.bottom-after-sale { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: .8rem; border-top: 1px solid rgba(0, 0, 0, 0.08); background-color: #fff; }

.bottom-after-sale a { font-size: .23rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; padding: .1rem .3rem; margin: 0 .3rem; border-radius: .05rem; }

/* after-sale1.html 售后申请第一步页 结束 */

/*售后优化 2018-12-18 开始*/

/* service-apply.html 售后申请页 */
.service-apply { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*订单搜索列表*/ }

.service-apply .sale-status-wrapper { width: 100%; }

.service-apply .sale-status-wrapper img { width: 100%; }

.service-apply .search-container { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: .2rem; /*设置时间*/ /*搜索框*/ }

.service-apply .search-container .settime-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; margin-top: .3rem; }

.service-apply .search-container .settime-wrapper .settime-begin, .service-apply .search-container .settime-wrapper .settime-end { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.service-apply .search-container .settime-wrapper .settime-begin input, .service-apply .search-container .settime-wrapper .settime-end input { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-sizing: border-box; box-sizing: border-box; width: 2.55rem; font-size: .22rem; height: .4rem; line-height: .4rem; padding: .3rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .4rem; color: #e7799e; background-image: url(/images/sale/date-icon.png); background-repeat: no-repeat; background-position: 2.22rem center; background-size: .18rem .25rem; background-color: transparent; }

.service-apply .search-container .search-content-wrapper { width: 5.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .3rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: .1rem; }

.service-apply .search-container .search-content-wrapper #order-by { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background-color: transparent; font-size: .22rem; }

.service-apply .search-container .search-content-wrapper .sub-search { padding: .1rem .4rem; height: 100%; border-top-right-radius: .1rem; border-bottom-right-radius: .1rem; font-size: .22rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; }

.service-apply .sale-order-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-apply .sale-order-lists > li { width: 100%; margin-bottom: .2rem; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.service-apply .sale-order-lists > li > div { width: 100%; padding: .2rem 0; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: .1rem; /*订单编号*/ /*产品列表*/ /*小计*/ /*收货地址*/ /*留言*/ /*订单信息*/ }

.service-apply .sale-order-lists > li > div .title-order { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.service-apply .sale-order-lists > li > div .title-order > i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.service-apply .sale-order-lists > li > div .title-order .order-status { margin-left: auto; color: #e7799e; }

.service-apply .sale-order-lists > li > div .title-order .delete-icon { margin-left: auto; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper img { width: .9rem; height: .9rem; margin-top: .05rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 .3rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 3.2rem; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .1rem; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .amount { margin-left: auto; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div img { width: .6rem; height: .6rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper { width: 100%; /*售后数量*/ /*售后原因*/ /*上传图片*/ }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .confirm-amount { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .2rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .confirm-amount .stock-modify { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .confirm-amount .stock-modify > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .confirm-amount .stock-modify > div img { width: .6rem; height: .6rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .confirm-amount .stock-modify input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .sale-reason-wrapper { width: 100%; margin-top: .2rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .sale-reason-wrapper textarea { height: 1rem; width: 100%; line-height: 1.5; padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; color: #a9a9a9; border-radius: .05rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .2rem; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .title-pic { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .title-pic > i { -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: .1rem; margin-top: .1rem; color: #939393; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .title-pic > div .note-info { color: #9e9e9e; font-size: .22rem; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .pic-upload-preview { width: 100%; margin-top: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .05rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .pic-upload-preview .pic-each { width: 50%; height: 2.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; position: relative; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .pic-upload-preview .pic-each .close { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: .3rem; height: .3rem; font-size: .3rem; border-radius: 50%; background-color: #fff; position: absolute; right: 0rem; top: 0rem; color: #df4d32; cursor: pointer; background-image: url("/images/new/close-btn.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; }

.service-apply .sale-order-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .need-fill-wrapper .pic-upload-wrapper .pic-upload-preview .pic-each .pic-bg-wrapper { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #f5f5f5; }

.service-apply .sale-order-lists > li > div .total-amount-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .1rem; font-size: .2rem; }

.service-apply .sale-order-lists > li > div .total-amount-wrapper p.date { color: #9e9e9e; }

.service-apply .sale-order-lists > li > div .total-amount-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.service-apply .sale-order-lists > li > div .receiver-msg { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .1rem; background-color: #fff; }

.service-apply .sale-order-lists > li > div .receiver-msg .title { color: #9e9e9e; padding: .1rem 0; }

.service-apply .sale-order-lists > li > div .receiver-msg .title i { margin-right: .1rem; }

.service-apply .sale-order-lists > li > div .receiver-msg .msg { color: #9e9e9e; padding: .1rem 0; line-height: 1.4; border-top: 1px dashed rgba(0, 0, 0, 0.08); }

.service-apply .sale-order-lists > li > div .leave-msg { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #fff; }

.service-apply .sale-order-lists > li > div .leave-msg .title { color: #9e9e9e; padding: .1rem 0; }

.service-apply .sale-order-lists > li > div .leave-msg .title i { margin-right: .1rem; }

.service-apply .sale-order-lists > li > div .leave-msg .msg { color: #9e9e9e; padding: .1rem 0; line-height: 1.4; border-top: 1px dashed rgba(0, 0, 0, 0.08); }

.service-apply .sale-order-lists > li > div .order-info-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .2rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .1rem; background-color: #fff; color: #9e9e9e; }

.service-apply .sale-order-lists > li > div .order-info-wrapper h2 { line-height: 1.6; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.service-apply .sale-order-lists > li > div .order-info-wrapper h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.service-apply .sale-order-lists > li > div .order-info-wrapper > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

/*底栏 提交*/
.bottom-apply-sale { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: .7rem; border-top: 1px solid rgba(0, 0, 0, 0.08); background-color: #fff; }

.bottom-apply-sale a { font-size: .23rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; padding: .1rem .3rem; margin: 0 .3rem; border-radius: .05rem; }

/* service-apply.html 售后申请页 结束 */
/* service-sendback.html 售后退货页 */
.service-sendback { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*售后搜索列表*/ }

.service-sendback .sale-status-wrapper { width: 100%; }

.service-sendback .sale-status-wrapper img { width: 100%; }

.service-sendback .sale-after-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-sendback .sale-after-lists > li { width: 100%; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.service-sendback .sale-after-lists > li > div { width: 100%; padding: .2rem 0; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: .1rem; /*售后编号*/ /*产品列表*/ /*小计*/ }

.service-sendback .sale-after-lists > li > div .title-order { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.service-sendback .sale-after-lists > li > div .title-order > i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.service-sendback .sale-after-lists > li > div .title-order .order-status { margin-left: auto; color: #e7799e; }

.service-sendback .sale-after-lists > li > div .title-order .delete-icon { margin-left: auto; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper img { width: .9rem; height: .9rem; margin-top: .05rem; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 .3rem; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 100%; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .1rem; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .amount { margin-left: auto; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div img { width: .6rem; height: .6rem; }

.service-sendback .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.service-sendback .sale-after-lists > li > div .total-amount-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .22rem; margin-top: .1rem; padding: .1rem .15rem; color: #9e9e9e; }

.service-sendback .sale-after-lists > li > div .total-amount-wrapper p { margin-top: .1rem; }

.service-sendback .sale-after-lists > li > div .total-amount-wrapper p.date { color: #9e9e9e; }

.service-sendback .sale-after-lists > li > div .total-amount-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.service-sendback .fill-sendback-wrapper { width: 6rem; margin-top: .2rem; background-color: #fff; border-radius: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .3rem .15rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.service-sendback .fill-sendback-wrapper h2 { font-size: .24rem; font-weight: bold; }

.service-sendback .fill-sendback-wrapper .each-fill { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-sendback .fill-sendback-wrapper .each-fill.ship-no { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.service-sendback .fill-sendback-wrapper .each-fill input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; }

.service-sendback .fill-sendback-wrapper .each-fill textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; height: 1.8rem; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; }

/*底栏 提交*/
.bottom-sendback-sale { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: .7rem; border-top: 1px solid rgba(0, 0, 0, 0.08); background-color: #fff; }

.bottom-sendback-sale a { font-size: .23rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; padding: .1rem .3rem; margin: 0 .3rem; border-radius: .05rem; }

/* 收货地址信息 */
.service-sendback .cart-address-wrapper { width: 6rem; background-color: #fff; margin-top: .2rem; padding: .2rem 0; border-radius: .1rem; }

.service-sendback .cart-address-wrapper .cart-map-icon { vertical-align: top; display: inline-block; text-align: center; font-size: .4rem; padding: .08rem .18rem; color: #fa7da7; }

.service-sendback .cart-address-wrapper .cart-address-info { width: 4.6rem; display: inline-block; }

.service-sendback .cart-address-wrapper p { vertical-align: middle; width: 4.8rem; display: inline-block; margin: .05rem 0; line-height: .3rem; }

.service-sendback .cart-address-wrapper p .cart-receiver-phone { margin-left: .5rem; }

.service-sendback .cart-address-wrapper .cart-address-icon { vertical-align: top; display: inline-block; text-align: center; font-size: .5rem; padding: .08rem .18rem; }

/* service-sendback.html 售后退货页 结束 */
/* service-checking.html 售后状态页 */
.service-checking { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*售后搜索列表*/ }

.service-checking .sale-status-wrapper { width: 100%; }

.service-checking .sale-status-wrapper img { width: 100%; }

.service-checking .sale-after-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-checking .sale-after-lists > li { width: 100%; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.service-checking .sale-after-lists > li > div { width: 100%; padding: .2rem 0; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: .1rem; /*售后编号*/ /*产品列表*/ /*小计*/ }

.service-checking .sale-after-lists > li > div .title-order { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.service-checking .sale-after-lists > li > div .title-order > i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.service-checking .sale-after-lists > li > div .title-order .order-status { margin-left: auto; color: #e7799e; }

.service-checking .sale-after-lists > li > div .title-order .delete-icon { margin-left: auto; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper img { width: .9rem; height: .9rem; margin-top: .05rem; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 .3rem; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 100%; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .1rem; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .amount { margin-left: auto; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div img { width: .6rem; height: .6rem; }

.service-checking .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.service-checking .sale-after-lists > li > div .total-amount-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .22rem; margin-top: .1rem; padding: .1rem .15rem; color: #9e9e9e; line-height: 1.5; }

.service-checking .sale-after-lists > li > div .total-amount-wrapper p { margin-top: .1rem; }

.service-checking .sale-after-lists > li > div .total-amount-wrapper p.date { color: #9e9e9e; }

.service-checking .sale-after-lists > li > div .total-amount-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.service-checking .fill-sendback-wrapper { width: 6rem; margin-top: .2rem; background-color: #fff; border-radius: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .3rem .15rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.service-checking .fill-sendback-wrapper h2 { font-size: .24rem; font-weight: bold; }

.service-checking .fill-sendback-wrapper .each-fill { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-checking .fill-sendback-wrapper .each-fill.ship-no { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.service-checking .fill-sendback-wrapper .each-fill input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; }

.service-checking .fill-sendback-wrapper .each-fill textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; height: 1.8rem; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; }

/*底栏 提交*/
.bottom-checking-sale { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: .7rem; border-top: 1px solid rgba(0, 0, 0, 0.08); background-color: #fff; }

.bottom-checking-sale a { font-size: .23rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; padding: .1rem .3rem; margin: 0 .3rem; border-radius: .05rem; }

/* service-checking.html 售后状态页 结束 */
/* service-checking.html 售后完成详情页 */
.service-detail { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*售后搜索列表*/ }

.service-detail .sale-status-wrapper { width: 100%; }

.service-detail .sale-status-wrapper img { width: 100%; }

.service-detail .sale-after-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-detail .sale-after-lists > li { width: 100%; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.service-detail .sale-after-lists > li > div { width: 100%; padding: .2rem 0; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: .1rem; /*售后编号*/ /*产品列表*/ /*小计*/ }

.service-detail .sale-after-lists > li > div .title-order { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.service-detail .sale-after-lists > li > div .title-order > i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.service-detail .sale-after-lists > li > div .title-order .order-status { margin-left: auto; color: #e7799e; }

.service-detail .sale-after-lists > li > div .title-order .delete-icon { margin-left: auto; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper img { width: .9rem; height: .9rem; margin-top: .05rem; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 .3rem; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 100%; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: .1rem; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .amount { margin-left: auto; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify > div img { width: .6rem; height: .6rem; }

.service-detail .sale-after-lists > li > div .items-lists-wrapper .item-wrapper .item-right-wrapper .item-right-bottom .stock-modify input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.service-detail .sale-after-lists > li > div .total-amount-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .22rem; margin-top: .1rem; padding: .1rem .15rem; color: #9e9e9e; line-height: 1.5; }

.service-detail .sale-after-lists > li > div .total-amount-wrapper p { margin-top: .1rem; }

.service-detail .sale-after-lists > li > div .total-amount-wrapper p.date { color: #9e9e9e; }

.service-detail .sale-after-lists > li > div .total-amount-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.service-detail .fill-sendback-wrapper { width: 6rem; margin-top: .2rem; background-color: #fff; border-radius: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .3rem .15rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.service-detail .fill-sendback-wrapper h2 { font-size: .24rem; font-weight: bold; }

.service-detail .fill-sendback-wrapper .each-fill { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .2rem; }

.service-detail .fill-sendback-wrapper .each-fill.ship-no { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.service-detail .fill-sendback-wrapper .each-fill input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; }

.service-detail .fill-sendback-wrapper .each-fill textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem; height: 1.8rem; border: 1px solid rgba(0, 0, 0, 0.08); font-size: .22rem; }

/*底栏 提交*/
.bottom-checking-sale { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; left: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: .7rem; border-top: 1px solid rgba(0, 0, 0, 0.08); background-color: #fff; }

.bottom-checking-sale a { font-size: .23rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; padding: .1rem .3rem; margin: 0 .3rem; border-radius: .05rem; }

/* service-detail.html 售后完成详情页 结束 */
/*售后优化 2018-12-18 结束*/


/* achievement-index.html 我的业绩首页 */
.achievement-index { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.achievement-index .user-info { width: 100%; height: 2.045rem; background-image: url("/images/0309/achievement-bg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.achievement-index .user-info > img { width: 1.16rem; height: 1.16rem; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; border: .05rem solid #fdc2d6; }

.achievement-index .user-info .mid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; padding-left: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.achievement-index .user-info .mid .name { font-weight: bold; font-size: .3rem; margin-bottom: .05rem; line-height: 1.6; }

.achievement-index .user-info .mid .grade { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .21rem; }

.achievement-index .user-info .mid .grade i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .2rem; height: .24rem; background-image: url("/images/0309/flag-tag.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; margin-right: .1rem; }

.achievement-index .user-info .right { background-color: rgba(255, 255, 255, 0.4); padding: 0 .2rem 0 .3rem; height: .6rem; line-height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .26rem; color: #fff; font-weight: bold; border-top-left-radius: .3rem; border-bottom-left-radius: .3rem; }

.achievement-index .user-info a { margin-left: auto; }

.achievement-index .total-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: .15rem 0; background-color: #fd94b2; }

.achievement-index .total-container .each-total { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #fd94b2; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.achievement-index .total-container .each-total .amount { font-size: .26rem; margin-bottom: .05rem; }

.achievement-index .total-container .each-total:first-child { border-right: 1px solid rgba(255, 255, 255, 0.3); }

.achievement-index .total-detail-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.achievement-index .total-detail-wrapper .my-each { width: 100%; border-bottom: .1rem solid #f5f5f5; }

.achievement-index .total-detail-wrapper .my-each .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .2rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .28rem; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.achievement-index .total-detail-wrapper .my-each .title .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.achievement-index .total-detail-wrapper .my-each .title .left i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-color: #fd94b2; width: .09rem; height: .09rem; margin-right: .1rem; }

.achievement-index .total-detail-wrapper .my-each .title .right { font-size: .22rem; color: #c1bfc2; }

.achievement-index .total-detail-wrapper .my-each .title .right span { margin-right: .1rem; }

.achievement-index .total-detail-wrapper .my-each .each-detail-info { padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.achievement-index .total-detail-wrapper .my-each .each-detail-info p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem 0; border-bottom: 1px solid #f5f5f5; }

.achievement-index .total-detail-wrapper .my-each .each-detail-info p > span { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.6; color: #8d8d8d; font-size: .23rem; }

.achievement-index .total-detail-wrapper .my-each .each-detail-info p > span.amount { color: #fd94b2; font-size: .28rem; }

/* achievement-index.html 我的业绩首页 结束 */
/* user-center.v2.html 用户中心页V2版 */
.user-center-v2 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*个人信息*/ /*账户数据*/ /*我的奖励*/ }

.user-center-v2 .user-info-index { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: .4rem .3rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.user-center-v2 .user-info-index .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.user-center-v2 .user-info-index .left .username-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.user-center-v2 .user-info-index .left .username-wrapper span { font-size: .28rem; font-weight: bold; margin-right: .1rem; }

.user-center-v2 .user-info-index .left .username-wrapper a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.user-center-v2 .user-info-index .left .username-wrapper a img { width: 1.17rem; height: .4rem; }

.user-center-v2 .user-info-index .left .userid-wrapper { color: #202a34; margin: .06rem 0 .2rem; }

.user-center-v2 .user-info-index .left .userid-wrapper .id { color: #a4a4a4; font-size: .23rem; font-weight: bold; }

.user-center-v2 .user-info-index .left .invite-link { width: 2.5rem; height: .5rem; }

.user-center-v2 .user-info-index .right { width: 1.42rem; height: 1.42rem; border-radius: 50%; }

.user-center-v2 .account-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem .3rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; margin-bottom: .2rem; }

.user-center-v2 .account-data .each-account-data { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #7f7f7f; font-size: .24rem; }

.user-center-v2 .account-data .each-account-data .amount { color: #202a34; margin-bottom: .1rem; }

.user-center-v2 .my-award-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; padding: .4rem .3rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center; background-color: #fff; margin-bottom: .2rem; }

.user-center-v2 .my-award-wrapper .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.user-center-v2 .my-award-wrapper .left > p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .3rem; color: #202a34; margin-bottom: .2rem; }

.user-center-v2 .my-award-wrapper .left > p span { font-weight: bold; }

.user-center-v2 .my-award-wrapper .left > p i { margin-left: .1rem; }

.user-center-v2 .my-award-wrapper .left .other-award a { color: #9c9c9c; margin-right: .1rem; }

.user-center-v2 .my-award-wrapper .right img { width: 2rem; height: 1.5rem; }

.user-center-v2 .each-nav { padding: .3rem .3rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; background: #fff; }

.user-center-v2 .each-nav h2 { font-size: .3rem; font-weight: bold; color: #202a34; margin-bottom: .1rem; }

.user-center-v2 .each-nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .2rem 0 0; }

.user-center-v2 .each-nav ul li { width: 25%; margin-bottom: .3rem; }

.user-center-v2 .each-nav ul li > a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .23rem; }

.user-center-v2 .each-nav ul li > a i { margin-bottom: .2rem; color: #747474; font-size: .24rem; }

.user-center-v2 .each-nav ul li > a img { margin-bottom: .15rem; width: .55rem; height: .55rem; border-radius: 50%; }

/* user-center.v2.html 用户中心页V2版 结束 */
/* order-query.html 订单查询页 */
.order-query { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; /*.ship-detail {
    width: 5.8rem;
    background-color: #fff;
    border-radius: .1rem;
    margin-top: .3rem;
    padding: .15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    p.title {
      width: 100%;
      text-align: left;
      padding: .1rem 0;
      box-sizing: border-box;
    }
    ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      li {
        width: 100%;
        &:last-child {
          margin-bottom: 0;
          a {
            border-bottom: 0 none;
          }
        }
        a {
          display: flex;
          padding: .12rem 0;
          box-sizing: border-box;
          flex-direction: row;
          align-items: center;
          width: 100%;
          justify-content: space-between;
          border-top: $border-1px;
          .ship-info {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            p {
              color: $color-text-d;
              &.time {
                font-size: .2rem;
                color: $color-text-d;
              }
            }
          }
        }
      }
    }
  }*/ }

.order-query h1 { font-size: .3rem; font-weight: bold; padding: .5rem 0 .3rem; }

.order-query .search-area { width: 5.8rem; height: .7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.order-query .search-area .search-ctn { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; font-size: .26rem; background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .15rem; box-sizing: border-box; border-top-left-radius: .05rem; border-bottom-left-radius: .05rem; background-color: #fff; }

.order-query .search-area .btn { width: 1.2rem; height: 100%; font-size: .26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; border-top-right-radius: .05rem; border-bottom-right-radius: .05rem; }

.order-query .all-records { width: 5.8rem; background-color: #fff; border-radius: .1rem; margin-top: .3rem; padding: .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.order-query .all-records p.title { width: 100%; text-align: left; padding: .1rem 0; font-size: .25rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order-query .all-records .ul-outer { width: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; overflow-y: auto; max-height: 5rem; }

.order-query .all-records .ul-outer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.order-query .all-records .ul-outer ul li { width: 100%; }

.order-query .all-records .ul-outer ul li.cur a i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.order-query .all-records .ul-outer ul li:last-child { margin-bottom: 0; }

.order-query .all-records .ul-outer ul li:last-child a { border-bottom: 0 none; }

.order-query .all-records .ul-outer ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; padding: .12rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.order-query .all-records .ul-outer ul li a .order-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.order-query .all-records .ul-outer ul li a .order-info p.time { font-size: .2rem; color: #9e9e9e; }

.order-query .all-records .ul-outer ul li a i { color: #ff6b9d; font-size: .3rem; display: none; }

.order-query .order-scan { width: 5.8rem; background-color: #fff; border-radius: .1rem; margin-top: .3rem; padding: .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.order-query .order-scan p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; line-height: 1.6; }

.order-query .order-scan p .ctn { color: #e7799e; }

.order-query .ship-infos { width: 5.8rem; background-color: #fff; border-radius: .1rem; margin-top: .3rem; padding: .15rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.order-query .ship-infos .each-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-bottom: .15rem; }

.order-query .ship-infos .each-info span { color: #e7799e; }

.order-query .ship-infos .each-info:last-child { margin-bottom: 0; }

.order-query .ship-infos .each-info input { margin-left: auto; border: 1px solid #e7799e; border-radius: .03rem; background-color: transparent; color: #e7799e; }

.order-query .ship-infos .ship-detail { width: 100%; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.order-query .ship-infos .ship-detail p.title { width: 100%; text-align: left; padding: .1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.order-query .ship-infos .ship-detail ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.order-query .ship-infos .ship-detail ul li { width: 100%; }

.order-query .ship-infos .ship-detail ul li:last-child { margin-bottom: 0; }

.order-query .ship-infos .ship-detail ul li:last-child a { border-bottom: 0 none; }

.order-query .ship-infos .ship-detail ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; padding: .12rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.order-query .ship-infos .ship-detail ul li a .ship-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.order-query .ship-infos .ship-detail ul li a .ship-info p { color: #e7799e; line-height: .4rem; word-break: break-all; }

.order-query .ship-infos .ship-detail ul li a .ship-info p.time { font-size: .2rem; color: #9e9e9e; }

/* order-query.html 订单查询页 结束 */


.item-detail-v2 { width: 100%; padding-bottom: 1rem; /*主图*/ /*标题及规格信息*/ /*产品详情介绍*/ }

.item-detail-v2 .main-pic { width: 100%; }

.item-detail-v2 .main-pic img { width: 100%; }

.item-detail-v2 .title-size-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; background-color: #fff; font-size: 0.23rem; }

.item-detail-v2 .title-size-wrapper .item-title { font-size: 0.26rem; line-height: 1.4; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.item-detail-v2 .title-size-wrapper .price-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; margin: .1rem 0; width: 100%; }

.item-detail-v2 .title-size-wrapper .price-wrapper .price { font-size: 0.26rem; color: #ff6b9d; margin-right: .03rem; }

.item-detail-v2 .title-size-wrapper .price-wrapper > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: .3rem; color: #9e9e9e; }

.item-detail-v2 .title-size-wrapper .price-wrapper > a > i { font-size: .25rem; margin-right: .05rem; }

.item-detail-v2 .title-size-wrapper .item-stock { color: #9e9e9e; margin-bottom: .1rem; }

.item-detail-v2 .title-size-wrapper .size-info { color: #9e9e9e; }

.item-detail-v2 .detail-desc { margin-top: .2rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.item-detail-v2 .detail-desc .desc-cion { width: 2.5rem; margin: .4rem 0 .3rem; }

.item-detail-v2 .detail-desc .desc-detail { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; }

.item-detail-v2 .detail-desc .desc-detail img { width: 100%; }

/*底栏添加购物车*/
.cart-wrapper-v2 { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 101; width: 100%; height: .84rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.08); left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cart-wrapper-v2 .cart-wrapper-inner { width: 6.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .15rem; }

.cart-wrapper-v2 .cart-wrapper-inner .left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.cart-wrapper-v2 .cart-wrapper-inner .left a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 0 .2rem; }

.cart-wrapper-v2 .cart-wrapper-inner .left a img { width: .4rem; height: .4rem; }

.cart-wrapper-v2 .cart-wrapper-inner .btn-cart { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 0; }

.cart-wrapper-v2 .cart-wrapper-inner .btn-cart input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cart-wrapper-v2 .cart-wrapper-inner .btn-cart input.add { background-color: #fcacc7; border-top-left-radius: .3rem; border-bottom-left-radius: .3rem; }

.cart-wrapper-v2 .cart-wrapper-inner .btn-cart input.shop { border-top-right-radius: .3rem; border-bottom-right-radius: .3rem; }

/*购物车选择尺码*/
.select-size-wrapper-v2 { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; z-index: 102; width: 100%; height: 80%; left: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; /*绝对定位*/ }

.select-size-wrapper-v2.open { -webkit-transform: translateY(0); transform: translateY(0); }

.select-size-wrapper-v2 .close-cur { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: absolute; right: .2rem; top: .2rem; z-index: 1500; }

.select-size-wrapper-v2 .close-cur img { width: .4rem; height: .4rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner { width: 6.4rem; height: 100%; background-color: #fff; border-top-left-radius: .1rem; border-top-right-radius: .1rem; padding: 2rem .2rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; /*图片及产品信息区 顶*/ /* 颜色尺码标题 顶 */ /*颜色尺码数量选择 中*/ /*总计及提交 底*/ }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info { width: 100%; height: 2.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.08); position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; left: 0; top: 0; /*标题及规格信息*/ }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info img { width: 1.5rem; border-radius: .05rem; margin-right: .2rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.23rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper .item-title { font-size: 0.26rem; line-height: 1.4; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper .price-wrapper { color: #9e9e9e; margin: .1rem 0; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper .price-wrapper .price { font-size: 0.26rem; color: #ff6b9d; margin-right: .03rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper .size-info { color: #9e9e9e; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper .cur-stock { margin-top: .1rem; color: #9e9e9e; }

.select-size-wrapper-v2 .select-size-wrapper-inner .item-pic-info .title-size-wrapper .cur-select { margin-top: .1rem; color: #818181; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-color-title { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: .6rem; font-weight: bold; font-size: .25rem; position: absolute; left: 0; top: 2rem; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-color-title .color { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-color-title .size { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-color-title .stock { width: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-color-title .amount { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail { width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.24rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add { height: 100%; width: 100%; overflow-y: auto; /* 20190605 */ /* 尺码选择区 */ /* 颜色选择区 */ /* 购买数量区 */ }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .size-color-area { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: center; align-content: center; padding: .2rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .size-color-area h3 { font-size: .25rem; line-height: 1.5; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .size-color-area ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .size-color-area ul li { margin-right: .3rem; margin-top: .2rem; background-color: #f8f8f8; border-radius: .2rem; padding: .1rem .2rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .size-color-area ul li.no-stock { background-color: #e6e4e4; color: #999999; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .size-color-area ul li.cur { background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); color: #fff; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .amount-area { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .2rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .amount-area h3 { font-size: .25rem; line-height: 1.5; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .amount-area .amount { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .amount-area .amount a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .amount-area .amount a img { width: .8rem; height: .6rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .size-select-detail .size-color-add .amount-area .amount input { width: 1rem; height: .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; margin: 0 .06rem; font-size: 0.24rem; background-color: #f5f5f5; text-align: center; }

.select-size-wrapper-v2 .select-size-wrapper-inner .total-submit { font-size: 0.24rem; width: 100%; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; border-top: 1px solid rgba(0, 0, 0, 0.08); position: absolute; left: 0; bottom: 0; }

.select-size-wrapper-v2 .select-size-wrapper-inner .total-submit > p { margin-right: .2rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .total-submit > p span { color: #ff6b9d; font-size: 0.26rem; }

.select-size-wrapper-v2 .select-size-wrapper-inner .total-submit input { display: -webkit-box; display: -ms-flexbox; display: flex; width: 2rem; height: .6rem; color: #fff; font-size: 0.26rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: .3rem; }

.bottom-input-mask-v2 { position: fixed; z-index: 100; width: 100%; height: 100%; left: 0; top: 0; opacity: .5; background: #000; display: none; }

/*快递资费弹出层*/
.ship-fee-rule-wrapper-v2 { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem; line-height: 1.5; font-size: .23rem; }

.ship-fee-rule-wrapper-v2 > p { margin-bottom: .1rem; }

.ship-fee-rule-wrapper-v2 > p span { color: #9e9e9e; }


/* conduct-index.html 引流商城页 */
.conduct-index { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.conduct-index .search-wrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 .1rem; border: 1px solid rgba(0, 0, 0, 0.08); -webkit-box-sizing: border-box; box-sizing: border-box; width: 5.8rem; margin: .3rem 0 .1rem; border-radius: 1rem; background-color: #fff; }

.conduct-index .search-wrapper input { font-size: .22rem; height: .5rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 1rem; background: transparent; }

.conduct-index .search-wrapper i { font-size: .3rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .5rem; height: .5rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #9e9e9e; }

.conduct-index .conduct-nav { width: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-line-pack: center; align-content: center; }

.conduct-index .conduct-nav a { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: .3rem; padding: .2rem .2rem .15rem; font-size: .26rem; color: #818181; }

.conduct-index .conduct-nav a.active { color: #ff6b9d; font-size: .26rem; font-weight: bold; position: relative; }

.conduct-index .conduct-nav a.active::after { position: absolute; content: ""; display: block; left: 0; bottom: 0; width: 100%; height: .05rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); border-radius: .04rem; -webkit-transform: scaleX(0.5); transform: scaleX(0.5); }

.conduct-index .product-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: center; align-content: center; padding: .3rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.conduct-index .product-lists > ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.conduct-index .product-lists > ul li { margin-bottom: .2rem; width: 100%; -webkit-box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1); border-radius: .1rem; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; padding: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.conduct-index .product-lists > ul li .item-stock-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.conduct-index .product-lists > ul li .item-stock-info > img { width: 1.3rem; height: 1.3rem; border-radius: .1rem; margin-top: .1rem; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: .2rem; line-height: 1.6; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info > p { color: #818181; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info > p.name { font-size: .26rem; font-weight: bold; color: #1f1f1f; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info > p span { color: #e7799e; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info > div { wdith: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info > div .qty { font-size: .26rem; color: #fe9ab6; }

.conduct-index .product-lists > ul li .item-stock-info .right-name-info > div .stock-modi-wrapper { font-size: .3rem; color: #e7799e; }

.conduct-index .product-lists > ul li .in-out-btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding-top: .1rem; }

.conduct-index .product-lists > ul li .in-out-btns > a { margin: 0 .2rem; font-size: .22rem; color: #fff; background-color: red; padding: .07rem .4rem; border-radius: 1rem; }

.conduct-index .product-lists > ul li .in-out-btns > a:last-child { background-color: #db9261; }

/* conduct-index.html 引流商城页 结束 */
/* conduct-index-detail.html 引流订单详情页 */
.conduct-order-detail { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*物流详情*/ /*商品及总金额*/ /*留言*/ /*订单信息*/ /*猜你喜欢*/ }

.conduct-order-detail .receive-info { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin-top: .15rem; }

.conduct-order-detail .receive-info .shipping-detail { padding: .1rem 0; width: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.conduct-order-detail .receive-info .shipping-detail img { width: .45rem; height: .45rem; }

.conduct-order-detail .receive-info .shipping-detail .mid-detail { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.conduct-order-detail .receive-info .shipping-detail .mid-detail .date { color: #9e9e9e; margin-top: .1rem; }

.conduct-order-detail .receive-info .receiver-detail { padding: .1rem 0; width: 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.conduct-order-detail .receive-info .receiver-detail img { width: .5rem; height: .5rem; }

.conduct-order-detail .receive-info .receiver-detail .mid-detail { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .2rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.conduct-order-detail .receive-info .receiver-detail .mid-detail p { line-height: 1.4; }

.conduct-order-detail .receive-info .receiver-detail .mid-detail p .phone { color: #9e9e9e; }

.conduct-order-detail .receive-info .receiver-detail .mid-detail p.address { margin-top: .1rem; }

.conduct-order-detail .item-total { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; margin-top: .2rem; }

.conduct-order-detail .item-total ul.item-lists { width: 100%; }

.conduct-order-detail .item-total ul.item-lists li { width: 100%; }

.conduct-order-detail .item-total ul.item-lists li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .2rem 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }

.conduct-order-detail .item-total ul.item-lists li a img { width: 1rem; height: 1rem; margin-top: .05rem; }

.conduct-order-detail .item-total ul.item-lists li a .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem 0 .3rem; }

.conduct-order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.conduct-order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 3.2rem; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.conduct-order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-top .price { line-height: .32rem; }

.conduct-order-detail .item-total ul.item-lists li a .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .1rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; }

.conduct-order-detail .item-total ul.item-lists li a .item-right-wrapper .other-info { margin-top: .1rem; color: #9e9e9e; }

.conduct-order-detail .item-total .total-info { padding: .1rem 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.conduct-order-detail .item-total .total-info > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

.conduct-order-detail .item-total .total-info > p .pay-fee { color: #ff6b9d; font-size: .25rem; }

.conduct-order-detail .leave-msg { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .3rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .3rem; background-color: #fff; }

.conduct-order-detail .leave-msg .title { color: #9e9e9e; padding: .1rem 0; }

.conduct-order-detail .leave-msg .title i { margin-right: .1rem; }

.conduct-order-detail .leave-msg .msg { color: #9e9e9e; padding: .1rem 0; line-height: 1.4; border-top: 1px dashed rgba(0, 0, 0, 0.08); }

.conduct-order-detail .order-info-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .1rem .3rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: .3rem; background-color: #fff; color: #9e9e9e; }

.conduct-order-detail .order-info-wrapper h2 { line-height: 1.6; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.conduct-order-detail .order-info-wrapper h2 i { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .05rem; height: .2rem; background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#de1573)); margin-right: .1rem; }

.conduct-order-detail .order-info-wrapper > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

.conduct-order-detail .like-item { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem 0 0; }

.conduct-order-detail .like-item .title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .26rem; }

.conduct-order-detail .like-item .title img { width: .3rem; margin-left: .1rem; }

.conduct-order-detail .like-item ul { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem .1rem; }

.conduct-order-detail .like-item ul li { width: 50%; margin-bottom: .2rem; padding: 0 .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.conduct-order-detail .like-item ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; background-color: #fff; }

.conduct-order-detail .like-item ul li a img { width: 100%; }

.conduct-order-detail .like-item ul li a .title { padding: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0.22rem; line-height: .35rem; height: .8rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.conduct-order-detail .like-item ul li a .bottom { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .15rem .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.conduct-order-detail .like-item ul li a .bottom .price { color: #ff6b9d; font-size: .25rem; }

.conduct-order-detail .like-item ul li a .bottom .amount { color: #818181; }

/* conduct-index-detail.html 引流订单详情页 结束 */




.order-detail .item-refund { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .1rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; margin-top: .2rem; }

.order-detail .item-refund ul.item-lists { width: 100%; }

.order-detail .item-refund ul.item-lists li { width: 100%; }

.order-detail .item-refund ul.item-lists li a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .2rem 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }

.order-detail .item-refund ul.item-lists li a img { width: 1rem; height: 1rem; margin-top: .05rem; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; /* 20170709 */ /* 20170709 */ }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 2.5rem; max-height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .item-right-top .price { line-height: .32rem; font-size: .2rem; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .item-right-bottom { font-size: .2rem; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-top: .15rem; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .other-info { margin-top: .1rem; color: #9e9e9e; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-infos { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; margin-top: .12rem; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-infos i { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .1rem; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-wrapper .each-qty-info { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #9e9e9e; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-wrapper .each-qty-info span.qty { color: #e7799e; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-wrapper .each-qty-info span:first-child { font-size: .22rem; margin-top: .06rem; }

.order-detail .item-refund ul.item-lists li a .item-right-wrapper .qty-cur-wrapper .each-qty-info span:last-child { font-size: .2rem; -webkit-transform: scale(0.9); transform: scale(0.9); color: #9e9e9e; }

.order-detail .item-refund .total-info { padding: .1rem 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.order-detail .item-refund .total-info > p { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.6; }

.order-detail .item-refund .total-info > p .pay-fee { color: #ff6b9d; font-size: .25rem; }


/* bind-account.html 绑定帐号页 */
.bind-account { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bind-account .top-title { padding: .6rem 0 .5rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bind-account .top-title img { width: .94rem; }

.bind-account .top-title h2 { margin-top: .15rem; font-size: .28rem; color: #818181; }

.bind-account .binded-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*每个帐户*/ }

.bind-account .binded-wrapper .each-binded { position: relative; width: 6rem; padding: .2rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; border-radius: .1rem; /*      background-color: $color-background-d;
*/ margin-bottom: .2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.bind-account .binded-wrapper .each-binded .portrait-wrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.bind-account .binded-wrapper .each-binded .portrait-wrapper img { width: 1rem; height: 1rem; border-radius: 50%; }

.bind-account .binded-wrapper .each-binded .mid-infos { width: 4.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.bind-account .binded-wrapper .each-binded .mid-infos .name { font-size: .26rem; color: #333; font-weight: bold; margin-bottom: .1rem; }

.bind-account .binded-wrapper .each-binded .mid-infos .other-infos { font-size: .19rem; color: #9e9e9e; line-height: 1.4; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.bind-account .binded-wrapper .each-binded .mid-infos .other-infos p { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: .4rem; font-size: .28rem; }

.bind-account .binded-wrapper .each-binded .right-more { font-size: .3rem; }

.bind-account .binded-wrapper .each-binded .del-bind { position: absolute; top: .2rem; right: .2rem; font-size: .25rem; color: #9e9e9e; }

/*底部按钮*/
.bind-account-bottom-fixed { width: 100%; height: .8rem; background-color: #fff; position: fixed; bottom: 0; left: 0; border-top: 1px solid rgba(0, 0, 0, 0.08); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.bind-account-bottom-fixed i { font-size: .6rem; font-weight: bold; color: #ff6b9d; padding-bottom: .15rem; margin-right: .2rem; }

.bind-account-bottom-fixed span { color: #333; font-size: .28rem; font-weight: 500; }

/* bind-account.html 绑定帐号页 结束 */


/* store-items.html 我的店铺页 */
/*我的店铺系列页共用*/
.store-items-body-common { font-size: 0; line-height: 0; background-color: #f1f1f1; }

/*我的店铺系列页共用*/
.store-items-common { font-size: .2rem; line-height: 1.4; /*tab导航*/ /*商品列表*/ }

.store-items-common .store-infos { width: 100%; height: 1.8rem; background-image: url("/images/new/category-sub-bg.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .3rem .6rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; }

.store-items-common .store-infos img { width: 1.2rem; height: 1.2rem; border-radius: 50%; }

.store-items-common .store-infos .right-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-left: .3rem; }

.store-items-common .store-infos .right-wrapper .top-right { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.store-items-common .store-infos .right-wrapper .top-right p { font-size: .28rem; font-weight: 500; color: #fff; }

.store-items-common .store-infos .right-wrapper .top-right p:last-child { font-size: .2rem; margin-left: .1rem; font-weight: normal; }

.store-items-common .store-infos .right-wrapper .bot-right { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .1rem; font-size: .2rem; font-weight: normal; color: rgba(255, 255, 255, 0.9); }

.store-items-common .store-infos .right-wrapper .bot-right i { margin: 0 .15rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 1px; height: .16rem; background-color: rgba(255, 255, 255, 0.6); }

.store-items-common .tab-main { width: 100%; background-color: #fff; }

.store-items-common .tab-main ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: .1rem 0 0; }

.store-items-common .tab-main ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.store-items-common .tab-main ul li.active a { position: relative; font-weight: bold; }

.store-items-common .tab-main ul li.active a::after { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; content: ""; position: absolute; bottom: 0; left: 0; z-index: 9; width: 60%; margin-left: 20%; height: .06rem; background-color: #fe9ab6; }

.store-items-common .tab-main ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: .25rem; padding: .2rem .05rem; }

.store-items-common .items-lists-container { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*每款商品*/ }

.store-items-common .items-lists-container .each-items-store { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin-top: .2rem; padding: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.store-items-common .items-lists-container .each-items-store .img-title-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .3rem; }

.store-items-common .items-lists-container .each-items-store .img-title-wrapper img { width: 1.5rem; height: 1.5rem; margin-right: .4rem; border-radius: .05rem; }

.store-items-common .items-lists-container .each-items-store .img-title-wrapper .title-infos { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: .22rem; }

.store-items-common .items-lists-container .each-items-store .img-title-wrapper .title-infos .title { margin-bottom: .2rem; font-size: .24rem; line-height: .3rem; height: .6rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.store-items-common .items-lists-container .each-items-store .img-title-wrapper .title-infos .prop { margin-bottom: .1rem; color: #9e9e9e; }

.store-items-common .items-lists-container .each-items-store .img-title-wrapper .title-infos .price { color: #ff6b9d; }

.store-items-common .items-lists-container .each-items-store .stock-info-container { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .3rem; }

.store-items-common .items-lists-container .each-items-store .stock-info-container .top-prop { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #f5f5f5; padding: .15rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .22rem; }

.store-items-common .items-lists-container .each-items-store .stock-info-container .top-prop p { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; font-weight: bold; }

.store-items-common .items-lists-container .each-items-store .stock-info-container .prop-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.store-items-common .items-lists-container .each-items-store .stock-info-container .prop-lists .each-prop { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: .1rem; padding: .06rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .22rem; color: #9e9e9e; }

.store-items-common .items-lists-container .each-items-store .stock-info-container .prop-lists .each-prop p { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; font-weight: bold; }

/* store-items.html 我的店铺页 结束 */
/* store-orders.html 我的店铺-我的下级订单页 */
.store-orders .orders-sub { margin-top: .2rem; /*订单导航*/ /*订单列表*/ }

.store-orders .orders-sub .search-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .2rem; /*border-bottom: $border-1px;*/ background-color: #fff; }

.store-orders .orders-sub .search-wrapper span.title { font-size: .24rem; }

.store-orders .orders-sub .search-wrapper > div { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .1rem; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.store-orders .orders-sub .search-wrapper > div input { font-size: 0.22rem; height: .5rem; width: 5rem; background-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem; }

.store-orders .orders-sub .search-wrapper > div i { font-size: .3rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .4rem; height: .4rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #9e9e9e; }

.store-orders .orders-sub .order-status { width: 100%; background-color: #fff; margin-bottom: .2rem; }

.store-orders .orders-sub .order-status ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; /*border-bottom: $border-1px;*/ padding: .1rem 0 0; }

.store-orders .orders-sub .order-status ul li { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.store-orders .orders-sub .order-status ul li.active a { color: #e7799e; border-bottom: 2px solid #ff6b9d; }

.store-orders .orders-sub .order-status ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: .15rem 0; font-size: .24rem; }

.store-orders .orders-sub .order-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.store-orders .orders-sub .order-lists ul li { -webkit-box-sizing: border-box; box-sizing: border-box; padding: .2rem 0 0; margin-bottom: .2rem; background-color: #fff; }

.store-orders .orders-sub .order-lists ul li a.order-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.store-orders .orders-sub .order-lists ul li a.order-item .status-info { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .1rem .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.store-orders .orders-sub .order-lists ul li a.order-item .status-info .status { color: #e7799e; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem; background-color: #fbfbfb; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper img { width: 1rem; height: 1rem; margin-top: .05rem; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper .item-right-wrapper { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: justify; align-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 .1rem 0 .3rem; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top .title { line-height: .32rem; width: 3.2rem; height: .64rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-top .price { line-height: .32rem; }

.store-orders .orders-sub .order-lists ul li a.order-item .item-wrapper .item-right-wrapper .item-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #9e9e9e; }

.store-orders .orders-sub .order-lists ul li a.order-item .note-txt { color: #9e9e9e; line-height: 1.6; padding: .1rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.store-orders .orders-sub .order-lists ul li a.order-item .total-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .2rem; }

.store-orders .orders-sub .order-lists ul li a.order-item .total-wrapper p.date { color: #9e9e9e; }

.store-orders .orders-sub .order-lists ul li a.order-item .total-wrapper p span { color: #ff6b9d; font-size: .25rem; }

.store-orders .orders-sub .order-lists ul li .process-btns { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .15rem .1rem; border-top: 1px solid rgba(0, 0, 0, 0.08); }

.store-orders .orders-sub .order-lists ul li .process-btns a { margin-left: .4rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.store-orders .orders-sub .order-lists ul li .process-btns a input { background-color: #f5f5f5; color: #818181; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 1rem; padding: .05rem .2rem; }

/* store-orders.html 我的店铺-我的下级订单页 结束 */
/* store-lnnrecord.html 我的店铺-库存记录页 */
.store-lnnrecord .lin-records-lists { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /*下拉选择*/ /*记录列表*/ }

.store-lnnrecord .lin-records-lists .options-wrapper { width: 100%; position: relative; background-color: #fff; margin-top: .2rem; }

.store-lnnrecord .lin-records-lists .options-wrapper .please-select { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: .7rem; padding: 0 1.6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; }

.store-lnnrecord .lin-records-lists .options-wrapper .please-select .option-selected { display: -webkit-box; display: -ms-flexbox; display: flex; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .24rem; }

.store-lnnrecord .lin-records-lists .options-wrapper .please-select .right-arrow { height: .5rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.store-lnnrecord .lin-records-lists .options-wrapper .please-select .right-arrow i { font-size: .3rem; }

.store-lnnrecord .lin-records-lists .options-wrapper ul { position: fixed; z-index: 100000; left: 0; right: 0; top: 100px; bottom: 0; background-color: rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; box-sizing: border-box; }

.store-lnnrecord .lin-records-lists .options-wrapper ul li { padding: .15rem 1.6rem; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: .23rem; position: relative; color: #9e9e9e; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); }

.store-lnnrecord .lin-records-lists .options-wrapper ul li:last-child { border-bottom: none; }

.store-lnnrecord .lin-records-lists .options-wrapper ul li.cur-select:after { content: ""; background-image: url("/images/new/store-date-select.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: .23rem; height: .23rem; top: .2rem; right: 1.6rem; }

.store-lnnrecord .lin-records-lists .record-lists { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; margin-top: 1px; padding: .15rem 0; }

.store-lnnrecord .lin-records-lists .record-lists a { width: 5.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px dashed rgba(0, 0, 0, 0.08); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.store-lnnrecord .lin-records-lists .record-lists a:last-child { border-bottom: 0 none; }

.store-lnnrecord .lin-records-lists .record-lists a img { width: .8rem; height: .8rem; border-radius: .05rem; }

.store-lnnrecord .lin-records-lists .record-lists a .mid { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: .8rem; padding-left: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.2; }

.store-lnnrecord .lin-records-lists .record-lists a .mid p.title { width: 3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .22rem; }

.store-lnnrecord .lin-records-lists .record-lists a .mid p.price { font-size: .2rem; color: #9e9e9e; line-height: 1.2; margin-bottom: .06rem; }

.store-lnnrecord .lin-records-lists .record-lists a .mid p.date { font-size: .19rem; color: #9e9e9e; }

.store-lnnrecord .lin-records-lists .record-lists a .right { width: 1.8rem; height: .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: .24rem; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; color: #9e9e9e; }

.store-lnnrecord .lin-records-lists .record-lists a .right p.qty { color: #333; }

/* store-lnnrecord.html 我的店铺-库存记录页 结束 */
