.color-orange,.skin-color{
	color:#ff8430 !important ;
}
.bg-orange{
	background-color:#ff8430 !important ;
}
.color-bababa{
	color: #bababa;
}
.font-size-12{
	font-size: 12px !important;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.clear{
	zoom: 1;
}
.clear:after{
	content: "";
	display: block;
	position: relative;
	clear: both;
}
.big-btn{
	width: 92%;
	margin: 10px auto;
	display: block;
	line-height: 44px;
	background-color: #ff8430;
	color: #FFF;
	font-size: 15px;
	border-radius: 2px;
	text-align: center;
}
/*空白页*/
.no-data{
	padding-top: 23.6%;
}
.no-data img{
	width: 200px;
	display: block;
	margin: 0 auto;
}
.no-data p{
	color: #a1a1a1;
	padding: 10px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}
/*申请云店店主*/
.mer-apply{
	margin-bottom: 10px;
	background-color: #FFF;
}
.mer-apply .mer-apply-list{
	padding: 10px 4%;
	border-bottom: solid 1px #e1e1e1;
	line-height: 29px;
	color: #1c1f20;
	font-size: 15px;
	overflow: hidden;
}
.mer-apply .mer-apply-list:last-child{
	border-bottom: none;
}
.mer-apply .mer-apply-list .left-label{
	width: 32%;
	float: left;
}
.mer-apply .mer-apply-list .right-input{
	width: 68%;
	float: left;
}
.mer-apply .mer-apply-list .right-input input{
	font-size: 15px;
	outline: none;
	width: 100%;
}
.mer-check{
	text-align: center;
	font-size: 12px;
	color: #494949;
	line-height: 30px;
	padding-top: 10px;
}
.mer-check .check-box{
	border: solid 1px #dddddd;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #FFF;
	vertical-align: middle;
	margin:-3px 7px 0 0;
}
.mer-check .check-box.checked{
	background-image: url(../img/check_box_bg.png);
	background-repeat: no-repeat;
	background-size:10px auto ;
	background-position: center;
}
.mer-check span{
	text-decoration: underline;
}
.agreement-alert{
	background-color: rgba(0,0,0,0.73);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: none;
}
.agreement-alert.show{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.agreement{
	position: relative;
	width: 86%;
	background-color: #FFF;
	border-radius: 5px;
}
.agreement .close{
	position: absolute;
	width: 29px;
	height: 29px;
	border: solid 2px #FFF;
	border-radius: 50%;
	top: -74px;
	right: 10px;
	background-image: url(../img/alert_close.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: center;
}
.agreement .close:after{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 41px;
	background-color: #FFF;
	margin-left: -1px;
	left: 50%;
	top: 31px;
}
.agreement .agreement-infor{
	padding: 10px 20px 20px;
	min-height: 200px;
}
.agreement .agreement-infor .agreement-text{
	overflow-y: scroll;
	max-height: 250px;
}
.agreement .agreement-infor h4{
	color:#1c1f20;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.agreement .agreement-infor p{
	color: #494949;
	font-size: 12px;
	line-height: 22px;
}
.agreement .agreement-infor p.text-indent{
	text-indent: 24px;
}
.agreement .agreement-btn{
	width: 100%;
	color: #FFF;
	background-color: #ff8430;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*云店店主申请*/
.mer-head{
	padding: 0 2.7% 0 6.7%;
	background-image: url(../img/mer_head_bg.jpg);
	background-size: 100% auto;
	min-height: 123px;
}
.mer-head .mer-infor{
	font-size: 0;
	padding: 33px 0 20px 0;
}
.mer-head .mer-infor .head-img{
	width: 57px;
	height: 57px;
	border-radius: 50%;
	margin-right: 15px;
	box-shadow: 0 0 10px #888;
	vertical-align: middle;
}
.mer-head .mer-infor p{
	display: inline-block;
	width: calc(100% - 72px);
	vertical-align: middle;
	color: #494949;
	font-size: 14px;
	line-height: 20px;
}
.mer-mes{
	padding: 15px 0;
	border-top: dashed 1px #1c1f20;
}
.ellipsis-p.ellipsis-2{
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.ellipsis-p{
	line-height: 23px;
	font-size: 13px;
	color: #494949;
}
.ellipsis-btn{
	line-height: 23px;
	font-size: 13px;
	float: right;
	margin: 10px 10px 0;
	
}
.mer-content{
	padding: 10px 4%;
}
.mer-content .tt{
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: #494949;
}
.mer-content .tt .apply-btn{
	line-height: 25px;
	padding: 0 8px;
	font-size: 12px;
	color: #FFF;
	border-radius: 2px;
	background-color: #d5d5d5;
}
.mer-content-line{
	height: 10px;
	background-color: #f3f3f3;
}
.mer-libe{
	padding: 20px 6.7%;
	overflow: hidden;
	font-size: 0;
}
.mer-libe .libe-img{
	width: 23px;
	margin-right: 7px;
	vertical-align: top;
}
.mer-libe .libe-infor{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 30px);
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}
.mer-libe .libe-infor h4{
	color: #494949;
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 8px;
}

/*订单列表*/
.order-self-top{
	position: fixed;
	width: 100%;
	background-color: #FFF;
	top: 0;
	left: 0;
	min-height: 60px;
	z-index: 500;
}
.order-search{
	padding: 15px 4% 0;
}
.order-search .input-box{
	height: 30px;
	background-color: #f4f4f4;
	border-radius: 3px;
	padding: 0 10px;
	overflow: hidden;
}
.order-search .input-box .search-icon{
	width: 15px;
	height: 15px;
	padding: 7.5px;
	float: left;
}
.order-search .input-box input{
	display: block;
	background-color: transparent;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #a1a1a1;
	width: calc(100% - 30px);
	outline: none;
}
.order-all{
	padding: 10px 0;
	border-bottom: solid 1px #e1e1e1;
	font-size: 14px;
	color: #1c1f20;
	text-align: center;
	line-height: 28px;
}
.order-all .a-icon{
	width: 11px;
	vertical-align: middle;
	margin-left: 7px;
}
.order-all.down .a-icon{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.all-list-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 499;
	box-sizing: border-box;
	padding-top: 94px;
	display: none;
}
.all-list-bg .all-list{
	background-color: #FFF;
}
.all-list-bg .all-list li{
	font-size: 15px;
	line-height: 25px;
	padding: 10px 4%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #494949;
}
.order-self-nav{
	width: 100%;
	background-color: #FFF;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-top: solid 1px #e4e4e4;
}
.order-self-nav li{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 33%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #494949;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.order-self-nav li:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #e1e1e1;
	right: 0;
	margin-top: -10px;
	top: 50%;
}
.order-self-nav li:last-child:after{
	display: none;
}
.order-self-nav li.active{
	color: #FF8430;
}
.order-nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom: solid 1px #e1e1e1;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.order-nav li{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 20%;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.order-nav li .img{
	width: 23px;
	height: 23px;
	margin: 5px auto;
	overflow: hidden;
}
.order-nav li .img img{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.order-nav li p{
	font-size: 11px;
	color: #494949;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.order-nav li.active .img img{
	-webkit-filter: drop-shadow(23px 0  #ff8430);
    filter: drop-shadow(23px 0  #ff8430);
	border: solid 1px transparent; 
    left: -24px;
}
.order-nav li.active p{
	color:#ff8430 ;
}
.order-nav li.active .line{
	width: 60%;
	height: 1px;
	background-color: #FF8400;
	position: absolute;
	left: 20%;
	bottom: 0;
}
.order-list{
	background-color: #FFF;
	margin-bottom: 10px;
}
.order-list .order-tt{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 14px 4%;
	align-items: center;
	font-size: 15px;
	color: #707070;
}
.order-list .order-tt .img{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-box-flex: none;
	-webkit-flex:none;
	flex: none;
}
.order-list .order-tt .text{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.order-list .order-tt .state{
	-webkit-box-flex: none;
	-webkit-flex:none;
	flex: none;
	margin-left: 20px;
}
.order-list .order-infor{
	background-color: #e9e9e9;
	padding: 8px 4%;
	overflow: hidden;
	border-bottom: solid 1px #FFF;
}
.order-list .order-infor .img{
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
}
.order-list .order-infor .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.order-list .order-infor .infor{
	float: left;
	width: calc(100% - 120px);
	padding-top: 5px;
}
.order-list .order-infor .infor .order-text{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	margin-right: 10px;
	font-size: 14px;
	color: #707070;
}
.order-list .order-infor .infor .mes-box{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	font-size: 15px;
	text-align: right;
}
.order-list .order-infor .infor .order-money{
	color: #f93c42;
	margin-bottom: 10px;
}
.order-list .order-infor .infor .order-num{
	color: #1c1f20;
}
.order-list .order-total{
	padding: 15px 4%;
	font-size: 15px;
	color: #1c1f20;
	line-height: 24px;
	text-align: right;
}
.order-list .order-total span{
	color: #f4212b;
	margin-left: 7px;
}
.order-list .order-remark{	
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #1c1f20;
	font-size: 15px;
	border-top: solid 1px #f2f2f6;
	padding: 10px 4%;
	line-height: 25px;
}
.order-list .order-remark .remark-label{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	margin-right: 20px;
}
.order-list .order-menu{
	padding: 7px 4%;
	text-align: right;
	font-size: 0;
	border-top: solid 1px #e1e1e1;
}
.order-list .order-menu .order-btn{
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	color: #000000;
	padding: 0 8px;
	border: solid 1px #e1e1e1;
	margin-left: 15px;
}
.order-list .order-menu .order-btn.color-btn{
	background-color: #ff8430;
	border-color:#ff8430 ;
	color: #FFF;
}
/*订单详情*/
.order-details .details-status{
	background-color: #ff8430;
	height: 95px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}
.order-details .details-status img{
	width: 80px;
	height: 80px;
}
.order-details .details-status p{
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
}
.order-details .consignee{
	padding: 10px 7.3% 10px 12%;
	background-image: url(../img/order_details_adress.png);
	background-repeat: no-repeat;
	background-size: 15px 20px;
	background-position: 3.2% center;
	font-size: 14px;
	line-height: 20px;
	color: #1c1f20;
	background-color: #FFF;
	margin-bottom: 10px;
}
.order-details .consignee .consignee-per{
	line-height: 24px;
	margin: 2px 0;
}
.order-details .details{
	background-color: #FFF;
	color: #494949;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 4%;
	position: relative;
	margin-bottom: 10px;
}
.order-details .details-copy{
	font-size: 11px;
	color: #1c1f20;
	position: absolute;
	top: 8px;
	right: 4%;
	border: solid 1px #d1d1d1;
	padding: 0 10px;
	line-height: 20px;
}
.bottom-menu{
	padding: 9px 4%;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	z-index: 100;
	text-align: right;
	font-size: 0;
	border-top: solid 1px #e1e1e1;
}
.bottom-menu .bottom-btn{
	width: 103px;
	line-height: 45px;
	color: #1c1f20;
	font-size: 15px;
	border: solid 1px #e1e1e1;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
.bottom-menu .bottom-btn.bottom-btn-color{
	color: #FFF;
	background-color: #FF8430;
	border-color: #FF8430;
}

/*退货换货详情*/
.return-details .return-list{
	background-color: #FFF;
	margin-bottom: 10px;
}
.return-details .return-list li{
	padding: 10px 4%;
	line-height: 18px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #1c1f20;
	border-bottom: solid 1px #efeff4;
}
.return-details .return-list li:last-child{
	border-bottom:none ;
}
.return-details .return-list .left-label{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	color: #707070;
	margin-right: 10px;
}
.return-details .return-img{
	font-size: 14px;
	color: #707070;
	line-height: 30px;
	padding: 10px 4%;
	background-color: #FFF;
	margin-bottom: 10px;
}
.return-details .return-img .img-list{
	overflow: hidden;
}
.return-details .return-img .img-list img{
	width: 65px;
	height: 65px;
	display: block;
	margin: 7.5px 10px 0 0;
	float: left;
}
.img-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.img-bg .img-box{
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 18px;
	line-height: 48px;
	color: #e1e1e1;
	flex-direction: column;
	text-align: center;
}
.img-bg .img-box img{
	width: 100%;
}

/*发货*/
.send-goods{
	background-color: #FFF;
	margin-bottom: 30px;
}
.send-goods li{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	line-height: 28px;
	color: #1c1f20;
	padding: 10px 5.3%;
	border-bottom: solid 1px #dde1e5;
	align-items: center;
}
.send-goods .order-num{
	font-size: 15px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.send-goods li .left-label{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	color: #707070;
	margin-right: 30px;
}
.send-goods li .right-icon{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
.send-goods li .right-icon img{
	width: 100%;
	height: 100%;
}
.send-goods li .mid-input{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	outline: none;
	font-size: 14px;
}
.clear-icon{
	display: none;
}

/*自营产品列表*/
.product-list{
	padding: 7.5px;
	font-size: 0;
}
.product-list li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 7.5px;
	font-size: 15px;
	line-height: 25px;
	color: #1c1f20;
	box-sizing: border-box;
}
.product-list li .img{
	position: relative;
	width: 100%;
	height: 165px;
	margin-bottom: 10px;
}
.product-list li .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-list li p{
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.product-list li .product-money{
	color: #f22c12;
}
/*产品详情*/
.product-details{
	background-color: #FFF;
	margin-bottom: 10px;
}
.product-details .product-details-img{
	height: 375px;
	width: 100%;
}
.product-details .product-details-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-details .product-infor{
	padding: 5px 4%;
	color: #494949;
	font-size: 13px;
	line-height: 20px;
}
.product-details .product-infor .product-tt{
	line-height: 23px;
	color: #1c1f20;
	font-size: 15px;
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
}
.product-details .product-infor .product-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.product-details .product-infor .product-money{
	color: #f4212b;
	font-size: 19px;
	
}
.product-details .product-infor .product-money span{
	font-size: 13px;
}
.product-details .product-infor .product-num{
	border: solid 1px #d3d3d3;
	color: #2a2a2a;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.product-details .product-infor .product-num .key-input{
	width: 37px;
	border: none;
	background-color: transparent;
	outline: none;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	text-align: center;
	font-size: 14px;
}
.product-details .product-infor .product-num .key-box{
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 20px;
	font-weight: bold;
	color: #494949;
}
.product-bottom{
	padding: 9px 4%;
	width: 100%;
	background-color: #FFF;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-top: solid 1px #e1e1e1;
}
.product-bottom .left-icon{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	font-size: 0;
}
.product-bottom .left-icon li{
	display: inline-block;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	text-align: center;
	margin-right: 20px;
}
.product-bottom .left-icon li .img{
	width: 26px;
	height: 26px;
	margin: 0 auto;
	position: relative;
}
.product-bottom .left-icon li .num{
	position: absolute;
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #f4212b;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	right: -5px;
	top: -5px;
}
.product-bottom .left-icon li .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-bottom .right-btn{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	text-align: right;
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.product-bottom .right-btn .product-btn{
	width: 104px;
	background-color: #FF8430;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	margin-left: 20px;
}
.product-bottom .right-btn .product-btn.buy{
	background-color: #fa3b44;
}
.product-bottom .right-btn .product-btn:first-child{
	margin-left: 0;
}

/*退货地址*/
.return-adress{
	background-color: #FFF;
	margin-bottom: 10px;
}
.return-adress li{
	border-bottom: solid 1px #d8d8d8;	
	padding: 15px 4%;
	font-size: 15px;
	color: #1c1f20;
	line-height: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.return-adress li .left-label{
	margin-right: 15px;
	min-width: 62px;
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
}
.return-adress li .right-input{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	outline: none;
	background-color: transparent;
	color: #a1a1a1;
	font-size: 15px;
	line-height: 22px;
}
.return-adress li .chose-adress{
	text-align: right;
	padding-right: 20px;
	background-image: url(../img/right_jiantou.png);
	background-size: 7px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
/*店主信息*/
.mer-phone{
	padding: 10px 4%;
	background-color: #FFF;
	line-height: 28px;
	font-size: 14px;
	color: #1c1f20;
}
.mer-phone span{
	margin-right: 10px;
	color: #707070;
}
.mer-imgbox{
	margin: 38px auto;
	width: 92%;
	background-color: #FFF;
	border-radius: 5px;
	padding: 55px 0;;
}
.mer-imgbox .img{
	display: block;
	width: 234px;
	height: 234px;
	margin: 0 auto;
	background-color: #efeff4;
	background-image: url(../img/add.png);
	background-position: center 40%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	text-align: center;
	position: relative;
}
.mer-imgbox .img p{
	color: #bababa;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 120px;
	width: 100%;
}
.mer-imgbox .img .img-show{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
head
/*申请退货、换货、退款*/
.apply-return{
	padding-bottom: 20px;
}
.apply-return .apply-return-nav{
	background-color: #FFF;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.apply-return .apply-return-nav li{
	position: relative;
	padding: 10px 0;
	line-height: 29px;
	font-size: 16px;
	text-align: center;
	color: #1c1f20;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.apply-return .apply-return-nav li.active{
	color: #FF8430;
}
.apply-return .apply-return-nav li.active:after{
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 1px;
	background-color: #FF8430;
	margin-left: -17.5px;
	left: 50%;
	bottom: 0;
}
.apply-return .return-reason{
	padding: 10px 4%;
	background-color: #FFF;
	font-size: 15px;
	color: #1c1f20;
	line-height: 24px;
	background-image: url(../img/right_jiantou.png);
	background-repeat: no-repeat;
	background-size: auto 13px;
	background-position: right 4% center;
	margin-bottom: 10px;
}
.apply-return .right-input{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	float: right;
	width: 50%;
	outline: none;
	background-color: transparent;
	color: #a1a1a1;
	font-size: 15px;
	line-height: 22px;
}
.apply-return .left-label{
	min-width: 62px;
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
}
.apply-return .chose-reason{
	text-align: right;
	padding-right: 20px;
	background-size: 7px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
.apply-return .reason-details{
	background-color: #FFF;
	padding: 10px 4%;
	margin-bottom: 10px;
}
.apply-return .reason-details .tt{
	font-size: 15px;
	line-height: 25px;
	color: #1c1f20;
	margin-bottom: 5px;
}
.apply-return .reason-details textarea{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #494949;
	outline: none;
}
.apply-return .reason-details .return-de-img{
	overflow: hidden;
	padding: 5px 0;
}
.apply-return .reason-details .return-de-img .img-box{
	width: 62px;
	height: 62px;
	border: dashed 1px #d1d1d1;
	position: relative;
	background-image: url(../img/add.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	margin: 10px 10px 0 0;
	float: left;
}
.apply-return .reason-details .return-de-img .img-box .img-del{
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #f43530;
	border-radius: 50%;
	top: -9px;
	right: -9px;
	line-height: 14px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	display: none;
	
}
.apply-return .reason-details .return-de-img .img-box label{
	display: block;
	width: 100%;
	height: 100%;
}
.apply-return .reason-details .return-de-img .img-box .img-show{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
.apply-return .reason-details .img-max{
	color:#bababa;
	font-size: 13px;
	line-height: 23px;
}
.apply-return .return-list{
	background-color: #FFF;
	margin-bottom: 10px;
	padding-left: 4%;
	list-style: none;
	margin-bottom: 10px;
}
.apply-return .return-list li{
	font-size: 15px;
	padding: 10px 4% 10px 0;
	border-bottom: solid 1px #e1e1e1;
	line-height: 24px;
}
.apply-return .return-list li input{
	background-color: transparent;
	font-size: 15px;
	border: none;
	line-height: 24px;
	margin-left: 20px;
	outline: none;
}
.apply-return .return-list li:last-child{
	border-bottom: none;
}
.apply-return .return-list li.max-return{
	font-size: 13px;
	color: #707070;
}
.apply-return .return-list li span{
	font-size: 14px;
	color: #fb3b3c;
}
#reasonSelectArea		{	display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;left:0;top:0;}
#reasonSelectArea .frame_list{	width:60%;height:auto;margin:35% auto;overflow:hidden;background:#fff;padding:10px;}
.item_list				{	width:100%; height:14%;line-height:45px;border-bottom:1px solid #bbb;}

#typeSelectArea		{	display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;left:0;top:0;}
#typeSelectArea .frame_list{	width:60%;height:auto;margin:35% auto;overflow:hidden;background:#fff;padding:10px;}
