﻿/*-------------个人中心开始---------------*/
/*-------------个人中心首页---------------*/
.m-head{
	width:100%;
	padding: 30px 20px 70px 20px;
	background: url("../images/i/ge-bj.png") center top no-repeat;
	background-size: cover;
	position: relative;
}
.m-head .m-img{
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(239,107,0,0.6),0 2px 10px 0 rgba(239,107,0,.15);
	box-shadow: 0 2px 4px 0 rgba(239,107,0,0.6),0 2px 10px 0 rgba(239,107,0,.15);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 30px;
}
.m-head .m-img img{
	width: 100%;
}
.m-head .m-text{
	width: 100%;
	padding-left: 100px;
}
.m-head .m-text .uesr-name{
	color: #8d3f00;
	font-size: 1.5rem;
	display: inline-block;
}
.m-head .m-text .tag{
	display: inline-block;
	color: #999999;
}
.m-head .m-text .tag .iconfont{
	padding: 0 5px;
}
.m-head .m-text .tag .on.iconfont{
	color: #ff7200;
}
.m-head .m-text .m-info{
	padding-top: 10px;
	padding-bottom: 10px;
}
.m-head .m-text  .m-ui{
	font-size: 1.2rem;
	color: #999999;
}
.m-head .m-text  .m-ui span{
	margin-right: 10px;
}
.m-head .m-text  .m-ui span em{
	color: #ff7200;
}
.m-index-con{
	padding:0 15px;
}
.m-index-bt{
	line-height: 35px;
	padding: 15px 0 10px 0;
}
.m-index-bt .bt{
	float: left;
	color: #000000;
}
.m-index-bt .more{
	float: right;
	color: #787878;
}
.m-inmob{
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
}
.m-in-order{
	padding: 20px 0;
}
.m-in-order .item{
	width: 20%;
	text-align: center;
	padding: 10px 0 10px 0;
	float: left;
}
.m-in-order .item .iconfont{
	color: #ff7200;
	font-size: 3.0rem;
}
.m-in-order .item .iconfont.icon-gengduo-hengxiang{
	color: #bfbfbf;
}
.m-in-order .item .info{
	font-size: 1.2rem;
	padding-top: 10px;
	color: #6c6c6c;
}
/*订单中心页面*/
.order-item{
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.o-pro-info{
	background-color: #f3f5f7;
	position: relative;
	padding: 15px;
}
.o-pro-info .p-img {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.o-pro-info .p-img img{
	width: 100%;
}
.o-pro-info .pro-text {
	width: 100%;
	height: 80px;
	padding-left: 95px;
}
.o-pro-info .pro-text .left{
	width: 60%;
	float: left;
}
.o-pro-info .pro-text .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.o-pro-info .pro-text .p-info{
	color: #999999;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.o-pro-info .pro-text .tag{
	padding: 5px 0;
}
.o-pro-info .pro-text .tag span{
	color: #f30000;
	border: 1px solid #f30000;
	font-size: 1.2rem;
	margin-right: 10px;
	padding: 0 0.2rem;
	border-radius: 5px;
}
.o-pro-info .pro-text .p-price{
	width: 40%;
	float: right;
	text-align: right;
}
.o-pro-info .pro-text .p-price .price{
	color: #000000;
	display: block;
}
.o-pro-info .pro-text .p-price .num{
	color: #999;
	display: block;
}
.order-item-bottom{
	padding: 15px;
	line-height: 25px;
	text-align: right;
	border-bottom: 1px solid #ebebeb;
}
.order-item-bottom span{
	padding: 0 5px;
}
.order-item-bottom-refund{
	padding: 15px;
	line-height: 25px;
	border-bottom: 1px solid #ebebeb;
}
.order-item-bottom-refund span{
	padding: 0 5px;
}
.order-item-bottom-refund .iconfont{
	color: #f30c0c;
	font-size: 2.0rem;
}


.order-item-btn{
	padding: 15px 0;
}
.line-btn,.line-btn:hover{
	padding: 0.4rem 0.6rem;
	border: 1px solid #d6d6d6;
	border-radius: 15px;
	margin:0 5px;
	display: inline-block;
	float: right;
	color: #000000;
}
.line-btn.orange-btn{
	border: 1px solid #ff7200;
	color: #ff7200;
}
/*订单详情页面*/
.order-detop{
	background-color: #ff7200;
	padding:0 20px;
}
.order-detop .order-topprom{
	width: 50%;
	padding: 30px 15px 20px 15px;
	text-align: left;
	color: #FFFFFF;
}
.order-detop .order-topprom.order-topprom2{
	width: 100%;
}
.order-detop .order-topprom h4{
	font-weight: normal;
	font-size: 1.6rem;
}
.order-detop .order-topprom p{
	font-size: 1.4rem;
	margin-top: 10px;
}
.order-detop .order-topimg{
	width: 50%;
}
.order-detop .order-topimg img{
	width: 100%;
}
.order-de-procon{
	background-color: #FFFFFF;
}
.order-de-price{
	padding: 10px 15px;
}
.order-de-price li{
	color: #999999;
	font-size: 1.3rem;
	padding: 5px 0;
	*zoom: 1
}
.order-de-price li:before,.order-de-price li:after{
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.order-de-price li.strong{
	color: #000000;
	font-size: 1.6rem;
}
.order-de-price .title{
	float: left;
	width: 30%;
	text-align: left;
}
.order-de-price .price{
	width: 60%;
	float: right;
	text-align: right;
}
.order-de-all-price{
	background-color: #fcfcfc;
	padding: 20px 15px;
	font-size: 1.5rem;
	position: relative;
	z-index: 1;
}
.order-de-all-price:before{
	position: absolute;
	content: " ";
	right: 20px;
	top: -3px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	background-color: #fcfcfc;
	box-shadow: -1px -1px 0 0 #f8f8f8;
	z-index: 2;
	visibility: visible;
}
.order-de-all-price .title{
	width: 30%;
	color: #000000;
	float: left;
}
.order-de-all-price .price{
	width: 60%;
	color: #f30000;
	float: right;
	text-align: right;
	font-size: 1.8rem;
}
.order-int{
	padding: 15px 15px;
	background-color: #FFFFFF;
	font-size: 1.4rem;
	color: #999999;
}
.order-int .int-tag{
	color: #f30000;
	border: 1px solid #f30000;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
	font-size: 1.2rem;
	padding: 0 0.1rem;
}
.order-int  p{
	display: inline-block;
}
.order-tell-con{
	padding: 20px 0;
	background-color: #FFFFFF;
}
.order-tell-con a{
	text-align: center;
	width: 50%;
	float: left;
	color: #666666;
	font-size: 1.5rem;
	border-right: 1px solid #ccc;
}
.order-tell-con a:last-child{
	border-right: 0;
}
.order-tell-con a .iconfont{
	color: #42a5f5;
	padding-right: 10px;
	font-size: 1.8rem;
}
.order-num{
	padding: 15px;
	background-color: #FFFFFF;
}
.order-num .num-item{
	color: #999999;
	font-size: 1.3rem;
	padding: 5px;
}
.order-num .num-item .copy{
	display: inline-block;
	padding: 0 0.8rem;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #999999;
}
.order-de-btn{
	padding: 15px;
	background-color: #FFFFFF;
}

/*物流*/
.de-logistics{
	background-color: #FFFFFF;
	padding: 15px 0;
	position: relative;
}
.de-logistics .logi-icon{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 50px;
	text-align: center;
	line-height: 3.0rem;
	margin-top: -1.5rem;
}
.de-logistics .next-icon{
	right: 0px;
	position: absolute;
	top: 50%;
	width: 50px;
	text-align: center;
	line-height: 3.0rem;
	margin-top: -1.5rem;
}
.de-logistics .logi-icon .iconfont{
	font-size: 2.5rem;
	color: #66bb6a;
}
.de-logistics .next-icon .iconfont{
	color: #999999;
}
.de-logistics-info{
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	color: #999;
}
.de-logistics-info .logi-info{
	color: #66bb6a;
}
.de-logistics-info .logi-tell{
	color: #999999;
	margin-top: 5px;
}
.line{
	width: 100%;
	height: 1px;
	background-color: #f7f7f7;
}
.line90{
	width:-moz-calc(100% - 15px);
	width:-webkit-calc(100% - 15px);
	width: calc(100% - 15px);
	margin-left: 15px;
	height: 1px;
	background-color: #f7f7f7;
}
.order-bar{
	background-color: #FFFFFF;
	padding: 15px;
	color: #666;
}
/*选择退款方式*/
.r-cart-box-con{
	width: 100%;
	float: none;
	padding: 20px;
	background-color: #FFFFFF;
}
.cart-box-con.r-cart-box-con .cart-box-left{
	width: 100%;
	float: none;
}
.cart-box-con.r-cart-box-con .p-text{
	float: none;
}

.refund-con{
	background-color: #FFFFFF;
	width: 100%;
	padding: 0 20px;
}
.refund-item{
	position: relative;
	padding: 15px 0;
}
.refund-item .left{
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
	color: #f30000;
	display: block;
}
.refund-item .right{
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
	color: #999999;
	display: block;
}
.refund-item .left.iconfont{
	font-size: 2.8rem;
}
.refund-item .right.iconfont {
	font-size: 2.0rem;
}
.refund-item .item{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.refund-item .item .title{
	font-size: 1.6rem;
	color: #333333;
}
.refund-item .item .text{
	font-size: 1.4rem;
	color: #999999;
	margin-top: 10px;
}
.sitem{
	background-color: #FFFFFF;
	padding: 15px;
	*zoom:1;
}
.sitem:before,.sitem:after{
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sitem .price_input{
	width: 70%;
}
.sitem .price_input::-webkit-input-placeholder{
	color: #f50101;
}

.sitem-tag{
	padding: 15px;
	background-color: #f7f7f7;
	color: #999999;
}
.re-upload-img{
	background-color: #FFFFFF;
	padding: 15px;
}
.re-upload-img .title{
	display: block;
	padding-bottom: 15px;
}


.input-uppic-con{
	width: 80px;
	height: 80px;
	border: 1px dashed #ebebeb;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.input-uppic-con .icon-uppic{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
}
.input-uppic-con .icon-uppic .iconfont{
	font-size: 3.0rem;
	display: block;
	line-height: 3.0rem;
	margin-top: 5px;
	color: #999999;
}
.input-uppic-con .icon-uppic span{
	color: #999999;
	display: block;
	font-size: 1.2rem;
}
.input-uppic-con .input-uppic{
	font-size: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 3;
}


.eva-pic-con{
	float: left;
}
.eva-pic-con .eva-img{
	float: left;
	border-radius: 5px;
	width: 22.8%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-right:10px;
	margin-bottom: 10px;
}
.eva-pic-con .eva-img:nth-child(4n+0){margin-right: 0;}
.eva-pic-con .eva-img img{
	width: 100%;
	max-width: 100%;
}
.eva-pic-con .eva-img .delete{
	display: block;
	width: 100%;
	left: 0;
	bottom:0;
	position: absolute;
	height: 20px;
	line-height: 20px;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}



.refund-stepbar-con{
	padding: 20px 10px;
	background-color: #FFFFFF;
}
.refund-stepbar li{
	width: 33.3%;
	float: left;
	text-align: center;
}
.flowstep{
	width: 100%;
	height: auto;
	position: relative;
	margin: 20px auto;
}
.flowstep li{
	width: 33.3%;
	float: left;
	text-align: center;
}
.flowstep .flowstep-5{
	width: 33.3%;
	margin-left: -8px;
}
.flowstep .detail-stepbar .step-name,.refund-stepbar .detail-stepbar .step-name{
	padding: 3px 0;
	font-weight: 700;
	color: #888;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.flowstep .detail-stepbar .step-time,.refund-stepbar .detail-stepbar .step-time{
	color: #999999;
	font-size: 1.1rem;
}
.flowstep .detail-stepbar .step-no,.refund-stepbar .detail-stepbar .step-no{
	height: 37px;
	line-height: 37px;
	font-family: 'arial black';
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.flowstep .detail-stepbar .step-no, .flowstep .detail-stepbar .step-sub-box .step-sub,.refund-stepbar .detail-stepbar .step-no{
	background: url("../images/i/flowstep.png")  50% -219px  no-repeat;
}

.flowstep .detail-stepbar .step-first .step-done .step-no,.refund-stepbar .detail-stepbar .step-first .step-done .step-no{
	background-position: 50% -175px;
}
.flowstep .detail-stepbar .step-first .step-cur .step-no,.refund-stepbar .detail-stepbar .step-first .step-cur .step-no{
	background-position: 50% -40px;
}
.flowstep .detail-stepbar .step-done .step-no,.refund-stepbar .detail-stepbar .step-done .step-no{
	background-position: 50% -129px;
	color: rgba(0,0,0,0);
}
.flowstep .detail-stepbar .step-sub .step-no,.refund-stepbar .detail-stepbar .step-sub .step-no{
	background-position: 50% -219px;
}
.flowstep .detail-stepbar .step-cur .step-no,.refund-stepbar .detail-stepbar .step-cur .step-no{
	background-position: 50% -1px;
}

.flowstep .step-last .step-cur .step-no,.refund-stepbar .step-last .step-cur .step-no{
	background-position: 50% -260px;
}
.flowstep .step-last .step-done .step-no,.refund-stepbar .step-last .step-done .step-no{
	background-position: 50% -84px;
	color: rgba(255,255,255,1);
}


.box-con{
	background-color: #FFFFFF;
}
.box-con .title{
	padding-left: 20px;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}
.box-con .r-cart-box-con{
	background-color: #f4f5f7;
}
/*提示*/
.mob-prompt{
	background-color: #FFFFFF;
	padding:10px 10px;
}
.mob-prompt li{
	position: relative;
	font-size: 1.2rem;
	color: #999999;
	padding: 5px 0 5px 20px;
}
.mob-prompt li:before{
	position: absolute;
	content: " ";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #d6d6d6;
	left: 0;
	top: 50%;
	margin-top: -2.5px;

}
.r-jibtn{
	border: 1px solid #f30000;
	padding: 5px  20px;
	border-radius: 15px;
	text-align: center;
	color: #f30000;
	display: inline-block;
}
.r-jibtn-con{
	background-color: #FFFFFF;
	text-align: center;
	padding: 30px 10px;
	border-top: 1px solid #ebebeb;
}
/*订单评价页面*/
.evaluation-item{
	background-color: #FFFFFF;
	padding: 0 15px;
	margin-bottom: 10px;
}
.evaluation-top{
	padding: 20px 0;
}
.evaluation-top .evaluation-img{
	width: 60px;
	height: 60px;
	display: block;
	float: left;
}
.evaluation-top .evaluation-img img{
	width: 60px;
}
.evaluation-star{
	float: left;
	margin-left: 20px;
	line-height: 60px;
}
.evaluation-star span{
	padding-right: 10px;
}
.evaluation-up{
	padding: 20px 0;
}
.evaluation-shop{
	background-color: #FFFFFF;
	padding: 0 15px 15px 15px;
}
.evaluation-other li{
	padding: 10px 0;
}
.evaluation-shop .c-shop-name{
	padding-left: 0;
}
.or-evalu-btn .left{
	width: 30%;
	background-color: #FFFFFF;
	line-height: 46px;
	height: 46px;
	padding: 0 20px;
}
.or-evalu-btn .right{
	width: 70%;
	height: 46px;
}
.sumbtn,.sumbtn:hover{
	line-height: 46px;
	background-color: #f30000;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
/*售后提交页面*/
.mob-con-title{
	background-color: #FFFFFF;
	padding: 15px;
}
.mob-con-title .title{
	display: block;
	padding-bottom: 15px;
}
.mob-con-title .title .xing{
	color: #f30000;
	padding-left: 5px;
}
.mob-select,.mob-textarea,.mob-input{
	width: 100%;
}
/*物流页面*/
.logis-top{
	background-color: #FFFFFF;
	padding:20px 15px 15px 15px;
}
.logis-top .p-img{
	position: absolute;
	width: 80px;
	height: 80px;
}
.logis-top .p-img img{
	width: 100%;
}
.logis-top-info{
	width: 100%;
	height: 80px;
	padding-left: 90px;
}
.logis-top-info .title{
	font-size: 1.8rem;
	padding-bottom: 5px;
}
.logis-top-info .title span{
	padding-left: 10px;
}
.logis-top-info p{
	color: #999999;
}
.logis-con{
	background-color: #FFFFFF;
	padding: 20px 15px 15px 15px;
}
.logis-con li{
	height: auto;
	min-height: 40px;
	border-left: 1px solid #d9d9d9;
	color: #999999;
	position: relative;
	padding-bottom: 15px;
}
.logis-con li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border: 3px solid #f3f3f3;
	background-color: #d9d9d9;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin-left: -6.5px;
}
.logis-con li.news:before{
	background-color: #66bb6a;
}
.logis-con li .text{
	font-size: 1.4rem;
	padding-bottom: 8px;
	display: block;
	padding-left: 20px;
}
.logis-con li .time{
	color: #999999;
	font-size: 1.2rem;
	display: block;
	padding-left: 20px;
}
.logis-kefu{
	background-color: #FFFFFF;
	padding: 20px 15px 15px 15px;
}
.logis-kefu a{
	border: 1px solid #ebebeb;
	padding: 8px 20px;
	color: #333;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
}

/*协商历史*/
.consult-item{
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 10px;
}
.consult-user{
	position: relative;
}
.consult-user .uesr-img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
}
.consult-user .uesr-img img{
	width: 100%;
}
.consult-user .uesr-info{
	width: 100%;
	padding-left: 50px;
	height: 40px;
}
.consult-user .uesr-info .uesr-name{
	font-size: 1.4rem;
	display: block;
}
.consult-user .uesr-info .time{
	font-size: 1.2rem;
	color: #999999;
}
.consult-info{
	margin-top: 10px;
}
.consult-info .title{
	font-size: 1.4rem;
}
.consult-info .consult-info-con{
	margin-top: 10px;
}
.consult-info .consult-info-con p{
	display: block;
	padding: 2px 0;
}
/*个人信息设置*/
.touxiang_s .touxiang{
	margin-top: -5px;
	float: left;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}
/*收货地址列表*/
.address-item{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.address-top{
	padding: 0 15px;
}
.address-top .title{
	padding: 15px 0;
	font-size: 1.5rem;
}
.address-top .text{
	font-size: 1.4rem;
	padding-bottom: 15px;
}
.address-bottom{
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
}
.address-bottom .fl{
	position: relative;
}
.address-bottom .fl span{
	padding-left: 40px;
}
/*编辑收货地址*/
.input-item,.text-item{
	width: 100%;
	height: 46px;
	line-height: 45px;
	border-bottom: 1px solid #ebebeb;
	background-color: #FFFFFF;
}
.input-item input{
	line-height: 45px;
	background: none;
	border: none;
	width: 100%;
	padding: 0 20px;
}
.text-item span{
	padding-left: 20px;
	width: 80%;
}
.text-item span input{
	width: 100%;
}
.text-item .more{
	color: #999999;
	padding-right: 20px;
}
.textarea-item{
	width: 100%;
	height: 81px;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
	background-color: #FFFFFF;
}
.textarea-item textarea{
	width: 100%;
	padding:10px 20px;
	line-height: 20px;
	height: 60px;
	border: none;
	background: none;
}
.w80-b{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/*意见反馈*/

.message-con{
	padding: 0 15px;
}
.message-con h4{
	color: #999999;
	padding: 15px 0;
	font-weight: normal;
	font-size: 1.4rem;
}
.message-tab a{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 15px;
	line-height: 35px;
	height: 35px;
	color: #333333;
	margin-right: 20px;
	margin-bottom: 20px;
}
.message-textarea{
	width: 100%;
	height: 200px;
	background-color: #FFFFFF;
}
.message-textarea textarea{
	width: 100%;
	padding: 15px;
	height: 200px;
	background:none;
	border: none;
}
/*.f-sumbtn{*/
/*line-height: 40px;*/
/*height: 40px;*/
/*background-color: #ff7200;*/
/*color: #FFFFFF;*/
/*font-size: 1.4rem;*/
/*display: block;*/
/*width: 100px;*/
/*text-align: center;*/
/*}*/
/*.f-sumbtn:hover{*/
/*background-color: #f30000;*/
/*color: #FFFFFF;*/
/*}*/
/*商品收藏页面*/
.coll-pro-tab{
	padding: 10px 10px 15px 10px;
}
/*编辑*/
.pro-rank-card-yes{
	position: relative;
}
.pro-rank-card-yes .p-rank-card{
	width: 90%;
	float: right;
}
.pro-rank-card-no .cart-choice{
	display: none;
}
.pro-rank-card-no{
	padding-left: 15px;
}
/*商家收藏*/
.coll-shop-yes{
	position: relative;
}
.coll-shop-no .cart-choice{
	display: none;
}
.coll-shop-no .coll-shop-item{
	padding-left: 15px;
	padding-right: 10px;
}
.coll-shop-yes .coll-shop-item{
	width: 85%;
	float: right;
}
.coll-shop-item{
	margin: 15px 0;
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.coll-shop-item .s-img {
	width: 60px;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	float: none;
}
.coll-shop-item .s-img img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}
.coll-shop-item .shop-right{
	width: auto;
	display: block;
	margin-left: 1.2em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.coll-shop-item .shop-right .s-name{
	padding-right: 15px;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: nowrap;
}
.coll-shop-item .shop-right .s-info{
	margin: .25rem 0 0;
	color: #868686;
	font-size: 1.2rem;
	padding-right: 15px;
}
.coll-shop-item .shop-right .s-tag{
	margin: 0.5rem 0 0;
	padding-right: 15px;
}
.coll-shop-item .shop-right .s-tag span{
	margin-right: 0.5rem;
}
.red-tag{
	font-size: 1.2rem;
	color: #FFFFFF;
	padding: 0 0.1rem;
	background-color: #ef5350;
}
.blue-tag{
	font-size: 1.2rem;
	color: #FFFFFF;
	padding: 0 0.1rem;
	background-color: #42a5f5;
}
.coll-shop-item .more{
	line-height: 60px;
	color: #999999;
}
/*浏览记录*/
.time-con .time{
	padding: 10px 0;
	color: #999999;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.time-con-no .cart-choice{
	display: none;
}
.time-con.time-con-yes .time span{
	padding-left: 30px;
}
.time-con-no .time span{
	padding-left: 15px;
}

/*红包*/
.redpack-con{
	padding: 0 10px;
}
.redpack-item{
	display: flex;
	margin-top:10px;
	position: relative;
}
.redpack-info{
	width: 80%;
	background-color: #FFFFFF;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	position: relative;
	padding: 15px 10px;
}
.redpack-info .red-round{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f7421e;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	display: block;
}
.redpack-info .red-round .iconfont{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
}
.redpack-info .text{
	padding-left: 40px;
}
.redpack-info .text .title{
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.redpack-info .text .con{
	color: #999999;
	font-size: 1.3rem;
}
.redpack-info .text .time{
	color: #999999;
	font-size: 1.2rem;
}
.redpack-price{
	width: 20%;
	background-color: #f7421e;
	border-radius: 0 5px 5px 0;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.redpack-price .price{
	line-height: 100%;
	font-size: 1.8rem;
	display: block;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	margin-top: -0.9rem;
}
.redpack-price .price em{
	font-size: 1.4rem;
}
.redpack-item-no .red-round{
	background-color: #d6d6d6;
}
.redpack-item-no .redpack-price{
	background-color: #d6d6d6;
}
.alreadyimg{
	position: absolute;
	left: 50%;
	top: 10%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background:url("../images/i/already.png") center center;
	background-size: cover;
	display: block;
	z-index: 1;
	opacity: 0;
}
.redpack-item-yes .alreadyimg,.coupon-item-yes .alreadyimg{
	opacity: 1;
}
/*红包详细*/
.redpack-top-info{
	width: 100%;
	height: 60px;
	border-radius: 0 0 50% 50%;
	background-color: #f7421e;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
}
.redpack-det-con{
	background-color: #FFFFFF;
}
.mob-item{
	width: 100%;
	padding: 10px 10px;
	border-bottom: 1px solid #ebebeb;
	*zoom: 1;
}
.mob-item:before,.mob-item:after{
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mob-item .title{
	width: 20%;
	text-align: left;
	float: left;
}
.mob-item .text{
	width: 80%;
	float: left;
	color: #999999;
}
.mob-item .text a{
	color: #999999;
}
.mob-item .text a em{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.mob-item .text a .iconfont{
	text-align: right;
	width: 20%;
	display: inline-block;
}
.redpack-record .title{
	padding: 10px;
	color: #999999;
}
.shop-record{
	background-color: #FFFFFF;
	padding: 10px;
}
.shop-record .left{
	width: 80%;
	float: left;
}
.shop-record .name{
	width: 100%;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.shop-record .order,.shop-record .time{
	width: 100%;
	color: #999999;
	font-size: 1.2rem;
	display: block;
}
.shop-record .right{
	width: 20%;
	float: right;
	text-align: center;
}
.shop-record .right .red{
	display: block;
}
.shop-record .right .red,.shop-record .right .see{
	display: block;
}
.shop-record .right .see{
	margin-top: 10px;
}
/*文章单页*/
.article-page{
	padding:10px;
	line-height: 2.2rem;
	font-size: 1.4rem;
}
.article-page p{
	margin-bottom: 0.1rem;
}
.article-page img{
	max-width: 100%;
	margin-bottom: 0.1rem;

}
/*积分规则*/
.integral-top{
	background-color: #843d04;
	padding: 50px 20px 20px 20px;
	position: relative;
}
.integral-top .guize{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #d7ac89;
	font-size: 1.4rem;
}
.integral-top .num{
	text-align: center;
	color: #d7ac89;
	font-size: 3.0rem;
}
.integral-top .num .iconfont{
	font-size: 3.0rem;
}
.integral-con{
	background-color: #FFFFFF;
}
.integral-item{
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
.integral-item .p-img{
	width: 80px;
	position: absolute;
	left: 15px;
	display: block;
	float: none;
}
.integral-item .p-img img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}
.integral-item .p-text{
	width: 100%;
	display: block;
	padding-left: 90px;
}
.integral-item .p-text .p-title{
	padding-right: 15px;
	line-height: 25px;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.integral-item .p-text .p-num{
	color: #ff7200;
	padding: 7px 0;
}
.integral-item .p-text .p-info{
	color: #999999;
	font-size: 1.2rem;
}
.bianji-con{
	position: relative;
}
.bianji-con .integral-item{
	width: 90%;
	float: right;
}

/*优惠券*/
.coupon-con{
	padding:0 15px;
}
.coupon-item{
	display: flex;
	margin-top:10px;
	position: relative;
}
.coupon-info{
	width: 80%;
	background-color: #FFFFFF;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	position: relative;
	padding: 15px 10px;
}
.coupon-info .text .title{
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.coupon-info .text .con{
	color: #999999;
	font-size: 1.3rem;
}
.coupon-info .text .time{
	color: #999999;
	font-size: 1.2rem;
}
.coupon-price{
	width: 20%;
	background-color: #26c6da;
	border-radius: 5px 0px 0px 5px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.coupon-price .price{
	line-height: 100%;
	font-size: 2.0rem;
	display: block;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	margin-top: -0.9rem;
}
.coupon-price .price em{
	font-size: 1.4rem;
}
.coupon-item-no .coupon-price{
	background-color: #d6d6d6;
}
.coupon-item-no .coupon-info,.coupon-item-no .text .title,.coupon-item-no .text .con,.coupon-item-no .text .time{
	color: #d6d6d6;
}


/*暂无页面*/
.nothing .no-img{
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.nothing .no-img img{
	width: 100%;
}
.nothing .no-text{
	width: 100%;
	padding: 20px;
	text-align: center;
}
.nothing .no-text p{
	color: #999999;
}
.nothing .no-btn{
	display: inline-block;
	padding:5px 15px;
	color: #999999;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin-top: 20px;
}







/*个人中心--供求*/
/*.su-card-con li{
    float: left;
    margin: 10px 1%;
    width: 48%;
}*/
.su-card-item{
	width: 100%;
	background: #FFF;
	border: none;
	border-radius: .28571429rem;

	-webkit-transition: box-shadow .1s ease,-webkit-transform .1s ease;
	transition: box-shadow .1s ease,-webkit-transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
	position: relative;
}
.su-card-item .su-tag{
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: .28571429rem;
	padding: 0.5rem;
	color: #FFFFFF;
	font-size: 0.8em;
}
.su-card-item .su-tag.red{
	background-color: #db2828;
}
.su-card-item .su-tag.green{
	background-color: #21ba45;
}
.su-card-item .imgbox{
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	background: rgba(0,0,0,.05);
}
.su-card-item .imgbox img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
}
.su-card-item .content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none;
	border-top: 1px solid rgba(34,36,38,.1);
	background: 0 0;
	margin: 0;
	padding: 0.5em;
	box-shadow: none;
	font-size: 1em;
	border-radius: 0;
}
.su-card-item .content .meta{
	font-size: 1em;
	color: rgba(0,0,0,.4);
}
.su-card-item .content .title{
	font-size: 1em;
	margin-top: .5em;
	clear: both;
	color: rgba(0,0,0,.68);
}
.su-card-item .content .title a{
	color: rgba(0,0,0,.68);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.su-card-item .extra{
	max-width: 100%;
	min-height: 0!important;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border-top: 1px solid rgba(0,0,0,.05)!important;
	position: static;
	background: 0 0;
	width: auto;
	margin: 0;
	padding: .75em 0.5em;
}
/*发布供求页面*/
.subsupp-con{
	padding: 10px;
}
.w70-b{
	width: 70%;
	float: left;
}
.w30-b{
	width: 30%;
	float: left;
}
.w33-b{
	width: 33%;
	float: left;
}
.w20-b{
	width: 20%;
	float: left;
}
.w100-b{
	width: 100%;
}
.hg{
	float: left;
	padding: 0 0.5rem;
}
.ui.form .field.w100-b,.ui.form .w100-b .field{
	clear: none !important;
}
/*我的问答首页个人中心*/
.m-ques-con{
	padding: 10px;
}
.m-card-item{
	width: 100%;
	background: #FFF;
	border: none;
	border-radius: .28571429rem;
	/*    box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;*/
	-webkit-transition: box-shadow .1s ease,-webkit-transform .1s ease;
	transition: box-shadow .1s ease,-webkit-transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
	position: relative;
	margin-bottom: 10px;
}
.m-ques-item .content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none;
	background: 0 0;
	margin: 0;
	padding: 1em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	border-radius: 0;
}
.m-ques-item .title{
	font-weight: 700;
	font-size: 1.1em;
	margin-top: -.21425em;
	line-height: 1.28571429em;
	color: rgba(0,0,0,.85);
}
.m-card-item .extra{
	border-top: 1px solid rgba(34,36,38,.1);
}
.m-card-item .extra a{
	color: #999999;
}
.m-card-item .meta{
	font-size: 1em;
	color: rgba(0,0,0,.4);
}
.m-card-item .description{
	font-size: 0.8em;
	margin-top: .5em;
	clear: both;
	color: rgba(0,0,0,.68);
}











/*我的评论首页个人中心*/
.m-comments-con{
	padding: 10px;
}
.m-comments-item{
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	margin: 1rem 0;
	padding: 1em;
	border-radius: .28571429rem;
	border: 1px solid rgba(34,36,38,.15);
}
.m-comm-title{
	padding: 10px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.m-comm-info{
	background-color: #fafafa;
	padding: 10px;
	font-size: 1.2rem;
}
.m-comm-others li{
	border: 1px dashed #ebebeb;
	padding: 10px;
	margin: 0.5rem 0;
	font-size: 1.2rem;
}
.m-comm-time{
	text-align: center;
	display: block;
	padding: 20px 0 10px 0;
	color: #999999;
}

/*我的简历首页个人中心*/
.m-resume-list{
	padding: 10px;
	background-color: #FFFFFF;
}
.m-resume-list .m-resume-item{
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	font-size: 1.4rem;
}
.m-resume-item:last-child{
	border-bottom: none;
}
.m-resume-item a{
	color: #666666;
}
.m-resume-item em{
	padding:0 0.4rem;
}
.m-resume-item-jia{
	padding: 20px 0 10px;
	text-align: center;
}
.m-resume-item-jia a{
	color: #2185D0;
}
.m-resume-item-jia .iconfont{
	font-size: 1.4rem;
	padding: 0.3rem;
}
.buttom-yulan{
	background-color: #FFFFFF;
	padding: 1em;
}
.yulan-btn,.yulan-btn:hover,.yulan-btn:focus{
	width: 80%;
	margin:0 auto;
	line-height: 38px;
	height: 38px;
	background-color: #ff7200;
	color: #FFFFFF;
	font-size: 1.5rem;
	text-align: center;
	border-radius: .28571429rem;
}

/*跳转信息页面*/
.m-resume-form{
	background-color: #FFFFFF;
	padding: 10px;
}
/*个人中心简历预览*/
.resume-prev-con{
	padding: 10px;
}
.resume-prev-title{
	color: #333;
	font-size: 1.5rem;
	position: relative;
	padding-left: 10px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.resume-prev-title:before{
	content: " ";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0c80ba;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.resume-prev-item{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 20px 0;
}
.resume-prev-item .top{
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 10px 10px;
}
.resume-prev-item .info{
	color: #999;
	font-size: 1.4rem;
	padding: 0px 0 10px 10px ;
}
.resume-prev-item .info span{
	padding:0 5px 0 0;
}
.resume-prev-item .text{
	padding: 0 0 0 10px;
	font-size: 1.2rem;
	color: #999999;
}


