

.mian_pale{
	margin:10px 0;
}
.mian_pale_header{
	display: flex;
	align-items: center;
	margin:10px 0;
}
.mian_pale_header>div{
	flex:1;
	text-align: center;
}
.mian_pale_content table{
	width: 100%;
	border-collapse: collapse;
}
.mian_pale_content table td,.mian_pale_content table th{
	border:1px solid #f2f2f2;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 14px;
}
#transportation_manage table td.first,#category_manage table td.first{
	text-align: left;
	padding-left: 10px;
}
#transportation_manage table th.last,#category_manage table th.last{
	width: 130px;
}
.mian_pale_content table th.middle{
	width: 120px;
}
.mian_pale_content table a{
	color: #12add3;
}
.mian_pale_content .table{
	width: 100%;
	border-collapse: collapse;
}
.mian_pale_content .table .td>div,.mian_pale_content .table .th{
	border:1px solid #f2f2f2;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.mian_pale_content .table .td>div{
	border-top: 0;
}
.mian_pale_content .table .td>div>div{
	height: 30px;
}
.mian_pale_content .table .td>div .first,.mian_pale_content .table .th .first{
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.mian_pale_content .table .td>div .second,.mian_pale_content .table .th .second{
	width: 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	border-left: 1px solid #f2f2f2;
}
.mian_pale_content .table .td>div .third,.mian_pale_content .table .th .third{
	width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	border-left: 1px solid #f2f2f2;
	text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.mian_pale_content .table .td>div .middle,.mian_pale_content .table .th .middle{
	width: 55%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	border-left: 1px solid #f2f2f2;
	text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.mian_pale_content .table .td>div .last,.mian_pale_content .table .th .last{
	width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	border-left: 1px solid #f2f2f2;
}

.mian_pale_content .table .th.middle{
	width: 120px;
}
.mian_pale_content .table a{
	color: #12add3;
}
.mian_pale .select {
	text-align: right;
	position: relative;
	margin-bottom: 10px;
}
.mian_pale .select .choice{
	color: #12add3;
	position: relative;
	font-size: 12px;
	margin-right: 20px;
	cursor: pointer;
}
.mian_pale .select .choice::after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #12add3;
    right: -15px;
    top: 50%;
    margin-top: -3px;
}
.mian_pale .select  .choice_lists{
	position: absolute;
	right: 0;
	top: 28px;
	background-color: #fff;
	border:1px solid #e4e4e4;
	width: 130px;
	padding: 0 15px;
	box-sizing: border-box;
	display: none;
	z-index: 111;
}
.mian_pale .select  .choice_lists a{
	display: block;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    font-size: 14px;
    text-align: center;
}
.mian_pale .select  .choice_lists::before{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;;
    right:11px;
    padding:0;
    border-bottom:8px solid #FFFFFF;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
.mian_pale .select  .choice_lists::after{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;;
    right:10px;
    padding:0;
    border-bottom:9px solid #e4e4e4;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    display: block;
    content:'';
    z-index:10
}
.product_manage_header,.product_manage_type{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.product_manage_header .type,.product_manage_type .type{
	flex:1;
}
.product_manage_header .type_1{
	margin-right: 20px;
}
.product_manage_type a{
	color: #12add3;	
	text-align: center;
	display: block;
	width: 64px;
	margin-right: 10px;
}
.add_catagory{
	text-align: right;
	margin-bottom: 10px;
}
.add_catagory a{
	color: #12add3;
    font-size: 14px;
}
.manage_pale_header{
	display: flex;
	align-items: center;
}
.pale_header_left{
	flex:1;
	display: flex;
	align-items: center;
}
.pale_header_left .set{
	color: #12add3;
	margin-left: 10px;
}
.pale_header_left p span{
	color: #12add3;
}
.mian_pale_content .edit .dotted{
	display: none;
}
.multu-select>a{
	flex: 1;
	display: block;
    border: 1px solid #d2d2d2;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 15px;
}
.multu-select>a::after{
	position: absolute;
    content: "";
    width: 16px;
    height: 6px;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 98% center;
    
}
.multu-select .multu-select-wrap{
	display: none;
	position: absolute;
	width: 100%;
	height: 300px;
	overflow-y: auto; 
	top: 36px;
	left: 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 10;
}
.multu-select .multu-select-wrap>div{
	position: relative;
	margin:5px 0;
}
.multu-select .multu-select-wrap>div a{
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
}
.multu-select .multu-select-wrap>div.checked a::after{
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	background: url(../img/check.png) no-repeat;
	background-size: 14px auto;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.freight_set .freight_set_detail{
	border: 1px solid #d2d2d2;
	height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex:1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 10px;
}
.freight_set .freight_set_detail::after{
	position: absolute;
    content: "";
    width: 16px;
    height: 6px;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 95% center;

}
.freight_set .freight_set_choose_lists{
	position: absolute;
	top: 32px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left:-355px;
    width: 635px;
    padding:18px 6px 10px 10px;
    background-color: #fff;
    z-index: 11;
    display: none;
}
.freight_set .freight_set_choose_lists .freight_set_list{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.freight_set .freight_set_choose_lists .freight_set_list>div{
	display: flex;
	flex:1;
}
.freight_set .freight_set_choose_lists .freight_set_list label{
	font-size: 14px;
	color:#444;
	padding-right: 10px;
}
.freight_set .freight_set_choose_lists .freight_set_list .freight_set_number_info{
	position: relative;
	display: flex;
}
.freight_set .freight_set_choose_lists .freight_set_list .freight_set_number_info .unit{
	position: absolute;
	color: #808080;
	font-size: 14px;
	right: 5px;
	top: 0;
}
.freight_set .freight_set_choose_lists .freight_set_list input{
	border: 1px solid #d2d2d2;
	height: 26px;
    line-height: 26px;
    width: 180px;
}
.freight_set .freight_set_choose_lists .freight_set_list .freight_set_number_info input{
	padding-right: 50px;
}
.freight_set .freight_set_choose_lists .freight_set_list .freight_set_fee_info{
	position: relative;
	display: flex;
}
.freight_set .freight_set_choose_lists .freight_set_list .freight_set_fee_info .unit{
	position: absolute;
	color: #808080;
	font-size: 14px;
	right: 5px;
	top: 0;
}
.freight_set .freight_set_choose_lists .freight_set_list .freight_set_fee_info input{
	padding-right: 20px;
}
.freight_set .freight_set_choose_lists .freight_set_list .delete{
	color: #12add3;
	font-size:14px;
	display: inline-block;
	width: 30px;

}
.freight_set .freight_set_choose_lists .freight_operation{
	text-align: right;
}
.freight_set .freight_set_choose_lists .freight_operation a{
	color: #12add3;
	font-size:14px;
}
.freight_set .freight_set_choose_lists .freight_set_save{
	text-align: right;
	margin-top: 10px;
}
.freight_set .freight_set_choose_lists .freight_set_save a{
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: #d51550;
	font-style: 16px;
}
.freight_set .freight_set_choose_lists_forPhones{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 111;
	overflow-y: auto;
}
.freight_set .freight_set_choose_lists_forPhones .freight_set_list>div{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 10px;
}
.freight_set .freight_set_choose_lists_forPhones .freight_set_list span{
	color: #808080;
	font-size:14px;
	padding-left: 50px;
}
.freight_set .freight_set_choose_lists_forPhones .freight_set_list .delete{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #d5164f;
	left: 20px;
}
.freight_set .freight_set_choose_lists_forPhones .freight_set_list .delete::after{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height:2px;
	background-color: #fff;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -4px;
}
.freight_set .freight_set_choose_lists_forPhones .freight_operation{
	text-align: center;
	margin-top: 20px;
}
.freight_set .freight_set_choose_lists_forPhones .freight_operation .add{
	display: inline-block;
	position: relative;
	background-color: #e5e5e5;
	width: 110px;
	height: 110px;
	color: #999;
	font-size: 12px;
	padding-top: 78px;
	box-sizing: border-box;
}
.freight_set .freight_set_choose_lists_forPhones .freight_operation .add::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 6px;
	background-color: #fff;
	left: 50%;
	margin-left: -30px;
	top: 36px;
}
.freight_set .freight_set_choose_lists_forPhones .freight_operation .add::after{
	content: "";
	position: absolute;
	width: 6px;
	height: 60px;
	background-color: #fff;
	left: 50%;
	margin-left: -3px;
	top: 10px;
}
.remove_freight_template{
	text-align: right;
}
.remove_freight_template a{
	color: #12add3;
}
#product_form .freight_fee_template .form-group{
	margin-bottom: 0;
}
.freight_template_operation{
	text-align: center;
    margin-top: 20px;
}
.freight_template_operation a{
	display: inline-block;
    position: relative;
    background-color: #e5e5e5;
    width: 110px;
    height: 110px;
    color: #999;
    font-size: 12px;
    padding-top: 78px;
    box-sizing: border-box;
}
.freight_template_operation a::before{
	content: "";
    position: absolute;
    width: 60px;
    height: 6px;
    background-color: #fff;
    left: 50%;
    margin-left: -30px;
    top: 36px;
}
.freight_template_operation a::after{
	content: "";
    position: absolute;
    width: 6px;
    height: 60px;
    background-color: #fff;
    left: 50%;
    margin-left: -3px;
    top: 10px;
}

/*********** 商品详情页 *************/
.pale_product .productDetail .top {
	display: flex;
}
.pale_product .productDetail .top .productleft{
	width: 352px;
	-webkit-box-sizing: initial;
	box-sizing: initial;
	margin-right: 15px;
}
.pale_product .pc-slide .view .swiper-container{
	height: 352px;
}
.pale_product .pc-slide .view .swiper-container .swiper-slide a{
	height: 352px;
	border:1px solid #e6e6e6;
	overflow: hidden;
}
.pale_product .pc-slide .preview .preview-slide{
	width: 54px;
	height: 54px;
	border:1px solid #e6e6e6;
	padding: 0;
	margin-right: 6px;
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
.pale_product .pc-slide .preview .preview-slide a{
	height:54px;
}
.pale_product .pc-slide .preview .preview-slide:last-child{
	margin-right: 0;
}
.pale_product .productDetail{
	padding: 10px;
}
.pale_product .productDetail .top .productright{
	flex:1;
	display: flex;
	flex-direction: column;
}
.pale_product .productDetail .top .productright .product_title{
	font-weight: normal;
	font-size:20px;
	color:#2d2d2d;
	margin-bottom: 15px;
	text-align: left;
}
.pale_product .productDetail .top .productright .product_stock>label{
	display: none;
}
.pale_product .productDetail .top .productright .product_stock .buy_number{
	margin-left: 0;
}
.pale_product .productDetail .product_tag{
	display: flex;
	margin-bottom: 15px;
}
.pale_product .productDetail .product_tag a{
	display: block;
	color:#4a4a4a;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	margin-right: 14px;
	background-color: #e5e5e5;
	border-radius: 12px;
}
.product_setmenu{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	flex:1;
}
.product_setmenu .setmenu_list{
	width: 33%;
	padding-right: 8px;
	box-sizing: border-box;
	margin-bottom: 9px;
}
.product_setmenu .setmenu_list a{
	display: block;
	width: 100%;
	line-height: 30px;
	border:2px solid #dcdcdc;
	border-radius: 4px;
	color:#a7a7a7;
	padding-left: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product_setmenu .setmenu_list.checked a{
	border-color: #fbdba7;
	color: #f57f23;
}
.product_setmenu .setmenu_list:nth-child(3n){
	padding-right: 0;
}
.product_stock{
	display: flex;
	align-items: center;
}
.product_stock label,.product_stock .reliable_stock{
	color: #4a4a4a;
	font-size: 12px;
}
.buy_number{
	margin: 0 10px;
	display: flex;
	align-items: center;
	border: 2px solid #e3e3e3;
	background-color: #ededed;
}
.buy_number a{
	display: block;
	width: 22px;
	height: 22px;
	color:#4a4a4a;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}
.buy_number input{
	width: 46px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #fff;
	color:#4a4a4a;
	font-size: 13px;
	outline: none;
	border:none;
	border-left: 2px solid #dadada;
	border-right: 2px solid #dadada;
}
.product_price{
	margin-top: 12px;
	display: flex;
	align-items: center;
}
.product_price .product_price_left{
	display: flex;
	align-items: baseline;
	flex: 1;
}
.product_price label{
	color: #4a4a4a;
	font-size: 12px;
}
.product_price .price{
	color: #d0021b;
	font-size: 18px;
}
.product_price .price .unit{
	font-size: 14px;
}
.product_price .product_price_right{
	display: flex;
	align-items: center;
	display: none;
}
.product_price .product_price_right span{
	color: #444;
	font-size: 16px;
}
.product_price .product_price_right a.open_buy_dialog{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.product_price .product_price_right a.open_buy_dialog .circle{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #999;
	margin-right: 7px;
}
.product_price .product_price_right a.open_buy_dialog .big_circle{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: #666;
	margin-right: 7px;
}
.product_buy_info{
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.product_buy_info .product_buy_info_left{
	display: flex;
	align-items: center;
}
.product_buy_info .product_buy_info_left a{
	display: block;
	padding-left: 23px;
	color: #444;
	font-size: 11px;
	background: url(../img/product/buy_icons.png) no-repeat;
	margin-right: 10px;
}
.product_buy_info .product_buy_info_left a.customer_service{
	background-position: 0 0;
}
.product_buy_info .product_buy_info_left a.go_focus{
	background-position: 0 -30px;
}
.product_buy_info .product_buy_info_left a.go_focus.focused{
	background-position: 0 -102px;
}
.product_buy_info .product_buy_info_left a.go_cart{
	background-position: 0 -66px;
}
.product_buy_info .product_buy_info_right{
	flex:1;
	display: flex;
	align-items: center;
}
.product_buy_info .product_buy_info_right a{
	flex:1;
	color:#fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.product_buy_info .product_buy_info_right a.add_cart{
	background-color: #eb7158;
}
.product_buy_info .product_buy_info_right a.go_buy_now{
	background-color: #dd134b;
}
.related_focus{
	display: flex;
	align-items: center;
	height: 40px;
	width: 100%;
}
.related_focus .related_info{
	flex:1;
	display: flex;
	align-items: center;
}
.related_focus .related_info .logo{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-right: 8px;
}
.related_focus .related_info .name{
	color:#1aa1c4;
	font-size: 14px;
}
.related_focus .focus_event{
	margin-right: 10px;
	display: block;
	width: 55px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border:1px solid #12add3;
	color: #12add3;
	font-size: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.related_products{
	margin-top: 20px;
}
.related_focus .show_more_product{
	height: 40px;
	line-height: 40px;
}
.related_focus .show_more_product a{
	color: #1aa1c4;
	font-size: 14px;
}
.exhibitionPart .pale .pale_product {
	width: 100%;
	padding: 20px 0;
}
.exhibitionPart .pale .pale_product .related_products .productslist{
	padding:0;
	padding-right: 10px;
}
.exhibitionPart .pale .pale_product .related_products .productslist:nth-child(3n){
	padding-right: 0;
}
.product_detail_comment .tabs{
	background-color: #f2f2f2;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	border-bottom: 1px solid #12add3;
	padding: 0;
}
.product_detail_comment .tabs a{
	color: #444;
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
}
.product_detail_comment .tabs a.active{
	background-color: #12add3;
	color: #fff;
}
.product_comment .lists{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #cfcfcf;
	position: relative;
}
.product_comment .lists:last-child{
	border-bottom: none;
}
.product_comment .lists .user_comment{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.product_comment .lists .user_comment .user_info{
	flex:1;
	display: flex;
	align-items: center;
}
.product_comment .lists .user_comment .user_info .userlogo{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-right: 24px;
}
.product_comment .lists .user_comment .user_info .user_name{
	display: flex;
	flex-direction: column;
}
.product_comment .lists .user_comment .user_info .user_name .user{
	color: #444;
	font-size: 16px;
	margin-bottom: 5px;
}
.product_comment .lists .user_comment .user_info .user_name .time{
	color: #999;
	font-size: 12px;
}
.product_comment .lists .user_comment .user_rating{
	margin-left: auto;
}
.product_comment .lists .user_comment .user_rating>div{
	background:url(../img/product/stars.png) no-repeat;
	width: 114px;
	height: 18px;
}
.product_comment .lists .user_comment .user_rating>div.five_stars{
	background-position: 0 0;
}
.product_comment .lists .user_comment .user_rating>div.four_stars{
	background-position: -24px 0;
}
.product_comment .lists .user_comment .user_rating>div.three_stars{
	background-position: -48px 0;
}
.product_comment .lists .user_comment .user_rating>div.two_stars{
	background-position: -72px 0;
}
.product_comment .lists .user_comment .user_rating>div.one_stars{
	background-position: -96px 0;
}
.product_comment .lists .comment_content{
	font-size: 16px;
	color:#444;
	margin-bottom: 20px;
}
.product_comment .lists .comment_pics{
	margin-bottom: 10px;
	overflow-y: auto;
}
.product_comment .lists .comment_pics .parts{
	width: 100%;
	overflow:hidden;
}
.product_comment .lists .comment_pics a.comment_pics_title{
	display: block;
	width: 150px;
    height: 150px;
    margin-right: 2px;
    background-color: #000;
    float: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
  	align-items: center;
}
.product_comment .lists .comment_pics a.comment_pics_title img{
	width: 100%;
	height: auto;
}
.product_comment .lists .comment_replay{
	font-size: 14px;
	color: #ababab;
}
.product_buy_photo{
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.product_buy_photo .product_buy_photo_info{
	position: absolute;
	width: 100%;
	left: 0;
	max-height: 80%;
	background-color: #fff;
	overflow-y: auto;
	border-radius: 4px 4px 0 0;
	bottom: 50px;
	z-index: 15;
	padding: 15px;
	box-sizing: border-box;
}
.product_buy_photo .product_buy_photo_info .close_buy_info{
	position: absolute;
	right: 20px;
	top: 15px;
}
.product_buy_photo .product_buy_photo_info .close_buy_info img{
	width: 22px;
	height: 22px;
	border-radius: 11px;
}
.product_buy_photo .product_buy_photo_info .product_buy_top{
	display: flex;
	align-items: center;
}
.product_buy_photo .product_buy_photo_info .product_buy_top .product_img{
	width: 120px;
	height: 120px;
	margin-right: 10px;
}
.product_buy_photo .product_buy_photo_info .product_buy_top .product_buy_price{
	display: flex;
	flex-direction: column;
}
.product_buy_photo .product_buy_photo_info .product_buy_top .product_buy_price span{
	color: #d10b48;
	margin-bottom: 5px;
	font-size: 14px;
}
.product_buy_photo .product_buy_photo_info .product_buy_top .product_buy_price .stock_number{
	color: #444;
}
.product_buy_photo .product_buy_photo_info .product_buy_number{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.product_buy_photo .product_buy_photo_info .product_buy_number span{
	flex:1;
}
.product_buy_photo .product_buy_photo_info .product_buy_number .buy_number{
	border:none;
	background-color: #fff;
	margin:0;
}
.product_buy_photo .product_buy_photo_info .product_buy_number .buy_number input{
	background-color: #f4f4f4;
	border:none;
}
.product_buy_photo .product_buy_photo_info .product_buy_menu .setmenu_list{
	margin-bottom: 20px;
}
.product_buy_photo .product_buy_photo_info .product_buy_menu .setmenu_list a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 15px;
	color:#7f7f7f;
	border:1px solid #7f7f7f;
}
.product_buy_photo .product_buy_photo_info .product_buy_menu .setmenu_list.checked a{
	border:1px solid #12aad9;
	color: #12aad9;
}
.product_phone_head{
	align-items: center;
	position: fixed;
	top: 0;
	margin-top: 15px;
	z-index: 20;
	width: 100%;
	left: 0;
	justify-content: space-between;
	display: none;
}
.product_phone_head .back{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 15px;
	margin-left: 15px;
}
.product_phone_head .back::before{
	position: absolute;
	content: "";
	display: inline-block;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 12px;
    height: 12px;
    border-color: #fff;
    transform: rotate(-135deg);
    margin: 6px auto auto 12px;
    top: 2px;
}
.product_phone_head .more_sub_navlist{
	position: relative;
}
.product_phone_head .more_sub_navlist .show_more_nav{
	position: relative;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 15px;
	margin-right: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.product_phone_head .more_sub_navlist .show_more_nav .dote{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	position: relative;
}
.product_phone_head .more_sub_navlist .show_more_nav .dote::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	left: -8px;
}
.product_phone_head .more_sub_navlist .show_more_nav .dote::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	left: 8px;
}
.product_phone_head .more_sub_navlist .userSub_list{
	display: none;
	position: fixed;
	top: 60px;
	background-color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	border-top:1px solid #cbcbcb;
}
.product_phone_head .more_sub_navlist .userSub_list .userSub_list_content{
	height: 100%;
	overflow-y: auto;
}
.product_phone_head .more_sub_navlist .userSub_list::before{
	position: absolute;
    content: "";
    background: url(../img/triangle.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 10px;
    right: 20px;
    top: -10px;
}
.product_phone_head .more_sub_navlist .userSub_list p{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #cbcbcb;
	padding: 0 16px;
}
.product_phone_head .more_sub_navlist .userSub_list p a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	color: #444;
	font-size: 20px;
}
.product_phone_head .more_sub_navlist .userSub_list p a span{
	color:#12add3;
	font-size: 20px;
	float: right;
}

/************** 购物车 *****************/
.myCart{
	position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.myCart .product_form_head{
	margin:0 20px;
	width: auto;
}
.myCart .product_form_head .go_order{
	color: #12add3;
	padding-right: 10px;
}

.cart_lists .store_list{
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
}
.cart_lists .store_list:last-child{
	border-bottom: none;
}
.cart_lists .store_list .product_lists .message{
	font-size: 14px;
	color: #444;
	margin-bottom: 20px;
}
.cart_lists .store_list .message label{
	display: inline-block;
    width: 60px;
    margin-right: 20px;
}
.cart_lists .store_list .store_info{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.cart_lists .store_list .store_info .logo{
	width: 24px;
	height: 24px;
	border-radius: 12px;
	margin-right: 8px;
}
.cart_lists .store_list .store_info .name{
	font-size: 12px;
	color: #444;
}
.product_lists .product_info{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	height: 92px;
}
.product_lists .product_info .left{
	margin-right: 20px;
	position: relative;
	border:1px solid #eeeeee;
	width: 90px;
}
.product_lists .product_info .left .label{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
    height: 0;
    border-right: 40px solid transparent;
}
.product_lists .product_info .left .label.tag0{
	border-top: 40px solid #12ADD3;
}
.product_lists .product_info .left .label.tag1{
	border-top: 40px solid #F2517E;
}
.product_lists .product_info .left .label.tag2{
	border-top: 40px solid #F2AC51;
}
.product_lists .product_info .left .label.tag3{
	border-top: 40px solid #7DBAAD;
}
.product_lists .product_info .left .label.tag4{
	border-top: 40px solid #EF8781;
}
.product_lists .product_info .left .label span{
	position: absolute;
	left: 0;
	top: -38px;
	color: #fff;
	font-size: 10px;
	display: block;
    width: 30px;
    transform: rotate(-45deg);
}
.product_lists .product_info .left .product_img{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #000;
	padding:0;
	margin: 0;
}
.product_lists .product_info .left .product_img>a{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.companyHomepage .pale .left>div.product_lists{
	margin-bottom: 0;
}
.product_lists .product_info .left .product_img img{
	vertical-align: middle;
	width: 100%;
}
.product_lists .product_info .middle{
	flex:1;
}
.product_lists .product_info .product_title{
	font-size: 14px;
	color: #4a4a4a;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.product_lists .product_info .product_title a{
	color: #4a4a4a;
}
.product_lists .product_info .product_set{
	font-size: 14px;
	color: #4a4a4a;
	margin-bottom: 10px;
}
.product_lists .product_info .product_price{
	color: #d0021b;
	font-size: 12px;
}
.product_lists .product_info .product_price span{
	color: #d0021b;
	font-size: 18px;
}
.product_lists .product_info .right{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 94px;
	margin-left: 20px;
}
.product_lists .product_info .right .buy_number{
	margin:0;
}
.product_lists .product_info .right .top{
	flex:1;
	display: flex;
	flex-direction: row;
}
.product_lists .product_info .right .top .delete_product{
	color: #d0021b;
	font-size: 14px;
	flex:1;
}
.product_lists .product_info .right .top .mark{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/mark.png) no-repeat;
	background-size: 18px auto;
}
.product_lists .product_info .right .top .mark.checked{
	background-position: 0 -39px;
}
/************* 订单页 *************/
.concat_info {
	margin:0 20px;
}
.concat_info .form-group{
	display: flex;
    align-items: center;
    margin: 15px 0;
}
.concat_info .form-group label{
	font-size: 14px;
    color: #444;
    width: 65px;
    position: relative;
}
.concat_info .form-group  input{
	flex: 1;
    outline: none;
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.concat_info .form-group>div{
	flex:1;
}
.concat_info .form-group .form-depart{
	display: flex;
    flex: 1;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    align-items: center;
}
.concat_info .form-group .form-depart:last-child{
	padding-left: 10px;
}
.concat_info .concat_name{
	position: relative;
	flex:1;
	display: flex;
}
.concat_info .concat_name::after{
	position: absolute;
	content: "";
	width: 16px;
	height: 6px;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 95% center;
}
.concat_info .concat_name .namelist{
	display: none;
	position: absolute;
	right: 0;
	top: 32px;
	width: 100%;
	background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 10;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.concat_info .concat_name .namelist p{
	font-size:12px;
	color: #444;
	padding: 10px 0;
}
.concat_info .chooseSite{
	flex: 1;
    display: flex;
    align-items: center;
}
.concat_info .chooseSite label{
	display: none;
}
.concat_info .chooseSite .ui-select{
	width: 210px;
    margin-right: 10px;
    position: relative;
}
.concat_info .chooseSite .ui-select input{
	width: 100%;
}
.concat_info .chooseSite .ui-select::after{
	position: absolute;
	content: "";
	width: 16px;
	height: 6px;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 98% center;
}
.concat_info .chooseSite .noneSite{
	flex: 1;
}
.concat_info .chooseSite .noneSite input{
	width: 100%;
}
.concat_info .chooseSite .ui-select,.concat_info .chooseSite .noneSite{
	display: flex;
	align-items: center;
}
.product_price .buy_number_count{
	color: #444;
	font-size: 14px;
	margin-left: 20px;
}
.product_totalCount{
	margin:15px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product_totalCount p{
	color: #4a4a4a;
	font-size: 13px;
}
.product_totalCount p.total_price{
	margin-left: 30px;
}
.order_total{
	margin:0;
	margin-top: 20px;
	border-bottom: 1px solid #d0d0d0;
}
.order_total>div{
	margin:10px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #444;
	position: relative;
}
.order_total>div p:first-child{
	flex:1;
}
.order_total>div.product_total_price p{
	font-size: 18px;
}
.order_total>div.product_total_price p span{
	font-size: 14px;
}
.order_total>div.product_total_price p.price{
	color: #d5164f;
}
.order_total>div.product_total_price p.price .number{
	font-size: 18px;
}
.order_total .product_total_price{
	position: relative;
}
.order_total .editprice{
	display: none;
	position: absolute;
	background-color: #fff; 
	right: 0;
	width: 270px;
	height: 80px;
	text-align: right;
	z-index: 11;
}
.order_total .editprice .editprice_content{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    text-align:left;
}
.order_total .editprice .label{
	margin-right: 10px;
}
.order_total .editprice .editprice_content input[type="text"]{
	flex:1;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    background: transparent;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 25px;
    font-size: 12px;
}
.order_total .editprice .editprice_content .unit{
	position: absolute;
	right: 5px;
	top: 5px;
}
.order_total .editprice .edit_price_button{
	width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: #d5164f;
    color: #ffffff;
    border: none;
    outline: none;
    text-align: center;
}

/************ 未支付订单 *************/
.pale_order_unpay{
	padding: 30px;
	flex:1;
	background-color: #fff;
}
.order_catalog{
	position: relative;
	display: flex;
	align-items: center;
}
.order_catalog .order_catalog_more{
	display: inline-block;
	background: url(../img/menu_black.png) no-repeat;
	width: 20px;
	height: 16px;
	margin-right: 10px;
	background-size: 20px auto;
}
.order_catalog .order_catalog_lists{
	position: absolute;
	right: 0;
	top: 28px;
	background-color: #fff;
	border:1px solid #e4e4e4;
	width: 130px;
	padding: 0 15px;
	box-sizing: border-box;
	display: none;
	z-index: 111;
}
.order_catalog .order_catalog_lists::before{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;;
    right:11px;
    padding:0;
    border-bottom:8px solid #FFFFFF;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
.order_catalog .order_catalog_lists::after{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;;
    right:10px;
    padding:0;
    border-bottom:9px solid #e4e4e4;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    display: block;
    content:'';
    z-index:10
}
.order_catalog .order_catalog_lists p{
	display: block;
	height: 35px;
	line-height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #444;
}
.order_catalog .order_catalog_lists p a{
	color: #12add3;
} 
.order_lists{
	margin:0;
}
.order_lists .order_list {
	border-top: 1px solid #f4f4f4;
}
.order_lists .order_list:first-child{
	border-top: none;
}
.order_list .order_info{
	color: #444;
	font-size: 12px;
	margin: 10px 0;
}
.order_option{
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.order_option .order_totalCount{
	flex:1;
	display: flex;
	align-items: center;
}
.order_option .order_totalCount p{
	color: #4a4a4a;
    font-size: 13px;
}
.order_option .order_totalCount p.total_price{
	margin-left: 30px;
}
.order_option .order_operation{
	display: flex;
	align-items: center;
}
.order_option .order_operation a{
	display: block;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #12add3;
	font-size: 15px;
	border:1px solid #12add3;
	border-radius: 18px;
}
.order_option .order_operation a.order_edit{
	margin-right: 20px;
}

/*********** 商品评价 ***************/
.my_exhibition_comment{
	position: relative;
    background-color: #fff;
}
.my_exhibition_comment .product_form_head{
	margin: 0 20px;
    width: auto;
}
.personal .right form>div.my_exhibition_comment{
	margin: 0;
}
.my_exhibition_comment_list{
	margin: 0 20px;
}
.my_exhibition_comment_list .comment_detail_list{
	margin:0;
	margin-bottom: 20px;
}
.product_price .star_rates{
	margin-left: auto;
}
.comment_detail_list .comment_content{
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
}
.productImagelists_flex{
	display: flex;
}
.productImagelists_flex .addImgPart{
	margin-right: 15px;
	width: 100px;
	position: relative;
}
.productImagelists_flex .addImgPart .addImg{
	display: block;
    background: url(../img/product/upload.png) no-repeat;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    color: #808080;
    font-size: 14px;
    background-size: 100% auto;
}
.productImagelists_flex .addImgPart .images{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
}
.productImagelists_flex .addImgPart .images .img{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productImagelists_flex .addImgPart .images .delete{
	color: #12add3;
	text-align: center;
	font-size: 14px;
}
/******** 售后 *******/
.my_service{
	position: relative;
    background-color: #fff;
}
.my_service .product_form_head{
	margin:0 20px;
}

.personal .right form>div.my_service{
	margin: 0;
}
.customer_service .order_id{
	font-size: 14px;
	color: #444;
	margin:15px 0;
}
.customer_service .order_id label{
	margin-right:10px;
	width: 70px;
	display: inline-block;
}
.customer_service .form-group{
	display: flex;
	margin:20px 0;
	align-items: center;
}
.customer_service .form-group label{
	font-size: 14px;
	color: #444;
	margin-right: 10px;
	width: 70px;
}
.customer_service .form-group select,.customer_service .form-group input{
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	position: relative;
	flex:1;
	padding-left: 5px;
	border: 1px solid #d2d2d2;
	outline: none;
}
.customer_service .form-group-uploadImage , .customer_service .form-group-explain {
	align-items: flex-start;
}
.customer_service .form-group-explain .ck-editor{
	flex:1;
}
.customer_service .form-group textarea{
	flex:1;
	height: 300px;
}
.customer_service .form-group select{
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 98% center;

}
.customer_service .replay_customer_service_form .infoBlock>div{
	margin: 15px 0;
	display: flex;
}
/************* 选择支付方式 ****************/
.myOrder_pay{
	position: relative;
    background-color: #fff;
}
.myOrder_pay .product_form_head{
	margin: 0 20px;
    width: auto;
}
.personal .right form>div.myOrder_pay{
	margin:0;
}
.pay_method{
    margin: 0 20px;
}
.pay_method>div{
	display: flex;
	align-items: center;
	margin:20px 0;
}
.pay_method>div .name{
	flex:1;
	color: #4a4a4a;
	font-size: 16px;
	padding-left: 55px;
	height: 44px;
	line-height: 44px;
}
.pay_method .ali_way .name{
	background: url(../img/alipay_icon.png) no-repeat left center;
	background-size: auto 100%;
}
.pay_method .wechat_way .name{
	background: url(../img/wepay_icon.png) no-repeat left center;
	background-size: auto 100%;
}
.pay_method .paypal_way .name{
	background: url(../img/paypal_icon.png) no-repeat left center;
	background-size: auto 100%;
}
.order_concat{
	margin:20px 0;
	color: #444;
	font-size: 14px;
}
.order_concat .concat_title{
	font-size: 14px;
}
.order_concat .concat>div{
	margin:10px 0;
}
.order_concat .concat>div label{
	display: inline-block;
	width: 60px;
	margin-right: 20px;
}
.myOrder_pay .order_total{
	border-bottom: 0;
}
#cover_layer{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}
.dialog_box{
	position: fixed;
	width: 336px;
	height: 166px;
	background-color: #fff;
	border-radius: 8px;
	left: 50%;
	margin-left: -168px;
	top: 50%;
	margin-top: -83px;
	display: flex;
	flex-direction: column;
	z-index: 11;
}
.dialog_box .dialog_text{
	padding: 30px 14px 0 14px;
	font-size: 18px;
	flex:1;
	box-sizing: border-box;
}
.dialog_box .dialog_press{
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	border-top: 1px solid #c0c0c0;
}
.dialog_box .dialog_press .button{
	flex:1;
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #0771ea;
	font-size: 15px;
}
.dialog_box .dialog_press .button:first-child{
	border-right: 1px solid #c0c0c0;
}

/********** 处理订单 **************/
.myOrder_process{
	position: relative;
    background-color: #fff;
}
.myOrder_process .product_form_head{
	margin: 0 20px;
    width: auto;
}
.order_process_info{
	margin: 20px 0px 0 0px;
    color: #444;
    font-size: 14px;
}
.order_process_info>div{
	margin: 10px 0;
	line-height: initial;
}
.order_process_info>div label{
	display: inline-block;
    width: 60px;
    margin-right: 20px;
}
.order_process_info>div>div{
	flex:1;
}
.order_delivery_info .form-group{
	display: flex;
    margin: 15px 0;
    line-height: 34px;
}
.order_delivery_info .form-group label{
	width: 65px;
	position: relative;
	color: #444;
	font-size: 14px;
}
.order_delivery_info .form-group input[type="text"],.order_delivery_info .form-group select{
	flex: 1;
    outline: none;
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.order_delivery_info .form-group select{
	border-radius: 0;
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 98% center;

}

/************** 个人产品 ***************/
.personalProducts .pale_summary {
    background-color: #fff;
    padding: 20px;
    width: 230px;
    box-sizing: border-box;
}
.personalProducts .pale_summary .category-head{
	display: flex;
	color:#808080;
	font-size: 12px;
	margin-bottom: 10px;
}
.personalProducts .pale_summary .category-head .all{
	flex:1;
}
.personalProducts .pale_summary .category-head a.manage{
	color: #12add3
}
.personalProducts .pale_summary .searchInput{
	display: flex;
	margin:0;
	margin-bottom: 20px;
	align-items: center;
}
.personalProducts .pale_summary .searchInput input{
	flex:1;
	border:1px solid #ccc;
	background-color: #fff;
	outline: none;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	box-sizing: border-box;
	width: 120px;
	border-right: none;
}
.personalProducts .pale_summary .searchInput>.search{
	display: block;
	width:50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #d5164f;
	color: #fff;
	font-size: 15px;
	background-image: none;
}
.personalProducts .pale_summary .category-type{
	font-size: 12px;
}
.personalProducts .pale_summary .category-type .category-title{
	color: #444;
	margin-bottom: 5px;
	margin-top: 20px;
}
.personalProducts .pale_summary .category-type .category-tab{
	color:#444;
	margin-bottom: 10px;
	background: url(../img/product/product_icon.png) no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
	cursor: pointer;
}
.personalProducts .pale_summary .category-type .category-tab.extends{
	background: url(../img/product/product_icon.png) no-repeat;
	background-position: 0 -15px;
}
.personalProducts .pale_summary .category-type .category-list{
	padding-left: 18px;
	margin-bottom: 10px;
	display: none;
}
.personalProducts .pale_summary .category-type .category-list a{
	color: #808080;
}
.personalProducts .pale_product .product_form_bottom{
	display: flex;
}
.personalProducts .productService .pale_product_right{
	margin-right: 10px;
	margin-top: 10px;
}
.personalProducts .productService .productslist{
	width: 33.3%;
    box-sizing: border-box;
    padding: 5px;
}
.personalProducts .productService .pale_product_right .productslist{
	width:50%;
}

/***************** 设置管理费 ********************/
.product_unite_adjustment{
	margin:10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product_unite_adjustment .go_adjustment{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #d5164f;
}
.product_unite_adjustment .set_adjustment{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d4d4d4;
	margin-right: 10px; 
	height: 30px;
	line-height: 30px;
}
.product_unite_adjustment .adjustment_number{
	position: relative;
}
.product_unite_adjustment .adjustment_number input{
	border:none;
	outline: none;
	text-align: right;
	padding-right: 20px;
	width: 100px;
}
.product_unite_adjustment .adjustment_number .unit{
	position: absolute;
	right: 0;
	top: 1px;
	color: #8a8a8a;
}
.product_unite_adjustment .set_adjustment .choose_adjustment{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.product_unite_adjustment .set_adjustment .choose_adjustment .adjustment_type{
	color: #808080;
	font-size: 14px;
	position: relative;
	display: block;
	padding-right: 15px;
}
.product_unite_adjustment .set_adjustment .choose_adjustment .adjustment_type::after{
	position: absolute;
    content: "";
    width: 16px;
    height: 6px;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 100% center;
}
.product_unite_adjustment .set_adjustment .choose_adjustment .adjustment_list{
	position: absolute;
	top: 30px;
	width: 100%;
	left: 0;
	background: #fff;
	border:1px solid #d4d4d4;
	text-align: center;
	display: none;
}
.product_unite_adjustment .set_adjustment .choose_adjustment .adjustment_list>a{
	color: #808080;
	font-size: 14px;
	display: block;
}
.productslist .product_unite_adjustment{
	margin-left: 0;
	margin-right: 0;
}
.productslist .product_unite_adjustment .set_adjustment{
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	box-sizing: border-box;
}
.productslist .product_unite_adjustment .adjustment_number input{
	width: 70px;
}

/************** 我的账户 ****************/
.my_account{
	flex:1;
	position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.my_account .order_catalog .order_catalog_lists>a{
	display: block;
	height: 35px;
	line-height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #444;
}
.my_total_assets{
	margin:20px 0;
}
.my_total_assets .assets_left{
	flex:1;
}
.my_total_assets .assets_left p{
	color: #444;
	font-size: 18px;
	display: flex;
	align-items: center;
	line-height: 26px;
	margin-bottom: 5px;
}
.my_total_assets .assets_left p select{
	width: 200px;
	margin-left: 5px;
}
.my_total_assets .assets_left p img{
	width: 15px;
	height: 15px;
	margin-left: 10px;
}
.my_total_assets .assets_right{
	display: flex;
	margin-left: auto;
}
.my_total_assets .assets_right .assets_withdrawal{
	display: block;
	color: #12add3;
	font-size: 15px;
	border:1px solid #12add3;
	height: 34px;
	line-height: 34px;
	width: 100px;
	text-align: center;
	border-radius: 25px;
	align-self: flex-end;
}
.account_info_lists{
	/* border-top: 14px solid #f4f4f4; */
	margin-top: 15px;
}
.account_info_lists .list{
	margin:0;
	border-bottom: 1px solid #f4f4f4;
}
.account_info_lists .list .account_info_title{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.account_info_lists .list .account_info_title span{
	flex:1;
	color: #808080;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.account_info_lists .list .account_info_title .account_info_price{
	color: #808080;
	font-size: 18px;
	margin-left: 10px;
}
.account_info_lists .list .account_info_date{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.account_info_lists .list .account_info_date span{
	flex:1;
	color: #808080;
	font-size: 14px;
}
.account_info_lists .list .account_info_date .account_info_status{
	color: #dd144b;
	font-size: 14px;
}
.account_info_lists .list .account_info_date .account_info_status.complete{
	color: #12add3;
}

/*********产品编辑/删除*************/
.productService .productslist .info .product_info_bottom .option{
	position: relative;
	text-align: right;
	cursor: pointer;
	margin-left: auto;
}
.productService .productslist .info .product_info_bottom .option .dotes span{
	display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 1px;
    background-color: #55585f;
    margin: 0 2px;
    position: relative;
}
.productService .productslist .info .product_info_bottom .option .optionlist {
	display: none;
    position: absolute;
    width: 120px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: -2px -1px 8px #999;
    right: 0;
    z-index: 11;
    background-color: #fff;
}
.productService .productslist .info .product_info_bottom .option .optionlist a{
	display: block;
    color: #444;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    border-top: 1px solid #ccc;
}
.productService .productslist .info .product_info_bottom .option .optionlist a:first-child{
	border-top: 0;
}

/*********** 租赁归还lease_return ************/
.lease_return{
	position: relative;
    background-color: #fff;
}
.personal .right form>div.lease_return{
	margin:0;
}
.lease_return .product_form_head{
	margin: 0 20px;
    width: auto;
}
.deposit_return{
	display: flex;
	align-items: center;
}
.deposit_return .info{
	margin-left: 10px;
}
.deposit_return .deposit_return_input{
	position: relative;
}
.deposit_return .deposit_return_input input{
	padding-right: 20px;
}
.deposit_return .deposit_return_input .unit{
	position: absolute;
	right: 5px;
	top: 2px;
}
.order_lease_info .form-group .ck-reset.ck{
	flex: 1
}
.order_lease_info{
	margin:20px 0;
}
.order_lease_info .form-group{
	display: flex;
    margin: 15px 0;
    line-height: 34px;
}
.order_lease_info .form-group label{
	width: 65px;
	position: relative;
	color: #444;
	font-size: 14px;
}
.order_lease_info .form-group input[type="text"],.order_lease_info .form-group select{
	flex: 1;
    outline: none;
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.order_lease_info .form-group select{
	border-radius: 0;
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAMFBMVEUAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHxCwuweAAAAD3RSTlMA2CAKCPDp8ebJwri3sx95YQ1VAAAALUlEQVQI12MQNGBgWMaQL8zA85/B8CPD/iAGFvm5Xx8wMDj+L2JgYGCRUGAAAKesCSuk4z2tAAAAAElFTkSuQmCC) no-repeat 98% center;

}

/******** 订单详情 order_detail ********/
.myOrder_detail{
	position: relative;
    background-color: #fff;
    padding: 0px;
	box-sizing: border-box;
}

.myOrder_detail .cart_lists{
	margin-top: 20px;
}
.myOrder_detail .order_detail_info{
	margin: 20px;
    color: #444;
    font-size: 14px;
}
.myOrder_detail .order_detail_info>div{
	margin: 10px 0;
}
.myOrder_detail .order_detail_info>div label{
	display: inline-block;
    width: 60px;
    margin-right: 20px;
}
.myOrder_detail .order_detail_info .order_delivery{
	display: flex;
}
.myOrder_detail .order_detail_info .order_delivery .delivery_process p{
	margin-bottom: 10px;
}
.myOrder_detail .order_total{
	border-bottom: 0;
}
.myOrder_detail .order_operation{
	margin: 20px 0;
	display: flex;
	align-self: center;
	justify-content: flex-end;
}
.myOrder_detail .order_operation a{
	display: block;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #12add3;
    font-size: 15px;
    border: 1px solid #12add3;
    border-radius: 18px;
    margin-left: 20px;
}
.myOrder_detail .order_operation input{
	display: block;
    color: #12add3;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #12add3;
    outline: none;
    height: 34px;
    padding: 0;
    width: 100px;
    text-align: center;
    border-radius: 25px!important;
    align-self: flex-end;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.myOrder_detail .order_operation .comfirm_order{
	margin-right: 30px;
}
.my_productservice_edit{
	position: relative;
    background-color: #fff;
}
.my_productservice_edit .product_form_head {
    margin: 0 20px;
    width: auto;
}

/********** 答复售后replay_customer_service ***********/

.replay_customer_service_form>div{
	font-size: 14px;
    color: #444;
    margin: 15px 0;
}
.replay_customer_service_form>div label{
	margin-right: 10px;
	width: 70px;
}
.replay_customer_service_form .order_images{
	align-items: center;
}
.replay_customer_service_form .order_images .order_imglists{
	flex:1;
}
.replay_customer_service_form .order_images .imglist{
	width: 20%;
	display: flex;
    margin-right: 10px;
    background-color: #000;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 120px;
    overflow:hidden; 
}
.replay_customer_service_form .order_images .imglist img{
	width:100%;
}
.order_approve select{
	padding-left: 10px;
}
.my_order_unpay{
	position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.my_order_unpay .product_form_head{
	margin:0 20px;
	width: auto;
}
.my_order_unpay .pale_user_order_unpay{
	margin:0 20px;
}
.personal .right .my_order_unpay form .product_form_head{
	margin:0;
}
.pale_product_manage{
	flex:1;
	background-color: #fff;
	min-height: 350px;
}
.replay_customer_service_form .seller_relay{
	display: block;
	margin-bottom: 10px;
}
.replay_customer_service_form .seller_relay span{
	color: #d5164f;
}


/*********** 我的评价 ***********/
.my_user_comment{
	position: relative;
    background-color: #fff;
}
.my_user_comment .product_form_head{
	margin: 0 20px;
    width: auto;
}
.my_user_comment .order_catalog .order_catalog_lists>a{
	display: block;
	height: 35px;
	line-height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #444;
}

.my_user_comment_list .my_comment_detail_list{
	margin:20px 0;
	
}
.my_user_comment_list .order_Id{
	color: #444;
	font-size: 12px;
	margin-bottom: 15px;
}

@media (min-width: 641px) {
	#category_manage .mian_pale_content .table a ,#transportation_manage  .mian_pale_content .table a{
		font-size: 0;
		display: inline-block;
		width: 16px;
		height: 16px;
	}
	#category_manage .mian_pale_content .table a.edit, #transportation_manage  .mian_pale_content .table a.edit{
		background: url('../../img/manage/edit.png') no-repeat;
		background-size: 16px 16px;
	}
	#category_manage .mian_pale_content .table a.delete, #transportation_manage  .mian_pale_content .table a.delete{
		background: url('../../img/manage/delete.png') no-repeat;
		background-size: 16px 16px;
		margin-right: 20px;
	}
}

@media (max-width: 640px) {

	.pale_product_manage .product_form_head{
		margin:0;
	}
	.mian_pale_header{
		display: block;
		padding: 0 10px;
		border-bottom:8px solid #f2f2f2;
	}
	.mian_pale_header .header_sales{
		display: flex;
		text-align: left;
		height: 34px;
		line-height: 34px;
	}
	.mian_pale_header .header_sales span:first-child{
		flex:1;
	}
	.mian_pale_content{
		padding: 0 10px;
	}
	.mian_pale_content table td,.mian_pale_content table th{
		border:none;
	}
	.mian_pale_content table th:first-child,.mian_pale_content table td:first-child{
		text-align: left;
	}
	#transportation_manage table td.first, #category_manage table td.first{
		text-align: left;
		padding-left: 0;
	}
	.mian_pale_content table th:last-child,.mian_pale_content table td:last-child{
		text-align: right;
	}
	.mian_pale_content table th.middle,.mian_pale_content table td.middle{
		display: none;
	}
	.mian_pale_content .table .td,.mian_pale_content .table .th{
		border:none;
	}
	.mian_pale_content .table .th:first-child,.mian_pale_content .table .td:first-child{
		text-align: left;
	}
	#transportation_manage .table .td .first, #category_manage .table .td .first{
		text-align: left;
		padding-left: 0;
	}
	.mian_pale_content .table .th:last-child,.mian_pale_content .table .td:last-child{
		text-align: right;
	}
	.mian_pale_content .table .th{
		display: none;
		border: none;
	}
	.mian_pale_content .table .td>div{
		border: none;
	}
	.mian_pale_content .table .td>div>div{
		display: none ;
		border: none !important;
	}
	.mian_pale_content .table  .td>div .first, .mian_pale_content .table  .td>div .last{
		display: block;
	}
	.mian_pale_content .table  .td>div .first{
		flex:1;
	}
	.manage_pale_header{
		padding: 0 10px;
	}
	#transportation_manage .mian_pale_content table th,#category_manage .mian_pale_content table th{
		display: none;
	}
	.add_catagory{
		position: fixed;
		top: 50%;
		right: 10px;
	}
	.add_catagory a{
		font-size: 0;
		background:url(../img/publish.png) no-repeat;
		background-size: 30px 30px;
		display: block;
		width: 30px;
		height: 30px;
	}
	.mian_pale_content .edit{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.mian_pale_content .edit .dotted{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 40px;
	    cursor: pointer;
	}
	.mian_pale_content .edit .dotted span{
		display: inline-block;
		width: 3px;
		height: 3px;
		border-radius: 1px;
		background-color: #55585f;
		margin: 0 2px;
		position: relative;
	}
	.mian_pale_content .edit .operation{
		display: none;
		position: fixed;
	    width: 80%;
	    left: 10%;
	    top: 50%;
	    margin-top: -61px;
	    z-index: 1001;
	    border: 0;
	    box-shadow: -2px -1px 8px #999;
	}
	.mian_pale_content .edit .operation a{
	    display: block;
	    color: #12add3;
		font-size: 14px;
	    border-bottom: 1px solid #dcdcdc;
	    text-align: center;
	    line-height: 40px;
	    background-color: #fff;
	}
	.freight_set .freight_set_choose_lists_forPhones .freight_set_list>div{
		padding-right: 20px;
	}
	.multu-select>a{
		border:none;
	}
	.freight_set .freight_set_detail{
		border:none;
	}
	.freight_fee_template{
		position: relative;
	}
	.remove_freight_template{
		position: absolute;
		width: 16px;
	    height: 16px;
	    top: 9px;
	    left: 8px;
	}
	.remove_freight_template a{
		font-size:0;
		display: block;
	    position: relative;
	    width: 16px;
	    height: 16px;
	    border-radius: 8px;
	    background-color: #d5164f;
	}
	.remove_freight_template a::after{
		content: "";
	    position: absolute;
	    display: block;
	    width: 8px;
	    height: 2px;
	    background-color: #fff;
	    top: 50%;
	    margin-top: -1px;
	    left: 50%;
	    margin-left: -4px;
	}
	/*********** 商品详情页 *************/
	.product_buy_info{
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		height: 50px;
		z-index: 15;
	}
	.product_buy_info .product_buy_info_left a{
		padding-top: 16px;
		padding-left: 0;
		margin:0 10px;
	}
	.product_buy_info .product_buy_info_left a.customer_service{
		background-position: 5px 0px;
	}
	.product_buy_info .product_buy_info_left a.go_focus{
		background-position: 5px -32px;
	}
	.product_buy_info .product_buy_info_left a.go_cart{
		background-position: 8px -66px;
	}
	.product_buy_info .product_buy_info_left a.go_focus.focused{
		background-position: 5px -102px;
	}
	.product_buy_info .product_buy_info_right a{
		height: 50px;
		line-height: 50px;
	}
	.exhibitionPart .pale .pale_product{
		padding: 0;
	}
	.pale_product .productDetail{
		padding: 0;
	}
	.pale_product .productDetail .top{
		display: block;
	}
	.pale_product .productDetail .top .productleft{
		width: 100%;
	}
	.pale_product .productDetail .pc-slide .preview{
		display: none;
	}
	.pale_product .pc-slide .view .swiper-container .swiper-slide a{
		border: none;
	}
	.productDetail .top .productright{
		padding: 15px;
	}
	.productDetail .product_setmenu{
		display: none;
	}
	.productDetail .product_stock{
		display: none;
	}
	.product_price .product_price_right{
		display: flex;
	}
	.related_focus{
		background-color: #fff;
		border-top:8px solid #f2f2f2;
		padding-left: 3px;
		padding-right: 3px;
		box-sizing: border-box;
		height: 70px;
		line-height: 70px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.related_products{
		padding: 0 15px;
	}
	.exhibitionPart .pale .pale_product .related_products .productslist{
		padding-right: 6px;
	}
	.exhibitionPart .pale .pale_product .related_products .productslist:nth-child(3n){
		padding-right: 6px;
	}
	.exhibitionPart .pale .pale_product .related_products .productslist:nth-child(2n){
		padding-right: 0px;
	}
	.related_products .show_more_product{
		text-align: right;
	}
	.product_detail_comment{
		padding-bottom: 50px;
	}
	.product_detail_comment .product_detail{
		padding: 0px;
	}
	.product_detail_comment .product_comment{
		background-color: #f2f2f2;
	}
	.product_detail_comment .product_comment .lists{
		background-color: #fff;
		padding: 15px;
		margin-bottom: 10px;
	}
	.product_comment .lists .comment_pics a.comment_pics_title{
		width: 100px;
		height: 100px;
	}
	.product_phone_head{
		display: flex;
	}
	/********* 购物车 *********/
	.myCart {
		 padding: 0;
	}
	.myCart .product_form_head{
		margin:0;
	}
	.product_lists .product_info .product_set{
		margin-bottom: 5px;
	}
	.product_lists .product_info .product_price{
		margin-top: 0;
	}
	.cart_lists{
		margin:0;
	}
	.cart_lists .store_list{
		border-bottom: 10px solid #f4f4f4;
		padding: 0 10px;
	}

	/************* 订单页 *************/
	.concat_info{
		margin:0;
	}
	.concat_info .form-group{
		display: block;
		border-bottom: 1px solid #d2d2d2;
	}
	.concat_info .form-group.form-options{
		border-bottom: none;
	}
	.concat_info .form-group.form-site{
		border-bottom: none;
	}
	.concat_info .form-group label{
		padding-left: 16px;
	}
	.concat_info .form-group .form-depart{
		width: 100%;
		padding-left: 0px!important;
		margin: 15px 0;
		border-bottom: 1px solid #d2d2d2;
	}
	.concat_info .form-group  input{
		border: none;
	}
	.concat_info .form-group.form-site>label{
		display: none;
	}
	.concat_info .chooseSite{
		display: block;
	}
	.concat_info .chooseSite label{
		display: block;
	}
	.concat_info .chooseSite .ui-select,.concat_info .chooseSite .noneSite{
		width: 100%;
		border-bottom: 1px solid #d2d2d2;
		margin:15px 0;
	}
	.order_total{
		margin-left: 0px;
		margin-right: 0px;
		padding: 0 10px;
		border-bottom: 10px solid #f4f4f4;
	}
	.order_operation{
		padding: 0 10px;
	}

	/************ 未支付订单 *************/
	.order_option{
		display: block;
		overflow: hidden;
	}
	.order_option .order_operation a{
		display: block;
		width: 70px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #12add3;
		font-size: 12px;
		border:1px solid #12add3;
		border-radius: 14px;
	}
	.order_option .order_operation a.order_edit{
		margin-right: 20px;
	}
	.order_option .order_operation{
		float: right;
	}
	.order_lists{
		margin:0;
	}
	.order_lists .order_list{
		padding: 0 10px;
		border-top:10px solid #f4f4f4;
	}
	
	/*********** 商品评价 ***************/
	.my_exhibition_comment{
	    padding-top: 0px;
	}
	.my_exhibition_comment_list{
		margin: 0;
	}
	.my_exhibition_comment .product_form_head{
		margin:0;
	}
	.productImagelists_flex .addImgPart{
		width: 60px;
		margin-right: 10px;
	}
	.productImagelists_flex .addImgPart .addImg{
		padding-top: 60px;
		width: 60px;
	}

	/******** 售后 *******/
	.my_service{
		padding: 0;
	}
	.my_service .product_form_head{
		margin:0;
	}
	.my_service .customer_service{
		margin: 0;
	}
	.customer_service .form-group{
		padding:10px;
		margin:0;
		border-bottom:1px solid #c4c4c4;
	}
	.customer_service .form-group label,.customer_service .order_id label{
		color: #808080;
	}
	.customer_service .form-group select, .customer_service .form-group input{
		border: none;
		flex:1;
	}
	.customer_service .order_id{
		padding:10px;
		margin:0;
		border-bottom:1px solid #c4c4c4;
	}
	.customer_service .replay_customer_service_form .infoBlock>div{
		padding:0;
	}
	.replay_customer_service_form .order_images label{
		display: none;
	}
	.replay_customer_service_form .order_desc label{
		display: none;
	}
	.customer_service .form-group-uploadImage label{
		display:none;
	}
	.customer_service .form-group-explain{
		display: block;
		padding: 0;
		margin-top: 15px;
	}
	.customer_service .form-group-explain textarea{
		width: 100%;
	}
	.customer_service .form-group-explain>label{
		display: block;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	.replay_customer_service_form .seller_relay{
		border-top: 10px solid #f2f2f2;
		margin-bottom: 0;
	}
	/******** 支付方式 ********/
	.myOrder_pay{
		padding: 0
	}
	.myOrder_pay .product_form_head{
		margin: 0;
	}
	.pay_method{
		margin-left: 0px;
	    margin-right: 0px;
	    padding: 0 16px;
		border-bottom: 10px solid #f4f4f4;
	}
	.myOrder_pay .product_lists .product_info .product_price{
		display: block;
	}
	.myOrder_pay .product_lists .product_info .product_price .buy_number_count{
		float: right;
	}
	.myOrder_pay .order_concat{
		display: none;
	}
	.myOrder_pay .order_total{
		border-bottom: 10px solid #f4f4f4;
	}


	/********** 处理订单 **************/
	.myOrder_process{
		padding: 0
	}
	.myOrder_process .product_form_head{
		margin: 0;
	}
	.order_delivery_info .form-group label{
		display: none;
	}
	.order_delivery_info{
		margin-left: 0;
		margin-right: 0;
    	border-bottom: 10px solid #f4f4f4;
	}
	.order_process_info{
		padding: 0 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.myOrder_process .order_concat{
		padding: 0 16px;
		margin-left: 0;
		margin-right: 0;
    	border-bottom: 10px solid #f4f4f4;
	}
	.order_delivery_info .form-group input[type="text"],.order_delivery_info .form-group select{
		border:none;
		border-bottom: 1px solid #d2d2d2;
	}
	.myOrder_process .product_lists .product_info .product_price{
		display: block;
	}
	.myOrder_process .product_lists .product_info .product_price .buy_number_count{
		float: right;
	}
	.personalProducts .pale_summary{
		display: none;
	}
	.personalProducts .productService .productslist{
		width: 50%;
	}

	/*********** 设置管理费 ************/
	.product_unite_adjustment .set_adjustment{
		flex:1;
	}
	.product_unite_adjustment .set_adjustment .choose_adjustment{
		flex:1;
	}
	.productslist .product_unite_adjustment .set_adjustment .choose_adjustment{
		padding: 0;
	}
	.productslist .product_unite_adjustment .set_adjustment .choose_adjustment .adjustment_type{
		width: 70px;
	}
	.productslist .product_unite_adjustment .adjustment_number input{
		width: 50px;
	}

	/************** 我的账户 ****************/
	.my_account{
		padding: 0;
	}
	.my_account .product_form_head{
		margin:0;
	}
	.my_account .order_catalog .order_catalog_lists>a{
		height: 45px;
	    line-height: 45px;
	    border-bottom: 1px solid #cbcbcb;
	    padding: 0 15px;
	}
	.my_total_assets{
		margin:10px;
		flex-wrap: wrap;
	}
	.my_total_assets .assets_left{
		width: 100%;
		flex:initial;
	}
	.my_total_assets .assets_left .orderInfo_account{
		display: block;
	}
	.my_total_assets .assets_left .orderInfo_account select{
		width: 100%;
		margin-left: 0;
	}
	.account_info_lists .list{
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.account_info_lists{
		/* border-top: 10px solid #f4f4f4; */
		margin-top: 10px;
	}
	.my_total_assets .assets_right .assets_withdrawal{
		height: 30px;
		line-height: 30px;
		width: 80px;
		border-radius: 20px;
		font-size: 12px;
	}
	.personalProducts .productService .pale_product_right{
		margin-right: 0;
		margin-top: 0;
	}

	/*************产品编辑/删除*****************/
	.productService .productslist .info .product_info_bottom .option .optionlist{
		position: fixed;
	    width: 80%;
	    left: 50%;
	    top: 50%;
	    right: auto;
    	bottom: auto;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    text-align: center;
	    background-color: #fff;
	    z-index: 10001;
	}
	.productService .productslist .info .product_info_bottom .option .optionlist a{
		height: 40px;
		line-height: 40px;
	}

	/*********** 租赁归还lease_return *************/
	.lease_return{
		padding: 0
	}
	.lease_return .product_form_head{
		margin: 0;
	}
	.order_lease_info{
		margin-left: 0;
		margin-right: 0;
    	border-bottom: 10px solid #f4f4f4;
	}
	.order_lease_info .form-group label{
		color:#666;
	}
	.order_lease_info .form-group input[type="text"],.order_lease_info .form-group select{
		border:none;
		border-bottom: 1px solid #d2d2d2;
	}
	.order_lease_info .delivery_company label,.order_lease_info .delivery_number label,.order_lease_info .form-group-uploadImage label{
		display: none;
	}
	.order_lease_info .order_number{
		padding: 0 10px;
	}
	.order_lease_info  .lease_deposit{
		padding: 0 10px;
		border-bottom: 1px solid #d2d2d2;
	}
	.order_lease_info  .form-group.lease_deposit input{
		border:none;
	}
	.order_lease_info .deposit_return{
		flex:1;
	}
	.order_lease_info .deposit_return .deposit_return_input{
		flex:1;
		display: flex;
	}
	.order_lease_info .deposit_return .info{
		display: none;
	}
	.order_lease_info .lease_rent{
		padding: 0 10px;
	}
	.order_lease_info .form-group-uploadImage{
		padding: 0 10px;
	}
	.order_lease_info .lease_edit{
		display: block;
	}
	.order_lease_info .lease_edit label{
		padding-left: 10px;
	}

	/******** 订单详情 order_detail ********/

	.myOrder_detail .product_form_head{
		margin: 0;
	}

	.myOrder_detail .order_detail_info{
		margin-left: 0px;
	    margin-right: 0px;
	    padding: 0 16px;
		border-bottom: 10px solid #f4f4f4;
	}
	.myOrder_detail .order_concat{
		margin-left: 0px;
	    margin-right: 0px;
	    padding: 0 10px;
		border-bottom: 10px solid #f4f4f4;
	}
	.myOrder_detail .order_total{
		border-bottom: 10px solid #f4f4f4;
	}

	/********** 答复售后replay_customer_service ***********/

	.replay_customer_service_form>div{
		padding: 10px;
    	margin: 0;
	}
	.replay_customer_service_form>div label{
		color: #808080;
	}
	.customer_service  .replay_customer_service_form .order_id{
		border-bottom: none;
	}
	.replay_customer_service_form .order_approve{
		display: block;
		border-bottom: 1px solid #c4c4c4;
		padding-bottom: 0;
	}
	.replay_customer_service_form .order_approve label{
		display: none;
	}
	.replay_customer_service_form .order_approve select{
		width: 100%;
		padding-left: 0;
		outline: none;
	}
	.replay_customer_service_form .order_images .imglist{
		margin-right:2px;
		height: 70px;
	}
	.my_productservice_edit{
		padding: 0;
	}
	.my_productservice_edit .product_form_head {
	    margin: 0;
	}
	.my_productservice_edit .mian_pale{
		margin: 10px;
	}
	.my_productservice_edit .productService .lists{
		margin:0;
	}
	.my_order_unpay{
		padding-top: 0;
	}
	.my_order_unpay .pale_user_order_unpay{
		margin: 0;
	}
	.my_order_unpay #product_form{
		margin-top: 0; 
	}
	/********* 我的评价 ***********/
	.my_user_comment{
		padding: 0;
	}
	.my_user_comment .product_form_head{
		margin:0;
	}

 }

