@charset "utf-8";
/* 首页 */
html, body{
	height:100%;
	background:#f5f5f5;
}
a{
	outline:none;
}

.container{
	width:100%;
	min-width:320px; 
	max-width:640px; 
	height:100%; 
	margin:0 auto;
	position:relative;
}

.theme-bgcolor{
	background:#890b6c;
}
.theme-color{
	color:#890b6c
}
.mg-top{
	margin-top:10px;
}
.mg-bottom{
	margin-bottom:10px;
}
.bd-top{
	border-top:1px solid #eee;
}
.bd-bottom{
	border-bottom:1px solid #eee;
}
.flo-left{
	float:left;
}
.flo-right{
	float:right;
}


/*按下:active*/
/*白底*/
.g-ddxq .g-ddxq-a:active,
.btn-default:active,
.my-order .my-order-list .item ul li button:active ,
.btn-verify:active,
.select .select-tiem>a:active,
.close:active,
.anchor .goods_c:active{
	background: #eee;
}
/*非白底*/
.btn-select:active,
.logistics p.ydh button:active,
.ft-submit:active,
.select .select-tiem>a.on:active,
.btn-long01:active,
.submit:active{
	opacity: 0.85;
}

.h-right:active,
.h-right1:active{
	background: rgba(0,0,0,0.1);
}



/*login*/
.login{
	background:#FFF;
}
.login img{
	top:20%;
	display:block;
	width:58%;
	margin:0 auto 15%;
	padding-top:30%;
}
.login .login-form{
	margin:0 30px;
}
.login-form .input-box{
	background:#fff;
	padding-left:45px;
	height:45px;
	position:relative;
}
.login-form .input-box .ipt-ico{
	display:block;
	width:45px;
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:20px;
	position: absolute;
	left:0;
	top:0;
}
.login-form .input-box .btn-verify{
	display:block;
	border:none;
	background-color:transparent;
	height:35px;
	position: absolute;
	right:0;
	top:5px;
}
.login-form .input-box .login-input{
	display:block;
	width:100%;
	height:44px;
	border:none;
}
.login .btn-login{
	display:block;
	width:100%;
	height:45px;
	margin:40px 0 0;
	color:#fff;
	border:none;
	border-radius:4px;
}
.login span{
	display:block;
	margin:40px 40px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#ccc;
	position:relative;	
	font-size:12px;
}


.login span:before{
	content:'';
	width:40px;
	height:1px;
	background-color:#eee;
	position:absolute;
	left:20px;
	top:50%;
}
.login span:after{
	content:'';
	width:40px;
	height:1px;
	background-color:#eee;
	position:absolute;
	right:20px;
	top:50%;
}
.log-wechat{
	display:block;
	border:none;
	margin:0 auto;
	font-size:30px !important;
	background-color:transparent;
	color:#090;
	text-align:center;
}

.login-a a{
    font-size: 12px;
    color: #999;
}
.login-a .la-left{
    float: left;
}
.login-a .la-right{
    float: right;
}


/*---首页----*/
/*头部*/
header{
	background:#333;
	width:100%;
	min-width:320px; 
	max-width:640px; 
	min-height:44px;
	position: fixed;
	z-index:9996;
}
header .box{
	height: 44px;
}

header .logo{
	background:url(../images/logo1.png) no-repeat left center;
	background-size:contain;
	width:28%;
	height:30px;
	position:absolute;
	left:12px;
	top:7px;
}
.head{
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:17px;
	color:#fff;
	margin:0 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.head>a{
	display: inline-block;
	color: rgba(255,255,255,0.6) !important;
	font-size: 15px;
	padding: 0 10px;
}
.head>a.active{
	color: #976AC6 !important;
	box-shadow: inset 0 -1px #976AC6;
}
.head>a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 0 10px;
}
.head span{
	font-size: 12px;
}
.sersch1{
	background:#f5f5f5;
	height:30px;
	margin-left:34%;
	margin-right:12px;
	position:relative;
	padding-left:30px;
	margin-top:7px;
	border-radius:4px;
	overflow: hidden;
}
.sersch1 input{
	background:#f5f5f5;
	border:none;
	width:100%;
	height:30px;
	font-size:14px;
}
.sersch1 i{
	font-size:14px;
	line-height:30px;
	position:absolute;
	left:10px;
	top:0;
}

.h-left{
	text-align:center;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	color:#fff !important;
	font-size:16;
	position:absolute;
	top:0;
	left:0;
}
.h-right{
	background-color:transparent;
	display:block;
	width:50px;
	height:44px;
	text-align:center ;
	border:none;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
}
.h-right1{
	background-color:transparent;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	text-align: center;
	border:none;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
}
.h-right1.iconfont{
	font-size: 22px
}
.sersch2{
	background:#f5f5f5;
	height:30px;
	margin-left:50px;
	margin-right:50px;
	position:relative;
	padding-left:30px;
	margin-top:7px;
	border-radius:4px;
	overflow: hidden;
}
.sersch2 input{
	background:#f5f5f5;
	border:none;
	width:100%;
	height:30px;
	font-size:14px;
}
.sersch2 i{
	font-size:14px;
	line-height:30px;
	position:absolute;
	left:10px;
	top:0;
}
.btn-group{
	width:50%;
	margin:7px auto 0;
	border-radius:4px;
	overflow:hidden;
	border:1px solid #fff;
}
.btn-group a{
	float:left;
	width:50%;
	height:28px;
	line-height:28px;
	display:block;
	text-align:center;
	color:#fff;
}
.btn-group a.on{
	background:#fff;
	color:#890b6c;
}


/*主体*/
article{
	
}
.pd-top{
	padding-top:44px;
	padding-bottom: 50px;
}
.pd-top88{
	padding-top:88px;
}
.pd-bottom{
	padding-bottom:50px;
}

/* banner */
.product-slide {
	margin: 0; 
	padding: 0; 
	position: relative; 
	background: #fff;
}
.product-slide .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
.product-slide .slides img {
	width: 100%; 
	display: block;
}
.product-slide .flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	text-align: center;
}
.product-slide .flex-control-nav li {
	margin: 0 2.5px; 
	display: inline-block; 
	zoom: 1;
	*display: inline;
 }
.product-slide .flex-control-paging li a {
	width: 5px; 
	height: 5px; 
	display: block; 
	background: #666; 
	background: rgba(255,255,255,0.5); 
	cursor: pointer; 
	text-indent: -9999px;  
}
.product-slide .flex-control-paging li a.flex-active { 
	background:#A67BD2;
	cursor: default;
}

/*底部固定*/
footer{
	background:#fff;
	width:100%;
	min-width:320px; 
	max-width:640px; 
	position: fixed;
	bottom:0;
	border-top:1px solid #eee;
	z-index:9999;
}

.ft-tab li{
	height:49px;
	float:left;
	width:20%;
}
.ft-tab li a{
	height:49px;
	display:block;
	text-align:center;
	color:#333 !important;
}

.ft-tab li a i{
	font-size:20px;
	height:27px;
	line-height:27px;
	display:block;
	text-align:center;
	padding-top:4px;
}
.ft-tab li a span{
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	font-size:10px;
}
.ft-tab li.on a{
	color:#890b6c !important;
	position:relative;
}
.point{
	display:block;
	width:6px;
	height:6px;
	border-radius:3px;
	background:#F00;
	position:absolute;
	right:10%;
	margin-right:-18px;
	top:50%;
	margin-top:-18px;
}


/*home*/
.home-tab{
	background:#fff;
	height:70px;
}
.home-tab li{
	float:left;
	width:25%;
}
.home-tab li a{
	height:70px;
	display:block;
	text-align:center;
	color:#333 !important;
}
.home-tab li a i{
	font-size:30px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	padding-top:5px;
}
.home-tab li a span{
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	font-size:14px;
}


/*list-a*/
.home-a{
	background:#FFF;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#890b6c;	
	position:relative;
	margin-top:10px;
	padding-left:20px;	
}
.list-a .home-a:before{
	content:'';
	background:#890b6c;
	height:14px;
	width:2px;
	position:absolute;
	top:13px;
	left:10px;
}
.list-a .home-a a{
	display:block;
	width:30px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	color:#ccc;
	font-size:14px;
	text-align:center;	
}

.list-a ul li{
	background:#fff;
	padding:5px 10px;
	position:relative;
	border-top:1px solid #eee;
}
.list-a ul li .box{
}
.list-a ul li h2{
	height:35px;
	line-height:35px;
	font-size:17px;
	color:#000;
	padding-right:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.area{
	color:#999;
	padding:0;
	line-height:20px;
	margin-bottom:10px;
}
.area i{
	margin-right:5px;
	display:inline-block;
	font-size:20px;
	color:#999;
	vertical-align:middle;
}
.area a{
	display:inline-block;
	font-size:12px;
	color:#999;
	padding:0 5px;
}


.pdt{
	width:100%;
}


.mark{
	position:absolute;
	right:10px;
	top:10px;
}
.mark a{
	display:inline-block;
	border:1px solid #eee;
}
.mark a img{
	width:28px;
	height:28px;
}

.list-a span{
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:12px;
	margin-right:10px;
	color:#999;
}
.list-a span i{
	display:inline-block;
	font-size:12px;
	margin-right:5px;
}



/*list-b*/
.home-b{
	padding:0 10px;
	color:#999;
	font-size:14px;
	height:40px;
	line-height:40px;
	margin-top:10px;
	background:#fff;
}


.list-b ul li{
	height:100px;
	position:relative;
	background:#fff;
}
.list-b ul li:not(:last-child){
	border-bottom:1px solid #eee;
}
.list-b ul li .pdt-b{
	width:80px;
	height:80px;
	position: absolute;
	left:10px;
	top:10px;
	object-fit: cover;
}
.list-b ul li .box{
	padding-left:100px;
	padding-top:10px;
}
.list-b ul li .box h2{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellopsis;
	white-space:nowrap;
	color:#333;
	font-size:16px;
}

.list-b span{
	display:inline-block;
	height:18px;
	line-height:18px;
	font-size:12px;
	margin-right:10px;
	color:#999;
}
.list-b span i{
	display:inline-block;
	font-size:12px;
	margin-right:5px;
}







/*分区*/
.partition{
	
}
.ptn-tab{
	width:25%;
	position:fixed;
	top:44px;
	bottom:50px;
}
.ptn-tab li{
	border-bottom:1px solid #eee;
}
.ptn-tab li a{
	padding:10px 0;
	height:90px;
	display:block;
	text-align:center;
	color:#333 !important;
}
.ptn-tab li a i{
	font-size:30px;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	padding-top:5px;
}
.ptn-tab li a span{
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	font-size:14px;
}
.ptn-tab li.on a{
	background:#FFF;
	color:#890b6c !important;
}



/**/
.ptn-right{
	background:#F00;
	margin-left:25.4%;
}
.ptn-right .list{
	padding-left:10px;
}

.list{
	background:#fff;
	color:#333;
	display:block;
}
.list>li{
	border-bottom:1px solid #eee;
}
.list>li>a{
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	font-size:14px;
	padding-left:5px;
}
.list>li>a span{
	font-size:12px;
	color:#999;
	text-align:right;
	position:absolute;
	left:75px;
	right:30px;
	top:0px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.list>li>a i{
	width:15px;
	height:15px;
	line-height:15px;
	font-size:12px;
	position:absolute;
	right:10px;
	top:15px;
	-webkit-transition:0.5s linear;
	-moz-transition:0.5s linear;
	-ms-transition:0.5s linear;
	-o-transition:0.5s linear;
	transition:0.5s linear;
}
.list>li>a .on{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.list>li>ul{
	background:#f5f5f5;
	display:none;
	padding:10px;
	border-top:1px solid #eee;
}

.list>li>ul>li{
	width:33.33%;
	float:left;
}
.list>li>ul>li a{
	margin:5px;
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#999;
}




/*tabs*/
.tabs{
	background:#FFF;
	height: 44px;
	line-height:44px;
	text-align:center;
	-webkit-box-shadow:inset 0 -1px #eee;
	box-shadow:inset 0 -1px #eee;
}
.tabs a{
	display:block;
	width:50%;
	height: 44px;
	float:left;
	color:#333;
}

.tabs a.active{
	color:#890b6c;
	-webkit-box-shadow:inset 0 -1px #890b6c;
	box-shadow:inset 0 -1px #890b6c;
}


/*活动*/
/*加载刷新*/
#wrapper {
	
	z-index: 1;
	width: 100%;
	top:44px;
	bottom:50px;
}

#wrapper1 {
	position: absolute;
	z-index: 1;
	width: 100%;
	top:88px;
	bottom:0;
}
.scroller {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0;
}
.scroller ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
.scroller li {
	background:#FFF;
}
.pullDown, .pullUp {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #888;
	font-family: Arial, Microsoft YaHei;
	background-color: transparent;
}
.pullDown .pullDownIcon, .pullUp .pullUpIcon {
	background: url("../images/arrow.png") no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top: 11px;
	margin-bottom: 8px;
	background-position: center;
	margin-left: 33%;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
	-moz-background-size: auto 100%;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 250ms;
}
.pullDown .pullDownIcon {
	display: none;
	-webkit-transform: rotate(0deg) translateZ(0);
	-moz-transform: rotate(0deg) translateZ(0);
}
.pullUp .pullUpIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
}
.pullDown.flip .pullDownIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
}
.pullUp.flip .pullUpIcon {
	-webkit-transform: rotate(0deg) translateZ(0);
	-moz-transform: rotate(0deg) translateZ(0);
}
.pullDown.loading .pullDownIcon, .pullUp.loading .pullUpIcon {
	background-image: url(../images/loader.png);
	background-size: 100% auto;
	background-position: 0 100%;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0ms;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transform: rotate(0deg) translateZ(0);
	-moz-transition-duration: 0ms;
	-moz-animation-name: loading;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}
.pullDownLabel img {
	width: 13px;
	height: 13px;
	margin-top: -1px;
	vertical-align: -2px;
	margin-right: 5px;
}
@-webkit-keyframes loading {
 from {
-webkit-transform:rotate(0deg) translateZ(0);
}
to {
	-webkit-transform: rotate(360deg) translateZ(0);
}
}
@-moz-keyframes loading {
 from {
-moz-transform:rotate(0deg) translateZ(0);
}
to {
	-moz-transform: rotate(360deg) translateZ(0);
}
}



/*list-c*/
.zt-green{
	color:green !important;
}
.zt-red{
	color:red !important;
}
.zt-default{
	color:#ccc !important;
}
.list-c li{
	background:#FFF;
	height:130px;
	position: relative;
	padding:10px;
}
.list-c li:not(:first-child){
	border-top:1px solid #eee;
}
.list-c li h1{
	color:#890b6c;
	font-weight:600;
	font-size:14px;
	height:20px;
	line-height:20px;
}
.list-c li .time{
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
	color:#999;
	line-height:20px;
}
.list-c li img{
	width:80px;
	height:80px;
	position:absolute;
	left:10px;
	top:40px;
}
.list-c li .box{
	margin-left:90px;
	margin-top:10px;
	height:80px;
	position:relative;
}

.list-c li .box h2{
	font-size:15px;
	color:#333;
	line-height:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}
.list-c li .box .jdt-box{
}
.list-c li .box .bl{
	font-size:12px;
	color:#f505c0;
	display:block;
	text-align:right;
	margin-top:3px;
}
.list-c li .box .jdt{
	height:1px;
	width:100%;
	background:#eee;
	overflow:hidden;	
}
.list-c li .box .jdt .jd{
	display:block;
	height:1px;
	width:50%;
	background:#f505c0;
}

.target{
	color:#999;
	font-size:12px;
	position:absolute;
	left:0;
	bottom:0;
}
.raise{
	color:#999;
	font-size:12px;
	position:absolute;
	right:0;
	bottom:0;
}



/*我的*/
.my{
}
.my .my-top{
	height: 120px;
	position:relative;
}
.my .my-top .bg{
	width:100%;
	height: 120px;
	object-fit:cover;
}
.btn-release{
	line-height: 44px;
	padding: 0 15px;
	color: #fff !important;
	position: absolute;
	right: 0;
	z-index: 99;
}
.my .my-top a.personal{
	background:rgba(137,11,108,0.9);
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
}
.my .my-top a.personal img{
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #fff;
	position:absolute;
	top:40px;
	/*margin-top:-31px;*/
	left:20px;
}
.my .my-top a.personal h1{
	height:30px;
	line-height:30px;
	position:absolute;
	top:44px;
	/*margin-top:-28px;*/
	left:90px;
	font-size:18px;
}
.my .my-top a.personal h1>button{
	height: 24px;
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #eee;
	background: transparent;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;
}
.my .my-top a.personal span{
	display:block;
	height:30px;
	line-height:30px;
	position:absolute;
	top:74px;
	margin-top:-3px;
	left:90px;
	right:40px;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.my .my-top a.personal i{
	display:block;
	height:20px;
	position:absolute;
	top:65px;
	/*margin-top:-10px;*/
	right:10px;
	font-size:14px;
}


/*listview*/
.listview a{
	background:#fff;
	display:block;
	height:45px;
	line-height:45px;
	padding:0 10px;
	font-size:14px;
	color:#333;
}
.listview span{
	height:45px;
	line-height:45px;
	font-size:12px;
	color:#999;
}
.listview a p{
	float:right;
	display:inline-block;
	height:16px;
	line-height:18px;
	background:#f00;
	border-radius:10px;
	color:#fff;
	font-size:10px;
	padding:0 4px;
	margin-top:12.5px;
}
.listview a .lv-ico{
	font-size:17px;
	color:#333;
	vertical-align:middle;
	margin-right:5px;
}
.listview a .arrow{
	float:right;
	font-size:14px;
	color:#999;
	margin-left:5px;
}

/*product*/
.product{
	background:#fff;
	position: relative;
	text-align:center;
	-webkit-box-shadow:inset 0 -1px #eee;
	box-shadow:inset 0 -1px #eee;
}
.product .pdt-btn{
	width:40px;
	height:40px;
	line-height:40px;
	color:#890b6c;
	font-size:18px;
	position:absolute;
	right:0;
	top:0;
}
.product .pdt-btn:before{
	content:'';
	background:#eee;
	width:1px;
	height:18px;
	position:absolute;
	left:0;
	top:10px;
}
.product .pdt-tab{
	margin-right:40px;
}
.product .pdt-tab li{
	float:left;
	width:25%;
	height:40px;
	line-height:40px;
}
.product .pdt-tab li a{
	display: inline-block;
	font-size:14px;
}
.product .pdt-tab li.on a{
	color:#890b6c;
	-webkit-box-shadow:inset 0 -1px #890b6c;
	box-shadow:inset 0 -1px #890b6c;
}



/*city*/
.city li a{
	padding:0 10px !important;
}
.city>li>ul>li{
	width:25% !important;
}

/*search*/
.search{
}
.search .hot-tit{
	height:40px;
	line-height:40px;
	background:#f5f5f5;
	color:#f00;
	font-size:14px;
	text-align:center;
}
.search .hot-tiem{
	padding:5px 10px;
}
.search .hot-tiem h1{
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
}
.search .hot-tiem a{
	display:inline-block;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#999;
	border:1px solid #999;
	padding:0 15px;
	border-radius:4px;
	margin:2.5px 0;
}


/*select*/
.select .select-tit{
	height:40px;
	line-height:40px;
	background:#f5f5f5;
	color:#f00;
	font-size:14px;
	text-align:center;
}
.select .select-tiem{
	padding:10px;
}
.select .select-tiem h1{
	height:20px;
	line-height:20px;
	margin-bottom:5px;
	color:#333;
	font-size:14px;
}

.select .select-tiem>a{
	display:inline-block;
	text-align:center;
	font-size:14px !important;
	min-width: 60px;
	height:35px;
	line-height:35px;
	color:#999;
	border:1px solid #999;
	padding:0 15px;
	border-radius:4px;
	margin:2.5px 0;
}
.select .select-tiem>a.on{
	background: #890B6C;
	border:1px solid #890B6C;
	color: #fff;
}
/*.select .select-tiem>a.on:before{
	background: #890B6C;
	border:1px solid #890B6C;
	color: #fff;
}*/

.select .select-tiem:first-child>a{
	background:#890b6c !important;
	border:none;
	color:#fff;
}
.select .select-tiem:first-child>a i{
	font-size:20px;
	vertical-align:middle;
}
.select .select-tiem ul li {
	position:relative;
}
.select .select-tiem ul li a{
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#666;
	padding-left:60px;
}
.select .select-tiem ul li img{
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:5px;
	border:1px solid #eee;
}



/*榜单*/
.ranking{
}
.rank-top{
	height:100px;
	background:url(../images/bg01.jpg) center no-repeat;
	background-size: cover;
	position:relative;
}
.rank-top:before{
	background:rgba(137,11,108,0.9);
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.rank-top h1{
	height:50px;
	line-height:50px;
	font-size:30px;
	color:#ffd350;
	text-align:center;
	padding:0 20px;
	font-weight:bold;
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:20px;
	right:20px;
}
.rank-top h1 img{
	height:50px;
	vertical-align:middle;
}



/*list-c*/
.list-d ul li{
	height:100px;
	position:relative;
	background:#fff;
	border-top:1px solid #eee;
}
.list-d ul li .number{
	background:#F00;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	color:#fff;
	font-size:12px;
	text-align:center;
	position: absolute;
	left:10px;
	top:40px;
}
.list-d ul li .pdt-b{
	width:80px;
	height:80px;
	position: absolute;
	left:38px;
	top:10px;
}
.list-d ul li .box{
	padding-left:128px;
	padding-top:10px;
}
.list-d ul li .box h2{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellopsis;
	white-space:nowrap;
	color:#333;
	font-size:16px;
}

.list-d span{
	display:inline-block;
	height:18px;
	line-height:18px;
	font-size:12px;
	margin-right:10px;
	color:#999;
}
.list-d span i{
	display:inline-block;
	font-size:12px;
	margin-right:5px;
}

/*相关地区*/
.related{
	background:#fff;
}
.related>h1{
	background:#fff;
	padding:0 10px;
	font-size:14px;
	color:#333;
	height:40px;
	line-height:40px;
	position:relative;
	border-bottom:1px solid #eee;
}
.rlt-area,.rlt-mark{
	padding:10px;
	background:#fff;
}
.rlt-area a{
	display: inline-block;
	height:30px;
	line-height:28px;
	color:#999;
	text-align:center;
	border-radius:4px;
	border:1px solid #999;
	margin:5px 0;
	padding:0 15px;
}


/* .rlt-mark a{
	display:inline-block;
	width:40px;
	height:40px;
	margin:5px 0;
	border:1px solid #eee;
}
.rlt-mark a img{
	width:100%;
} */




/*产品详情*/
.ft1-tab li{
	height:40px;
	float:left;
	width:25%;
	text-align:center;
}
.ft1-tab li a{
	width:100%;
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:24px;
	color:#333 !important;
}

.pdt-details .pdt-dtl-title{
	position:relative;
	background:#fff;
	padding-bottom:10px;
}
.pdt-details .pdt-dtl-title h1{
	padding:0 125px 0 10px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#333;
	overflow:hidden;
	texy-overflow:ellipsis;
	white-space:nowrap;
}


.pdt-details .pdt-dtl-title .fabu{
	text-align:center;
	font-size:22px !important;
	width:40px;
	height:40px;
	line-height:42px;
	position:absolute;
	right:80px;
	top:0;
}
.pdt-details .pdt-dtl-title .focus{
	text-align:center;
	font-size:22px !important;
	width:40px;
	height:40px;
	line-height:40px;
	position:absolute;
	right:40px;
	top:0;
}
.pdt-details .pdt-dtl-title .praise{
	text-align:center;
	font-size:22px !important;
	width:40px;
	height:40px;
	line-height:42px;
	position:absolute;
	right:0;
	top:0;
}



.icon-star-select{
	color:#F90;	
}

.icon-xin-select{
	color:#f00;
	font-size:24px !important;
}

.pdt-details .pdt-dtl-title .area{
	float:left;
	margin-left:10px;
}
.pdt-details .pdt-dtl-title .pop{
	float:right;
}
.pdt-details .pdt-dtl-title .pop span{
	height:20px;
	line-height:20px;
	font-size:12px;
	display:inline-block;
	margin-right:10px;
	color:#999;
}
.pdt-details .pdt-dtl-title .pop span i{
	font-size:12px;
	margin-right:5px;
	color:#999;
}
 .pdt-details .pdt-mark{
	background:#fff;
	padding:5px 0;
	text-align:center;
	/*border-radius:4px;
	border:solid 5px #eee;*/
	border-top:solid 1px #f5f5f5;
	border-bottom:solid 10px #f5f5f5;
} 

.pdt-details .pdt-mark a{
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #eee;
}


.pdt-dtl-main{
	background:#fff;
}
.pdt-dtl-main h1{
	height:45px;
	line-height:45px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #eee;
}
.pdt-dtl-main .nr{
	padding:10px;
	line-height:1.5;
	font-size:14px;
	color:#666;
}
.pdt-dtl-main .nr {
	line-height:2 !important;
	font-size:16px !important;
	font-family:  Microsoft YaHei !important;
}
.pdt-dtl-main .nr span{
	line-height:2 !important;
	font-size:16px !important;
	font-family:  Microsoft YaHei !important;
}
.pdt-dtl-main .nr p{
	line-height:2 !important;
	font-size:16px !important;
	font-family:  Microsoft YaHei !important;
}

/*link*/
.link li{
	float:left;
	/*width:50%;*/
	width:100%;
}
.link li a{
	display:block;
	height:40px;
	line-height:40px;
	color:#999 !important;
	font-size:12px;
	background:#eee;
	text-align:center;
	margin:0.5px;
}
/*link-list*/
.link-list li{
	padding:0 10px;
	height:45px;
	line-height:45px;
	background:#fff;
	border-bottom:1px solid #eee;
	color:#666;
}
.link-list li a{
	color:#666;
}
.link-list li i{
	vertical-align:middle;
	margin-right:10px;
	color:#890b6c;
}




/*众筹详情*/
.raise-dtl-title{
	background:#fff;
}
.raise-dtl-title h1{
	line-height:1.5;
	padding:10px 10px;
	font-size:19px;
	color:#333;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.raise-dtl-title>span{
	line-height:1.5;
	padding:5px 10px;
	font-size:12px;
	color:#999;
}
.raise-dtl-title .parameter{
	padding:6px 10px 10px;
	position:relative;
	
}
.raise-dtl-title .parameter .state{
	background:#890b6c;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	height:22px;
	line-height:23px;
	padding:0 12px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	position:absolute;
	right:25px;
	top:0;
}
.raise-dtl-title .parameter .state:before{
	content:'';
	width: 0;
    height: 0;
    border-bottom: 6px solid #65004e;
    border-right: 6px solid transparent;
	position:absolute;
	right:-6px;
	top:0;
}
.raise-dtl-title .parameter ul{
	background:#f6ebf3;
	border-radius:4px;
	padding:30px 0 15px;
}
.raise-dtl-title .parameter ul li{
	float:left;
	width:25%;
	text-align:center;
}
.raise-dtl-title .parameter ul li:not(:first-child){
	-webkit-box-shadow:-1px 0 #ddd;
	box-shadow:-1px 0 #ddd;
}
.raise-dtl-title .parameter ul li span{
	display:block;
	font-size:11px;
	padding-bottom:5px;
	color:#999;
}
.raise-dtl-title .parameter ul li h2{
	font-size:17px;
	color:#890b6c;
	font-weight:500;
}



.raise-dtl-main{
	background:#fff;
}
.raise-dtl-main h1{
	height:40px;
	line-height:40px;
	padding:0 10px;
	color:#333;
	font-size:14px;
}
.raise-dtl-main .nr{
	text-align:center;
	padding:10px;
	height:auto;
	line-height:22px;
	color:#666;
	position:relative;
}
.raise-dtl-main .nr-hide{
	height:300px;
	overflow:hidden;
}
.raise-dtl-main .nr-hide:before{
	content:'';
	background:#F00;
	width:100%;
	height:40px;
	background:url(../images/gradient.png) center bottom repeat-x;
	background-size:auto 100%;
	position:absolute;
	bottom:0;
	left:0;
}
.raise-dtl-main .nr p{
	text-align:left;
}
.raise-dtl-main .nr img{
}

.raise-dtl-main .open{
	height:40px;
	line-height:40px;
	color:#890b6c;
	text-align:center;
	font-size:12px;
}
.raise-dtl-main .open i{
	display: inline-block;
	vertical-align:middle;
	font-size:13px;
	-webkit-transition:0.5s linear;
	-moz-transition:0.5s linear;
	-ms-transition:0.5s linear;
	-o-transition:0.5s linear;
	transition:0.5s linear;
}

.raise-dtl-main .open .on{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}



.comment{
	background:#FFF;
}
.comment h1{
	font-size:14px;
	height:40px;
	line-height:40px;
	color:#333;
	padding:0 10px;
	position:relative;
}
.comment h1 a{
	display:block;
	padding-right:10px;
	position:absolute;
	right:0;
	top:0;
	color:#999;
	font-size:14px;
}
.comment h1 a i{
	font-size:12px;
}
.comment>ul{
}
.comment>ul>li{
	position:relative;
	padding:10px;
	border-bottom:1px solid #eee;
}
.comment>ul>li .cmt-portrait{
	width:30px;
	height:30px;
	border-radius:50%;
	position:absolute;
	left:10px;
	top:10px;
}
.comment>ul>li .cmt-r{
	padding-left:40px;
}
.comment>ul>li .cmt-r>a{
	font-size:16px;
	color:#09C;
	line-height:30px;
}
.comment>ul>li .cmt-r .give{
	display:inline-block;
	margin-left:20px;
	color:#999;
	font-size:14px;
	line-height:30px;
}
.comment>ul>li .cmt-r .give span{
	color:#f00;
}
.comment>ul>li .cmt-r>p{
	display:block;
	color:#333;
	line-height:1.5;
}
.comment>ul>li .cmt-r .time{
	font-size:12px;
	color:#999;
	padding:2.5px 0;
}
.comment>ul>li .cmt-r i{
	float:right;
	color:#999;
}

.comment ul li .cmt-r ul{
	background:#f5f5f5;
	border-radius:4px;
	margin-top:10px;
	padding:10px;
}
.comment ul li .cmt-r ul li{
}

.comment ul li .cmt-r ul li p{
	line-height:1.5;
}
.comment ul li .cmt-r ul li p a{
	font-size:14px;
	color:#09C;
}



.ft2-tab .focus,
.ft2-tab .share{
	float:left;
	width:20%;
}
.ft2-tab .icon-star{
	font-size:21px !important;
}
.ft2-tab a div{
	font-size:19px;
	height:25px;
	line-height:25px;
	display:block;
	text-align:center;
	padding-top:4px;
}

.ft2-tab a span{
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	font-size:10px;
}

.ft2-tab .join{
	float:left;
	display:block;
	width:60%;
	height:49px;
	line-height:49px;
	background:#890b6c;
	color:#fff;
	font-size:16px;
	text-align:center;
}



/*活动详情*/
.act-dtl-title .parameter{
	padding:6px 10px 10px;
	position:relative;
	
}
.act-dtl-title .parameter .state{
	background:#890b6c;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	height:22px;
	line-height:23px;
	padding:0 12px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	position:absolute;
	right:25px;
	top:0;
}
.act-dtl-title .parameter .state:before{
	content:'';
	width: 0;
    height: 0;
    border-bottom: 6px solid #65004e;
    border-right: 6px solid transparent;
	position:absolute;
	right:-6px;
	top:0;
}
.act-dtl-title .parameter ul{
	background:#f6ebf3;
	border-radius:4px;
	padding:20px 0 20px;
}
.act-dtl-title .parameter ul li{
	float:left;
	width:20%;
	text-align:center;
}
.act-dtl-title .parameter ul li:not(:first-child){
	-webkit-box-shadow:-1px 0 #ddd;
	box-shadow:-1px 0 #ddd;
}
.act-dtl-title .parameter ul li span{
	display:block;
	font-size:11px;
	padding-bottom:5px;
	color:#999;
}
.act-dtl-title .parameter ul li h2 a{
	font-size:16px;
	color:#890b6c;
	font-weight:500;
}



/*参与*/
.join-box .jn-a{
	display:block;
	background:#fff;
	height:60px;
	line-height:60px;
	font-size:15px;
	padding:0 10px 0 60px;
	position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.join-box .jn-a img{
	width:40px;
	height:40px;
	display:block;
	position: absolute;
	left:10px;
	top:10px;
}
.join-box .jn-a i{
	font-size:14px;
	color:#999;
}
.join-box>span{
	display:block;
	padding:10px;
	color:#999;
}


.support li{
	background:#fff;
	padding:10px 10px 10px 60px;
	position:relative;
}
.support li:not(:first-child){
	border-top:1px solid #eee;;
}
.support li img{
	width:40px;
	height:40px;
	position: absolute;
	left:10px;
	top:10px;
}
.support li>span{
	position: absolute;
	top:20px;
	right:10px;
	font-size:12px;
	color:#999;
}
.support li .give{
	height:20px;
	line-height:20px;
	color:#333;
	font-size:15px;
}
.support li .give span{
	color:#F00;
}
.support li p{
	display:block;
	height:20px;
	line-height:20px;
	padding-right:50px;
	font-size:14px;
	color:#999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


.amount{ 
	height:45px;
	line-height:45px;
	background:#fff;
	padding:0 10px; 
	color:#333;
	position:relative; 
}
.amount .control-quantity{
	display:block;
	position:absolute;
	right:12px;
	bottom:7px;
	height:30px;
}
.amount .control-quantity .btn{
	display:block;
	width:30px;
	height:30px;
	border:1px solid #ccc;
	background-color:#fff;
	float:left;
	color:#999;
}
.subtract{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.add{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.amount .control-quantity .quantity{
	display:block;
	width:40px;
	height:28px; 
	text-align:center; 
	font-size:12px;
	color:#890b6c; 
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
}

.pay{
	background:#fff;
	height:45px;
	line-height:45px;
	padding:0 10px;
	font-size:14px;
	color:#333;
	position:relative;
}
.pay .lv-ico{
	color:#090;
	font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.pay .checkbox{
	position:absolute;
	top:11.5px !important;
}

.lv-ads .lv-ico{
	font-size:18px !important;
}

/*绑定checkbox input*/
.checkbox {
	display:block;
	width: 24px;
	height: 24px;
	position: absolute;
	top:20px;
	right:10px;
	/*border: 1px solid #13b5b1;*/
	vertical-align: middle;
	/*border-radius:50%;*/
	overflow:hidden;
}

.checkbox input {
	opacity: 0;
	position: absolute;
	width: 24px;
	height: 24px;
	top:-3px;
	left:-4px;
	z-index: 100;
	cursor: pointer;
}

.checkbox span {
	width: 24px;
	height: 24px;
	font-size:22px;
	line-height:26px;
	text-align:center;
	color:#ccc;
	position: absolute;
	top: -1px;
	right:-0.5px;
	z-index: 2;
}

/*单选*/
input[type="radio"] + span {
	/*opacity: 0;*/
}

input[type="radio"]:checked + span {
	/*opacity: 1;*/
	color:#090;
}

/*复选*/
input[type="checkbox"] + span:before{
	content: "\e622";
}

input[type="checkbox"]:checked + span:before{
	color:#976AC6;
	content: "\e63e";
}



.ta-multil-box{
	background:#fff;
	padding:0 15px;
	position: relative;
}
.ta-multil{
	padding:5px 0;
	width:100%;	
	border:none;
	outline:none;
}
.ipt-multil{
	width:100%;
	height:45px;
	line-height:45px;
	border:none;
}
.btn-long{
	width:90%;
	display:block;
	margin:auto;
	height:45px;
	line-height:45px;
	background:#890b6c;
	font-size:18px;
	color:#fff;
	text-align:center;
	border: none;
	border-radius:4px;
	margin-top:40px;
	margin-bottom:10px;
}
.btn-long01{
	width:100%;
	display:block;
	/*margin:30px auto 0;*/
	margin:4px auto 0;
	height:45px;
	line-height:45px;
	background:#890b6c;
	font-size:18px;
	color:#fff;
	border: none;
	border-radius:4px;
}




/*apply*/
.listview-a{
	height:45px;
	line-height:45px;
	padding:0 10px;
	color:#333;
	background:#fff;
}
.listview-a:not(:first-child){
	border-top:1px solid #eee;
}
.listview-a input{
	float:right;
	display:block;
	width:80%;
	height:44px;
	line-height:44px;
	border:none;
	text-align:right;
}
.listview-a select{
	background-color:transparent;
	float:right;
	display:block;
	height:44px;
	line-height:44px;
	border:none;
	text-align:right;
	color:#999;
}

.listview-a span{
	float:right;
	color:#999;
	font-size:14px;
	height:45px;
	line-height:45px;
}




/*set*/
.exit{
	width:100%;
	height:45px;
	text-align:center;
	font-size:17px;
	color:#f00;
	margin-top:10px;
	background:#fff;
	border:none;
}
.set .listview-b:first-child{
	height:50px !important;
	line-height:50px !important;
}
.listview-b.pr{
	display:block;
	background:#fff;
	height:50px;
	line-height:45px;
	padding:0 10px;
	color:#333 !important;
	position:relative;
}
.listview-b{
	display:block;
	background:#fff;
	height:45px;
	line-height:45px;
	padding:0 10px;
	color:#333 !important;
	position:relative;
}
.listview-b img{
	width:40px;
	height:40px;
	border-radius:50%;
	position:absolute;
	right:30px;
	top:5px;
}
.listview-b{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.listview-b .ste-value{
	display:block;
	width:50%;
	text-align:right;
	color:#999;
	position:absolute;
	right:30px;
	top:0px;
}

.listview-b i{
	position:absolute;
	top:0;
	right:10px;
	color:#999;
	font-size:14px;
}


.listview-b select {
	 background-color:transparent;
	 width:100%;
	 height:45px;
	 line-height:45px;
	 color:#999;
	 position:absolute;
	 left:0;
	 top:0;
	 
      /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
      border: none; 
	    
      /*很关键：将默认的select选择框样式清除*/  
      appearance:none;   
      -moz-appearance:none;   
      -webkit-appearance:none;  
      /*在选择框的最右侧中间显示小箭头图片*/  
      /*background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll rightright center transparent;*/   
      /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
      padding-right: 29px;   
}   
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
select::-ms-expand { display: none;
 } 
 
 
.listview-b select,
.listview-b option {
    direction: rtl;
}


/*nick*/
.nick span{
	height:40px;
	line-height:40px;
	padding:0 10px;
	color:#999;
	font-size:12px;
}



/*address*/
.address li{
	background:#fff;
	margin-bottom:10px;
}
.address li .ads-top{
	border-bottom:1px solid #eee;
	margin:0 10px;
	padding:10px 0;
	position:relative;
}
.address li .ads-top h1{
	color:#333;
	font-size:15px;
	height:20px;
	line-height:20px;
}
.address li .ads-top span{
	font-size:14px;
	color:#666;
	height:20px;
	line-height:20px;
	position:absolute;
	right:10px;
	top:10px;
}
.address li .ads-top p{
	display:block;
	height:20px;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	color:#999;
}
.address li .ads-top p i{
	margin-right:5px;
}
.address li .ads-bottom{
	height:40px;
	line-height:40px;
	padding:0 10px;
}
.address li .ads-bottom label{
	display:inline-block;
	color:#999;
	font-size:14px;
	height:40px;
	line-height:40px;
}
.address li .ads-bottom input{
	/*vertical-align:middle;*/
}
.address li .ads-bottom .ads-btn{
	height:24px;
	padding:0 5px;
	margin:8px 0 0 5px;
	display:inline-block;
	float:right;
	border:1px solid #ccc;
	color:#999;
	background-color:transparent;
	border-radius:4px;
	font-size:12px;
}

.ads-add{
	width:100%;
	height:45px;
	background:#fff;
	font-size:17px;
	color:#890b6c;
	border:none;
}




/*选择地区*/
.express-area {
	border-top: 1px solid #eee;
	background-color: #fff;
}
.express-area a {
	display: block;
	height:45px;
	line-height:45px;
	padding:0 10px;
	position:relative;
 }
.express-area a i{
	position:absolute;
	right:10px;
	top:0;
	height:45px;
	line-height:45px;
	font-size:14px !important;
	color:#999;
}
.express-area dl {
	position: relative;
	height:45px;
	line-height:45px;
}
.express-area dl dt { position: absolute; top: 0; left: 0; font-size: 14px; line-height: 45px; }
.express-area dl dd {
	color:#999; 
padding-right: 20px; margin-left: 5rem; text-align: right; font-size: 14px; line-height: 45px; }

/*选择地区弹层*/
.express-area-box { position: absolute; bottom: -100%; left: 50%; z-index: 15; width: 100%; margin-left: -50%; background-color: #fff; color: #4d525d; }
.express-area-box .area-title { position: relative; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
.express-area-box .area-title h3 {text-align: center; font-size: 14px; line-height: 40px; }
.express-area-box .area-title .back,
.express-area-box .area-title .close { position: absolute; top: 0; width:40px; height:40px; line-height:40px;
text-align:center;
}
.express-area-box .area-title .back { display: none; left: 0; font-size:14px}
.express-area-box .area-title .close { right: 0; font-size:13px}
.express-area-box .area-main { height: 250px; overflow-y: scroll; }
.area-list li { 
	border-bottom: 1px solid #eee;
	text-align: center; 
	font-size:14px; 
	line-height:30px; 
}

@media (max-width: 720px) {
	.express-area-box { position: fixed; left: 0; width: 100%; margin-left: 0; }
}
/*遮罩层*/
.mask { display: none; position: absolute; top: 0; left: 0; z-index: 12; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); }
/*@media (max-width: 720px) {
	.mask { position: fixed; }
}*/





.check-default{
	background:#fff;
	display:block;
	height:45px;
	line-height:45px;
	color:#999;
	padding:0 10px;
	margin-top:10px;
}
.check-default input{
	float:right;
	height:45px;
	line-height:45px;
}






/*我的活动*/
.tabs-a{
	background:#FFF;
	height: 44px;
	line-height:44px;
	text-align:center;
	-webkit-box-shadow:inset 0 -1px #eee;
	box-shadow:inset 0 -1px #eee;
}
.tabs-a a{
	display:block;
	width:25%;
	height: 44px;
	float:left;
	color:#333;
}
.tabs-a a:active{
	background:rgba(0,0,0,0.1) ;
}
.tabs-a a.active{
	color:#890b6c;
	-webkit-box-shadow:inset 0 -1px #890b6c;
	box-shadow:inset 0 -1px #890b6c;
}
.swiper-container{
	width:100%;
	height:auto;
}
.swiper-slide{
	color:#333;
	width:100%;
}
.content-slide{
	padding:0;
}
.content-slide p{text-indent:2em;line-height:1.9;}
.swiper-container {margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
.swiper-wrapper {position:relative;width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}




/*我的回报*/
.tabs-b{
	background:#FFF;
	height: 44px;
	line-height:44px;
	text-align:center;
	border-bottom:1px solid #eee;
}
.tabs-b a{
	display:block;
	width:33.33%;
	height: 44px;
	float:left;
	color:#333;
}

.tabs-b a.active{
	color:#890b6c;
	box-shadow:inset 0 -1px #890b6c;
}
.repay li{
	border:none !important;
}
.repay li:not(:first-child){
	margin-top:10px !important;
}

.wait li{
	position:relative;
}
.wait li:before{
	background:#eee;
	content:'';
	width:100%;
	height:1px;
	position: absolute;
	top:60px;
	left:0;
}

.receipt-box{
	padding-top:20px;
	text-align:right;
}
.receipt-box .receipt-btn{
	height:24px;
	display:inline-block;
	border:none;
	background:#890b6c;
	color:#fff;
	font-size:14px;
	border-radius:4px;
}


/*交易详情*/
.order .order-zt{
	background:#f55d54;
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#fff;
	padding:0 20px;
}
.order .order-zt i{
	vertical-align:middle;
	margin-right:10px;
	font-size:22px;
}
.order .order-a{
	background:#FFF;
	padding:10px;
	position:relative;
}
.order .order-a h1{
	color:#101010;
	font-size:16px;
	height:30px;
	line-height:30px;
}
.order .order-a span{
	font-size:16px;
	color:#101010;
	height:20px;
	line-height:20px;
	position:absolute;
	right:10px;
	top:10px;
}
.order .order-a p{
	display:block;
	height:20px;
	line-height:20px;
	margin-top:5px;
	font-size:15px;
	color:#666;
}
.order .order-a p i{
	color:#890b6c;
	margin-right:5px;
}


.order .order-b{
	background:#fff;
	padding:10px 10px 10px 60px;
	position:relative;
}
.order .order-b img{
	width:40px;
	height:40px;
	position: absolute;
	left:10px;
	top:10px;
}
.order .order-b>span{
	position: absolute;
	top:20px;
	right:10px;
	font-size:12px;
	color:#999;
}
.order .order-b .give{
	height:20px;
	line-height:20px;
	color:#333;
	font-size:15px;
}
.order .order-b .give span{
	color:#F00;
}
.order .order-b p{
	display:block;
	height:20px;
	line-height:20px;
	padding-right:50px;
	font-size:14px;
	color:#999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.order .order-c{
	height:45px;
	line-height:45px;
	background:#fff;
	font-size:12px;
	color:#999;
	text-align:right;
	padding:0 10px; 
}
.order .order-c span{
	font-size:16px;
	color:#f00;
}



/*消息*/
.message li{
	background:#FFF;
	border-bottom:1px solid #eee;
}
.message li a{
	height:60px;
	padding:7.5px 0;
	display:block;
	position:relative;
}
.message li a i{
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	left:10px;
	top:7.5px;
	color:#fff;
	font-size:24px;
}
.msg-active a i{
	background:#F60;
}
.msg-system a i{
	background:#09C;
}
.message li a .m-left{
	padding:0 10px;
	margin-left:55px;
	height:45px;
	position:relative;
}
.message li a .m-left h1{
	font-size:16px;
	color:#333;
	display:block;
	height:25px;
	line-height:25px;
	font-weight:500;
}
.message li a .m-left span{
	display:block;
	height:20px;
	line-height:20px;
	color:#999;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.message li a .m-left span img{
    display:inline-block;
    width:14px;
    height:14px;
    margin-bottom: -2px;
}
.message li a .m-left .time{
	position:absolute;
	right:10px;
	top:0;
	height:25px;
	line-height:25px;
	color:#999;
	font-size:12px;
}
.message li a .m-left .tally{
	background:#F00;
	position:absolute;
	height:16px;
	line-height:18px;
	padding:0 4px;
	border-radius:8px;
	text-align:center;
	right:10px;
	bottom:0;
	color:#fff;
	font-size:10px;
}


/*message_list*/
.message_list{
	padding:10px;
}
.message_list li{
	background:#FFF;
	border-radius:4px;
	margin-bottom:10px;
}
.message_list li a{
	padding:15px 10px;
	display:block;
}
.message_list li a h1{
	display:block;
	height:20px;
	line-height:20px;
	font-size:16px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.message_list li a .time{
	display:block;
	margin:5px 0;
	font-size:12px;
	color:#999;
}
.message_list li a .img-box{
	padding-bottom:50%;
	position:relative;
	margin-top:10px;
}
.message_list li a .img-box i{
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.message_list li a .img-box i img{
	width:100%;
}
.message_list li a .text-box{
	margin-top:10px;
	color:#666;
	line-height:20px;
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.message_list li a .view{
	margin-top:10px;
	color:#333;
	float:right;
	font-size:12px;
}


/*详情页*/
.details{
	height:100%;
	padding:15px 10px;
	line-height:
}
.details h1{
	color:#333;
	display:block;
	font-size:17px;
}
.details span{
	display:block;
	margin-top:5px;
	font-size:12px;
	color:#999;
}
.details .nr{
	margin-top:10px;
	color:#666;
	line-height:1.5;
	font-size:14px;
}



/*reply*/
.block{
	display:block !important;
}
.reply{
	display:none;
	background:#fff;
	width:100%;
	height:50px;
	line-height:50px;
	min-width:320px; 
	max-width:640px; 
	position:fixed;
	left:0;
	bottom:0;
	border-top:1px solid #eee;
	z-index:10000;
}

.reply .box{
	height:49px;
	line-height:49px;
	position:relative;
	padding:0 80px 0 10px;
}
.reply label{
	display:block;
	padding-top:10px;
}
.reply label .reply-text{
	display:block;
	width:100%;
	height:29px;
	line-height:29px;
	font-size:14px;
	border-radius:4px;
	border:1px solid #eee;
	color:#999;
	padding:0 5px;
}
.reply .reply-btn{
	background:#890b6c;
	display:block;
	width:50px;
	height:30px;
	border:none;
	color:#fff;
	border-radius:4px;
	position:absolute;
	right:10px;
	top:10px;
}





/*我的 2018-06-1*/
.dd-group{
	width: 100%;
	padding: 15px 10px;
}
.dd-group a{
	float: left;
	width: 20%;
	text-align: center;
}
.dd-group i{
	display: block;
	margin: auto;
	color: #FF9800;
	font-size: 24px;
	position: relative;
}
.dd-group i span{
	display: block;
	background: #f00;
	min-width: 14px;
	height: 14px;
	line-height: 17px;
	padding: 0 2.5px;
	font-size: 10px;
	color: #fff;
	border-radius: 7px;
	/*border: 1px solid #FF0000;*/
	position: absolute;
	top: -5px;
	right: 15px;
}
.dd-group p{
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}


.my-block{
	background: #fff;
}
.my-block h1{
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding:0 20px;
	position: relative;
}
.my-block h1:before{
	background: #f55d54;
	content: '';
	width: 3px;
	height: 14px;
	position: absolute;
	left: 10px;
	top: 13px;
}
.my-block ul{
	padding:0 10px 15px;
}
.my-block ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.my-block ul li{
	margin-top: 15px;
}
.my-block ul li a{
	width: 100%;
	font-size: 12px;
	color: #666;
}
.my-block ul li a i{
	color: #fff;
	margin: auto;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	margin-bottom: 8px;
	font-size:18px;
	display: block;
	border-radius: 50%;
}



.bk-a{
	/*background: #e97778;*/
	background-image: -webkit-linear-gradient(top, #e97778, #d65d5e); 
}
.bk-b{
	/*background: #8f82bc;*/
	background-image: -webkit-linear-gradient(top, #8f82bc, #7b6dad); 
}
.bk-c{
	background: #FF4081;
}
.bk-d{
	background: #976AC6;
}
  .to-top {
  font-size: 12px;
  display: none; 
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff; 
  background-color: #f50;
  border-radius: 50%;
  bottom: 55px !important;
}

/*members 20180713*/
.members ul{
	background: #fff;
}
.members ul li{
	position: relative;
	padding:20px 10px;
}
/* .members ul li:not(:first-child) .king {
    position: absolute;
    left: 4px;
    top: 5px;
    color: #ffb300;
} */
.members ul li .king{
	font-size: 30px !important;
	position: absolute;
	left: 16px;
	top: 6px;
	color: #fff45c;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.members ul li:not(:first-child){
	margin: 0 10px;
	border-bottom: 1px solid #eee;
}
.members ul li:first-child{
	background:url(../images/ph_bg.jpg) center bottom no-repeat;
	background-size: cover;
	color: #fff;
	padding:20px;
}
.members ul li:first-child .portrait{
	width: 60px;
	height: 60px;
	border:3px solid rgba(255,255,255,0.75);
}
.members ul li:first-child .mb-right{
	width: calc(100% - 100px);
}
.members ul li:first-child .mb-right span{
	color: #fff;
}

.members ul li:first-child .mb-right h1{
	margin-bottom: 8px;
}
.members ul li:first-child .pm{
	position: absolute;
	right: 20px;
	line-height: 1.5;
}
.members ul li:first-child .pm{
	position: absolute;
	right: 20px;
	line-height: 1.5;
	color: #fff;
}
.members ul li:nth-child(2) .pm{
	color: #b200b2;
}
.members ul li:nth-child(3) .pm{
	color: #facd89;
}

.members ul li:last-child{
	border-bottom: none;
}
.members ul li .portrait{
	background: #fff;
	width: 45px;
	height: 45px;
	float: left;
	border-radius: 50%;
}


.members ul li .mb-right{
	width: calc(100% - 110px);
	float: left;
	margin-left: 10px;
}
.members ul li .mb-right h1{
	line-height: 1.5;
	font-weight: 500;
	font-size: 17px;
}
.members ul li .mb-right span{
	display: inline-block;
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}
.members ul li .mb-right span i{
	color: #facd89;
	font-size: 10px;
}
.members ul li .mb-right span:last-child{
	padding-left:3vw;
}

.members ul li .pm{
	line-height: 45px;
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #999;
}
.load-more{
	 outline:none;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px;
	color:#999 !important;
	cursor: pointer;
}

#load-more{
    border: none;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px !important;
	background-color: #fff !important;
	color:#999 !important;
}
.rlt-mark a{
	display: block;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#666;
	padding-left:60px;
	position:relative;
}
.rlt-mark a img{
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:5px;
	border:1px solid #eee;
}
.wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 4px;
    font-size: 12px;
}
.order>span{
	display: block;
	padding: 10px;
	color: #999;
}
.jb.iconfont {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: rgba(161,126,226,0.75);
}





/*==============================商城2012-12-12======================================*/
.sersch3{
	background:#f5f5f5;
	height:30px;
	margin-left:15px;
	margin-right:50px;
	position:relative;
	padding-left:30px;
	margin-top:7px;
	border-radius:4px;
	overflow: hidden;
}
.sersch3 input{
	background:#f5f5f5;
	border:none;
	width:100%;
	height:30px;
	font-size:14px;
}
.sersch3 i{
	font-size:14px;
	line-height:30px;
	position:absolute;
	left:10px;
	top:0;
}


header a.car{
	line-height: 46px;
	font-size: 22px;
	color: #fff !important;
	position: absolute;
	right: 5px;
}
header .car span{
	display: block;
	background: #f00;
	min-width: 16px;
	height: 16px;
	line-height: 17px;
	padding: 0 2.5px;
	font-size: 10px;
	border-radius: 8px;
	/*border: 1px solid #FF0000;*/
	position: absolute;
	top: 5px;
	right: 0px;
}



.mall .mall-a{
	background: #fff;
	padding: 15px 5px;
}
.mall .mall-a li{
	width: 20%;
	float: left;
	margin-top: 10px;
}
.mall .mall-a li a{
	display: block;
	text-align: center;
}
.mall .mall-a li a i{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	/*background: #007AFF;*/
}
.mall .mall-a li a i img{
	width: 100%;
	height: 100%;
}
.mall .mall-a li a p{
	padding: 5px;
	font-size: 12px;
}




.bgcolor-a{
	background: #E51C23;
}
.bgcolor-b{
	background: #A089DD;
}	
.bgcolor-c{
	background: #8BC34A;
}	
.bgcolor-d{
	background: #40B4FF;
}
.bgcolor-e{
	background: #FF9800;
}	
.bgcolor-f{
	background: #7B82D5;
}		
.bgcolor-g{
	background: #40D0FF;
}	
.bgcolor-h{
	background: #7F73AC;
}	
.bgcolor-i{
	background: #66C1B9;
}	
	
.bgcolor-j{
	background: #CA82DF;
}	



.mall-tit{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.mall-tit a{
	line-height: 45px;
	font-size: 12px;
	text-align: center;
	color: #999;
	position: absolute;
	right: 15px;
	top: 0;
}


.mall-b{
	background: #FFF;
	position: relative;
}

.mall-b li{
	padding-bottom: 33.333%;
	float: left;
	width: 33.333%;  
	/*border-bottom: 1px solid #eee ; */
	/*width: -moz-calc(100%/3);
	width: -webkit-calc(100%/3);*/
	position: relative;
}
.mall-b li:nth-child(-n+3){
	border-bottom: solid 1px #eee;
}
.mall-b li:not(:nth-child(3n+1)){
	-moz-box-shadow: inset 1px 0 #eee;
	-webkit-box-shadow: inset 1px 0 #eee;
	box-shadow: inset 1px 0 #eee;
}

.mall-b li a{
	display: block;
	padding:  15px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mall-b li a p{
	margin-bottom: 10%;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mall-b li a img{
	display: block;
	margin: auto;
	width: 76%;
	height: 76%;
	object-fit: cover;
}




.mall-c{
	background: #FFF;
	position: relative;
}

.mall-c li{
	/*box-shadow: 0 0 1px #000;*/
	float: left;
	width: 50%;  
	position: relative;
}

.mall-c li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}

.mall-c li:nth-child(2n+1) a{
	padding-left: 15px;
	padding-right: 7.5px;
}
.mall-c li:nth-child(2n+2) a{
	padding-left: 7.5px;
	padding-right: 15px;
}
.mall-c li a p{
	line-height: 30px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.mall-c li a p i{
	display: block;
	width: 20px;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}
.mall-c li a .box{
	width: calc(50vw - 25px);
}
.mall-c li a i{
	display: block;
	float: left;
	position: relative;
}
.mall-c li a i.a{
	background: #f00;
	width: 66%;
	padding-bottom:66%;
	margin-right: 2%;
}
.mall-c li a i.b{
	background: #666;
	width: 32%;
	padding-bottom:32%;
	margin-bottom: 2%;
}
.mall-c li a i.c{
	background: #333;
	width: 32%;
	padding-bottom:32%;
}
.mall-c li a img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
}


.pro-list{
	background: #fff;
}
.pro-list li{
	border-bottom: solid 1px #eee;
	position: relative;
}
.pro-list li a{
	display: block;
	padding: 15px;
}
.pro-list li a .item-a{
	width: 120px;
	height: 120px;
	float: left;
}
.pro-list li a .item-b{
	float: left;
	width: calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	height: 120px;
	margin-left: 10px;
	position: relative;
}
.pro-list li a .item-b h1{
	height: ;
	line-height: 1.2;
	font-size: 16px;
	color: #000000;
	padding: 5px 0;
	/*font-weight: 600;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}
.pro-list li a .item-b p{
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-list li a .item-b .price{
	color: #f00;
	position: absolute;
	bottom: 25px;
}

.pro-list li a .item-b .box{
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.pro-list li a .item-b .box i{
	display: inline-block;
	font-size: 28px;
	color: #976AC6;
	vertical-align: middle;
}
.pro-list li a .item-b .box span{
	font-size: 12px;
	color: #ccc;
}
.pro-list li .add-car{
	display: block;
	background: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	border: solid 1px #976AC6;
	color: #976AC6;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 3;
}


.tabs-a a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 15px;
	vertical-align: middle;
	font-size: 12px;
	-moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.tabs-a a i.on{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg) ;
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}




/*商品分类*/
.good_class {
	position: relative;
}
.good_class .tab{
	width: 100%;
    min-width: 320px;
    max-width: 640px;
	position: fixed;
	top: 44px;
	bottom: 0;
}
.good_class .tab-hd{
	width: 100px;
	height: 100%;
	background: #eee;
	float: left;
	font-size: 15px;
	overflow-y: auto;
}
.good_class .tab-hd li{
	padding:20px 15px;
	line-height: 1.4;
}
.good_class .tab-hd li.active{
	background: #fff;
	color: #890B6C;
}

.good_class .tab-bd{
	background: #fff;
	float: left;
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	height: 100%;
	overflow-y: auto;
	padding: 0 10px;
}
.good_class .tab-bd li{
	display:none; 
}
.good_class .tab-bd li.thisclass{
	display:list-item;
}


.good_class .tab-bd li dl dt{
	line-height: 44px;
	padding-left: 10px;
	position: relative;
}
.good_class .tab-bd li dl dt:before{
	content: '';
	background: #976AC6;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 15px;
	left: 0;
}

.good_class .tab-bd li dl dd{

}
.good_class .tab-bd li dl dd a{
	float: left;
	width:calc(100%/3);
	width: -moz-calc(100%/3);
	width: -webkit-calc(100%/3);
}

.good_class .tab-bd li dl dd a img{
	display: block;
	margin: auto;
	width: 65px;
	height: 65px;
	border-radius: 4px;
	border: 1px solid #f6f6f6;
	object-fit: cover;
}
.good_class .tab-bd li dl dd a p{
	line-height: 2.5;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	color:#666;
	padding: 0 5px;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	.good_class .tab-bd li dl dd a img{
		width: 55px;
		height: 55px;
	}
}





/*======================================cart 购物车==========================================*/
.shop_car ul:not(:first-child){
	margin-top: 10px;
}
.foot-ddxq .checkbox,
.shop_car .item .checkbox  {
	display: inline-block;
	width: auto !important;
	height: 24px ;
	line-height: 27px;
	color: #999;
	float: left;
	position: relative;
	left: 15px;
	top: initial;
	right: initial;
	padding-left:30px;
	margin-top: 13px;
	/*border: 1px solid #13b5b1;*/
	vertical-align: middle;
	/*border-radius:50%;*/
	overflow:hidden;
}

.foot-ddxq .checkbox input,
.shop_car .item .checkbox input{
 	width: 100%;/
	height: 24px;
	display:block;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: -3px;
	left:-3px;
	z-index: 3;
}

.foot-ddxq .checkbox span,
.shop_car .item .checkbox span {
	width: 24px;
	height: 24px;
	font-size:24px;head
	line-height:24px;
	text-align:center;
	position: absolute;
	top: 0;
	left:0;
	z-index: 2;
	vertical-align: middle;
}


.shop_car .item{
	background: #fff;
	height: 120px;
	padding: 10px 15px 10px 160px;
	position: relative;
}
.shop_car .item:not(:last-child){
	border-bottom: solid 1px #eee;
}
.shop_car .item h2{
	padding: 5px 0 10px;
	line-height: 1.5;
	font-size: 15px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop_car .item p{
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop_car .item i{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50px;
}
.shop_car .item i img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.shop_car .item .checkbox {
	position: absolute;
	left: 15px;
	top: 35px;
}

.shop_car .item .price{
	color: #f00;
	line-height: 30px;
	position: absolute;
	bottom: 10px;
}

.shop_car .item .change-num{
	right: 15px;
	bottom: 10px;
}

.change-num {
	width: 94px;
	height: 30px;
	position: absolute;
}

.change-num .add,
.change-num .jian{
	display:block;
	background: #F5F7FA;
	border: solid 1px #D8DCE6;
	width: 30px;
	height: 30px;
}
.change-num .add{
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.change-num .jian{
	position: absolute;
	left: 0;
	top: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.change-num .num{
	display: block;
	border: solid 1px #D8DCE6;
	width: 36px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 29px;
	top: 0;
}

.foot-ddxq {
	/*padding: 0 15px;*/
	height: 49px;
	/*line-height: 49px;*/
}
.foot-ddxq .text_js{
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	text-align: right;
}
.foot-ddxq .text_js span{
	color: #f00;
	font-size: 16px;
}
.foot-ddxq .text_js p{
	color: #999;
	font-size: 12px;
	margin-top: 3px;
}
.foot-ddxq .btn-small-radius{
	width: 28%;
	display: block;
	background: #890B6C;
	float: right;
	border: none;
	height: 49px;
	font-size: 16px;
	margin: 0;
	/*padding: 0 15px;*/
	color: #fff;
}



.shop_car .store_tit{
	background: #fff;
	height: 44px;
	line-height: 44px;
	border-bottom: solid 1px #eee;
	padding-left: 50px;
	position: relative;
}
.shop_car .store_tit .checkbox{
	position: absolute;
	left: 15px;
	top: 11px;
}





/*======================================商品详情==========================================*/
.goods_details .goods_a{
	background: #fff;
	padding: 15px;
}
.goods_details .goods_a .a{
	
}
.goods_details .goods_a .a h1{
	font-size: 20px;
	color: #f00;
	float: left;
}
.goods_details .goods_a .a span{
	display: block;
	float: right;
	font-size: 12px;
	color: #aaa;
}
.goods_details .goods_a .b{
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.5;
	color: #101010;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods_details .goods_a .c{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods_details .goods_a .d{
	font-size: 14px;
	margin-top: 20px;
	color: #999;
}
.goods_details .goods_a .d span{
	display:block;
	font-size: 12px;
}
.goods_details .goods_a .d .yf {
	float: left;
}
.goods_details .goods_a .d .dz {
	float: right;
}

.goods_details .goods_b{
	height: 50px;
	background: #fff;
	padding:10px 15px;
	padding-right: 60px;
	position: relative;
}
.goods_details .goods_b p{
	line-height: 30px;
	font-size: 16px;
	color: #101010;
}
.goods_details .goods_b p span{
	color: #f00;
}
.goods_details .goods_b a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding:0 15px;
	color: #fff;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	top: 10px;
}
.goods_details .tg a{
	background: #976AC6;
}
.goods_details .jf a{
	background: #FF9800;
}

.goods_details .goods_c{
	height: 70px;
	background: #fff;
	padding: 10px 15px 10px 75px;
	position: relative;
}
.goods_details .goods_c img{
	display: block;
	width: 50px;
	height: 50px;
	object-fit: cover;
	position: absolute;
	left: 15px;
	top: 10px;
}
.goods_details .goods_c h1{
	padding: 5px 0;
	font-size: 16px;
	color: #101010;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods_details .goods_c p{
	font-size: 14px;
	color: #999;
}
.goods_details .goods_c i{
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 12px;
	top: 0;
	line-height: 70px;
}



.small_tit{
	background: #fff;
	line-height: 45px;
	padding: 0 15px;
	color: #AAAAAA;
}
.small_tit .xyd{
	float: right;
	color: #999;
}
.small_tit .xyd span{
	color: #f00;
}
.goods_details .goods_d{
	background: #fff;
}
.goods_details .goods_d .info{
	padding: 15px;
	color: #101010;
}
.goods_details .goods_d .info img{
	margin: 10px auto;
}



.goods_e{
	background: #fff;
	padding-bottom: 15px;
}
.comments ul li {
	padding: 15px;
}
.comments .list .item .item-a{
	padding-left: 40px;
	position: relative;
}

.comments .list .item .item-a img{
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.comments .list .item .item-a h2{
	padding: 3px 0;
	font-size: 15px;
	color: #666;
}
.comments .list .item .item-a span{
	font-size: 12px;
	color: #999;
}

.comments .list .item .item-b{
	margin-top: 15px;
	padding-left: 40px;
	color: #101010;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.comments .list .item .item-c{
	margin-top:15px ;
	padding-left: 40px;
}

.comments .list .item .item-c a{
	display: block;
	float: left;
	margin-bottom: 3px;
	width: calc((100vw - 76px)/3);
	width: -moz-calc((100vw - 76px)/3);
	width: -webkit-calc((100vw - 76px)/3);
	height: calc((100vw - 76px)/3);
	height: -moz-calc((100vw - 76px)/3);
	height: -webkit-calc((100vw - 76px)/3);
	overflow: hidden;
}
.comments .list .item .item-c a:not(:nth-child(3n+1)){
	margin-left: 3px;
}

.comments .list .item .item-c a img{
	width: 100%;	
	height: 100%;
	object-fit: cover;
}

.btn-more{
	display: block;
	width: 25%;
	line-height: 30px;
	text-align: center;
	color: #890B6C !important;
	margin: 15px auto 0 !important;
	border-radius: 15px;
	border: 1px solid #890B6C;
}


footer .foot-gd{
	height: 49px;
}
footer .foot-gd .car,footer .foot-gd button{
	display: block;
	float: left;
}
footer .foot-gd .car{
	width: 50px;
	height: 49px;
	text-align: center;
	padding-top: 8px;
	border-right: 1px solid #eee;
}
footer .foot-gd .car i{
	font-size: 22px;
	color: #FF9800;
}
footer .foot-gd .car p{
	font-size: 12px;
	color: #999;
	margin-top: 1px;
}

footer .foot-gd button{
	width: calc((100% - 50px)/2);
	width: -moz-calc((100% - 50px)/2);
	width: =-webkit-calc((100% - 50px)/2);
	height: 49px;
	border: 0;
	font-size: 16px;
	margin: 0;
}

footer .foot-gd .add-car01{
	background: #fff;
}
footer .foot-gd .buy-now{
	background: #890B6C;
	color: #fff;
}






.zz{
	background: rgba(0,0,0,0.5);
	width:100%;
	min-width:320px; 
	max-width:640px; 
	height: 100%;
	padding: 15px;
	position: fixed;
	bottom: 0;
	z-index:99999;
}
.choose{
	display: none;
}
.choose-box{
	background: #fff;
	width:100%;
	min-width:320px; 
	max-width:640px; 
	/*max-height: 60%;*/
	padding: 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: fixed;
	bottom: 0;
	/*left: 0;*/
	z-index:99999;
}

.choose-box .close{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999999;
}
.choose-box  .cg-a {
	height: 85px;
	padding-left: 80px;
	padding-right: 30px;
	padding-bottom: 15px;
	position: relative;
}
.choose-box  .cg-a img{
	width: 70px;
	height: 70px;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.choose-box .cg-a h1{
	padding: 5px 0;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.choose-box .cg-a span{
	color: #f00;
}
	
	
.choose-box .cg-b{
	margin-top: 15px;
}
.choose-box .cg-b p{
	margin-bottom: 10px;
}
.choose-box .cg-b button{
	display: inline-block;
	height: 30px;
	margin-bottom: 5px;
	padding: 0 6px;
	background: #f1f1f1;
	border-radius: 4px;
	color: #333;
	font-size: 12px;
	border: none;
}
.choose-box .cg-b button.on{
	background: #890B6C;
	color: #fff;
}


.choose-box .cg-c{
	margin-top: 15px;
	height: 30px;
	position: relative;
}
.choose-box .cg-c p{
	line-height: 30px;
}
.choose-box .cg-c .change-num{
	right: 0;
	top: 0;
}





/*======================================商家列表===========================================*/	
.shop-list{
	background: #fff;
}	
.shop-list .item{
	height: 110px;
	border-bottom: 1px solid #eee;
	padding: 15px 15px 15px 105px;
	position: relative;
}	
.shop-list li:active{
	background: #eee;
}	
.shop-list .item:before{
	font-size: 32px;
	color: #976AC6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}
.shop-list .item-a{
	width: 80px;
	height: 80px;
	border-radius: 4px;
	border:1px solid #f6f6f6;
	object-fit: cover;
	position: absolute;
	left: 15px;
	top: 15px;
}
.shop-list .item-b{
	font-size: 18px;
	padding: 5px 0;
}			
.shop-list .item-c{
	margin-top: 10px;
}
.shop-list .item-c p{
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	color: #999;
}
.shop-list .item-d{
	margin-top: 10px;
	font-size: 12px;
	color: #000;
	position: relative;
}	
.shop-list .item-d:before{
	content: '满减';
	/*line-height: 15px;*/
	border:1px solid #976AC6;
	border-radius: 3px;
	padding: 1px 3px 0;
	font-size: 10px;
	color: #976AC6;
	margin-right: 5px;
	vertical-align: middle;
}		



	
/*======================================店铺中心===========================================*/	
 
.shop .shop-head{
	height: 170px;
	background: url(../images/bg01.jpg) center no-repeat;
	padding-top: 44px;
	position: relative;
}
.shop .shop-head:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(137,11,108,0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.shop .shop-head img{
	display: block;
	margin:auto;
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	position: relative;
	z-index: 2;
}
.shop .shop-head h1{
	width: 80%;
	margin: 15px auto 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}		


.shop .shop-xy{
	background: #fff;
	height: 45px;
	padding: 0 15px;
}
.shop .shop-xy h1{
	float: left;
	font-size: 16px;
	color: #000000;
	line-height: 45px;
}	
.shop .shop-xy span{
	display: block;
	line-height: 45px;
	padding-left: 10px;
	font-size: 15px;
	color: #f00;
	float: right;
}	




/*============================确认订单================================*/
.g-ddxq .g-ddxq-a{
	background: #fff;
	padding: 15px 40px 15px 15px;
	position: relative;
}	
.g-ddxq .g-ddxq-a i{
	font-size: 14px;
	position: absolute;
	right: 12px;
	top:42%;
}
.g-ddxq .g-ddxq-a h1{
	font-size: 16px;
	color: #000000;
}
.g-ddxq .g-ddxq-a p{
	margin-top: 8px;
	line-height: 20px;
	color: #999;
}	
	
.g-ddxq .g-ddxq-b{
	background: #fff;
	position: relative;
}
.g-ddxq .g-ddxq-b h1{
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 14px;	
	color: #666;
}
.g-ddxq .g-ddxq-b h1:before{
	margin-right: 5px;	
}
.g-ddxq .g-ddxq-b ul li{
	border-bottom: 1px solid #eee;
	height: 90px;
	position: relative;
	padding: 10px 50px 10px 95px;
}
.g-ddxq .g-ddxq-b ul li img{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.g-ddxq .g-ddxq-b ul li h2{
	max-height: 40px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}	
.g-ddxq .g-ddxq-b ul li span{
	color: #999;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
}	
.g-ddxq .g-ddxq-b ul li p{
	color: #999;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
}
.g-ddxq .g-ddxq-b .hj{
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	text-align: right;
}
.g-ddxq .g-ddxq-b .hj>span{
	display: inline-block;
	color: #999;
	font-size: 12px;
}			
.g-ddxq .g-ddxq-b .hj p{
	display: inline-block;
	margin-left: 10px;
	color: #000;
}	
.g-ddxq .g-ddxq-b .hj p span{
	color: #f00;
}	

.g-ddxq .g-ddxq-c{
	background: #fff;
}		
.g-ddxq .g-ddxq-c .box{
	padding: 0px 15px 15px 15px;
}	
.g-ddxq .g-ddxq-c .box textarea{
	width: 100%;
	background: #eee;
	border: none !important;
	padding: 5px;
	box-sizing:border-box;
}	


.g-ddxq .g-ddxq-d { 
	background: #fff;
}	
.g-ddxq .g-ddxq-d h1{ 
	line-height: 45px;
	text-align: center;
	font-size: 16px;
}
.g-ddxq .g-ddxq-d .nr{ 
	padding: 15px;
	line-height: 1.5;
}	


.ddzt{
	padding: 0 15px;
	line-height: 45px;
	background: #fff;
}
.ddzt span{
	color: #f00 !important;
}
.ddgk{
	padding:15px;
	background: #fff;
	line-height: 1.5;
	color: #666;
}	
.ddly{
	padding:0 15px 15px 15px;
	background: #fff;
	line-height: 1.5;
	color: #000;
}	


.foot-dzf{
	background: #fff;
	height: 49px;
}
.foot-dzf{
	background: #fff;
	height: 49px;
	text-align: right;
	padding: 9px 15px;
}
.btn{
	border-radius: 4px;
}
.btn-default{
	background: transparent;
	color: #999;
	border: solid 1px #ccc;
	width: 80px;
	height: 30px;
}
.btn-select{
	background: #890B6C;
	color: #fff;
	border: none;
	width: 80px;
	height: 30px;
}


/*==================================my-order 我的订单======================================*/	
.my-order .my-order-list .item{
	background: #fff;
	margin-top: 10px;
}
.my-order .my-order-list .item h1{
	border-bottom:1px solid #eee;
	line-height: 45px;
	padding: 0 15px;
	position: relative;
}
.my-order .my-order-list .item h1 i{
	float: left;
	margin-right: 5px;
	margin-top: -1px;
	color: #999;
}
.my-order .my-order-list .item h1 p{
	float: left;
	color: #666;
}
.my-order .my-order-list .item h1 span{
	float: right;
}
.my-order .my-order-list .item h1 span.a{
	color: #f00;
}
.my-order .my-order-list .item h1 span.b{
	color: #ccc;
}
.my-order .my-order-list .item ul li{
	/*border-bottom: 1px solid #eee;*/
	height: 90px;
	position: relative;
	padding: 10px 50px 10px 95px;
}
.my-order .my-order-list .item ul li img{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.my-order .my-order-list .item ul li h2{
	max-height: 40px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}	
.my-order .my-order-list .item ul li span{
	color: #999;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
}
.my-order .my-order-list .item ul li button{
	background: transparent ;
	display: block;
	width: 50px;
	height: 26px;
	font-size: 12px;
	color: #ccc;
	border: solid 1px #eee;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	bottom: 10px;
}	
.my-order .my-order-list .item ul li p{
	color: #999;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
}
.my-order .my-order-list .item .hj{
	border-top: 1px solid #eee;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	text-align: right;
}
.my-order .my-order-list .item .hj>span{
	display: inline-block;
	color: #999;
	font-size: 12px;
}			
.my-order .my-order-list .item .hj p{
	display: inline-block;
	margin-left: 10px;
	color: #000;
}	
.my-order .my-order-list .item .hj p span{
	color: #f00;
}




/*==============退货申请===================*/
.apply-return .box{
	padding: 0px 15px;
}	
.apply-return .box textarea{
	width: 100%;
	background: #eee;
	border: none !important;
	padding: 5px;
	box-sizing:border-box;
}
.add-img {
	padding: 0 15px;
}
.add-img li{
	width: calc((100vw - 40px)/3);
	width: -moz-calc((100vw - 40px)/3);
	width: -webkit-calc((100vw - 40px)/3);
	height: calc((100vw - 40px)/3);
	height: -moz-calc((100vw - 40px)/3);
	height: -webkit-calc((100vw - 40px)/3);
	float: left;
	margin-top: 5px;
	position: relative;
}
.add-img li i{
	background: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: rgb(255,255,255);
	font-size: 10px;
	text-align: center;
	position: absolute;
	right: 2px;
	top: 2px;
}
.add-img li:not(:nth-child(3n+1)){
	margin-left: 5px;
}
.add-img li:last-child{
	text-align: center;
	line-height: calc((100vw - 40px)/3);
	line-height: -moz-calc((100vw - 40px)/3);
	line-height: -webkit-calc((100vw - 40px)/3);
	box-shadow: inset 0 0 0 1px #eee;
	-webkit-box-shadow: inset 0 0 0 1px #eee;
	box-shadow: inset 0 0 0 1px #eee;
}
.add-img li:last-child span{
	font-size: 32px;
	color: #ccc;
}
.add-img li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ft-submit{
	background: #890B6C;
	width: 100%;
	height: 49px;
	font-size: 18px;
	color: #fff;
	border: none;
}






/*=======================退货申请=========================*/
.logistics {
	padding: 15px;
	
}
.logistics p{
	color: #666;
	line-height: 30px;
	font-size: 16px
}
.logistics p span{
	color: #000;
}
.logistics p.ydh{
	position: relative;
}
.logistics p.ydh span{
	color: #976AC6;
}
.logistics p.ydh button{
	background: #890B6C;
	height: 26px;
	padding: 0 10px;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 2px;
}




/*============================入驻申请===============================*/
.protocol {
    padding:15px;
}
.protocol .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    top:-1px;
    left: 0;
}
.protocol .checkbox span{
	top:-3px;
    right: -1.5px;
}
.protocol .checkbox input {
    width: 20px;
    height: 20px;
    display: block;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 3;
}
.protocol .ptl-b a {
    color: #09C;
}
.btn-verify {
    background: #fff;
    color: #890B6C;
    border:1px  #890B6C solid ;
    box-sizing: border-box;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
    height: 29px;
}




/*====================上传=================*/
.publish-article-ban{
	position:relative;
	background:#fff;
}
.publish-article-ban .up-img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	z-index:9;
}
.publish-article-ban .up-photo{
	width:100%;
	height:55vw;
	background-color:transparent;
}
.publish-article-ban .up-photo img{
	position:relative;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:8;
}

.publish-article-ban .ban-under{
	background:#fff;
	width:80%;
	height:110px;
	position:absolute;
	left:10%;
	top:calc(28vw - 55px);
	z-index:1;
}
.publish-article-ban .ban-under i{
	display:block;
	margin:0 auto;
	text-align:center;
	width:80px;
	height:80px;
	line-height:80px;
	border-radius:50%;
	border:1px solid #ccc;
	color:#ccc;
	font-size:36px;
}
.publish-article-ban .ban-under span{
	display:block;
	text-align:center;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#999;
}


.publish-article-title,
.publish-article-content{
	padding: 15px;
	background: #fff;
}
.publish-article-title input{
	width:100%;
	border:none;
	padding:10px 0;
}
.title-tips {
  font-weight: bold;
  margin-bottom: 3px;
  color:#666;
}

.publish-article-content .article-content {
	min-height: 200px;
	line-height:1.5;
	padding:10px 0;
	color:#666;
}

.ft-submit.g-image-upload-box{
	text-align: center;
	height:45px;
	line-height:45px;
	background:#890B6C;
	color:#fff;
	font-size:16px;
}
.ft-submit.g-image-upload-box .upload-img {
	display: inline-block;
	vertical-align: middle;
	font-size:18px;
	width: 25px;
	height: 20px;
	line-height:20px;
	margin-right: 10px;
	background-size: 100%;
}



/*========================================shop_login后台==========================================*/
.shop-login .login-form{
	margin: auto 30px;
}


.in-way i{
	width: 80px;
	height: 80px;
	display: block;
	margin:20% auto 0;
	font-size: 80px;
	text-align: center;
	color: #259B24;
}
.in-way h1{
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
}
.in-way p{
	width: 80%;
	margin: 30px auto;
	text-align: center;
	color: #999;
}
.in-way a{
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	display: block;	
	height: 45px;
	line-height: 45px;
	margin: 20px 30px;
}
/*.in-way a.in-way-a{
	background: transparent;
	border: solid 1px #890B6C;
	color: #890B6C;
}*/
.in-way a.in-way-a{
	background: #FF9800;
	color: #fff;
}
.in-way a.in-way-b{
	background: #890B6C;
	color: #fff;
}


.in-way-form{
	background: #fff;
	padding: 10px 15px;
}
.in-way-form h2{
	padding: 15px 0 10px;
}
.in-way-form input{
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1px #ddd ;
	padding: 0 10px;
}
.in-way-form input.submit{
	background: #890B6C;
	color: #fff;	
	font-size: 18px;
	border: none;
	margin-top: 40px;
}
.in-way-form .publish-article-ban{
	border: solid 1px #ddd;
}




/*==========================申请状态===============================*/
.state{
	background: #fff;
}
.state i{
	display: block;
	width: 60px;
	height: 60px;
	margin:40% auto 0;
	font-size: 55px;
	text-align: center;
}
.state i.icon-zhongping{
	color: #ccc;
}
.state i.icon-chaping{
	color: #f00;
}
.state i.icon-haoping{
	color: green;
}
.state h1{
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}
.state button{
	background: #890B6C;
	display: block;
	width: 60%;
	height: 45px;
	margin: 40px auto 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}


.bzj .bzj-lines{
	background: #FFF;
	height: 45px;
	padding: 0 15px;
}
.bzj .bzj-lines h1{
	float: left;
	font-size: 16px;
	line-height: 45px;
}
.bzj .bzj-lines p{
	float: right;
	font-size: 16px;
	line-height: 45px;
	color: #f00;
}



.goods-zt{
	background: #fff;
}
.goods-zt a{
	display: block;
	width: calc(100%/3);
	width: -moz-calc(100%/3);
	width: -webkit-calc(100%/3);
	float: left;
	text-align: center;
	padding: 15px 0;
}
.goods-zt a span{
	font-size: 18px;
	color: #000000;
}
.goods-zt a p{
	color: #999;
	margin-top: 5px;
	font-size: 12px;
}

.my-order .my-order-list .item .mjly{
	background: #eee;
	color: #f00;
	padding: 15px;
	line-height: 1.2;
}
.my-order .my-order-list .item .mjly span{
	color: #666;
}

.shop.my-order .tit-dfh{
	background: #fff;
	line-height: 45px;
	padding: 0 15px 0 25px; 
	font-size: 16px;
	color: #000000;
	position: relative;
}
.shop.my-order .tit-dfh:before{
	content: '';
	width: 3px;
	height: 15px;
	background: #890B6C;
	position: absolute;
	left: 15px;
	top: 15px;
}
.shop.my-order .my-order-list .item:first-child{
	margin-top: 0 !important;
}
.shop.my-order .my-order-list .item h1 p{
	color: #000000;
}
.shop.my-order .my-order-list .item h1 span.b{
	color: #999;
}





.goods-mgement{
	
}
.goods-mgement li {
	background: #fff;
	margin-top: 10px;
}
.goods-mgement li .item-a{
    height: 90px;
    position: relative;
    padding: 10px 50px 10px 95px;
    
}
.goods-mgement li .item-a img{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.goods-mgement li .item-a h2{
	max-height: 40px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}	
.goods-mgement li .item-a span{
	color: #999;
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
}

.goods-mgement li .item-a p{
	color: #999;
	font-size: 12px;
	position: absolute;
	bottom: 15px;
}



.foot-btn-box button{
	display: block;
	width: 50%;
	height: 49px;
	line-height: 49px;
	float: left;
	border: none;
	text-align: center;
	font-size: 16px;
}
.foot-btn-box button.btn-a{
	background: #fff;
	color: #890B6C;
}
.foot-btn-box button.btn-b{
	background: #890B6C;
	color: #fff;
}