/*固定头部*/
.new_fixed{
    position: fixed;
    top: 0;
}
.fixed_placeholder{
    height: 1.87733rem;
}
/*个人中心-s*/
.index_header{
    position: relative;
}
.index_header .head_bot::after,.index_header::before{
    display: table;
    content: "";
    clear: both;
}
.index_header{
    zoom: 1;
}
.index_header .head_pic img{
    width: 16rem;
    height: 7.253rem;
}
.index_header .head_name{
    position: absolute;
    top: 2.29rem;
    margin-left: .427rem;
    width: 15.573rem;
}
.index_header .head_name .head_img{
    border-radius: 50%;
    border:.128rem solid #fff;
    object-fit: cover;
    background: #fff;
}
.index_header .head_img img{
    width: 2.39rem;
    height: 2.39rem;
    border-radius: 50%;
    object-fit: cover;
}
.index_header .user_name{
    color: #fff;
    font-size: .64rem;
    width: 8rem;
    height: 1.8rem;
    padding-bottom: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_header .head_name .sign{
    width:4.05rem;
    height:1.152rem;
    line-height: 1.152rem;
    color: #FEFEFE;
    font-size: .47rem;
    background:linear-gradient(90deg,#FFCC00 0%,#FF9E3D 100%);
    box-shadow:0 .0853rem .213rem 0 #FF6A4C;
    border-radius:.576rem 0 0 .576rem;
    padding-left: .533rem;
}
.index_header .head_name .sign img{
    width: .512rem;
    height: .512rem;
    margin-right: .1rem;
}
.index_header .user_name .member{
    font-size: .427rem;
    width:2.133rem;
    height:.683rem;
    background:rgba(0,0,0,.1);
    border-radius:.341rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_header .head_message{
    position: absolute;
    top: 0.725rem;
    right: .512rem;
    width: 3rem;
    display: flex;
    justify-content: space-between;
}
.index_header .head_message .message{
    position: relative;
}
.index_header .head_message .message span{
    position: absolute;
    left: .6rem;
    top: -.2rem;
    color: #FF4C4C;
    font-size: .512rem;
    box-sizing: content-box;
    overflow: hidden;
    min-width: .512rem;
    height: .768rem;
    padding: 0 .128rem;
    line-height: .768rem;
    text-align: center;
    border-radius:1rem;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_header .head_message img {
    width: 1.024rem;
    height: 1.024rem;
}
.index_header .head_bot{
    position: absolute;
    left: .427rem;
    top: 5.545rem;
    background: #fff;
    width: 15.146rem;
    height: 2.987rem;
    padding: .768rem 0;
    display: flex;
}
.index_header .head_bot a{
    display: inline-block;
    width: 33.3%;
}
.index_header .head_bot .bot_item{
    position: relative;
    height: 1.451rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_header .head_bot .bot_item.line::after{
    content: "";
    position: absolute;
    top: .3rem;
    right: 0;
    width: .028rem;
    height: .853rem;
    background: #B3B3B3;
}
.index_header .head_bot .num{
    color: #FF3B3B;
    font-size: .64rem;
    font-weight: 600;
}
.index_header .head_bot .num_name{
    color: #333;
    font-size: .512rem;
}
.bottom_menu{
    margin: .427rem .427rem .213rem .427rem;
}
.bottom_menu .menu_title{
    position: relative;
    height: 1.707rem;
    line-height: 1.707rem;
    color: #333;
    font-size: .64rem;
    padding-left: .49rem;
    border-radius: .213rem .213rem 0 0;
    border-bottom: .0213rem solid #E6E6E6;
}
.bottom_menu .menu_title:before{
    position: absolute;
    top: .533rem;
    left: 0;
    content: "";
    display: inline-block;
    width:.128rem;
    height:.64rem;
    background:#FF4C4C;
}
.bottom_menu .menu_list{
    color: #666;
    font-size: 0;
    padding: .81rem 0 0;
}
.bottom_menu .menu_list li{
    width: 3.7865rem;
    font-size: .512rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.11rem;
}
.bottom_menu .menu_list li p{
    margin-top: 0.277rem;
    color: #666;
}
.bottom_menu .item_img,.bottom_menu .item_img img{
    width: 1.55rem;
    margin: 0 auto;
}
.my_order{
    margin-top: 1.725rem;
}
.my_order .menu_title{
    display: flex;
    justify-content: space-between;
    padding-right: .427rem;
    border-bottom: .0213rem solid #E6E6E6;
}
.my_order .menu_title .all{
    display: flex;
    align-items: center;
}
.my_order .menu_title .all span{
    color: #999;
    font-size: .512rem;
    margin-right: .213rem;
}
.my_order .index_r{
    background-image: url(../images/yr.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: .683rem;
    height: .683rem;
    display: inline-block;
}
.my_order .order_item{
    font-size: 0;
}
.my_order .order_item li{
    position: relative;
    width: 20%;
    display: inline-block;
    padding: .8rem 0 .853rem;
}
.my_order .order_item li img{
    width: 1.366rem;
    height: 1.366rem;
    display: block;
    margin: 0 auto;
}
.my_order .order_item li p{
    font-size: .512rem;
    color: #333;
    text-align: center;
    margin-top: .455rem;
}
.my_order .order_item li span{
    box-sizing: content-box;
    position: absolute;
    left: 1.664rem;
    top: .682667rem;
    color: #fff;
    overflow: hidden;
    min-width: .512rem;
    height:.768rem;
    padding: 0 .128rem;
    line-height: .768rem;
    font-size: .512rem;
    background:#FF4C4C;
    border-radius:.768rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*个人中心-e*/


/*领券中心start*/
.classreturn .content .return, .classreturn .content .menu {
    height: 1.87733rem;
    display: flex;
    align-items: center;
}
.get-limit .clickgetcoupon {
    display:block;
    background:white;
    color:#74d2d4;
    font-size:.512rem;
    width:2.816rem;
    border-radius:.384rem;
    padding:.064rem;
    border:4px solid #48b3b5;
    margin:0 auto;
    letter-spacing:1px
}
.get-limit.receive .clickgetcoupon.show{
    display: block !important;
    margin-top: 2.3rem;
    background: #F9F124;
    color: #C65217;
    border: 4px solid #909693;
}
.get-limit.receive{
    background:#E23435;
}
.get-limit.receive .already{
    position: absolute;
    top: -15px;
    left: -38px;
    display: block;
    border: 5px solid #EBE2E5;
    border-radius: 50%;
    padding: 8px;
    font-size: 35px;
    color: #f6f6f6;
    display: block !important;
}
.get-limit.receive .already span{
    display: block;
    width: 120px;
    height: 120px;
    border: 2px solid #EBE2E5;
    border-radius: 50%;
    line-height: 120px;
    transform: rotate(-30deg);
}
.get-limit.receive canvas, .get-limit.receive .clickgetcoupon, .get-limit .already, .get-limit .show {
    display: none !important;
}
/*领券中心end*/

/*地址管理->编辑收货地址-s*/
.my{
    margin-bottom: 0;
}
.edit_address{
    margin-top: 0 !important;
}
.layermcont{
    font-size: .64rem;
}
.area_roll{
    width: 100%;
}
.address_container {
    position: fixed;
    width: 100%;
    bottom: -10.8rem;
    padding: 0 3%;
    background: #fff;
    z-index: 999999;
    font-size:0.64rem;
}
.show_text {
    float: left;
    display: block;
    padding: 0.8em 0;
    margin: 0px 1em 0 0;
}
.sel_show {
    border-bottom: 2px solid red;
    color:red;
}
.no_sel {
    border-bottom: '';
    color:#000;
}
.close_add {
    float: right;
    display: block;
    padding: 0.8em;
    color: #999;
}
.sel_info {
    padding: 1em 0;
    border-top: 1px solid #e5e5e5;
    color: #666;
    cursor:pointer;
}
.Mrightt{
    float: right;
    width: .2033rem;
    height: .3733rem;
    margin-top: -0.8em;
    margin-right: 1em;
}
.add_select {
    height: 9rem;
    bottom: 0px;
    overflow: auto;
}

.city-list2, .province-list2, .area-list2, .twon-list2{
    animation: bounceInLeft 1s 1
}
@keyframes bounceInLeft {
    0% {
        /*opacity: 0;*/
        transform: translate3d(100px, 0, 0);
    }
    25% {
        /*opacity: 1;*/
        transform: translate3d(10px, 0, 0);
    }
    50% {
        transform: translate3d(5px, 0, 0);
    }
    75% {
        transform: translate3d(1px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
/*是否删除地址弹框*/
.ed_shdele{
    margin-left: -4.7rem;
    width: 9.4rem;
    background-color: #000;
    color: #fff;
    padding: 0;
    height: auto;
    font-size: 0.725rem;
    z-index: 10000;
}
.ed_shdele .lineq{
    background: #fff;
    text-align: left;
}
.ed_shdele .lineq span{
    height: 1.4375rem;
    line-height: 1.4375rem;
    color: #333;
    display: inline-block;
    width: 4.6rem;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 0.675rem;
}
.ed_shdele .lineq .clos{
    margin-right: 0;
    border-right: .02rem solid #333;
}
.ed_shdele .lineq .sur{
    border: none;
    background: #fff;
    margin-left: 0;
    float: right;
}
.ed_shdele .lineq .sur a{
    color: #333;
}
/*地址管理->编辑收货地址-e*/

.content {	margin: 0 .512rem}
.secondkill .content {	margin-top: .42667rem}
.classreturn .content {	height: 100%;}
.classreturn .content .return {	position: absolute;	left: .42667rem}
.classreturn .content .return a {	overflow: hidden;	display: block}
.classreturn .content .return a img {	width: 1.067rem;}
.classreturn .content .search {	font-size: .64rem;	font-weight: 500;}
.classreturn .content .search.center {	max-width: 12rem;	display: inline-block;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;}
.classreturn .content .search .sear-input {	width: 13.544rem;	height: 1.23733rem;	padding-left: 1.2rem;	padding-top: .285rem;}
.classreturn .content .search .sear-input a {	display: block}
.classreturn .content .search .sear-input input {	width: 11.95rem;	height: 1.28rem;	background-color: #f5f5f5 !important;	border-radius: 0.62rem;	border: none;	padding-left: 1.9rem;	font-size: 0.47rem;	background: url(../images/search.png) no-repeat;	background-size: 0.64rem 0.64rem;	background-position: 0.62rem 0.3rem;	float: left;	color: #666666;	outline: none;	line-height: 1.47733rem;}
.classreturn .content .menu {	position: absolute;	right: .42667rem;	top: 0;}
.classreturn .content .menu a {	display: block}
.classreturn .content .menu img {	width: .85333rem}
.tpnavf .footer ul li a .icon .iconfont {	float: left;	font-size: .7rem;	margin: .32rem 0 0 .5rem;}
.g4 {	background-color: #f5f5f5}
.my .content {	margin: 0}
.my .content .floor {	width: 15.146rem;	margin-left: .427rem;	margin-bottom: .427rem;	margin-top: .427rem;	border-radius: .213rem;}
.my .content .floor ul .fr {	float: right}
.my .content .floor ul li.br {	border-left: 0 !important}
.my .content .floor ul li.br:before {	content: "";	background-image: inherit !important}
.my .content .floor ul li {	position: relative;	float: left;	width: 20%;	text-align: center}
.my .content .floor ul li a {	padding: .853333rem 0;	display: block}
.my .content .floor li>a>span {	box-sizing: content-box;	background-color: #e23435;	border-radius: .277333rem;	font-size: .469333rem;	min-width: .298667rem;	max-width: .725333rem;	height: .554667rem;	padding: 0 .128rem;	line-height: .554667rem;	position: absolute;	left: 1.664rem;	top: .682667rem;	color: white;	overflow: hidden;}
.my .content .floor a>img {	width: 1.066667rem;	height: .896rem;}
.my .content .floor ul li a h2 {	font-size: .768rem;	font-weight: normal;	height: 1.36533rem;	line-height: 1.36533rem;	color: #e3110b}
.my .content .floor ul li a p {	font-size: .512rem;	margin-top: .21333rem;	color: #4c4c4c;	font-weight: normal}
.my .content .floor ul li a p.or:after {	content: "";	background-image: url(../images/or.png);	width: .17067rem;	height: .29867rem;	background-repeat: no-repeat;	position: absolute;	margin-top: .08533rem;	margin-left: .04267rem;	background-size: .17067rem}
.my .content .w3 {	width: inherit}
.my .content .w3 ul li {	width: 33.33333%}
.my .content .action {	background-image: url(../images/rb.png);	background-repeat: no-repeat;	background-position: 0 1.96267rem;	width: 100%;	background-size: 16rem}
.my .content .action ul li {	width: 25%}
.my .content .tyby {	background-image: inherit}
.setting .content .list7 {	background-color: inherit}
.setting .close {	margin: 1rem .427rem 0;}
.setting .close a {	display: block;	background: #ff3b3b;	text-align: center;	width: 100%;	height: 1.87733rem;	color: #fff;	line-height: 1.87733rem;	font-size: .64rem;	-moz-border-radius: .42667rem;	-webkit-border-radius: .42667rem;	border-radius: .213rem}
.usercenter_my .content .csqxia ul li {	width: 20%}
.usercenter_my .content .csqxia ul li a span {	right: .32rem}
.dp_myshin .content .floor ul li a {	padding: .256rem 0}
.detail .content .search span {	font-size: .725333rem;	padding: 0 1.06667rem;	cursor: pointer}
.detail .content .search .sxp {	font-weight: 600;	padding-bottom: .576rem;	color: #ff3b3b;}
.none {	text-align: center;	margin: 4.26667rem 0;	font-size: .59733rem;	color: #777777;}
.none img {	width: 5.973rem;	height: 5.973rem;}
.signte .l {	background-position-x: -.42667rem;	left: .08533rem}
.allpion .fll_acc.new {	padding: .427rem .64rem;}
.allpion .fll_acc.new li {	color: #808080;	font-size: .512rem;}
.fll_acc.new .orderid-h {	width: 3.2rem;}
.loginsignup .content .newsset img {	width: .85333rem;	height: .85333rem}
.screen_wi .content .search {	width: 10.66667rem;}
.classreturn .content .suce_ok a {	display: block}
.sinhert .content .floor ul li a h2 {	color: inherit}
.classreturn .content .mess img {	width: .93867rem;	height: .93867rem}
.custer .content .menu a {	display: inline-block;	margin-left: 1.06667rem}
.screen_wi_loc .content .search {	width: 10.64533rem;	margin-left: -1.38667rem}
.askget .item_ask_2 a.action {	border-color: #e23435;	color: #e23435}
.no_service .status {	font-size: .768rem;	color: #e23435;	float: right}
.group_ord .sc_list .deleshow .prices .sc_pri .m {	font-size: .512rem;	vertical-align: bottom}
.goods-info-p {	padding: .4rem .5rem;}
.rule-sign {	background-color: #fff;	margin-top: .426667rem;	padding: .32rem .426667rem .512rem;	color: #666;}
.Packageiphon-d-icon {	height: 0.8533rem;	width: 0.64rem;	display: inline-block;	background: url(../images/z-dingw.png) no-repeat;	background-size: 100% 100%;	vertical-align: middle;	margin: 0 0.1066rem 0 0.3626rem;}
.z-monry .z-monry-cont .fl {	font-size: 0.5546rem;	color: #848484;	margin: 0.576rem 0 0.1066rem 0;}
.z-monry .z-monry-cont .fr a {	color: #dd2924;	margin: 0.576rem 0 0.1066rem 0;	display: block;}
.bargain-bd {	overflow: hidden;	background: linear-gradient(to bottom, #FF6A52, #FE4747);	padding-bottom: .8rem;}
.active-rule {	height: 0.896rem;	width: 2.6453rem;	background-color: #FFE1DC;	border-radius: 0.448rem;	float: right;	margin: 0.6187rem 0.64rem 0 0;	font-size: 0.4694rem;	text-align: center;}
.active-rule span {	line-height: 0.896rem;	color: #FE594C;}
.bargain-user {	width: 14.7627rem;	height: 8.2987rem;	background-color: #FFFFFF;	margin: 2.624rem auto;	margin-bottom: 0;	border-radius: .2rem;	position: relative;}
.bargain-user .head-img {	position: absolute;	height: 2.2187rem;	width: 2.2187rem;	margin-left: -1.1093rem;	left: 50%;	border: 0.0753rem solid #ffffff;	border-radius: 50%;	top: -1.288rem;	overflow: hidden;}
.bargain-user img {	height: 100%;	width: 100%;}
.bargain-user p {	text-align: center;}
.bargain-user .uname {	font-size: 0.4693rem;	padding-top: 1.3653rem;	color: #666666;}
.bargain-user .it-bargain {	font-size: 0.512rem;	color: #FE594C;	margin-top: 1.1307rem;	font-weight: bold;}
.bargain-user .c-details {	height: 2.9013rem;	width: 13.4613rem;	background-color: #F3F3F3;	border-radius: .1rem;	margin: 0 auto;	margin-top: 1.28rem;	overflow: hidden;}
.bargain-user .c-details img {	height: 2.9013rem;	width: 2.9013rem;	float: left;}
.bargain-user .c-details .c-details-right {	float: left;	width: 78.3%;	height: 100%;	padding: 0.4053rem 0 0 0.2133rem;}
.bargain-user .c-details .c-details-right p {	font-size: 0.512rem;	color: #333333;	text-align: left;	width: 9.4293rem;	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;	line-height: 0.6827rem;	height: 1.3654rem;}
.bargain-user .c-details .c-details-right .no-price {	margin-top: .402rem;}
.bargain-user .c-details .c-details-right span {	font-size: .512rem;	color: #ff3a3a;	width: 38%;	display: inline-block;	float: left;}
.bargain-user .c-details .c-details-right span:last-child {	color: #999999;	width: 24%;}
.bargain-bd .c-down {	width: 14.7627rem;	height: 7.3813rem;	margin: 0 auto;	background-color: #FFFFFF;	border-radius: .2rem;	margin-top: 0.64rem;	overflow: hidden;}
.bargain-bd .c-down p {	font-size: 0.512rem;	text-align: center;	margin-top: 0.8533rem;	line-height: 0.64rem;}
.bargain-bd .c-down span {	min-width: 0.64rem;	height: 0.64rem;	background-color: #333333;	display: inline-block;	color: #ffffff;	border-radius: .1rem;	font-size: .512rem;}
.bargain-bd .c-down i {	height: 0.64rem;	display: inline-block;}
.bargain-bd .c-down .bargain-price {	color: #FE5C50;	font-weight: bold;}
.bargain-bd .c-down .rail {	width: 13.461333333333334rem;	height: 0.21333333333333335rem;	border: 0.021333333333333333rem solid #FFC019;	border-radius: 0.10666666666666667rem;	margin: 0 auto;	margin-top: 0.8533333333333334rem;	position: relative;}
.bargain-bd .c-down .rail .bg-scale {	width: 1.792rem;	background-color: #FFC019;	height: 100%;}
.bargain-bd .c-down .rail .roundel {	position: absolute;	height: 0.768rem;	width: 0.768rem;	top: -0.24466666666666666rem;	left: 1.3866666666666667rem;}
.bargain-bd .c-down .rail .roundel img {	width: 100%;	height: 100%;}
.bargain-bd .c-down .rail .bargain-select {	margin-top: 1.1946666666666668rem;	text-align: center;}
.bargain-bd .c-down .rail .bargain-select .bs-self span {	width: 5.333333333333333rem;	height: 1.28rem;	background-color: #FFC019;	border-radius: 0.64rem;	font-size: 0.512rem;	line-height: 1.28rem;	text-align: center;	box-shadow: 0 0.064rem 0.32rem 0 #FFC019;}
.bargain-bd .c-down .rail .bargain-select .bs-self span:last-child {	background-color: #FF5C4D;	margin-left: 0.384rem;	box-shadow: 0 0.064rem 0.32rem 0 #FF5C4D;}
.bargain-bd .c-down .rail .bargain-select .bs-gf span {	width: 4.267rem;	height: 1.28rem;	background-color: #FFC019;	border-radius: 0.64rem;	font-size: 0.512rem;	line-height: 1.28rem;	text-align: center;	box-shadow: 0 0.064rem 0.32rem 0 #FFC019;}
.bargain-bd .c-down .rail .bargain-select .bs-gf span:last-child {	background-color: #FF5C4D;	margin-left: 0.384rem;	box-shadow: 0 0.064rem 0.32rem 0 #FF5C4D;	width: 7.5093rem;}
.bargain-bd .bargain-list {	width: 14.7627rem;	min-height: 9.173333333333334rem;	background-color: #fff;	margin: 0 auto;	border-radius: .2rem;	margin-top: 0.64rem;	background-color: #FE706D;	overflow: hidden;	padding-top: 0.9813333333333333rem;}
.bargain-bd .bargain-list {	text-align: center;	font-size: 0.64rem;	color: #ffffff;}
.bargain-bd .bargain-list ul {	/*margin: 0 auto;*/	margin: 0.8106666666666666rem auto;	width: 13.461333333333334rem;	height: 6.664rem;	/*display: -webkit-box;*/	overflow-x: scroll;	-webkit-overflow-scrolling: touch;}
.bargain-bd .bargain-list ul li {	width: 100%;	overflow: hidden;	margin-top: 0.6186666666666667rem;}
.bargain-bd .bargain-list ul li:first-child {	margin-top: 0;}
.bargain-bd .bargain-list ul li div {	font-size: 0.512rem;	text-align: left;	line-height: 1.1093333333333333rem;}
.bargain-bd .bargain-list ul li .bg-left {	width: 50%;	float: left;}
.bargain-bd .bargain-list ul li .bg-left img {	height: 1.1093333333333333rem;	width: 1.1093333333333333rem;	margin-right: 0.5973333333333334rem;	border-radius: 50%;}
.bargain-bd .bargain-list ul li .bg-right {	width: 50%;	float: right;	text-align: right;}
.bargain-bd .bargain-list ul li .bg-right img {	width: 0.5546666666666666rem;	height: 0.5546666666666666rem;	margin-right: 0.17066666666666666rem;}
.bargain-bd .bargain-list ul li .bg-right i {	color: #FFE719;}
.bargain-wd {	position: fixed;	width: 100%;	z-index: 1000;	text-align: center;	top: 0;}
.bargain-wd .bargain-wdkj {	width: 100%;	height: 17.002666666666666rem;	margin-top: 5.418666666666667rem;	overflow: hidden;	text-align: center;}
.bargain-wd .bargain-wdkj p {	text-align: center;}
.bargain-wd .bargain-wdkj p:first-child {	margin-top: 3.6906666666666665rem;	font-size: 0.6826666666666666rem;	color: #333333;}
.bargain-wd .bargain-wdkj p.bw-price {	color: #FF3131;	font-size: 1.92rem;	margin-top: 1.4933333333333334rem;}
.bargain-wd .bargain-wdkj p.get-chance {	color: #FFC019;	font-size: 0.5973333333333334rem;	margin-top: 1.28rem;}
.bargain-wd .bargain-wdkj span {	width: 7.85rem;	height: 1.877rem;	line-height: 1.877rem;	font-size: 0.64rem;	color: #333333;	margin: 0 auto;	margin-top: 2.89rem;	display: block;	border-radius: 0.933rem;}
.bargain-wd .bg-close {	width: 1.28rem;	height: 1.28rem;	display: inline-block;	border-radius: 50%;}
.bargain-wd .bg-close img {	width: 100%;	height: 100%;}
.bargain-rule {	position: fixed;	width: 100%;	z-index: 1000;	text-align: center;	top: 0;	background-color: rgba(0, 0, 0, .7);	display: none;}
.bargain-ed {	position: fixed;	width: 100%;	z-index: 1000;	text-align: center;	top: 0;	background-color: rgba(0, 0, 0, .7);	display: none;}
.bargain-rule .br-window {	background-color: #fff;	width: 13.461333333333334rem;	height: 19.434666666666665rem;	margin: 0 auto;	margin-top: 3.328rem;	margin-bottom: 1.1733rem;}
.bargain-rule .br-window .rule-top {	width: 100%;	height: 8.384rem;}
.bargain-rule .br-window .rule-top img {	width: 100%;	height: 100%;}
.bargain-rule .br-window .rule-bottom {	width: 12.373333333333333rem;	height: 9.6rem;	margin: 0 auto;	margin-top: 0.64rem;	background-color: red;	overflow: hidden;}
.bargain-rule .br-window .rule-bottom p {	font-size: 0.4693333333333333rem;	color: #ffffff;	text-align: left;	margin: 0 0.5973333333333334rem;	line-height: 0.738rem;}
.bargain-rule .br-window .rule-bottom .rb-title {	color: #FF544C;	text-align: center;	margin: 0.8533333333333334rem 0;	font-weight: 600;	font-size: 0.512rem;}
.bargain-ed .ed-box {	height: 14.08rem;	width: 11.605333333333334rem;	margin: 0 auto;	margin-top: 6.166rem;	padding-top: 6.826666666666667rem;}
.bargain-ed .ed-box p {	font-size: 0.768rem;	color: #333333;}
.bargain-ed .ed-box p:first-child i {	color: #FF580C;}
.bargain-ed .ed-box .ed-share {	font-size: 0.5546666666666666rem;	color: #333333;	width: 7.765333333333333rem;	margin: 0.8533333333333334rem auto;	line-height: 0.9813333333333333rem;}
.bargain-ed .ed-box span {	height: 1.706rem;	width: 9.6rem;	border-radius: 0.853rem;	background-color: #FF580C;	color: #ffffff;	display: block;	font-size: 0.6826666666666666rem;	margin: 0 auto;	line-height: 1.7066666666666668rem;}
.floor {	overflow: hidden}
.fl {	float: left}
.fr {	float: right}
.ma-to-20 {	margin-top: .42667rem}
.foohi {	height: 2.56rem;}
.secondkill .time {	font-size: .46933rem}
.secondkill .time .lightning>div {	width: 4.26667rem;	height: .64rem;	border: 1px solid #ff3131;	margin-left: .512rem;}
.secondkill .time .lightning .red {	height: 100%;	line-height: .64rem;	font-size: .46933rem;	text-align: center;	width: 1.7066667rem;	background-color: #ff3131;	color: #fff;}
.secondkill .time .lightning .hms {	color: #ff3131;	width: 2.4173333rem;	height: 100%;	line-height: .64rem;	text-align: center;}
.secondkill .time .xsxl {	font-weight: 600}
.secondkill .time .xsxl a {	color: #666666}
.secondkill .time .xsxl a span {	vertical-align: middle;	color: #666666;	font-weight: normal}
.secondkill .time .xsxl a span img {	width: .17067rem;	height: .29867rem;	margin-left: .21333rem;	vertical-align: initial}
.advertisement .fl {	padding-right: .1065rem}
.advertisement .fl img {	float: right}
.advertisement .fr {	padding-left: .1065rem}
.hotshop .hotsome {	border-bottom: 1px solid #f3f3f3;	border-top: 1px solid #f3f3f3;	overflow: hidden}
.hotshop .hotsome .hottop {	border-bottom: 1px solid #f3f3f3;	overflow: hidden}
.hotshop .hotsome .hottop .le {	width: 50%}
.hotshop .hotsome .hottop .le img {	width: 8rem;	height: 4.77867rem;}
.hotshop .hotsome .hottop .fl {	border-right: 1px solid #f3f3f3;}
.hotshop .hotsome .hottop .fl img {	float: right}
.hotshop .hotsome .hottop .fr {	padding-left: .04267rem}
.hotshop .hotsome a {	display: block}
.hotshop .hotsome .bloc .foura a {	float: left;	width: 25%;	margin: 0 auto;	border-right: 1px solid #f3f3f3}
.hotshop .hotsome .bloc .foura a:last-child {	border-right: 0}
.hotshop .hotsome .bloc .foura a img {	width: 100%;	max-height: 5.07733rem;	padding: .21333rem}
.guesslike .likeshop {	background-color: #f5f5f5;	overflow: hidden;}
.guesslike ul li {	float: left;	width: 7.36rem;	height: 10.88rem;	margin: 0.427rem 0 0 0.427rem;	border-radius: .213rem;	background: #fff;}
.guesslike ul li:nth-child(2n) {	margin-right: 0;}
.guesslike ul li:nth-child(2n+1) .similer-product {	float: right}
.guesslike ul li:nth-child(2n) .similer-product {	float: left}
.guesslike ul li .similer-product {	position: relative;	background-color: #fff;	clear: both;	overflow: hidden;	display: block;	padding-bottom: .22667rem;	width: 100%;	height: 10.667rem;	border-radius: .213rem;}
.guesslike ul li .similer-product a {	display: block;}
.guesslike ul li .similer-product .simidibl {	display: block}
.guesslike ul li .similer-product img {	width: 100%;	display: block;	border-radius: .213rem .213rem 0 0;}
.guesslike .add {	text-align: center;	font-size: .55467rem;	background: #f0f2f5;	border-top: 1px solid #dedede;	height: 1.23733rem;	line-height: 1.23733rem;	cursor: pointer}
.similar-product-text {	display: block;	padding: 0 0.213rem;	text-align: left;	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;	font-size: 0.555rem;	color: #333;	line-height: 0.768rem;}
.similar-product-price {	color: #ff3b3b;	font-size: .427rem;	display: block;	padding: 0 .21333rem;	position: relative;	height: .55467rem;	line-height: .55467rem;	margin-top: .1rem;	font-weight: 600;	display: flex;	align-items: baseline;}
.similar-product-price .big-price {	font-size: .597rem;}
.similar-product-price .small-price {	vertical-align: text-top}
.similar-product-price .guess-button {	display: block;	position: absolute;	top: -.1rem;	right: .21333rem;	text-align: center;	color: #686868;	font-size: .55467rem;	width: 2.13333rem;	height: .75867rem;	line-height: .75867rem;	border: 1px solid #bfbfbf;}
.similar-product-price .dele-button {	right: 2.66667rem;}
.classreturn .content .return {	position: absolute;	left: .42667rem}
.classreturn .content .return a {	overflow: hidden;	display: block}
.classreturn .content .return a img {	width: 1.067rem;}
.classlist .fl {	width: 3.24267rem;	background-color: #fff;	height: 24.4rem;	overflow-y: scroll;}
.classlist .fl ul li {	text-align: center;	position: relative}
.classlist .fl ul li.cur:before {	content: '';	height: 3.754rem;	width: .3rem;	background-color: #ff3b3b;	position: absolute;	left: 0;}
.classlist .fl ul li:before {	content: '';	height: 3.92533rem;	width: 0;	position: absolute;	left: auto;	top: 0;	right: 0;	bottom: auto;	background-color: #e5e5e5;	border: 0 solid transparent;	border-radius: 0;	-webkit-border-radius: 0;	transform: scale(0.5);	-webkit-transform: scale(0.5);	-moz-transform: scale(0.5);	-ms-transform: scale(0.5);	-o-transform: scale(0.5);	transform-origin: top left;	-webkit-transform-origin: top left;	-moz-transform-origin: top left;	-ms-transform-origin: top left;	-o-transform-origin: top left}
.classlist .fl ul li:after {	content: '';	height: .04133rem;	width: 200%;	position: absolute;	left: 0;	top: auto;	right: auto;	bottom: 0;	background-color: #e5e5e5;	border: 0 solid transparent;	border-radius: 0;	-webkit-border-radius: 0;	transform: scale(0.5);	-webkit-transform: scale(0.5);	-moz-transform: scale(0.5);	-ms-transform: scale(0.5);	-o-transform: scale(0.5);	transform-origin: top left;	-webkit-transform-origin: top left;	-moz-transform-origin: top left;	-ms-transform-origin: top left;	-o-transform-origin: top left}
.classlist .fl ul li a {	display: block;	width: 100%;	height: 1.877rem;	line-height: 1.877rem;	text-decoration: none;	font-size: .59733rem;	color: #333;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap}
.classlist .fl ul .red a {	color: #ff3b3b;}
.classlist .fr {	width: 12.4rem;}
.classlist .fr .branchList .tp-bann img {	width: 100%}
.classlist .fr .branchList .tp-class-list h4 {	font-size: .59733rem;	color: #333;	font-weight: normal;	height: 1.47rem;	line-height: 1.47rem;	padding-left: .4rem;}
.classlist .fr .branchList .tp-class-list ul {	background-color: #fff;	border-radius: .213rem;}
.classlist .fr .branchList .tp-class-list ul li {	float: left;	width: 33.33333%;	text-align: center}
.classlist .fr .branchList .tp-class-list ul li a {	display: block}
.classlist .fr .branchList .tp-class-list ul li a img {	width: 2.13333rem;	height: 2.13333rem}
.classlist .fr .branchList .tp-class-list ul li a p {	font-size: .5rem;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;	width: 100%;	-webkit-line-clamp: 2;	line-clamp: 2;	height: .768rem;	line-height: 0.768rem;	-webkit-box-orient: vertical;	word-break: break-all;	display: -webkit-box;	display: -moz-box;	display: -ms-box;	display: -o-box;	margin: .35rem 0;	display: block;}
.radio .che span {	margin-left: .21333rem;	vertical-align: sub}
.radio .check_t i {	background-image: url("../images/ischeck.png");}
.radio i {	width: .853rem;	height: .853rem;	display: block;	float: left;	background-image: url("../images/nocheck.png");	background-repeat: no-repeat;	background-size: cover;	background-size: .853rem;	background-position: 0}
.signup-find,.radio {	padding-top: 0.38rem;	width: 14rem;	margin: 0 auto}
.radio .cart-freight {	color: #ff3b3b;	float: right;	margin-top: 0;}
.signup-find span,.radio span {	font-size: .512rem;	cursor: pointer;	display: flex;	align-items: center;}
.thirdlogin {	border-top: 1px solid #dedede;	text-align: center;	margin-top: 1.06667rem;}
.thirdlogin h4 {	font-size: .64rem;	font-weight: normal;	background-color: #fff;	position: relative;	top: -.34133rem;	display: inline;	padding: 0 .21333rem}
.thirdlogin ul {	display: table;	margin: 0 auto;	margin-top: 1.06667rem}
.thirdlogin ul li {	float: left;	text-align: center;	font-size: .42667rem;	margin: 0 1.6rem}
.thirdlogin ul li img {	width: 1.45067rem;	height: 1.45067rem}
.thirdlogin ul li p {	padding-top: .42667rem}
.singupphone .content30 .radio {	width: auto;	padding-top: .42667rem}
.mobil_topup .myorder .order {	border-top: 1px solid #ebebeb;	padding: .512rem 0}
.mobil_topup .myorder .order .fl span {	margin-left: 0}
.g4 {	background-color: #f5f5f5}
.myorder .order {	overflow: hidden;	border-bottom: .03rem solid #f3f3f3;	display: flex;	justify-content: space-between;}
.myorder .order .fl img {	width: .896rem;	height: .853333rem;	vertical-align: middle;}
.detailsfloo .myorder .order .fl .loc {	width: 0.43rem;	height: 0.51rem;	background-color: red;	margin-right: 0.23rem;	background: url(../images/loc.png) no-repeat;	background-size: 100% 100%;}
.myorder .order .fl span {	font-size: .59rem;	vertical-align: middle;	font-weight: normal;	max-width: 9.5rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;}
.myorder_dex_sand .order .fl span {	font-size: 0.55467rem;}
.sinhert.setting .myorder .order .fl span {	margin-left: 0;}
.myorder .order .fr,.myorder .order .fl {	display: flex;	align-items: center;	justify-content: center;}
.myorder .order .fr form {	display: flex;	align-items: center;}
.myorder .order .fr a {	display: block;	overflow: hidden}
.myorder .order .fr span {	font-size: .59733rem;	color: #333;	float: left;}
.myorder .order .fr i {	margin-left: .32rem}
.my .content .floor {	width: 15.146rem;	margin-left: .427rem;	margin-bottom: .427rem;	margin-top: .427rem;	border-radius: .213rem;}
.my .content .floor ul .fr {	float: right}
.my .content .floor ul li.br {	border-left: 0 !important}
.my .content .floor ul li.br:before {	content: "";	background-image: inherit !important}
.my .content .floor ul li {	position: relative;	float: left;	width: 20%;	text-align: center}
.my .content .floor ul li a {	padding: .853333rem 0;	display: block}
.my .content .floor li>a>span {	box-sizing: content-box;	background-color: #e23435;	border-radius: .277333rem;	font-size: .469333rem;	min-width: .298667rem;	max-width: .725333rem;	height: .554667rem;	padding: 0 .128rem;	line-height: .554667rem;	position: absolute;	left: 1.664rem;	top: .682667rem;	color: white;	overflow: hidden;}
.my .content .floor a>img {	width: 1.066667rem;	height: .896rem;}
.my .content .floor ul li a h2 {	font-size: .768rem;	font-weight: normal;	height: 1.36533rem;	line-height: 1.36533rem;	color: #e3110b}
.my .content .floor ul li a p {	font-size: .512rem;	margin-top: .21333rem;	color: #4c4c4c;	font-weight: normal}
.my .content .floor ul li a p.or:after {	content: "";	background-image: url(../images/or.png);	width: .17067rem;	height: .29867rem;	background-repeat: no-repeat;	position: absolute;	margin-top: .08533rem;	margin-left: .04267rem;	background-size: .17067rem}
.setting .myorder .fl span {	font-size: .59733rem;	font-weight: normal}
.setting .he .order .fl {	position: relative}
.setting .he .order .fl .bridh {	background-image: url("../images/birdh.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.70667rem;	height: .87467rem;	position: absolute;	left: -.64rem;	bottom: 0rem}
.setting .he .order .fr {	margin-top: 0px}
.setting .he .order .fr .hendicon {	position: relative}
.setting .he .order .fr .hendicon span {	background-image: url("../images/bird.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.64267rem;	height: 1.00267rem;	position: absolute;	right: 0;	top: -.384rem}
.setting .he .order .fr .hendicon .around {	width: 2.688rem;	height: 2.688rem;	overflow: hidden;	-moz-border-radius: 50%;	-webkit-border-radius: 50%;	border-radius: 50%;	margin-top: .42667rem}
.setting .he .order .fr .hendicon .around img {	vertical-align: inherit;	width: 2.688rem;	height: 2.688rem;	object-fit: cover;}
.normaseti .order .fl .w1 {	width: .81067rem;	height: .768rem}
.normaseti .order .fl .w2 {	width: .87467rem;	height: .81067rem}
.normaseti .order .fl .w3 {	width: .768rem;	height: .768rem}
.normaseti .order .fl .w4 {	width: .68267rem;	height: .59733rem}
.normaseti .order .fl .w5 {	width: .768rem;	height: .66133rem}
.normaseti .order .fl .w6 {	width: .768rem;	height: .768rem}
.normaseti .order .fl .w7 {	width: .81067rem;	height: .78933rem}
.normaseti .order .fl span {	position: absolute;	top: 0;	left: 1.74933rem;}
.mask-filter-div {	display: none;	position: fixed;	max-width: 16rem;	margin: 0 auto;	width: 100%;	left: 0;	right: 0;	top: 0;	bottom: 0;	z-index: 12;	background: rgba(0, 0, 0, 0.4)}
.store_info .dis-box .baokaun .shop ul li a .similer-product img {	width: 4.693rem;	height: 4.693rem;}
.dp_myshin .content .floor ul li a {	padding: .256rem 0}
.killtime .nowkill .fl {	color: #ff3b3b}
.shopkill ul li .fon .similar-product-text {	height: 1.28rem;	font-size: .46933rem}
.groupquess .likeshop {	background-color: white}
.groupquess ul li a .similer-product img {	width: 7.232rem;	height: 7.59467rem}
.groupquess .similar-product-price .guess-button {	width: 1.06667rem;	height: 1.06667rem;	line-height: 1.06667rem;	background-color: #f02b2b;	color: white;	margin-top: -.64rem;	border-radius: .128rem}
.dic ul li a .similer-product img {	width: 5.33rem;	height: 5.33rem;	object-fit: cover;	display: inline-block;	position: absolute;	left: 0;	top: 0;}
.dic .similar-product-price .fr {	color: #666666;	margin-top: -.55467rem}
.dic .likeshop {	background-color: #f5f5f5;}
.de_font .fl {	width: 12.288rem}
.de_font .fl .similar-product-text {	height: 1.57867rem;	line-height: .78933rem}
.de_font .fr {	text-align: center;	margin-top: .3rem;	overflow: hidden;	border-left: .03rem solid #f5f5f5;	cursor: pointer}
.de_font .fr i {	background-image: url("../images/heart.png");	background-repeat: no-repeat;	background-size: cover;	width: .768rem;	height: .682rem;	display: block;	margin: 0 auto;	background-position-x: 0}
.de_font .fr .red {	background-image: url("../images/heart1.png");}
.de_font .fr span {	display: block;	margin-top: .21333rem;	font-size: .42667rem;	color: #666;}
.detailsfloo .myorder .order .fl span {	float: left;	font-size: .576rem}
.detailsfloo .myorder .order .fl span i {	color: #ff3b3b;	margin-left: .21333rem;}
.detailsfloo .myorder .order .fl .deta-coupon1 {	float: left;	font-size: .55rem;	max-width: 12.8rem;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;	color: #1f1f1f;	margin-left: .5rem;}
.detailsfloo .myorder .order .fl .firde {	font-size: .5546667rem;	color: #666;	margin-left: 0;}
.detailsfloo .myorder .order .fl .red {	color: #ec5151}
.detailsfloo .myorder .order .fr .gt {	background-image: url(../images/gt.png);	width: .59733rem;	height: .59733rem}
.detailsfloo .myorder .order .fr span i {	color: #ec5151}
.recommed .guesslike .likeshop {	background-color: #fff}
.recommed .guesslike .likeshop ul li {	width: 5.034rem;	text-align: center;	margin: 0 .2rem .213rem 0;	border: .03rem solid #f3f3f3;}
.recommed .guesslike .likeshop ul li:last-child {	margin-right: 0;}
.recommed .guesslike .likeshop ul li a .similer-product img {	width: 100%;	height: auto;	display: block;}
.recommed .guesslike .likeshop ul li a .similer-product .similar-product-price {	text-align: left}
.recommed .guesslike .likeshop ul li:nth-child(2n+1) {	padding-right: 0}
.recommed .guesslike .likeshop ul li:nth-child(2n) {	padding-left: 0}
.podee .cart-concert-btm .fl {	width: 50%;	display: block;	overflow: hidden}
.podee .cart-concert-btm .fl ul li {	float: left;	width: 50%;	position: relative;	text-align: center}
.podee .cart-concert-btm .fl ul li a {	display: block;}
.podee .cart-concert-btm .fl ul li a i {	width: .96rem;	height: .95333rem;	background-image: url("../images/kf-5.png");	background-repeat: no-repeat;	background-size: cover;	/*background-position-x:-.17067rem;*/	display: block;	margin: 0 auto;	position: relative;	top: .31667rem;	left: .08533rem}
.podee .cart-concert-btm .fl ul li a .gwc {	background-image: url("../images/cart-3.png");	left: 0}
.podee .cart-concert-btm .fl ul li a p {	font-size: .512rem}
.podee .cart-concert-btm .fl ul li a span {	background-color: rgba(217, 81, 99, 0.9);	border-radius: 50%;	font-size: 0.512rem;	width: .85333rem;	height: .85333rem;	display: block;	line-height: .85333rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	position: absolute;	left: 50%;	top: .04267rem;	color: white;	text-align: center;	z-index: 999;}
.podee .cart-concert-btm .fr {	width: 50%}
.podee .cart-concert-btm .fr ul li {	float: left;	width: 50%;	text-align: center}
.podee .cart-concert-btm .fr ul li a {	display: block;	height: 2.13333rem;	line-height: 2.13333rem;	color: white;	font-size: .59733rem}
.podee .cart-concert-btm .fr ul .o {	background-color: #ffb03f}
.podee .cart-concert-btm .fr ul .r {	background-color: #ff3b3b}
.none {	text-align: center;	margin: 4.26667rem 0;	font-size: .59733rem;	color: #777777;}
.none img {	width: 5.973rem;	height: 5.973rem;}
.choose_shop_aready .shopprice .fon_or .similar-product-text {	font-size: .64rem;	margin-top: 0.10667rem;	height: 1.536rem;	line-height: .768rem;	margin-bottom: 1rem;}
.shop-top-under .shulges .plus span {	width: 1.5rem;	height: 1.28rem;	line-height: 1.28rem}
.actionfooer .cart-concert-btm .fl {	width: 6.4rem;}
.actionfooer .cart-concert-btm .fr {	width: 9.5rem;}
.actionfooer .cart-concert-btm .fr ul .o {	width: 3.84rem;}
.actionfooer .cart-concert-btm .fr ul .r {	width: 5.66rem;}
.actionfooer .cart-concert-btm .fr ul li a {	line-height: .768rem;	padding-top: .34133rem}
.actionfooer .cart-concert-btm .fl ul li {	width: 2.133333rem;	height: 2.133333rem;}
.edit_gtfix .namephone .top {	font-size: .64rem;	font-weight: bold;	overflow: hidden;	padding: .512rem 0 .512rem .768rem;}
.edit_gtfix .namephone .top .le {	width: 1.92rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	padding: .08533rem 0}
.edit_gtfix .namephone .top .lr {	padding: .08533rem 0;	margin-left: .427rem;}
.packeg .fl {	line-height: 1.707rem;}
.packeg .fl h1 {	font-size: .597rem;	margin: 0;	font-weight: normal;	width: 12.37333rem;	line-height: 1.707rem;}
.packeg .fl h1 .bgnum {	color: #666;	margin-left: .213rem;}
.packeg .fl h1 span.bg {	background-image: url("../images/packeg.png");	background-repeat: no-repeat;	background-size: cover;	width: .597rem;	height: .597rem;	display: inline-block;	margin-right: .128rem}
.packeg .fl p {	font-size: .512rem;	color: #666666;	width: 11.47733rem}
.packeg .fl h1,.packeg .fl p {	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis}
.packeg .fr span {	color: #F39818;	font-size: .59733rem;	line-height: 1.707rem;}
.invoice .myorder .order .fl span {	margin-left: 0;	font-size: .555rem}
.invoice .myorder .order .fr span {	font-size: .512rem;	color: #333333}
.payit {	background-color: white;	overflow: hidden;	padding-left: .427rem;	border-top: .03rem solid #f3f3f3;}
.payit .fl {	line-height: .9rem;	height: 2.4rem;}
.payit .fl.alllef {	display: flex;	justify-content: space-between;}
.payit .fl p {	font-size: .55467rem;	color: #ff3b3b;	font-weight: 600;}
.payit .fl p .pmo {	color: #333;	font-size: .64rem;}
.payit .fl .lastime {	color: #666666}
.payit .fr {	display: flex;}
.payit .fr a {	color: white;	font-size: .64rem;	text-align: center;	height: 2.4rem;	line-height: 2.4rem;	background-color: #ff3b3b;	display: block;	width: 4.27rem;	margin-left: .427rem;}
.resonco .radio {	margin: inherit}
.resonco .radio .che span {	color: #666666;	font-family: "黑体";	font-size: .64rem}
.nonenothing {	/* border-top: 1px solid #bbbbbb; */	width: 100%;	margin: 0 auto;	text-align: center;	padding-top: 1rem;	background: #ffffff;	padding-bottom: .9rem;}
.nonenothing img {	width: 12rem;	height: auto;}
.nonenothing p {	font-size: .51rem;	color: #9b9b9b;	padding: 0.3rem 0}
.nonenothing a {	display: block;	margin: 0 auto;	background: rgba(255, 76, 76, 1);	font-size: .72533rem;	width: 4.1rem;	height: 1.25rem;	border-radius: 0.21rem;	line-height: 1.25rem;	font-size: .51rem;	color: rgba(254, 254, 254, 1);	margin-top: .38rem;}
.hotshop {	height: 1.70667rem;	overflow: hidden;	background-color: #f0f2f5;	padding-bottom: 2.13333rem}
.hotshop .thirdlogin h4 {	color: #666666;	background-color: #f0f2f5}
.allshoporder {	background: #fff;	height: 1.92rem;	line-height: 1.92rem}
.allshoporder .radio {	width: inherit;	margin-right: .42667rem}
.allshoporder .logoshopcar img {	width: 1.088rem;	height: .832rem}
.allshoporder .logoshopcar span {	margin-left: .21333rem;	font-size: .72533rem}
.allshoporder .fr span {	font-size: .59733rem}
.sc_list {	overflow: hidden;	background: #fff;	border-radius: .213rem;}
.sc_list .radio {	width: .853rem;	height: .853rem;	margin-right: .213rem;}
.paycloseto .shopimg,.paycloseto .shopimg img {	width: 4.693rem;	height: 4.693rem;}
.sc_list .deleshow {	width: 9.17333rem}
.sc_list .deleshow .deletes {	overflow: hidden;	clear: both;	line-height: .768rem;}
.sc_list .deleshow .deletes .similar-product-text {	width: 9rem;	padding: 0;	height: 1.9rem;}
.sc_list .deleshow .deletes a.delescj {	float: right}
.sc_list .deleshow .deletes a.delescj img {	margin-top: .256rem;	width: .72533rem;	height: .72533rem}
.sc_list .deleshow .weight {	font-size: .47rem;	color: #999999;	height: 1rem;	line-height: 1rem;}
.sc_list .deleshow .weight .add_cart {	width: 1rem;	height: 1rem;	line-height: 1rem;	border: 1px solid #ff3b3b;	color: white;	text-align: center;	border-radius: 50%;	float: right;	margin-right: .3rem;}
.sc_list .deleshow .weight .add_cart img {	width: .5rem;	height: .5rem;}
.sc_list .deleshow .prices {	overflow: hidden;	margin-top: .1rem;}
.sc_list .deleshow .prices .sc_pri {	color: #ff3b3b;	font-size: .597rem;	font-weight: 600;	margin-top: .21333rem}
.plus span {	width: 1.06667rem;	height: .938rem;	line-height: 1.06667rem;	font-size: .59733rem;	display: block;	float: left;	margin-left: -1px;	text-align: center;	color: #333;	cursor: pointer}
.plus span input {	font-size: .59733rem;	outline: none;	border: 0;	padding: 0 .08533rem;	color: #333;	width: 100%;	text-align: center;	font-weight: 600;}
.payallb {	position: fixed;	z-index: 99;	width: 16rem;	bottom: 0;	background-color: #fff;	border-top: .028rem solid #f3f3f3;	margin-bottom: 2.133rem;}
.payallb .alllef .radio {	width: inherit;	padding-top: .0;	margin-right: .42667rem;	display: flex;}
.payallb .alllef .radio .all {	font-size: .55467rem;	position: relative;	margin-left: .21333rem}
.payallb .youbia {	float: right;	width: 8.59733rem}
.payallb .youbia p {	text-align: right}
.edit .myorder .order .fl span {	margin-left: 0}
.edit .myorder .order .fl input {	height: 1.89867rem;	outline: none;	width: 9.81333rem;	padding: 0 .21333rem;	font-size: .555rem;	color: #999;	border: 0}
.edit .myorder .order .fr .turnoff {	background-image: url("../images/turnoffuo.png");	background-repeat: no-repeat;	background-size: cover;	height: 1.06667rem;	width: 1.92rem;	margin-top: .34133rem;	background-position-x: -2.00533rem}
.edit .myorder .order .fr .turnup {	background-position-x: 0}
.jd_listaddless .maleri30 {	overflow: hidden}
.jd_listaddless .name {	width: 2.98667rem}
.jd_listaddless .name h1 {	font-size: .64rem;	margin: 0;	font-weight: normal;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis}
.jd_listaddless .name span {	font-size: .64rem;	background-color: #ff3b3b;	color: white;	padding: .08533rem .21333rem;	position: relative;	top: .512rem}
.ddmoney .fr {	font-size: .555rem;}
.debit .order {	margin-top: .512rem}
.debit .order .fl span {	margin: 0}
.debit .order .fr i {	margin-top: .49067rem}
.otherpay .order {	margin-top: 0;	font-weight: 600;}
.otherpay .order .fl span {	margin: 0}
.otherpay .order .fr i {	margin-top: .49067rem}
.pay-list-4 ul li .radio {	width: .853rem;	margin-right: 0.4rem;}
.chooseebitcard {	display: none;	position: fixed;	z-index: 999;	bottom: 0;	background-color: white;	overflow: hidden;	width: 100%;	max-width: 16rem}
.choose-titr {	text-align: center;	position: relative;	padding: .42667rem}
.choose-titr span {	font-size: .768rem;}
.card-list .radio {	width: 0.81867rem;	padding-top: 0rem;	position: relative;	top: .08533rem}
.allaccounted .maleri30 {	position: relative;	padding-top: 1.87733rem;}
.maleri30 .head_acc {	position: fixed;	top: 1.87733rem;	width: 15.146rem;	background: #fff;	margin-top: 0;}
.allpion .fll_acc.new {	padding: .427rem .64rem;}
.allpion .fll_acc.new li {	color: #808080;	font-size: .512rem;}
.fll_acc.new .orderid-h {	width: 3.2rem;}
.settingnews .myorder .order .fr .turnoff {	background-image: url("../images/turnsq.png");	background-repeat: no-repeat;	background-size: cover;	width: 2.47467rem;	height: 1.17333rem;	margin-top: .42667rem;	background-position-x: 0}
.settingnews .myorder .order .fr .xmove {	background-position-x: -2.47467rem}
.settingnews .myorder .order .fl span {	margin-left: 0}
.addimgchan .orderlistshpop {	width: 50%;	float: left}
.addimgchan .maleri30 {	margin: 0 .21333rem}
.addimgchan .se_sclist .shopimg {	float: none;	text-align: center}
.addimgchan .se_sclist .shopimg img {	width: 100%;	height: auto}
.addimgchan .se_sclist .deleshow {	width: 100%;	padding: 0 .427rem;}
.addimgchan .se_sclist .deleshow .deletes .similar-product-text {	width: 100% !important;}
.list-se-all .myorder .order .fl span {	margin-left: 0}
.two-related .myorder .order .fr {	margin-top: .21333rem}
.se_sclist .deleshow {	width: 10.4rem;	height: 4.693rem;	padding-left: .427rem;	position: relative;}
.se_sclist .deleshow .deletes .similar-product-text {	width: 6.93rem;}
.se_sclist .deleshow .prices .sc_pri {	margin-top: 0}
.se_sclist .deleshow .prices .sc_pri .cobl {	color: #999;	font-weight: 500;}
.se_sclist .deleshow .prices.wiconfine {	float: left;	width: auto;}
.se_sclist .deleshow .qxatten.wiconfine {	float: right;	width: auto;	clear: none;}
.paycloseto .deleshow .qxatten {	clear: both;	position: absolute;	bottom: .427rem;	width: 9.5rem;	display: flex;	align-items: center;	justify-content: space-between;}
.paycloseto .deleshow .qxatten .weight {	float: left;}
.paycloseto .deleshow .qxatten .closeannten {	color: #666;	font-size: 0.597rem;	width: 3.2rem;	height: 1.194rem;	border: .03rem solid #EDEDED;	display: flex;	align-items: center;	justify-content: center;}
.mandplea .deleshow .deletes .similar-product-text {	height: .61867rem;	-webkit-line-clamp: 1}
.mandplea .deleshow .qxatten .closeannten {	top: -.34133rem}
.tuharecha .sc_list .shopimg img {	width: 2.13333rem;	height: 2.13333rem}
.tuharecha .se_sclist .deleshow .deletes .daaloe {	font-size: .64rem;	font-family: "黑体";	overflow: hidden;	text-overflow: ellipsis;	display: block;	white-space: nowrap;	float: none}
.tuharecha .se_sclist .deleshow {	width: 11.67rem;}
.tuharecha .paycloseto .deleshow .qxatten .closeannten {	border: .028rem solid #bfbfbf;	padding: .15rem;}
.severde .myorder .order .fl span {	margin-left: 0;	font-size: .64rem;	font-family: "黑体"}
.severde .myorder .order .fr span.red {	color: #ff3b3b;	font-size: .59733rem;	font-family: "黑体"}
.attention-shoppay .orderlistshpop {	background-color: white;	width: 15.146rem;	margin-left: .427rem;	margin-top: 0.427rem;}
.mypackeg .packeg .fl h1 {	width: 10.66667rem}
.mypackeg .packeg .fl h1 span.bg {	background-image: url(../images/ty.png);	background-size: .597rem .597rem;}
.mypackeg .packeg .fl h1 span.zy {	background-image: url(../images/zy.png);	background-size: .81067rem}
.mypackeg .packeg .fl p {	width: 10.66667rem}
.shop-mfive.p {	border-bottom: 0.03rem solid #f3f3f3;}
.sinhert .content .floor ul li a h2 {	color: inherit}
.invoice .myorder .order .fr span.setalit {	line-height: 1.74933rem;	margin-top: 0}
.invoice .myorder .order .fl span.couponssl {	background: #da1d1d;	font-size: .512rem;	color: white;	padding: .08533rem .21333rem;	margin-left: .42667rem}
.customer-messa .maleri30 {	position: relative;	overflow: hidden}
.fillpay .fl {	float: right;	line-height: 2.4rem;	margin-right: 1.06667rem}
.wuliumess .time {	font-size: .55467rem;	color: #666666;	margin-left: .93867rem;	padding: .42667rem 0;	clear: both}
.mae .maleri30 {	margin: 0;}
.overdeta .wuliumess .time {	font-size: .55467rem;	color: #666666;	margin-left: .93867rem;	padding: .42667rem 0;	clear: both}
.oversetimh .maleri30 {	margin-right: .64rem}
.liaxkf .maleri30 {	margin: 0 1.06667rem}
.liaxkf .maleri30 a {	display: block;	font-size: .55467rem;	color: #333;	font-family: "黑体";	border: 1px solid #c2c2c2;	text-align: center;	padding: .21333rem 0;	border-radius: .128rem}
.applyafter .paycloseto .deleshow .qxatten .weight p {	float: left;	width: 4.5rem;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis}
.seravetype .plus {	padding: .42667rem 0}
.seravetype .plus span {	border-color: #dadde0}
.inspectrepot .radio {	margin-right: 1.06667rem;	float: left;	width: inherit;	padding: .42667rem 0;	display: flex;}
.inspectrepot .radio .che span {	vertical-align: baseline;	font-size: .64rem;	color: #666666}
.chineinvoice .radio {	width: 100%;	padding-top: 0;	padding-bottom: .64rem}
.zblikbo .qhsxix .myorder .order .fl span {	margin-left: 0}
.zblikbo .qhsxix .cl-ordhi .order {	overflow: inherit}
.goods-limit-fo .name {	color: #333333;	font-size: .512rem;	line-height: 1.5;	display: block;	height: 1.536rem;	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;	word-break: break-word;	margin-top: .17067rem}
.goods-limit-fo .condition {	color: #74d2d4;	font-size: .55467rem;	margin-top: .17067rem}
.goods-limit-fo .condition em {	font-size: .85333rem;	color: #4cb6b8;	margin-right: .21333rem}
.dejsshort .radio {	display: none}
.dejsshort .se_sclist .deleshow {	border-bottom: .028rem solid #f3f3f3;}
.dejsshort .se_sclist .deleshow .deletes {	margin-top: .256rem}
.dejsshort .se_sclist .deleshow .prices .sc_pri {	margin-top: .21333rem}
.hiradio .radio {	display: block}
.hiradio .deleshow {	width: 9.17333rem}
.hiradio .deleshow .similar-product-text {	width: 9.17333rem !important}
.desupp .fr {	float: none;	margin: 0 auto;	width: 2.13333rem;	height: 2.13333rem;	border: 1px solid #dedede;	border-radius: 50%;	-moz-box-shadow: 0 1px 1px #000;	-webkit-box-shadow: 0 1px 1px #000;	box-shadow: 0 1px 1px #000}
.desupp .fr i {	margin-top: .32rem}
.desupp .fr span {	margin: 0 auto;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	margin-top: .10667rem}
.degree_goods .shopimg img {	width: 2.688rem;	height: 2.688rem}
.degree_goods .deleshow {	width: 11.392rem}
.degree_goods .deleshow .deletes .similar-product-text {	line-height: .85333rem;	height: 1.70667rem;	width: 8.96rem;	margin-top: 0}
.rm_star1 .inspectrepot .radio {	float: none}
.rm_star1 .inspectrepot .radio .che span {	font-size: .59733rem}
.no_service .status {	font-size: .768rem;	color: #e23435;	float: right}
.la_q_q .time {	font-size: .59733rem;	color: #999999}
.carnew {	background: url(../images/carnew1.png) no-repeat;	background-size: 0.683rem;	display: inline-block;	vertical-align: middle}
.newallshoporder .radio i {	width: .853rem;	height: .853rem;	background-position: 0 0;	background-image: url(../images/nocheck.png);	background-size: .853rem .853rem;	margin-top: 0.2rem;}
.newallshoporder .check_t i {	background-image: url(../images/ischeck.png);}
.newallshoporder .logoshopcar .lsc {	width: .683rem;	height: .683rem;}
.orderlistshpop .radio i,.radio .checkFull i {	width: .853rem;	height: .853rem;	background-position: 0 0;	background-image: url(../images/nocheck.png);	background-size: .853rem .853rem;}
.orderlistshpop .check_t i,.radio .checkFull.check_t i {	width: 0.853rem;	height: 0.853rem;	background-image: url(../images/ischeck.png);}
.newallshoporder .logoshopcar .s_name {	font-size: .64rem;	color: #333333;	padding: 0 .2rem;	font-weight: 600;	vertical-align: middle;	display: inline-block;	max-width: 5.97333rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis}
.newallshoporder .logoshopcar .Mright {	float: none;	display: inline-block;	vertical-align: middle;	margin-left: .21333rem}
.newallshoporder .fr a {	color: #e23435;	font-size: .59733rem}
.newallshoporder .fr .spea {	color: #333;	font-size: .512rem;	border-right: 1px solid #bbbbbb;	margin-right: .21333rem;	padding-right: .21333rem}
.newallshoporder .fr .tycor {	width: .64rem;	height: .64rem;	background-position: -3.66933rem -.10667rem;	margin-left: .21333rem}
.fullm {	line-height: 1.64267rem}
.fullm .mi {	float: left}
.fullm .mi a {	display: inline-block;	padding: .128rem;	border: 1px solid #e23435;	font-size: .59733rem;	color: #e23435;	border-radius: .08533rem;	line-height: .576rem}
.fullm .mi span {	display: inline-block;	font-size: .59733rem;	color: #333333}
.fullm .brow {	float: right;	line-height: 1.64267rem}
.fullm .brow span {	display: inline-block;	vertical-align: middle;	font-size: .59733rem;	color: #e23435}
.fullm .brow .rear {	width: .64rem;	height: .64rem;	background-position: -2.85867rem -.08533rem}
.group_ord {	background: white}
.group_ord .sc_list {	padding: .42667rem;}
.group_ord .sc_list:first-child {	padding-top: 0}
.group_ord .sc_list .shopimg {	position: relative}
.group_ord .sc_list .shopimg img {	width: 3.84rem;	height: 3.84rem;}
.group_ord .sc_list .shopimg .lt {	width: 100%;	height: .98133rem;	line-height: .98133rem;	background: rgba(30, 20, 19, 0.65);	color: white;	text-align: center;	font-size: .64rem;	position: absolute;	bottom: 0;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis}
.group_ord .sc_list .deleshow .deletes .similar-product-text {	line-height: .768rem;	height: 1.62133rem;	margin-top: 0;	margin-bottom: 0}
.group_ord .sc_list .deleshow {	position: relative;	width: 9.8rem;}
.group_ord .sc_list .deleshow .weight {	position: relative;	line-height: .85333rem}
.group_ord .sc_list .deleshow .weight span {	margin-left: .21333rem;	display: inline-block;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	width: 3.84rem;}
.group_ord .sc_list .deleshow .weight span:first-child {	margin-left: 0}
.group_ord .sc_list .deleshow .edit_weight {	background: #f0f2f5;	position: relative}
.group_ord .sc_list .deleshow .edit_weight:after {	content: '';	position: absolute;	background: url(../images/carnew.png) no-repeat;	background-size: 6.10133rem;	width: .64rem;	height: .64rem;	right: 2px;	top: .08533rem;	background-position: -1.04533rem 0}
.group_ord .sc_list .deleshow .prices .sc_pri {	font-size: .72533rem}
.group_ord .sc_list .deleshow .prices .sc_pri .m {	font-size: .512rem;	vertical-align: bottom}
.group_ord .sc_list .deleshow .prices {	margin-top: .213rem;}
.group_ord .sc_list .deleshow .emk .sc_pri {	color: #666666}
.group_ord .sc_list .deleshow .emk .sc_pri em {	margin-left: .128rem;	color: #999999;	font-size: .59733rem}
.group_ord .sc_list .deleshow .emk {	overflow: inherit}
.group_ord .sc_list .deleshow .emk .plus a {	padding: .34133rem .384rem;	color: #333333;	border: 1px solid #666666;	border-radius: .128rem;	font-size: .64rem;	position: relative;	top: .32rem}
.givejf {	position: absolute;	right: 0;	top: 1.75rem;	font-size: .55467rem;	color: #666666;	background: #fff7f7;	padding-left: 1.70667rem}
.givejf .g {	color: #999999;	margin-left: .42667rem}
.newcarfoo .payallb {	bottom: 2.13333rem}
.newcarfoo .payallb .youbia p {	text-align: left;	color: #ff3b3b;	font-weight: bold}
.newcarfoo .payit .fl .lastime {	color: #666666;	font-weight: normal}
.newcarfoo .payallb .youbia {	width: auto;	height: 2.4rem;	margin-left: 3.5rem;	padding-top: 0.3rem;}
.edit_c .all_c .radio {	width: inherit;	padding-top: 0}
.edit_c .all_c .radio i {	display: inline-block;	vertical-align: middle;	float: none}
.edit_c .all_c .all {	font-size: .55467rem;	position: relative;	top: .08533rem}
.soldout .shopimg {	float: left;	width: 4.48rem;	height: 4.48rem}
.soldout .shopimg img {	width: 4.48rem;	height: 4.48rem;	border: 1px solid #eaeaea}
.closer {	background: url(../images/clos.png) no-repeat;	width: .85333rem;	height: .85333rem;	background-size: cover;	display: inline-block;	float: right;	cursor: pointer}
.choseg .choose-titr {	padding-left: .64rem;	padding-right: .64rem;	overflow: hidden}
.coupongg {	background: #f8f8f8}
.coupongg .closer {	position: absolute;	right: .64rem}
.coupongg .soldout_cp {	text-align: center}
.coupongg .soldout_cp .nmy {	width: 3.392rem;	height: 2.70933rem;	margin-top: 1.06667rem}
.coupongg .soldout_cp .nzw {	font-size: .59733rem;	color: #bfbfbf;	margin-top: .85333rem}
.c_uscoupon {	height: 14.54933rem;	overflow: auto;	margin-top: .64rem}
.c_uscoupon .canus {	font-size: .64rem;	color: #333333;}
.c_uscoupon .canus span {	font-size: .512rem;	color: #999999}
.cuptyp {	height: 3.94667rem;	margin: .64rem 0}
.cuptyp .le_pri {	width: 36%;	height: 3.94667rem;	float: left;	background: #51c9df;	position: relative;	border-top-left-radius: .128rem;	border-bottom-left-radius: .128rem;	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#63EAE8), to(#51CADF));	background-image: -moz-linear-gradient(0% 100% 180deg, #63EAE8, #51CADF)}
.cuptyp .le_pri:before {	content: '';	background: url(../images/cp.png) no-repeat;	width: .21333rem;	height: 3.92533rem;	background-size: cover;	position: absolute;	left: -.128rem;	top: 0}
.cuptyp .le_pri h1 {	font-size: 1.70667rem;	color: white;	text-align: center;	margin: 0;	margin-top: .64rem}
.cuptyp .le_pri h1 em {	font-size: .85333rem}
.cuptyp .le_pri p {	margin-top: .21333rem;	color: white;	font-size: .55467rem;	text-align: center}
.cuptyp .ri_int {	width: 64%;	height: 3.94667rem;	float: left;	background: white;	padding: .42667rem 0 .42667rem .42667rem;	position: relative;	border-top-right-radius: .128rem;	border-bottom-right-radius: .128rem;	border: 1px solid #e3e5e9;	border-left: 0}
.cuptyp .ri_int .ba {	background: #56d4e2;	color: white;	padding: .21333rem;	border-radius: .128rem;	line-height: 1.00267rem;	margin-right: .42667rem}
.cuptyp .ri_int .foi {	display: inline-block;	width: 5.632rem;	font-size: .512rem;	line-height: 1.024rem}
.cuptyp .ri_int span {	color: #666666;	font-size: .512rem}
.cuptyp .ri_int .cp9 {	color: #999999}
.cuptyp .ri_int .bo_two {	font-size: .512rem;	color: #999999;	position: absolute;	bottom: .42667rem}
.cuptyp .ri_int .bo_two a {	padding: .14933rem .34133rem;	border: 1px solid #54cfe1;	color: #54cfe1;	font-size: .512rem;	border-radius: .53333rem;	margin-left: .42667rem}
.canget span {	vertical-align: top}
.newchoosecar {	bottom: 2.13333rem}
.newchoosecar .choose-titr {	overflow: hidden}
.ovfHiden {	height: 100%}
.edit-btn .g {	float: right;	border-left: 1px solid #bbb;	padding-left: 0.5rem;	padding-right: 0.5rem;	color: #333;	cursor: pointer;}
.edit-list {	display: none;	float: right;}
.edit-list li:hover {	color: #333;}
.edit-list li a {	display: inline-block;	width: 0.683rem;	height: 0.683rem;	color: inherit;	background-image: url(../images/dele1.png);	background-size: .683rem .683rem;	background-repeat: no-repeat;}
.edit-change .g {	display: none;}
.edit-change .edit-list {	display: block;}
.z-Package-cont .fr span {	display: inline-block;	margin-right: 2.24rem;	border: 0px;	line-height: 1.92rem;	font-size: 0.64rem;	text-align: right;}
.z-Package-cont .fr .Package-cont-icon {	display: block;	position: absolute;	height: 0.5973rem;	width: 0.8533rem;	top: 0.6826rem;	right: 0.704rem;	background: url(../images/z-xiugai.png)no-repeat;	background-size: 100% 100%;}
.fr .z-toggle .z-tarck {	-webkit-transition-timing-function: ease-in-out;	-moz-transition-timing-function: ease-in-out;	transition-timing-function: ease-in-out;	-webkit-transition-duration: 0.2s;	-moz-transition-duration: 0.2s;	transition-duration: 0.2s;	-webkit-transition-property: background-color, border;	-moz-transition-property: background-color, border;	transition-property: background-color, border;	display: inline-block;	box-sizing: border-box;	width: 2.176rem;	height: 1.386rem;	border: .0427rem solid #F3F3F3;	border-radius: 50px;	background-color: #fff;	content: ' ';	cursor: pointer;}
.package-pop .package-pop-select .fr {	color: #ea3524;}
.details-list-wrap .invoice .myorder .order .fr span {	color: #999999;}
.details-list-wrap .myorder .order .fr {	margin-top: 0.3533rem;}
.z-monry .z-monry-cont .fl {	font-size: 0.5546rem;	color: #848484;	margin: 0.576rem 0 0.1066rem 0;}
.z-monry .z-monry-cont .fr {	font-size: 0.5546rem;}
.z-monry .z-monry-cont .fr a {	color: #dd2924;	margin: 0.576rem 0 0.1066rem 0;	display: block;}
.z-select-wrap .z-select-title .maleri30 {	font-size: .64rem;}
.z-dispatching .fl {	font-size: 0.555rem;	height: 0.896rem;	line-height: 0.896rem;}
.z-dispatching .fr .dispatching-checkbox input {	display: none;}
.z-dispatching .fr .dispatching-checkbox .dispatching-cont {	display: inline-block;	box-sizing: border-box;	content: ' ';	cursor: pointer;	border: .0427rem solid #F3F3F3;	border-radius: 50px;	width: 0.896rem;	height: 0.896rem;}
.z-dispatching .fr .dispatching-checkbox .z-dispatching-cheng {	background: #FF403C url(../images/z-chengs.png) no-repeat 0.128rem 0.1706rem;	background-size: 70% 60%;	border: solid 2px #FF403C;}
.invoice .myorder .order .fl p {	font-size: 0.5546rem;	color: #cacaca;	font-weight: 100;	line-height: 0.6826rem;	margin-bottom: 0.7466rem}
.invoice .myorder .order .fl p i {	margin-left: 1.1733rem;}
.invoice .myorder .order .fr .invoice-Mright {	font-size: 0.64rem;}
.coupon-select .conpon-content .fr i {	margin-top: .59733rem;	margin-left: .21333rem;}
.receipt-category label.checked {	color: #ff4b4b;	border-color: #ff4b4b;}
.deta-coulist .fl {	background: url(../images/deta-coubj.png) center center no-repeat;	width: 4.608rem;	height: 3.072rem;	color: #fff;	text-align: center;	background-size: cover;	position: relative;}
.deta-coulist .fl span {	display: inline-block;	font-size: 0.64rem;	margin: 0.384rem 0 0.256rem 0;}
.deta-coulist .fl span b {	font-size: .84rem;}
.deta-coulist .fl em {	display: block;	font-size: 0.512rem;}
.deta-coulist .fr {	width: 64%;	font-size: 0.597334rem;}
.deta-coulist .fr p {	line-height: 0.768rem;	margin-top: 0.128rem;	text-align: justify;	margin-top: .1;	height: 1.536rem;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 2;	overflow: hidden;}
.deta-coulist .fr span {	display: block;	margin-top: 0.256rem;}
.deta-coulist .fr span i {	font-size: 0.512rem;	color: #666;	line-height: 1.28rem;	display: inline-block;}
.deta-coulist .fr span a {	padding: 0.256rem 0.512rem;	background: url(../images/deta-coubj.png) center center no-repeat;	border-radius: 0.64rem;	color: #fff;	background-size: 110%;	float: right;}
.clearfix {	zoom: 1}
.g4 {	background-color: #f5f5f5}
.myhearder .set .setting i {	background-position: 0 0}
.sinhert.setting .myorder .order .fl span {	margin-left: 0;}
.list7 .myorder {	line-height: 2.25rem;	border-bottom: 0.028rem solid #f3f3f3;}
.setting .content .list7 {	background-color: inherit}
.setting .myorder {	height: 2.13333rem;	line-height: 2.13333rem}
.setting .myorder .fl span {	font-size: .59733rem;	font-weight: normal}
.setting .bo {	border-bottom: 0}
.setting .he {	height: 3.584rem;	line-height: 3.584rem}
.setting .he .order .fl {	position: relative}
.setting .he .order .fl .bridh {	background-image: url("../images/birdh.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.70667rem;	height: .87467rem;	position: absolute;	left: -.64rem;	bottom: 0rem}
.setting .he .order .fr {	margin-top: 0px}
.setting .he .order .fr .hendicon {	position: relative}
.setting .he .order .fr .hendicon span {	background-image: url("../images/bird.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.64267rem;	height: 1.00267rem;	position: absolute;	right: 0;	top: -.384rem}
.setting .he .order .fr .hendicon .around {	width: 2.688rem;	height: 2.688rem;	overflow: hidden;	-moz-border-radius: 50%;	-webkit-border-radius: 50%;	border-radius: 50%;	margin-top: .42667rem}
.setting .he .order .fr .hendicon .around img {	vertical-align: inherit;	width: 2.688rem;	height: 2.688rem;	object-fit: cover;}
.setting .close {	margin: 1rem .427rem 0;}
.setting .close a {	display: block;	background: #ff3b3b;	text-align: center;	width: 100%;	height: 1.87733rem;	color: #fff;	line-height: 1.87733rem;	font-size: .64rem;	-moz-border-radius: .42667rem;	-webkit-border-radius: .42667rem;	border-radius: .213rem}
.qqz {	height: 2.13333rem;	background-color: white;	text-align: right;	border-top: .028rem solid #f3f3f3;}
.tit {	border-bottom: .028rem solid #f3f3f3;	padding: .42667rem 0}
.payallb {	position: fixed;	z-index: 99;	width: 16rem;	bottom: 0;	background-color: #fff;	border-top: .028rem solid #f3f3f3;	margin-bottom: 2.133rem;}
.jd_listaddless {	padding: .64rem 0 .21333rem 0;	border-bottom: .028rem solid #f3f3f3;}
.payment-s {	border-bottom: .028rem solid #F3F3F3;}
.search_pl .search2 .le_inp input {	height: 1.87733rem;	width: 11.648rem;	outline: none;	font-size: .555rem;	border: .028rem solid #DEDEDE;	padding: 0 .21333rem;	color: #666666}
.tuharecha .paycloseto .deleshow .qxatten .closeannten {	border: .028rem solid #bfbfbf;	padding: .15rem;}
.customer-messa textarea {	width: 100%;	height: 2.56rem;	border: .028rem solid #f3f3f3;	padding: .21333rem;	font-size: .55467rem;	color: #333;	margin: .42667rem 0;	resize: none}
.pjiscion ul .red {	color: #ff3b3b;	border-bottom: .028rem solid #ff3b3b;	padding-bottom: .42667rem}
.seravetype .fuwxbo a {	display: inline-block;	padding: .21333rem .85333rem;	border: .028rem solid #f3f3f3;	border-radius: .128rem;	margin-right: .42667rem;	margin-bottom: .426667rem;}
.lookalike a {	float: right;	display: block;	width: 2.176rem;	font-size: .55467rem;	color: #666666;	border: .028rem solid #666666;	padding: .192rem 0;	text-align: center;	border-radius: .213rem;}
.dejsshort .se_sclist .deleshow {	border-bottom: .028rem solid #f3f3f3;}
.daterecord {	font-size: .59733rem;	color: #666666;	padding: .64rem 0;	border-bottom: .028rem solid #f3f3f3}
.btns-fixed-bottom {	position: fixed;	bottom: 0;	width: 16rem;	border-top: .028rem solid #F3F3F3;	text-align: center;	background-color: #fff;}
.z-Package-footer-wrap {	width: 100%;	border-top: .028rem solid #F3F3F3;}
.package-pop-icon {	position: absolute;	left: 50%;	height: 1.7066rem;	border-left: .028rem solid #F3F3F3;}
.package-pop-select {	border-top: .028rem solid #F3F3F3;	position: relative;}
.clearfix {	zoom: 1}
.floor {	overflow: hidden}
.fl {	float: left}
.fr {	float: right}
.content {	margin: 0 .512rem}
.banner img {	width: 100%}
.secondkill .content {	margin-top: .42667rem}
.secondkill .time {	font-size: .46933rem}
.secondkill .time .lightning>div {	width: 4.26667rem;	height: .64rem;	border: 1px solid #ff3131;	margin-left: .512rem;}
.secondkill .time .lightning .red {	height: 100%;	line-height: .64rem;	font-size: .46933rem;	text-align: center;	width: 1.7066667rem;	background-color: #ff3131;	color: #fff;}
.secondkill .time .lightning .hms {	color: #ff3131;	width: 2.4173333rem;	height: 100%;	line-height: .64rem;	text-align: center;}
.secondkill .time .xsxl {	font-weight: 600}
.secondkill .time .xsxl a {	color: #666666}
.secondkill .time .xsxl a span {	vertical-align: middle;	color: #666666;	font-weight: normal}
.secondkill .time .xsxl a span img {	width: .17067rem;	height: .29867rem;	margin-left: .21333rem;	vertical-align: initial}
.secondkill .shop {	margin-top: .512rem}
.secondkill .shop a {	float: left;	width: 33.33333%;	text-align: center;	overflow: hidden}
.secondkill .shop a .shopnum {	position: relative}
.secondkill .shop a .shopnum img {	width: 3.73333rem;	height: 3.73333rem}
.secondkill .shop a .shopnum .time_sn {	color: white;	position: absolute;	background: rgba(35, 39, 51, 0.5);	margin: 0;	bottom: .768rem;	left: .74667rem;	width: 3.73333rem;	height: .64rem;	line-height: .64rem;	font-size: 14px}
.secondkill .shop a .shopnum p {	font-size: .512rem;	color: red;	margin: .21333rem}
.advertisement a {	display: block}
.advertisement .fl {	padding-right: .1065rem}
.advertisement .fl img {	float: right}
.advertisement .fr {	padding-left: .1065rem}
.advertisement .le {	width: 50%}
.advertisement .le .td {	overflow: hidden}
.advertisement .lefhe img {	height: 3.2rem;}
.advertisement .lefhe a:first-child {	border-bottom: 1px solid #f3f3f3}
.advertisement .re img {	height: 8.66133rem}
.newshop .lefhe img {	height: 3.09333rem}
.newshop .lefhe a:first-child {	border-bottom: 1px solid #f3f3f3}
.hotshop .hotsome .hottop .le {	width: 50%}
.hotshop .hotsome .hottop .le img {	width: 8rem;	height: 4.77867rem;}
.hotshop .hotsome .hottop .fl {	border-right: 1px solid #f3f3f3;}
.hotshop .hotsome .hottop .fl img {	float: right}
.hotshop .hotsome .hottop .fr {	padding-left: .04267rem}
.guesslike ul li .similer-product img {	width: 100%;	display: block;	border-radius: .213rem .213rem 0 0;}
.guesslike .add {	text-align: center;	font-size: .55467rem;	background: #f0f2f5;	border-top: 1px solid #dedede;	height: 1.23733rem;	line-height: 1.23733rem;	cursor: pointer}
.mslide {	position: relative;	overflow: hidden}
.mslide ul {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%}
.mslide li {	list-style: none;	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%}
.mslide li:first-child {	z-index: 1}
.mslide li a {	display: block;}
.mslide li img {	position: absolute;	left: 0;	top: 0;	width: 100% !important;	height: 6.4rem;	border: none;	object-fit: cover;}
.mslide .dot {	position: absolute;	right: .21333rem;	bottom: .21333rem;	z-index: 5;	font-size: 0}
.mslide .dot span {	display: inline-block;	width: .21333rem;	height: .21333rem;	margin-left: .21333rem;	border: 2px solid #fff;	border-radius: 50%}
.mslide .dot .cur {	background-color: #fff}
.des-mes .similar-pro-text {	margin: .213rem 0 .2131rem 0;	line-height: .64rem;	height: .64rem;	display: block;	font-size: .47rem;	color: #999;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;}
.similar-product-price .big-price {	font-size: .597rem;}
.classreturn .content {	height: 100%;}
.classreturn .content .return {	position: absolute;	left: .42667rem}
.classreturn .content .return a {	overflow: hidden;	display: block}
.classreturn .content .return a img {	width: 1.067rem;}
.classreturn .content .search {	font-size: .64rem;	font-weight: 500;}
.classreturn .content .search.center {	max-width: 12rem;	display: inline-block;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;}
.classreturn .content .search .sear-input {	width: 13.544rem;	height: 1.23733rem;	padding-left: 1.2rem;	padding-top: .285rem;}
.classreturn .content .search .sear-input a {	display: block}
.classreturn .content .search .sear-input input {	width: 11.95rem;	height: 1.28rem;	background-color: #f5f5f5 !important;	border-radius: 0.62rem;	border: none;	padding-left: 1.9rem;	font-size: 0.47rem;	background: url(../images/search.png) no-repeat;	background-size: 0.64rem 0.64rem;	background-position: 0.62rem 0.3rem;	float: left;	color: #666666;	outline: none;	line-height: 1.47733rem;}
.classreturn .content .menu {	position: absolute;	right: .42667rem;	top: 0;}
.classreturn .content .menu a {	display: block}
.classreturn .content .menu img {	width: .85333rem}
.classlist .fl {	width: 3.24267rem;	background-color: #fff;	height: 24.4rem;	overflow-y: scroll;}
.classlist .fl ul li {	text-align: center;	position: relative}
.classlist .fl ul li.cur:before {	content: '';	height: 3.754rem;	width: .3rem;	background-color: #ff3b3b;	position: absolute;	left: 0;}
.classlist .fl ul li:before {	content: '';	height: 3.92533rem;	width: 0;	position: absolute;	left: auto;	top: 0;	right: 0;	bottom: auto;	background-color: #e5e5e5;	border: 0 solid transparent;	border-radius: 0;	-webkit-border-radius: 0;	transform: scale(0.5);	-webkit-transform: scale(0.5);	-moz-transform: scale(0.5);	-ms-transform: scale(0.5);	-o-transform: scale(0.5);	transform-origin: top left;	-webkit-transform-origin: top left;	-moz-transform-origin: top left;	-ms-transform-origin: top left;	-o-transform-origin: top left}
.classlist .fl ul li:after {	content: '';	height: .04133rem;	width: 200%;	position: absolute;	left: 0;	top: auto;	right: auto;	bottom: 0;	background-color: #e5e5e5;	border: 0 solid transparent;	border-radius: 0;	-webkit-border-radius: 0;	transform: scale(0.5);	-webkit-transform: scale(0.5);	-moz-transform: scale(0.5);	-ms-transform: scale(0.5);	-o-transform: scale(0.5);	transform-origin: top left;	-webkit-transform-origin: top left;	-moz-transform-origin: top left;	-ms-transform-origin: top left;	-o-transform-origin: top left}
.classlist .fl ul li a {	display: block;	width: 100%;	height: 1.877rem;	line-height: 1.877rem;	text-decoration: none;	font-size: .59733rem;	color: #333;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap}
.classlist .fl ul .red a {	color: #ff3b3b;}
.classlist .fr {	width: 12.4rem;}
.classlist .fr .branchList .tp-bann img {	width: 100%}
.classlist .fr .branchList .tp-class-list h4 {	font-size: .59733rem;	color: #333;	font-weight: normal;	height: 1.47rem;	line-height: 1.47rem;	padding-left: .4rem;}
.classlist .fr .branchList .tp-class-list ul {	background-color: #fff;	border-radius: .213rem;}
.classlist .fr .branchList .tp-class-list ul li {	float: left;	width: 33.33333%;	text-align: center}
.classlist .fr .branchList .tp-class-list ul li a {	display: block}
.classlist .fr .branchList .tp-class-list ul li a img {	width: 2.13333rem;	height: 2.13333rem}
.classlist .fr .branchList .tp-class-list ul li a p {	font-size: .5rem;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;	width: 100%;	-webkit-line-clamp: 2;	line-clamp: 2;	height: .768rem;	line-height: 0.768rem;	-webkit-box-orient: vertical;	word-break: break-all;	display: -webkit-box;	display: -moz-box;	display: -ms-box;	display: -o-box;	margin: .35rem 0;	display: block;}
.mobil_topup .myorder .order .fl span {	margin-left: 0}
.myorder .order .fl img {	width: .896rem;	height: .853333rem;	vertical-align: middle;}
.detailsfloo .myorder .order .fl .loc {	width: 0.43rem;	height: 0.51rem;	background-color: red;	margin-right: 0.23rem;	background: url(../images/loc.png) no-repeat;	background-size: 100% 100%;}
.myorder .order .fl span {	font-size: .59rem;	vertical-align: middle;	font-weight: normal;	max-width: 9.5rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;}
.myorder_dex_sand .order .fl span {	font-size: 0.55467rem;}
.sinhert.setting .myorder .order .fl span {	margin-left: 0;}
.myorder .order .fr,.myorder .order .fl {	display: flex;	align-items: center;	justify-content: center;}
.myorder .order .fr form {	display: flex;	align-items: center;}
.myorder .order .fr a {	display: block;	overflow: hidden}
.myorder .order .fr span {	font-size: .59733rem;	color: #333;	float: left;}
.myorder .order .fr i {	margin-left: .32rem}
.my .content {	margin: 0}
.my .content .floor {	width: 15.146rem;	margin-left: .427rem;	margin-bottom: .427rem;	margin-top: .427rem;	border-radius: .213rem;}
.my .content .floor ul .fr {	float: right}
.my .content .floor ul li.br {	border-left: 0 !important}
.my .content .floor ul li.br:before {	content: "";	background-image: inherit !important}
.my .content .floor ul li {	position: relative;	float: left;	width: 20%;	text-align: center}
.my .content .floor ul li a {	padding: .853333rem 0;	display: block}
.my .content .floor li>a>span {	box-sizing: content-box;	background-color: #e23435;	border-radius: .277333rem;	font-size: .469333rem;	min-width: .298667rem;	max-width: .725333rem;	height: .554667rem;	padding: 0 .128rem;	line-height: .554667rem;	position: absolute;	left: 1.664rem;	top: .682667rem;	color: white;	overflow: hidden;}
.my .content .floor a>img {	width: 1.066667rem;	height: .896rem;}
.my .content .floor ul li a h2 {	font-size: .768rem;	font-weight: normal;	height: 1.36533rem;	line-height: 1.36533rem;	color: #e3110b}
.my .content .floor ul li a p {	font-size: .512rem;	margin-top: .21333rem;	color: #4c4c4c;	font-weight: normal}
.my .content .floor ul li a p.or:after {	content: "";	background-image: url(../images/or.png);	width: .17067rem;	height: .29867rem;	background-repeat: no-repeat;	position: absolute;	margin-top: .08533rem;	margin-left: .04267rem;	background-size: .17067rem}
.my .content .w3 {	width: inherit}
.my .content .w3 ul li {	width: 33.33333%}
.my .content .action {	background-image: url(../images/rb.png);	background-repeat: no-repeat;	background-position: 0 1.96267rem;	width: 100%;	background-size: 16rem}
.my .content .action ul li {	width: 25%}
.my .content .tyby {	background-image: inherit}
.setting .content .list7 {	background-color: inherit}
.setting .myorder .fl span {	font-size: .59733rem;	font-weight: normal}
.setting .he .order .fl {	position: relative}
.setting .he .order .fl .bridh {	background-image: url("../images/birdh.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.70667rem;	height: .87467rem;	position: absolute;	left: -.64rem;	bottom: 0rem}
.setting .he .order .fr {	margin-top: 0px}
.setting .he .order .fr .hendicon {	position: relative}
.setting .he .order .fr .hendicon span {	background-image: url("../images/bird.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.64267rem;	height: 1.00267rem;	position: absolute;	right: 0;	top: -.384rem}
.setting .he .order .fr .hendicon .around {	width: 2.688rem;	height: 2.688rem;	overflow: hidden;	-moz-border-radius: 50%;	-webkit-border-radius: 50%;	border-radius: 50%;	margin-top: .42667rem}
.setting .he .order .fr .hendicon .around img {	vertical-align: inherit;	width: 2.688rem;	height: 2.688rem;	object-fit: cover;}
.usercenter_my .content .csqxia ul li {	width: 20%}
.usercenter_my .content .csqxia ul li a span {	right: .32rem}
.normaseti .order .fl .w1 {	width: .81067rem;	height: .768rem}
.normaseti .order .fl .w2 {	width: .87467rem;	height: .81067rem}
.normaseti .order .fl .w3 {	width: .768rem;	height: .768rem}
.normaseti .order .fl .w4 {	width: .68267rem;	height: .59733rem}
.normaseti .order .fl .w5 {	width: .768rem;	height: .66133rem}
.normaseti .order .fl .w6 {	width: .768rem;	height: .768rem}
.normaseti .order .fl .w7 {	width: .81067rem;	height: .78933rem}
.normaseti .order .fl span {	position: absolute;	top: 0;	left: 1.74933rem;}
.storenav ul .red span {	color: #ff3b3b;}
.storenav ul .red i {	background-image: url("../images/d.png");	background-repeat: no-repeat;	background-size: cover}
.store_info .dis-box .comment ul li .red {	color: #ff3b3b;	float: left;}
.dp_clic .red {	background-position-x: -.42667rem}
.dp_myshin .content .floor ul li a {	padding: .256rem 0}
.killtime ul li.red h3,.killtime ul li.red p {	color: #ff3b3b}
.killtime .nowkill .fl {	color: #ff3b3b}
.killbg .fladri ul li a p .red {	color: #ff3b3b;	font-size: .46933rem}
.groutsearch .content30 .search {	width: 14.12267rem;	margin: 0 auto}
.groutsearch .content30 .search .inp {	float: left;	width: 12.37333rem}
.groutsearch .content30 .search .inp input {	width: 100%;	height: 100%;	height: 1.152rem;	border: 0;	outline: none;	background-color: #f8f8f8;	padding: 0 .21333rem;	font-size: .59733rem}
.groutsearch .content30 .search .ss {	float: right;	width: 1.74933rem;	background-color: #ec5151;	height: 1.152rem;	text-align: center}
.groutsearch .content30 .search .ss img {	width: .93867rem;	height: .93867rem;	margin-top: .10667rem}
.dic .similar-product-price .fr {	color: #666666;	margin-top: -.55467rem}
.detail .content .search span {	font-size: .725333rem;	padding: 0 1.06667rem;	cursor: pointer}
.detail .content .search .sxp {	font-weight: 600;	padding-bottom: .576rem;	color: #ff3b3b;}
.detailban .mslide {	min-height: 16rem;	width: 100%}
.detailban .mslide ul li a img {	height: 16rem;	width: 100%}
.de_font .fl {	width: 12.288rem}
.de_font .fl .similar-product-text {	height: 1.57867rem;	line-height: .78933rem}
.de_font .fr {	text-align: center;	margin-top: .3rem;	overflow: hidden;	border-left: .03rem solid #f5f5f5;	cursor: pointer}
.de_font .fr i {	background-image: url("../images/heart.png");	background-repeat: no-repeat;	background-size: cover;	width: .768rem;	height: .682rem;	display: block;	margin: 0 auto;	background-position-x: 0}
.de_font .fr .red {	background-image: url("../images/heart1.png");}
.de_font .fr span {	display: block;	margin-top: .21333rem;	font-size: .42667rem;	color: #666;}
.detailsfloo .myorder .order .fl span {	float: left;	font-size: .576rem}
.detailsfloo .myorder .order .fl span i {	color: #ff3b3b;	margin-left: .21333rem;}
.detailsfloo .myorder .order .fl .deta-coupon1 {	float: left;	font-size: .55rem;	max-width: 12.8rem;	white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;	color: #1f1f1f;	margin-left: .5rem;}
.detailsfloo .myorder .order .fl .firde {	font-size: .5546667rem;	color: #666;	margin-left: 0;}
.detailsfloo .myorder .order .fl .red {	color: #ec5151}
.detailsfloo .myorder .order .fr .gt {	background-image: url(../images/gt.png);	width: .59733rem;	height: .59733rem}
.detailsfloo .myorder .order .fr span i {	color: #ec5151}
.recommed .guesslike .likeshop ul li {	width: 5.034rem;	text-align: center;	margin: 0 .2rem .213rem 0;	border: .03rem solid #f3f3f3;}
.podee .cart-concert-btm .fl {	width: 50%;	display: block;	overflow: hidden}
.podee .cart-concert-btm .fl ul li {	float: left;	width: 50%;	position: relative;	text-align: center}
.podee .cart-concert-btm .fl ul li a {	display: block;}
.podee .cart-concert-btm .fl ul li a i {	width: .96rem;	height: .95333rem;	background-image: url("../images/kf-5.png");	background-repeat: no-repeat;	background-size: cover;	/*background-position-x:-.17067rem;*/	display: block;	margin: 0 auto;	position: relative;	top: .31667rem;	left: .08533rem}
.podee .cart-concert-btm .fl ul li a .gwc {	background-image: url("../images/cart-3.png");	left: 0}
.podee .cart-concert-btm .fl ul li a p {	font-size: .512rem}
.podee .cart-concert-btm .fl ul li a span {	background-color: rgba(217, 81, 99, 0.9);	border-radius: 50%;	font-size: 0.512rem;	width: .85333rem;	height: .85333rem;	display: block;	line-height: .85333rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	position: absolute;	left: 50%;	top: .04267rem;	color: white;	text-align: center;	z-index: 999;}
.podee .cart-concert-btm .fr {	width: 50%}
.podee .cart-concert-btm .fr ul li {	float: left;	width: 50%;	text-align: center}
.podee .cart-concert-btm .fr ul li a {	display: block;	height: 2.13333rem;	line-height: 2.13333rem;	color: white;	font-size: .59733rem}
.podee .cart-concert-btm .fr ul .o {	background-color: #ffb03f}
.podee .cart-concert-btm .fr ul .r {	background-color: #ff3b3b}
.spxq-ggcs ul .red {	color: #fff;	background: #ff3b3b;}
.shop-top-under .shulges .choic-sel .red {	color: white;	background: #ff3b3b;	border-color: #ff3b3b}
.box-lesc .diff_lrzy .f_crou_tim .red {	color: #e23435}
.red {	color: #ff3b3b}
.actionfooer .cart-concert-btm .fl {	width: 6.4rem;}
.actionfooer .cart-concert-btm .fr {	width: 9.5rem;}
.actionfooer .cart-concert-btm .fr ul .o {	width: 3.84rem;}
.actionfooer .cart-concert-btm .fr ul .r {	width: 5.66rem;}
.actionfooer .cart-concert-btm .fr ul li a {	line-height: .768rem;	padding-top: .34133rem}
.actionfooer .cart-concert-btm .fl ul li {	width: 2.133333rem;	height: 2.133333rem;}
.has-sold {	font-size: 0.469rem;	color: #999999;	float: right;}
.edit_gtfix .namephone .top .le {	width: 1.92rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	padding: .08533rem 0}
.packeg .fl {	line-height: 1.707rem;}
.packeg .fl h1 {	font-size: .597rem;	margin: 0;	font-weight: normal;	width: 12.37333rem;	line-height: 1.707rem;}
.packeg .fl h1 .bgnum {	color: #666;	margin-left: .213rem;}
.packeg .fl h1 span.bg {	background-image: url("../images/packeg.png");	background-repeat: no-repeat;	background-size: cover;	width: .597rem;	height: .597rem;	display: inline-block;	margin-right: .128rem}
.packeg .fl p {	font-size: .512rem;	color: #666666;	width: 11.47733rem}
.packeg .fl h1,.packeg .fl p {	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis}
.packeg .fr span {	color: #F39818;	font-size: .59733rem;	line-height: 1.707rem;}
.xx-list {	padding: .213rem 0;}
.xx-list p .red {	color: #ff3b3b;	font-weight: 600;}
.invoice .myorder .order .fl span {	margin-left: 0;	font-size: .555rem}
.invoice .myorder .order .fr span {	font-size: .512rem;	color: #333333}
.payit .fl {	line-height: .9rem;	height: 2.4rem;}
.payit .fl p {	font-size: .55467rem;	color: #ff3b3b;	font-weight: 600;}
.payit .fl p .pmo {	color: #333;	font-size: .64rem;}
.payit .fl .lastime {	color: #666666}
.payit .fr {	display: flex;}
.payit .fr a {	color: white;	font-size: .64rem;	text-align: center;	height: 2.4rem;	line-height: 2.4rem;	background-color: #ff3b3b;	display: block;	width: 4.27rem;	margin-left: .427rem;}
.allshoporder .fr span {	font-size: .59733rem}
.brandbanner .mslide {	height: 8rem;}
.brandbanner .mslide li {	padding: .427rem 0;	display: flex;	justify-content: space-around;}
.brandbanner .mslide ul li a {	overflow: hidden;	display: block;	float: left;	text-align: center;}
.brandbanner .mslide ul li a:first-child {	margin-left: 0}
.brandbanner .mslide ul li a img {	width: 4.864rem !important;	height: 4.864rem;	position: inherit}
.brandbanner .mslide ul li a p {	font-size: .512rem;}
.brandbanner .mslide ul li a .red {	color: #ff3b3b;	margin: 0.3rem 0;	font-weight: 600;}
.brandbanner .mslide ul li a .lineu {	color: #888888;	text-decoration: line-through}
.titb {	font-size: 0.597rem;	font-weight: normal;	border-bottom: .03rem solid #f5f5f5;	padding: .42667rem 0 .42667rem .64rem;	background-color: white;	border-radius: 0.213rem .213rem 0 0;}
.edit .myorder .order .fl span {	margin-left: 0}
.edit .myorder .order .fl input {	height: 1.89867rem;	outline: none;	width: 9.81333rem;	padding: 0 .21333rem;	font-size: .555rem;	color: #999;	border: 0}
.edit .myorder .order .fr .turnoff {	background-image: url("../images/turnoffuo.png");	background-repeat: no-repeat;	background-size: cover;	height: 1.06667rem;	width: 1.92rem;	margin-top: .34133rem;	background-position-x: -2.00533rem}
.edit .myorder .order .fr .turnup {	background-position-x: 0}
.ddmoney .fr {	font-size: .555rem;}
.debit .order .fl span {	margin: 0}
.debit .order .fr i {	margin-top: .49067rem}
.otherpay .order .fl span {	margin: 0}
.otherpay .order .fr i {	margin-top: .49067rem}
.teuse .red {	color: #ff3b3b}
.losepay .red {	font-size: .768rem;	color: #ff3b3b;	text-align: center;	padding: .64rem 0}
.completionpay .heses .ddnum .red {	color: #ff3b3b}
.head_acc ul .red a {	color: #FF3B3B;	font-size: .768rem;}
.allpion .fll_acc.new {	padding: .427rem .64rem;}
.allpion .fll_acc.new li {	color: #808080;	font-size: .512rem;}
.fll_acc.new .orderid-h {	width: 3.2rem;}
.fll_acc ul li .red {	color: #ff3b3b;}
.loginsignup .content .newsset img {	width: .85333rem;	height: .85333rem}
.settingnews .myorder .order .fr .turnoff {	background-image: url("../images/turnsq.png");	background-repeat: no-repeat;	background-size: cover;	width: 2.47467rem;	height: 1.17333rem;	margin-top: .42667rem;	background-position-x: 0}
.settingnews .myorder .order .fr .xmove {	background-position-x: -2.47467rem}
.settingnews .myorder .order .fl span {	margin-left: 0}
.application-record ul li .red {	color: #ff3b3b;}
.fil_all_comm ul .red {	color: #ff3b3b}
.fil_all_comm ul .red a {	color: #ff3b3b}
.screen_wi .content .search {	width: 10.66667rem;}
.list-se-all .myorder .order .fl span {	margin-left: 0}
.two-related .myorder .order .fr {	margin-top: .21333rem}
.classreturn .content .suce_ok a {	display: block}
.two-bothshop ul .red {	color: #ff3b3b;	border-bottom: .0427rem solid #ff3b3b;}
.severde .myorder .order .fl span {	margin-left: 0;	font-size: .64rem;	font-family: "黑体"}
.severde .myorder .order .fr span.red {	color: #ff3b3b;	font-size: .59733rem;	font-family: "黑体"}
.xomjdche .red {	border-color: #ff3b3b}
.returntolist .list-top-re .red {	color: #ff3b3b}
.tit-flash-sale ul .red :after {	content: '';	position: absolute;	width: 1.066rem;	height: .0853rem;	border-radius: .0427rem;	bottom: 0;	left: 50%;	transform: translateX(-50%);	background: #ff3b3b;}
.tit2-flash-sale ul .red {	border-bottom: 0}
.tit2-flash-sale ul .red span {	color: white;	background-color: #eb3133}
.omgbag .whfon2 .red {	color: #eb3133}
.mytit_flash ul .red a {	color: #ff3b3b}
.mypackeg .packeg .fl h1 {	width: 10.66667rem}
.mypackeg .packeg .fl h1 span.bg {	background-image: url(../images/ty.png);	background-size: .597rem .597rem;}
.mypackeg .packeg .fl h1 span.zy {	background-image: url(../images/zy.png);	background-size: .81067rem}
.mypackeg .packeg .fl p {	width: 10.66667rem}
.shop-mfive.p {	border-bottom: 0.03rem solid #f3f3f3;}
.price-alln .red {	color: #ff3b3b;	font-size: .597rem;	font-weight: 600;}
.top-detailstore .de-butt-ygz .payclos .red {	background-position-x: -.42667rem}
.leve-trhee ul li .red {	color: #e23030}
.sinhert .content .floor ul li a h2 {	color: inherit}
.fill-orderlist .shopprice .price_or p.red {	color: #ff3b3b}
.invoice .myorder .order .fr span.setalit {	line-height: 1.74933rem;	margin-top: 0}
.invoice .myorder .order .fl span.couponssl {	background: #da1d1d;	font-size: .512rem;	color: white;	padding: .08533rem .21333rem;	margin-left: .42667rem}
.fillpay .fl {	float: right;	line-height: 2.4rem;	margin-right: 1.06667rem}
.classreturn .content .mess img {	width: .93867rem;	height: .93867rem}
.dinaot .red {	float: right;	font-size: .55467rem}
.wuliumess .time {	font-size: .55467rem;	color: #666666;	margin-left: .93867rem;	padding: .42667rem 0;	clear: both}
.shijefu .butna .red {	border-color: #e23435;}
.pjiscion ul .red {	color: #ff3b3b;	border-bottom: .028rem solid #ff3b3b;	padding-bottom: .42667rem}
.overdeta .wuliumess .time {	font-size: .55467rem;	color: #666666;	margin-left: .93867rem;	padding: .42667rem 0;	clear: both}
.comnes a.red {	margin-top: .64rem;	width: 100%;	height: 1.28rem;	text-align: center;	line-height: 1.28rem;	border: 1px solid #e23435;	border-radius: .128rem;	display: block}
.seravetype .fuwxbo .red {	border: .0213rem solid #ff3b3b;}
.zblikbo .qhsxix .myorder .order .fl span {	margin-left: 0}
.p_zyfb .red {	color: #ff3b3b;	border-color: #ff3b3b}
.custer .content .menu a {	display: inline-block;	margin-left: 1.06667rem}
.screen_wi_loc .content .search {	width: 10.64533rem;	margin-left: -1.38667rem}
.desupp .fr {	float: none;	margin: 0 auto;	width: 2.13333rem;	height: 2.13333rem;	border: 1px solid #dedede;	border-radius: 50%;	-moz-box-shadow: 0 1px 1px #000;	-webkit-box-shadow: 0 1px 1px #000;	box-shadow: 0 1px 1px #000}
.desupp .fr i {	margin-top: .32rem}
.desupp .fr span {	margin: 0 auto;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	margin-top: .10667rem}
.la_q_q .time {	font-size: .59733rem;	color: #999999}
.newallshoporder .fr a {	color: #e23435;	font-size: .59733rem}
.newallshoporder .fr .spea {	color: #333;	font-size: .512rem;	border-right: 1px solid #bbbbbb;	margin-right: .21333rem;	padding-right: .21333rem}
.newallshoporder .fr .tycor {	width: .64rem;	height: .64rem;	background-position: -3.66933rem -.10667rem;	margin-left: .21333rem}
.group_ord .sc_list .deleshow .prices .sc_pri .m {	font-size: .512rem;	vertical-align: bottom}
.newcarfoo .payit .fl .lastime {	color: #666666;	font-weight: normal}
.z-Package-cont .fr span {	display: inline-block;	margin-right: 2.24rem;	border: 0px;	line-height: 1.92rem;	font-size: 0.64rem;	text-align: right;}
.z-Package-cont .fr .Package-cont-icon {	display: block;	position: absolute;	height: 0.5973rem;	width: 0.8533rem;	top: 0.6826rem;	right: 0.704rem;	background: url(../images/z-xiugai.png)no-repeat;	background-size: 100% 100%;}
.fr .z-toggle .z-tarck {	-webkit-transition-timing-function: ease-in-out;	-moz-transition-timing-function: ease-in-out;	transition-timing-function: ease-in-out;	-webkit-transition-duration: 0.2s;	-moz-transition-duration: 0.2s;	transition-duration: 0.2s;	-webkit-transition-property: background-color, border;	-moz-transition-property: background-color, border;	transition-property: background-color, border;	display: inline-block;	box-sizing: border-box;	width: 2.176rem;	height: 1.386rem;	border: .0427rem solid #F3F3F3;	border-radius: 50px;	background-color: #fff;	content: ' ';	cursor: pointer;}
.package-pop .package-pop-select .fr {	color: #ea3524;}
.details-list-wrap .invoice .myorder .order .fr span {	color: #999999;}
.details-list-wrap .myorder .order .fr {	margin-top: 0.3533rem;}
.z-monry .z-monry-cont .fl {	font-size: 0.5546rem;	color: #848484;	margin: 0.576rem 0 0.1066rem 0;}
.z-monry .z-monry-cont .fr {	font-size: 0.5546rem;}
.z-monry .z-monry-cont .fr a {	color: #dd2924;	margin: 0.576rem 0 0.1066rem 0;	display: block;}
.z-dispatching .fl {	font-size: 0.555rem;	height: 0.896rem;	line-height: 0.896rem;}
.z-dispatching .fr .dispatching-checkbox input {	display: none;}
.z-dispatching .fr .dispatching-checkbox .dispatching-cont {	display: inline-block;	box-sizing: border-box;	content: ' ';	cursor: pointer;	border: .0427rem solid #F3F3F3;	border-radius: 50px;	width: 0.896rem;	height: 0.896rem;}
.z-dispatching .fr .dispatching-checkbox .z-dispatching-cheng {	background: #FF403C url(../images/z-chengs.png) no-repeat 0.128rem 0.1706rem;	background-size: 70% 60%;	border: solid 2px #FF403C;}
.invoice .myorder .order .fl p {	font-size: 0.5546rem;	color: #cacaca;	font-weight: 100;	line-height: 0.6826rem;	margin-bottom: 0.7466rem}
.invoice .myorder .order .fl p i {	margin-left: 1.1733rem;}
.invoice .myorder .order .fr .invoice-Mright {	font-size: 0.64rem;}
.coupon-select .conpon-content .fr i {	margin-top: .59733rem;	margin-left: .21333rem;}
.deta-coulist .fl {	background: url(../images/deta-coubj.png) center center no-repeat;	width: 4.608rem;	height: 3.072rem;	color: #fff;	text-align: center;	background-size: cover;	position: relative;}
.deta-coulist .fl span {	display: inline-block;	font-size: 0.64rem;	margin: 0.384rem 0 0.256rem 0;}
.deta-coulist .fl span b {	font-size: .84rem;}
.deta-coulist .fl em {	display: block;	font-size: 0.512rem;}
.deta-coulist .fr {	width: 64%;	font-size: 0.597334rem;}
.deta-coulist .fr p {	line-height: 0.768rem;	margin-top: 0.128rem;	text-align: justify;	margin-top: .1;	height: 1.536rem;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 2;	overflow: hidden;}
.deta-coulist .fr span {	display: block;	margin-top: 0.256rem;}
.deta-coulist .fr span i {	font-size: 0.512rem;	color: #666;	line-height: 1.28rem;	display: inline-block;}
.deta-coulist .fr span a {	padding: 0.256rem 0.512rem;	background: url(../images/deta-coubj.png) center center no-repeat;	border-radius: 0.64rem;	color: #fff;	background-size: 110%;	float: right;}
.new-pople-1 .alter-center {	margin: 0 auto;	margin-top: 3.754rem;	position: relative;	z-index: 99;}
.new-pople-1 .bg-ams {	background: url("../images/hongbao-1.png") no-repeat;	background-size: 100%;	width: 11.712rem;	height: 12.949rem;	margin: 0 auto;}
.new-pople-1 .ul-1 {	position: absolute;	top: 0;	width: 100%;	margin-top: 6.18rem;}
.new-pople-1 .ul-1 .li-1 {	display: block;	margin: 0 auto;	width: 9.173rem;	height: 1.962rem;	background: #f5d36a;	margin-bottom: 0.32rem;	border-radius: 5px;	display: flex;	align-items: center;}
.new-pople-1 .ul-1 .li-gitl {	height: 4.564rem;}
.new-pople-1 .ul-1 .li-1 span {	width: 8.874rem;	height: 1.7066rem;	display: block;	margin: 0 auto;	border: 1px solid #ee4e53;	border-radius: 5px;	font-size: 0.64rem;	line-height: 1.7066rem;	text-align: center;	color: #e4343a;}
.new-pople-1 .ul-1 .li-1 span b {	font-size: 1.024rem;	margin: 0 0.32rem;}
.new-pople-1 .ul-1 .button-1 {	background: url("../images/button-1.png") no-repeat;	background-size: 100%;	width: 5.4613rem;	height: 1.74933rem;	margin: 0 auto;}
.new-pople-1 .ul-1 .dax-1 {	background: url("../images/dax-1.png") no-repeat;	background-size: 100%;	width: 1.2373rem;	height: 1.2373rem;	margin: 0 auto;	margin-top: 1.8346rem;}
.ol-tabs li.red {	color: #ff3b3b;}
.secondkill .time .lightning .hms {	color: #ff3131;	width: 2.4173333rem;	height: 100%;	line-height: .64rem;	text-align: center;}
.mslide {	position: relative;	overflow: hidden}
.mslide ul {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%}
.mslide li {	list-style: none;	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%}
.mslide li:first-child {	z-index: 1}
.mslide li a {	display: block;}
.mslide li img {	position: absolute;	left: 0;	top: 0;	width: 100% !important;	height: 6.4rem;	border: none;	object-fit: cover;}
.mslide .dot {	position: absolute;	right: .21333rem;	bottom: .21333rem;	z-index: 5;	font-size: 0}
.mslide .dot span {	display: inline-block;	width: .21333rem;	height: .21333rem;	margin-left: .21333rem;	border: 2px solid #fff;	border-radius: 50%}
.mslide .dot .cur {	background-color: #fff}
.after_login {	width: 1.024rem;	height: 1.024rem}
.classreturn .content .return {	position: absolute;	left: .42667rem}
.classreturn .content .return a {	overflow: hidden;	display: block}
.classreturn .content .return a img {	width: 1.067rem;}
.shopkill ul li .img {	float: left;	position: relative;	width: 5.26933rem;	height: 4.88533rem}
.shopkill ul li .img img {	width: 5.26933rem;	height: 4.88533rem}
.detailban .mslide {	min-height: 16rem;	width: 100%}
.detailban .mslide ul li a img {	height: 16rem;	width: 100%}
.detailsfloo .myorder .order .fr .gt {	background-image: url(../images/gt.png);	width: .59733rem;	height: .59733rem}
.brandbanner .mslide {	height: 8rem;}
.brandbanner .mslide li {	padding: .427rem 0;	display: flex;	justify-content: space-around;}
.brandbanner .mslide ul li a {	overflow: hidden;	display: block;	float: left;	text-align: center;}
.brandbanner .mslide ul li a:first-child {	margin-left: 0}
.brandbanner .mslide ul li a img {	width: 4.864rem !important;	height: 4.864rem;	position: inherit}
.brandbanner .mslide ul li a p {	font-size: .512rem;}
.brandbanner .mslide ul li a .red {	color: #ff3b3b;	margin: 0.3rem 0;	font-weight: 600;}
.brandbanner .mslide ul li a .lineu {	color: #888888;	text-decoration: line-through}
.allpion .fll_acc.new {	padding: .427rem .64rem;}
.allpion .fll_acc.new li {	color: #808080;	font-size: .512rem;}
.fll_acc.new .orderid-h {	width: 3.2rem;}
.clearfix {	zoom: 1}
.floor {	overflow: hidden}
.banner img {	width: 100%}
.secondkill .time .lightning .red {	height: 100%;	line-height: .64rem;	font-size: .46933rem;	text-align: center;	width: 1.7066667rem;	background-color: #ff3131;	color: #fff;}
.guesslike .likeshop {	background-color: #f5f5f5;	overflow: hidden;}
.guesslike ul li {	float: left;	width: 7.36rem;	height: 10.88rem;	margin: 0.427rem 0 0 0.427rem;	border-radius: .213rem;	background: #fff;}
.guesslike ul li:nth-child(2n) {	margin-right: 0;}
.guesslike ul li:nth-child(2n+1) .similer-product {	float: right}
.guesslike ul li:nth-child(2n) .similer-product {	float: left}
.guesslike ul li .similer-product {	position: relative;	background-color: #fff;	clear: both;	overflow: hidden;	display: block;	padding-bottom: .22667rem;	width: 100%;	height: 10.667rem;	border-radius: .213rem;}
.guesslike ul li .similer-product a {	display: block;}
.guesslike ul li .similer-product .simidibl {	display: block}
.guesslike ul li .similer-product img {	width: 100%;	display: block;	border-radius: .213rem .213rem 0 0;}
.guesslike .add {	text-align: center;	font-size: .55467rem;	background: #f0f2f5;	border-top: 1px solid #dedede;	height: 1.23733rem;	line-height: 1.23733rem;	cursor: pointer}
.mslide {	position: relative;	overflow: hidden}
.mslide ul {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%}
.mslide li {	list-style: none;	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%}
.mslide li:first-child {	z-index: 1}
.mslide li a {	display: block;}
.mslide li img {	position: absolute;	left: 0;	top: 0;	width: 100% !important;	height: 6.4rem;	border: none;	object-fit: cover;}
.mslide .dot {	position: absolute;	right: .21333rem;	bottom: .21333rem;	z-index: 5;	font-size: 0}
.mslide .dot span {	display: inline-block;	width: .21333rem;	height: .21333rem;	margin-left: .21333rem;	border: 2px solid #fff;	border-radius: 50%}
.mslide .dot .cur {	background-color: #fff}
.similar-product-text {	display: block;	padding: 0 0.213rem;	text-align: left;	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;	font-size: 0.555rem;	color: #333;	line-height: 0.768rem;}
.similar-product-price {	color: #ff3b3b;	font-size: .427rem;	display: block;	padding: 0 .21333rem;	position: relative;	height: .55467rem;	line-height: .55467rem;	margin-top: .1rem;	font-weight: 600;	display: flex;	align-items: baseline;}
.similar-product-price .big-price {	font-size: .597rem;}
.similar-product-price .small-price {	vertical-align: text-top}
.similar-product-price .guess-button {	display: block;	position: absolute;	top: -.1rem;	right: .21333rem;	text-align: center;	color: #686868;	font-size: .55467rem;	width: 2.13333rem;	height: .75867rem;	line-height: .75867rem;	border: 1px solid #bfbfbf;}
.similar-product-price .dele-button {	right: 2.66667rem;}
.classreturn .content .return {	position: absolute;	left: .42667rem}
.classreturn .content .return a {	overflow: hidden;	display: block}
.classreturn .content .return a img {	width: 1.067rem;}
.classlist .fl ul .red a {	color: #ff3b3b;}
.my .content .floor {	width: 15.146rem;	margin-left: .427rem;	margin-bottom: .427rem;	margin-top: .427rem;	border-radius: .213rem;}
.my .content .floor ul .fr {	float: right}
.my .content .floor ul li.br {	border-left: 0 !important}
.my .content .floor ul li.br:before {	content: "";	background-image: inherit !important}
.my .content .floor ul li {	position: relative;	float: left;	width: 20%;	text-align: center}
.my .content .floor ul li a {	padding: .853333rem 0;	display: block}
.my .content .floor li>a>span {	box-sizing: content-box;	background-color: #e23435;	border-radius: .277333rem;	font-size: .469333rem;	min-width: .298667rem;	max-width: .725333rem;	height: .554667rem;	padding: 0 .128rem;	line-height: .554667rem;	position: absolute;	left: 1.664rem;	top: .682667rem;	color: white;	overflow: hidden;}
.my .content .floor a>img {	width: 1.066667rem;	height: .896rem;}
.my .content .floor ul li a h2 {	font-size: .768rem;	font-weight: normal;	height: 1.36533rem;	line-height: 1.36533rem;	color: #e3110b}
.my .content .floor ul li a p {	font-size: .512rem;	margin-top: .21333rem;	color: #4c4c4c;	font-weight: normal}
.my .content .floor ul li a p.or:after {	content: "";	background-image: url(../images/or.png);	width: .17067rem;	height: .29867rem;	background-repeat: no-repeat;	position: absolute;	margin-top: .08533rem;	margin-left: .04267rem;	background-size: .17067rem}
.storenav {	background-color: #fff;	border-bottom: 1px solid #f8f8f8}
.storenav ul li {	float: left;	padding: 0 .21333rem;	color: #666;	font-size: .59733rem;	width: 33.33333%;	position: relative;	text-align: center;	height: 1.92rem;	line-height: 1.92rem}
.storenav ul li>a {	color: #666;	font-size: .59733rem}
.storenav ul li>a>span {	color: #333;}
.storenav ul li span {	padding-right: .21333rem;	cursor: pointer}
.storenav ul li i {	position: absolute;	background-image: url("../images/dg.png");	background-repeat: no-repeat;	background-size: cover;	width: .34133rem;	height: .192rem;	top: .896rem}
.storenav ul .red span {	color: #ff3b3b;}
.storenav ul .red i {	background-image: url("../images/d.png");	background-repeat: no-repeat;	background-size: cover}
.store_info .dis-box .comment ul li .red {	color: #ff3b3b;	float: left;}
.store_info .dis-box .baokaun .shop ul li a .similer-product img {	width: 4.693rem;	height: 4.693rem;}
.dp_head {	margin-top: .426667rem;	width: 16rem;	height: 2.56rem;}
.topa {	height: 1.87733rem;}
.dp_head .dp_logo {	float: left;	width: 3.62667rem;	height: 1.706666rem;	margin: .426667rem 0;	overflow: hidden;}
.dp_head .dp_logo>img {	width: 100%;	height: 100%;}
.dp_dis {	float: left;	width: 10.53867rem;	margin-left: .512rem;	margin-top: .32rem;}
.dp_dis .dp_dis_s span {	font-size: .68267rem;	display: inline-block;	width: 8.192rem;	white-space: nowrap;	text-overflow: ellipsis;	overflow: hidden}
.dp_dis .dp_dis_s i {	background: url(../images/b_r.png) no-repeat;	width: .704rem;	height: .68267rem;	background-size: cover;	display: inline-block;	vertical-align: middle;	margin-left: .17067rem}
.dp_clic {	float: right;	width: 2.88rem;	height: 1.23733rem;	margin-top: .213333rem;	text-align: center;	line-height: 1.23733rem;	border-radius: .128rem;	border: 1px solid #aaa;}
.dp_clic i {	background-image: url(../images/heart.png);	background-repeat: no-repeat;	background-size: .85333rem;	width: .42667rem;	height: .42667rem;	display: inline-block;	margin-right: .128rem;	background-position-x: 0;	vertical-align: middle}
.dp_clic .red {	background-position-x: -.42667rem}
.dp_clic span {	color: #444444;	font-size: .59733rem}
.dp_myshin .content .floor ul li a {	padding: .256rem 0}
.dp_mb0 {	margin-bottom: 0 !important}
.dp_mb0 ul li {	padding-bottom: 0}
.dp_mb0 ul li:nth-child(1),.dp_mb0 ul li:nth-child(2) {	padding-top: 0}
.store_nav {	background: white;	border-top: 1px solid #e8e8e8}
.store_nav li {	font-family: "黑体";	float: left;	width: 33.33333%;	font-size: .64rem;	text-align: center;	height: 1.92rem;	line-height: 1.92rem;	border-left: 1px solid #e8e8e8}
.store_nav li:first-child {	border-left: 0}
.store_nav li .n a {	display: block;	color: #666666}
.store_nav li .n img {	width: .512rem}
.killtime ul li.red h3,.killtime ul li.red p {	color: #ff3b3b}
.shopkill ul li .fon .similar-product-text {	height: 1.28rem;	font-size: .46933rem}
.killbg .fladri ul li a p .red {	color: #ff3b3b;	font-size: .46933rem}
.groupquess .likeshop {	background-color: white}
.groupquess ul li a .similer-product img {	width: 7.232rem;	height: 7.59467rem}
.groupquess .similar-product-price .guess-button {	width: 1.06667rem;	height: 1.06667rem;	line-height: 1.06667rem;	background-color: #f02b2b;	color: white;	margin-top: -.64rem;	border-radius: .128rem}
.dic ul li a .similer-product img {	width: 5.33rem;	height: 5.33rem;	object-fit: cover;	display: inline-block;	position: absolute;	left: 0;	top: 0;}
.dic .similar-product-price .fr {	color: #666666;	margin-top: -.55467rem}
.dic .likeshop {	background-color: #f5f5f5;}
.detailban .mslide {	min-height: 16rem;	width: 100%}
.detailban .mslide ul li a img {	height: 16rem;	width: 100%}
.de_font .fl .similar-product-text {	height: 1.57867rem;	line-height: .78933rem}
.de_font .fr .red {	background-image: url("../images/heart1.png");}
.detailsfloo .myorder .order .fl .red {	color: #ec5151}
.detailsfloo .myorder .order .fr .gt {	background-image: url(../images/gt.png);	width: .59733rem;	height: .59733rem}
.recommed .guesslike .likeshop {	background-color: #fff}
.recommed .guesslike .likeshop ul li {	width: 5.034rem;	text-align: center;	margin: 0 .2rem .213rem 0;	border: .03rem solid #f3f3f3;}
.recommed .guesslike .likeshop ul li:last-child {	margin-right: 0;}
.recommed .guesslike .likeshop ul li a .similer-product img {	width: 100%;	height: auto;	display: block;}
.recommed .guesslike .likeshop ul li a .similer-product .similar-product-price {	text-align: left}
.recommed .guesslike .likeshop ul li:nth-child(2n+1) {	padding-right: 0}
.recommed .guesslike .likeshop ul li:nth-child(2n) {	padding-left: 0}
.spxq-ggcs ul .red {	color: #fff;	background: #ff3b3b;}
.choose_shop_aready .shopprice .fon_or .similar-product-text {	font-size: .64rem;	margin-top: 0.10667rem;	height: 1.536rem;	line-height: .768rem;	margin-bottom: 1rem;}
.shop-top-under .shulges .choic-sel .red {	color: white;	background: #ff3b3b;	border-color: #ff3b3b}
.box-lesc .diff_lrzy .f_crou_tim .red {	color: #e23435}
.red {	color: #ff3b3b}
.xx-list p .red {	color: #ff3b3b;	font-weight: 600;}
.sc_list .deleshow .deletes .similar-product-text {	width: 9rem;	padding: 0;	height: 1.9rem;}
.brandbanner .mslide {	height: 8rem;}
.sw-bullet li.active {	background-color: red;	width: 2rem;	height: 2rem;}
.brandbanner .mslide li {	padding: .427rem 0;	display: flex;	justify-content: space-around;}
.brandbanner .mslide ul li a {	overflow: hidden;	display: block;	float: left;	text-align: center;}
.brandbanner .mslide ul li a:first-child {	margin-left: 0}
.brandbanner .mslide ul li a img {	width: 4.864rem !important;	height: 4.864rem;	position: inherit}
.brandbanner .mslide ul li a p {	font-size: .512rem;}
.brandbanner .mslide ul li a .red {	color: #ff3b3b;	margin: 0.3rem 0;	font-weight: 600;}
.brandbanner .mslide ul li a .lineu {	color: #888888;	text-decoration: line-through}
.jd_listaddless .maleri30 {	overflow: hidden}
.teuse .red {	color: #ff3b3b}
.losepay .red {	font-size: .768rem;	color: #ff3b3b;	text-align: center;	padding: .64rem 0}
.completionpay .heses .ddnum .red {	color: #ff3b3b}
.allaccounted .maleri30 {	position: relative;	padding-top: 1.87733rem;}
.maleri30 .head_acc {	position: fixed;	top: 1.87733rem;	width: 15.146rem;	background: #fff;	margin-top: 0;}
.head_acc ul .red a {	color: #FF3B3B;	font-size: .768rem;}
.fll_acc ul li .red {	color: #ff3b3b;}
.application-record ul li .red {	color: #ff3b3b;}
.search_list_dump ul li {	width: 20%}
.search_list_dump ul li .pr {	background-image: url("../images/sxjt.png");	background-repeat: no-repeat;	background-size: cover;	background-size: 1.024rem;	height: .46933rem;	top: .74667rem;	background-position-x: 0}
.search_list_dump ul li .bpr1 {	background-position-x: -.34133rem}
.search_list_dump ul li .bpr2 {	background-position-x: -.68267rem}
.search_list_dump ul li .fitter {	background-image: url("../images/xx.png");	background-repeat: no-repeat;	background-size: cover;	width: .512rem;	height: .55467rem;	top: .72533rem}
.search_list_dump ul li .listorimg {	background-image: url("../images/listo.png");	background-repeat: no-repeat;	background-size: cover;	background-size: 1.70667rem;	width: .85333rem;	height: .85333rem;	top: .55467rem}
.search_list_dump ul li .listorimg.orimg {	background-position-x: -.85333rem}
.addimgchan .orderlistshpop {	width: 50%;	float: left}
.addimgchan .maleri30 {	margin: 0 .21333rem}
.addimgchan .se_sclist .shopimg {	float: none;	text-align: center}
.addimgchan .se_sclist .shopimg img {	width: 100%;	height: auto}
.addimgchan .se_sclist .deleshow {	width: 100%;	padding: 0 .427rem;}
.addimgchan .se_sclist .deleshow .deletes .similar-product-text {	width: 100% !important;}
.fil_all_comm ul .red {	color: #ff3b3b}
.fil_all_comm ul .red a {	color: #ff3b3b}
.se_sclist .deleshow .deletes .similar-product-text {	width: 6.93rem;}
.two-bothshop ul .red {	color: #ff3b3b;	border-bottom: .0427rem solid #ff3b3b;}
.mandplea .deleshow .deletes .similar-product-text {	height: .61867rem;	-webkit-line-clamp: 1}
.severde .myorder .order .fr span.red {	color: #ff3b3b;	font-size: .59733rem;	font-family: "黑体"}
.xomjdche .red {	border-color: #ff3b3b}
.returntolist .list-top-re .red {	color: #ff3b3b}
.attention-shoppay .orderlistshpop {	background-color: white;	width: 15.146rem;	margin-left: .427rem;	margin-top: 0.427rem;}
.tit-flash-sale ul .red :after {	content: '';	position: absolute;	width: 1.066rem;	height: .0853rem;	border-radius: .0427rem;	bottom: 0;	left: 50%;	transform: translateX(-50%);	background: #ff3b3b;}
.tit2-flash-sale ul .red {	border-bottom: 0}
.tit2-flash-sale ul .red span {	color: white;	background-color: #eb3133}
.omgbag .whfon2 .red {	color: #eb3133}
.mytit_flash ul .red a {	color: #ff3b3b}
.shop-mfive.p {	border-bottom: 0.03rem solid #f3f3f3;}
.price-alln .red {	color: #ff3b3b;	font-size: .597rem;	font-weight: 600;}
.top-detailstore .de-butt-ygz .payclos .red {	background-position-x: -.42667rem}
.leve-trhee ul li .red {	color: #e23030}
.sinhert .content .floor ul li a h2 {	color: inherit}
.fill-orderlist .shopprice .price_or p.red {	color: #ff3b3b}
.customer-messa .maleri30 {	position: relative;	overflow: hidden}
.dinaot .red {	float: right;	font-size: .55467rem}
.shijefu .butna .red {	border-color: #e23435;}
.mae .maleri30 {	margin: 0;}
.pjiscion ul .red {	color: #ff3b3b;	border-bottom: .028rem solid #ff3b3b;	padding-bottom: .42667rem}
.oversetimh .maleri30 {	margin-right: .64rem}
.liaxkf .maleri30 {	margin: 0 1.06667rem}
.liaxkf .maleri30 a {	display: block;	font-size: .55467rem;	color: #333;	font-family: "黑体";	border: 1px solid #c2c2c2;	text-align: center;	padding: .21333rem 0;	border-radius: .128rem}
.comnes a.red {	margin-top: .64rem;	width: 100%;	height: 1.28rem;	text-align: center;	line-height: 1.28rem;	border: 1px solid #e23435;	border-radius: .128rem;	display: block}
.seravetype .fuwxbo .red {	border: .0213rem solid #ff3b3b;}
.p_zyfb .red {	color: #ff3b3b;	border-color: #ff3b3b}
.hiradio .deleshow .similar-product-text {	width: 9.17333rem !important}
.askget .item_ask_2 a.n {	margin-right: .64rem}
.degree_goods .deleshow .deletes .similar-product-text {	line-height: .85333rem;	height: 1.70667rem;	width: 8.96rem;	margin-top: 0}
.no_service .status {	font-size: .768rem;	color: #e23435;	float: right}
.orderlistshpop .radio i,.radio .checkFull i {	width: .853rem;	height: .853rem;	background-position: 0 0;	background-image: url(../images/nocheck.png);	background-size: .853rem .853rem;}
.orderlistshpop .check_t i,.radio .checkFull.check_t i {	width: 0.853rem;	height: 0.853rem;	background-image: url(../images/ischeck.png);}
.group_ord .sc_list .deleshow .deletes .similar-product-text {	line-height: .768rem;	height: 1.62133rem;	margin-top: 0;	margin-bottom: 0}
.z-select-wrap .z-select-title .maleri30 {	font-size: .64rem;}
.search_pro i {	background: url("../images/search.png") no-repeat;	background-size: 0.64rem 0.64rem;	width: 0.64rem;	height: 0.64rem;	position: absolute;	left: 0.554667rem;	top: 0.256rem;}
.ol-tabs li.red {	color: #ff3b3b;}
.guesslike ul li .similer-product img {	width: 100%;	display: block;	border-radius: .213rem .213rem 0 0;}
.des-mes .similar-pro-text {	margin: .213rem 0 .2131rem 0;	line-height: .64rem;	height: .64rem;	display: block;	font-size: .47rem;	color: #999;	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;}
.recommed .guesslike .likeshop ul li {	width: 5.034rem;	text-align: center;	margin: 0 .2rem .213rem 0;	border: .03rem solid #f3f3f3;}
.xx-list {	padding: .213rem 0;}
.payallb .alllef .radio .all {	font-size: .55467rem;	position: relative;	margin-left: .21333rem}
.titb {	font-size: 0.597rem;	font-weight: normal;	border-bottom: .03rem solid #f5f5f5;	padding: .42667rem 0 .42667rem .64rem;	background-color: white;	border-radius: 0.213rem .213rem 0 0;}
.edit_c .all_c .all {	font-size: .55467rem;	position: relative;	top: .08533rem}
.action-af {	background-position: -5.67467rem 0;	height: .512rem;	width: .704rem;	background-size: 13.20533rem}
.similar-product-text {	display: block;	padding: 0 0.213rem;	text-align: left;	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;	font-size: 0.555rem;	color: #333;	line-height: 0.768rem;}
.g4 {	background-color: #f5f5f5}
.shopkill ul li .fon .similar-product-text {	height: 1.28rem;	font-size: .46933rem}
.de_font .fl .similar-product-text {	height: 1.57867rem;	line-height: .78933rem}
.choose_shop_aready .shopprice .fon_or .similar-product-text {	font-size: .64rem;	margin-top: 0.10667rem;	height: 1.536rem;	line-height: .768rem;	margin-bottom: 1rem;}
.enkecor {	font-size: .55467rem;	text-align: center;	color: #888;	padding: .25rem .24rem .4rem;	clear: both}
.sc_list .deleshow .deletes .similar-product-text {	width: 9rem;	padding: 0;	height: 1.9rem;}
.jd_listaddless .maleri30 {	overflow: hidden}
.allaccounted .maleri30 {	position: relative;	padding-top: 1.87733rem;}
.maleri30 .head_acc {	position: fixed;	top: 1.87733rem;	width: 15.146rem;	background: #fff;	margin-top: 0;}
.addimgchan .maleri30 {	margin: 0 .21333rem}
.addimgchan .se_sclist .deleshow .deletes .similar-product-text {	width: 100% !important;}
.se_sclist .deleshow .deletes .similar-product-text {	width: 6.93rem;}
.mandplea .deleshow .deletes .similar-product-text {	height: .61867rem;	-webkit-line-clamp: 1}
.mytit_flash .addset-h li {	width: 2.944rem;	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;}
.mytit_flash .addset-h {	width: 200%;}
.shop-mfive.p {	border-bottom: 0.03rem solid #f3f3f3;}
.customer-messa .maleri30 {	position: relative;	overflow: hidden}
.mae .maleri30 {	margin: 0;}
.oversetimh .maleri30 {	margin-right: .64rem}
.liaxkf .maleri30 {	margin: 0 1.06667rem}
.liaxkf .maleri30 a {	display: block;	font-size: .55467rem;	color: #333;	font-family: "黑体";	border: 1px solid #c2c2c2;	text-align: center;	padding: .21333rem 0;	border-radius: .128rem}
.hiradio .deleshow .similar-product-text {	width: 9.17333rem !important}
.degree_goods .deleshow .deletes .similar-product-text {	line-height: .85333rem;	height: 1.70667rem;	width: 8.96rem;	margin-top: 0}
.no_service .status {	font-size: .768rem;	color: #e23435;	float: right}
.group_ord .sc_list .deleshow .deletes .similar-product-text {	line-height: .768rem;	height: 1.62133rem;	margin-top: 0;	margin-bottom: 0}
.goods-item-p .item-name {	font-size: .7rem;	line-height: 1rem;	height: 2rem;	margin: .25rem 0;	padding: 0 .4rem;	color: #333;	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 2;	overflow: hidden;}
.z-select-wrap .z-select-title .maleri30 {	font-size: .64rem;}
.classreturn .content .menu {	position: absolute;	right: .42667rem;	top: 0;}
.classreturn .content .menu a {	display: block}
.classreturn .content .menu img {	width: .85333rem}
.g4 {	background-color: #f5f5f5}
.myhearder .set .setting i {	background-position: 0 0}
.sinhert.setting .myorder .order .fl span {	margin-left: 0;}
.setting .content .list7 {	background-color: inherit}
.setting .myorder {	height: 2.13333rem;	line-height: 2.13333rem}
.setting .myorder .fl span {	font-size: .59733rem;	font-weight: normal}
.setting .bo {	border-bottom: 0}
.setting .he {	height: 3.584rem;	line-height: 3.584rem}
.setting .he .order .fl {	position: relative}
.setting .he .order .fl .bridh {	background-image: url("../images/birdh.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.70667rem;	height: .87467rem;	position: absolute;	left: -.64rem;	bottom: 0rem}
.setting .he .order .fr {	margin-top: 0px}
.setting .he .order .fr .hendicon {	position: relative}
.setting .he .order .fr .hendicon span {	background-image: url("../images/bird.png");	background-repeat: no-repeat;	background-size: cover;	width: 1.64267rem;	height: 1.00267rem;	position: absolute;	right: 0;	top: -.384rem}
.setting .he .order .fr .hendicon .around {	width: 2.688rem;	height: 2.688rem;	overflow: hidden;	-moz-border-radius: 50%;	-webkit-border-radius: 50%;	border-radius: 50%;	margin-top: .42667rem}
.setting .he .order .fr .hendicon .around img {	vertical-align: inherit;	width: 2.688rem;	height: 2.688rem;	object-fit: cover;}
.setting .close {	margin: 1rem .427rem 0;}
.setting .close a {	display: block;	background: #ff3b3b;	text-align: center;	width: 100%;	height: 1.87733rem;	color: #fff;	line-height: 1.87733rem;	font-size: .64rem;	-moz-border-radius: .42667rem;	-webkit-border-radius: .42667rem;	border-radius: .213rem}
.store_nav li .n a {	display: block;	color: #666666}
.store_nav li .n img {	width: .512rem}
.payallb .alllef .radio .all {	font-size: .55467rem;	position: relative;	margin-left: .21333rem}
.screen_wi .menu {	font-size: .59733rem;	margin-top: .21333rem}
.custer .content .menu a {	display: inline-block;	margin-left: 1.06667rem}
.askget .item_ask_2 a.n {	margin-right: .64rem}
.reminder .message {	background: #f8f8f8;	padding: .64rem}
.reminder .message p {	font-family: "黑体";	font-size: .59733rem;	color: #333333;	line-height: .81067rem;	letter-spacing: -1px}
.reminder_r .message {	background: white}
.reminder_r .message p {	color: #e23435}
.no_service .status {	font-size: .768rem;	color: #e23435;	float: right}
.edit_c .all_c .all {	font-size: .55467rem;	position: relative;	top: .08533rem}