.my_menu {
	margin-right: 100px;
}

.mm_title {
	font-size: 18px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 15px;
}

.mm_item {
	margin-bottom: 18px;
}

.mm_label {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 12px;
	display: block;
}

.coupon_n {
	color: #F12C1F;
}

.mm_active {
	color:#F12C1F;
}

.my_content {
	display: flex;

}

.my_main .layui-tab-title {
	border-bottom: 1px solid #E8E8E8;
	display: flex;
	align-items: center;
	width: 100%;
}

.my_main {
	flex: 1;
}

.my_main .layui-tab-brief {
	width: 100%;
}



.my_main .layui-tab-title li.layui-this {
	font-weight: bold;
	color: #242424;
}
.my_main .layui-tab-title li.layui-this .order-status{
	border-bottom: 1px solid #FE6C31;
}

.my_main .layui-tab-title li {
	flex:1;
	display: flex;
    justify-content: center;
	padding: 0 2px;
	margin-right: 0px;
	font-size: 12px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: #666666;

}

.order_search {
	width: 280px;
	height: 32px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 3px;
	display: flex;
	bottom: 0;
	border-bottom: 0;
}

.order_search>input {
	flex: 1;
	width: 215px;
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #33333;
	border: none;
}

.order_search>.search_btn {
	width: 65px;
	height: 32px;
	background: rgba(244, 244, 244, 1);
	border-left: 1px solid rgba(216, 216, 216, 1);
	border-radius: 0px 3px 3px 0px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: rgba(51, 51, 51, 1);
}

.my_main .layui-tab-title .recover {
	/* margin-right: 120px; */
	color: #999999;
}

.icon_order_record {
	display: block;
	margin: 80px 0 0 200px;
}

.my_c_top {
	width: 200px;
	height: 152px;
	background: url(../img/Coupon_image_bg_sel2.png);
	background-size: 100% 100%;
}

.my_c_used {
	width: 200px;
	height: 152px;
	background: url(../img/Coupon_image_bg2_sel2.png);
	background-size: 100% 100%;
}

.coupon_item {
	width: 200px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding-bottom: 25px;
	position: relative;
	margin-right: 26px;
	margin-bottom: 20px;
}

.c_limit {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(250, 173, 20, 1);
	margin: 12px 0;
	text-align: center;
}

.conpon_name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-bottom: 30px;
}

.c_use_btn {
	width: 93px;
	height: 29px;
	background: rgba(121, 203, 30, 1);
	border-radius: 16px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 29px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin: auto;
	cursor: pointer;
}

.my_main .layui-tab-content {
	padding: 0;
}

.coupon_money {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 20px;
	text-align: center;
}

.coupon_mj {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin-bottom: 15px;
}

.img_expire {
	position: absolute;
	top: 0;
	left: 0;
}

.coupon_box {
	display: flex;
	flex-wrap: wrap;
}

.icon_used {
	position: absolute;
	right: 0;
	bottom: 0;
}

.coupon_info {
	min-height: 130px;
	padding: 0 20px;
	box-sizing: border-box;
}

.coupon_item_used div {
	color: #999999;
}

.no_C_tips {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-top: 15px;
}

.coupon_empty {
	width: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.layui-tab-title .get_C_btn {
	/* width: 88px; */
	height: 32px;
	background: rgba(121, 203, 30, 1);
	opacity: 1;
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	/* margin-left: 500px; */
	padding: 0 15px;
}

.order_head {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	display: flex;
	margin-bottom: 15px;
}

.o_info {
	width: 390px;
}

.o_num {
	width: 130px;
}

.o_g_operate {
	width: 110px;
}

.o_actually {
	width: 140px;
}

.o_status {
	width: 130px;
}

.o_operate {
	/* width: 130px; */
}

.order_thead {
	width: 100%;
	height: 40px;
	background: rgba(244, 244, 244, 1);
	border: 1px solid rgba(232, 232, 232, 1);
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.order_no {
	margin-right: 75px;
}

.order_goods_info {
	/* width: 600px; */
	flex:1;
	height: 140px;
	background: rgba(255, 255, 255, 1);
/* 	border-bottom: 1px solid rgba(232, 232, 232, 1); */
	padding: 25px 15px;
	box-sizing: border-box;
	display: flex;
	border-top: 0;
	box-sizing: border-box;
}

.o_g_img {
	width: 88px;
	height: 88px;
	margin-right: 15px;
}

.o_goods_name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 14px;
	width: 225px;
}

.order_goods_attr {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.o_goods_num {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.o_goods_intro {
	margin-right: 60px;
	flex: 1;
}

.order_actual_price {
	text-align: right;
	background: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(241, 44, 31, 1);
	line-height: 40px;
}

.create_time{
	width: 180px;
	height: 139px;
	line-height: 139px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(232, 232, 232, 1);
	border-right: 1px solid rgba(232, 232, 232, 1);
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}

.order_tbody {
	display: flex;
	width: 100%;
}

.order_status {
	width: 310px;
	padding: 25px 15px;
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}

.cancel_order {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: flex;
    justify-content: right;
    align-items: center;
}

.order_goods_item {
	/* margin-bottom: 20px; */
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.apply_saleAfter {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(38, 128, 235, 1);
	/* line-height: 88px; */
	margin-left: 60px;
}

/* .order_tbody:last-child .order_status {
	border-bottom: 1px solid rgba(232, 232, 232, 1);
} */

.order_status_v {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FA1C1C;
	text-align:right;
	line-height: 30px;
}

.order_detail {
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
    color: #242424;
}

.order_detail:hover {
    color: #242424;
}

.cancel:hover {
	color: #242424;
}

.confirm_btn {
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
    color: #242424;
    margin-right: 10px;
}
.cancel_order .pay{
	background-color:#FE6C31;
	border: 1px solid #FE6C31;
	color:#fff;

}

.pay:hover {
	color: rgba(255, 255, 255, 1);
}

.again_buy {
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border: 1px solid #D9D9D9;
    padding: 5px 10px;
    color: #242424;
    margin-right: 10px;
}

/* 订单详情 */
.navbar {
	width: 100%;
	height: 44px;
	background: rgba(244, 244, 244, 1);
	margin-bottom: 30px;
}

.navbar_inner {
	width: 1200px;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
}

.transport_div {
	display: flex;
	margin-bottom: 40px;
}

.transport_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
}

.transport_icon {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

.transport_desc {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 8px;
	white-space: nowrap;
}

.transport_date {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	white-space: nowrap;
}

.line {
	width: 145px;
	height: 0px;
	border: 1px solid rgba(121, 203, 30, 1);
	margin-top: 20px;
	margin-right: 30px;
}

.gray_line {
	border-color: #D8D8D8;
}

.status_label {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 12px;
}

.status {
	font-size: 14px;
	font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
	font-weight: bold;
	color: #FE6C31;
	width:96%;
	margin:auto;
	line-height:60px;
}

.cancel_btn {
	width: 92px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 20px;
	display: block;
}
.cancel_btn-order,.tixing_btn-order{
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #242424;
	display: block;
}

.bottom_line {
	width: 100%;
	height: 1px;
	background: rgba(232, 232, 232, 1);
	margin-bottom: 15px;
}

.product_info {
	width: 100%;
	background: rgba(244, 244, 244, 1);
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 24px 30px;
	box-sizing: border-box;
}

.pi_item {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	display: flex;
	margin-bottom: 15px;
}

.item_val {
	margin-left: 30px;
	min-width: 60px;
	text-align: center;
}

.sf_title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	margin-right: 10px;
}

.sf_money {
	font-size: 18px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: rgba(241, 44, 31, 1);
}

.sf {
	padding-top: 15px;
	border-top: 1px solid #E8E8E8;
	width: 100%;
	text-align: right;
}

.p_detail {
	margin-bottom: 15px;
}

.confirm_title {
	font-size: 18px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 15px;
}

.goods_label {
	width: 100%;
	height: 44px;
	background: rgba(244, 244, 244, 1);
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.g_info {
	width: 550px;
	display: flex;
	align-items: center;
}

.g_price {
	width: 150px;
}

.g_num {
	width: 150px;
}

.g_sum {
	width: 150px;
}

.good-item-list {
	width: 96%;
	margin:auto;
	box-sizing: border-box;
	display: flex;
}

.g_info {
	flex:1;
	display: flex;
	align-items: center;
}

.p_price {
	font-size: 14px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FA1C1C;
	text-align:right;
	line-height:40px;
}

.g_intro {
	display: flex;
	width: 360px;
}

.p_img {
	width: 88px;
	height: 88px;
	margin-right: 15px;
}

.p_img>img {
	width: 88px;
	height: 88px;
	display: block;
}

.p_name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 12px;
}

.p_sku {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.o_info_title {
	width: 96%;
    margin: auto;
    font-size: 14px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #242424;
    line-height: 40px;
}

.addr_item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c_addr_label {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	min-width: 70px;
}

.c_addr_val {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.o_info_panel {
	width: 96%;
    margin: auto;
}

.order_remark {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 30px;
}

.log_line {
	height: 30px;
	width: 1px;
	background: #CCCCCC;
}

.brief {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.dot {
	width: 7px;
	height: 7px;
	background: #CCCCCC;
	border-radius: 50%;
	opacity: 1;
}

.logistic_nav {
	display: flex;
}

.logist_track {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 36px;
}

.logistic_date {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.logistic_nav:first-child .dot {
	background: #F12C1F;
}

.logistic_nav:first-child .brief {
	color: #F12C1F;
}

.logistic_div {
	margin-bottom: 50px;
}

.layui-layer-btn>.layui-layer-btn0 {
	border-color: #FE6C31 !important;
	background-color: #FE6C31 !important;
	color: #fff;
}

.reasonBox {
	padding: 20px;
	display: none;
}

.reasonDiv {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.reason_item {
	width: 180px;
	height: 36px;
	text-align: center;
	/* line-height: 36px; */
	display: flex;justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 20px;
}

.tips {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 10px;
}

.tips_item {
	font-size: 12px;
	font-family: Microsoft YaHei;
	margin-bottom: 10px;
	color: rgba(153, 153, 153, 1);
}

.reason_active {
	border-color: #79CB1E;
	color: #79CB1E;
}

.finish_order {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.finish_order>div {
	display: flex;
	align-items: center;
}

.recover_explain {
	width: 100%;
	height: 111px;
	background: rgba(255, 248, 219, 1);
	border: 1px solid rgba(250, 173, 20, 1);
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 20px;
}

.explain_label {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(241, 44, 31, 1);
}

.explain_item {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-bottom: 12px;
	color: rgba(0, 0, 0, 1);
}
.my_main .trace_title~div{
	margin-bottom: 30px;
}
.trace_title {
	font-size: 16px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	padding-bottom: 10px !important;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 15px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trace_row {
	display: flex;
	align-items: center;
}

.trace_date {
	font-size: 24px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: rgba(241, 44, 31, 1);
}

.trace_num {
	font-size: 12px;
	font-family:Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-left: 4px;
}

.trace_label {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.trace_line {
	flex: 1;
	height: 0px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(232, 232, 232, 1);
	margin-left: 8px;
}

.trace_label_left {
	display: flex;
	align-items: center;
}

.trace_box {
	display: flex;
	flex-wrap: wrap;
}

.trace_box .recomm_item {
	margin-right: 15px;
	border: none;
	min-width: 20%;
	width: 240px;
	padding: 20px;
	height: 340px;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	position: relative;
	padding: 0;
	cursor: pointer;
}

.batch_del {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.delDay {
	width: 78px;
	height: 28px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	text-align: center;
	line-height: 28px;
	display: none;
	color: rgba(255, 255, 255, 1);
	margin-left: 4px;
}

.icon_del {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	display: none;
}

.my_trace_img {
	margin-bottom: 10px;
	width: 100%;
	width: 240px;
	height: 240px;
}
.del_finish{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(241,44,31,1);
	display: none;
}
.news_title{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-right: 20px;
}
.news_date{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.news_label{
	margin-bottom: 10px;
}
.news_box{
	width:100%;
	height:118px;
	background:rgba(244,244,244,1);
	padding: 20px;
	box-sizing: border-box;
	display: flex;
}
.news_info{
	flex: 1;
}
.news_goods_img{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	display: block;
}
.news_Detail{
	display: flex;
	align-items: center;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(38,128,235,1);
}
.news_text{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 10px;
}
.news_item{
	margin-bottom: 20px;
}
.myAddr_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(0,0,0,1);
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 20px;
}
.acc_label{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	min-width: 60px;
	margin-right: 20px;
}
.acc_item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.avatar{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}
.acc_val{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
}
.nickname_inp{
	width:180px;
	height:32px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(216,216,216,1);
	border-radius:3px;
	padding: 0 8px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
}
.acc_info{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
}
.save_btn{
	width:120px;
	height:40px;
	background:rgba(121,203,30,1);
	border-radius:3px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	text-align: center;
	color:rgba(255,255,255,1);
	display: block;
}
.save_btn:hover{
	color:rgba(255,255,255,1);
}
.sex_box {
	display: flex;
	align-items: center;
}

.sex_box>label {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-right: 30px;
}

.sex_box>label>input {
	margin-right: 8px;
}
input[type=radio] {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	padding: 0;
	background-image: url(../img/icon_choice_def.png);
	background-size: 100% 100%;
	-webkit-appearance: none;
	border: none;
}

input[type=radio]:checked {
	background-clip: content-box;
	width: 16px;
	height: 16px;
	/* padding:2px; */
	background-image: url(../img/icon_choice.png);
	background-size: 100% 100%;
	border: none;
}
.avatar:hover{
	opacity: 0.5;
}
.headImg:hover{
	position: relative;
	opacity: 0.5;
}
.editAvatar{
	    line-height: 64px;
	    position: absolute;
	    top: 0;
	    z-index: 999;
	    bottom: 50%;
	    text-align: center;
	    width: 64px;
	    color: #666;
		display: none;
}
.headImg:hover .editAvatar{
	display: block;
}





.inner_content-order-box{
	width: 1200px;
    margin: auto;
    background-color: #fff;
    margin-top: 12px;
}


.inner_content-order-detail-box{
	width: 1200px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 30px;
}

.jiang-box{    width: 1200px;
    height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
}
.jiang-item{flex:1;height:40px;background-color:#fff;color:#666666;margin-right:8px;position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   /*  flex-wrap: wrap; */
}
.jiang-box .this-action{background-color:#FE6C31;color:#fff;}

.jiang-item:after{
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 10;
}

.jiang-item:before{
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #F2F2F2;
    position: absolute;
    left: 0px;
    top: 0;
}

.jiang-box .this-action:after{
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FE6C31;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 10;
}
.jiang-box .right{margin-right:20px;}
.jiang-item .order-status{
	font-size: 12px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	width:100%;
	text-align: center;
}
.jiang-item .order-time{
	font-size: 10px;
font-family: Microsoft YaHei UI-Light, Microsoft YaHei UI;
font-weight: 300;
width:100%;
text-align: center;
}
.goods_price{
	font-size: 12px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #242424;
    line-height: 40px;
}


.btn-box{
	display:flex;
}
.pay_btn-order,.queren_btn-order{
	width: 90px;
	height: 25px;
	background: #FE6C31;
	opacity: 1;
	font-size: 12px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	text-align:center;
	border: 1px solid #FE6C31;
	margin-left:10px;
}

.pay_btn-order:hover{
	color:#fff;
}
.queren_btn-order:hover{
	color:#fff;
}











