@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.contain1{
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
}
.top{
	background-color: #333333;
}
.top1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
.top2{
	font-size: 16px;
	color: #ffffff;
}
.top3{
	display: flex;
	align-items: center;
}
.top4{
	margin-right: 32px;
}
.top4 a{
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
.top5{
	display: flex;
	align-items: center;
	font-style: Bold;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
}
.top5 img{
	margin-right: 5px;
}
.top6{
	padding: 12px 0;
}
.top7{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top8{
	display: flex;
	align-items: center;
}
.search{
	width: 608px;
	height: 38px;
	border: 1px solid #2F8FE6;
	overflow: hidden;
	border-radius: 19px;
}
.searchi{
	float: left;
	width: calc(100% - 76px);
	height: 36px;
	padding: 0 16px;
	font-size: 14px;
}
.searchii{
	float: left;
	width: 76px;
	height: 36px;
	background-color: #2F8FE6;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
}
.cart{
	margin-left: 24px;
	position: relative;
}
.cart a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2F8FE6;
	width: 114px;
	height: 40px;
	font-size: 14px;
	line-height: 21px;
	color: #2F8FE6;
	border-radius: 20px;
}
.cart span{
	position: absolute;
	right: -4px;
	top: -10px;
	background-color: #FA14D5;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
}
.cart a img{
	margin-right: 9px;
}
.nav{
	background-color: #F1F1F1;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	float: left;
	padding: 20px 16px;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	color: #1B1B1C;
	margin-right: 60px;
}
.nav ul li a{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #F1F1F1;
}
.nav ul li.on a{
	color: #2F8FE6;
	border-bottom: 4px solid #2F8FE6;
}
.banner{
	background: url(../img/banbg.png) no-repeat;
	background-position: center top;
	padding: 40px 0;
}
.banner1{
	/*display: flex;*/
	position: relative;
}
.banner2{
	width: 234px;
	background-color: #4D4D4D;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.banner2::-webkit-scrollbar {
	width: 0;
}
.banner2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.banner2::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.banner2_s{
    display: none;
    width: 234px;
	background-color: #ffffff;
	position: absolute;
	left: 234px;
	top: 0;
	height: 100%;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: scroll;
}
.banner2_s::-webkit-scrollbar {
	width: 0;
}
.banner2_s::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.banner2_s::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.banner3 > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	height: 65px;
}
.banner3 > a span{
	flex: 1;
	margin: 0 4px;
	font-size: 16px;
	color: #ffffff;
}
.banner4{
	/*display: none;*/
	/*position: absolute;*/
	/*left: 100%;*/
	/*top: 0;*/
	/*z-index: 9;*/
	height: 100%;
	background-color: #ffffff;
	padding: 16px;
	min-width: 200px;
	display: none;
}
.banner4 a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	white-space: nowrap;
}
.banner4 a:hover{
	color: #2F8FE6;
}
.banner3:hover .banner4{
	display: block;
}
.banner5{
	/*width: calc(100% - 234px);*/
	padding-left: 234px;
	font-size: 0;
}
.bleft{
	position: absolute;
	left: 301px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.bright{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.banner5 .swiper-pagination{
	text-align: right;
	padding-right: 32px;
}
.banner5 .swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.4);
}
.banner5 .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.4);
	border: 2px solid rgba(0, 0, 0, 0.4);
}
.banner6{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.hot{
	padding: 40px 0;
	background-color: #F2F0F8;
}
.tf{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tf1{
	font-weight: 700;
	font-size: 36px;
	color: #1B1B1C;
	margin-right: 40px;
}
.tf2{
	margin-left: 40px;
}
.tf2 a{
	font-weight: 500;
	font-size: 16px;
	color: #2F8FE6;
}
.tf3{
	flex: 1;
}
.tf3 a{
	display: inline-block;
	margin-right: 36px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 4px solid #fff;
	color: #1B1B1C;
}
.tf3 a.on{
	color: #2F8FE6;
	border-bottom: 4px solid #2F8FE6;
}
.hot1{
	margin-top: 26px;
}
.hot1{
	overflow: hidden;
}
.hot2{
	font-size: 0;
	margin-top: 14px;
	width: 22.5%;
	float: left;
}
.hot3{
	width: 77.5%;
	float: left;
}
.hot3 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 56px)/4);
	margin-top: 14px;
	margin-left: 14px;
	background-color: #ffffff;
}
.hot4{
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #F5F5F5;
}
.hot4 img{
	max-height: 100%;
}
.hot5{
	padding: 12px 0;
}
.hot6{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
.hot7{
	margin-top: 8px;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	color: #D4282D;
}
.recomend{
	padding: 40px 0;
}
.recomend1{
	margin-top: 40px;
	padding: 0 48px;
	position: relative;
}
.releft{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.reright{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.promotion{
	background-color: #F4F0EA;
	padding: 40px 0;
}
.choice{
	padding: 40px 0;
}
.choice1{
	width: 77.5%;
	float: left;
}
.choice1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 70px)/5);
	margin-top: 14px;
	margin-left: 14px;
	height: 159px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.choice1 ul li img{
	max-height: 100%;
}
.syxs{
	padding: 40px 0;
	border-top: 40px solid #F5F5F5;
}
.footer{
	padding: 40px 0;
	background-color: #373F47;
}
.footer1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.footer2{
	width: 25%;
	padding-right: 20px;
	display: flex;
	align-items: center;
}
.footer3{
	font-size: 0;
	margin-right: 4px;
}
.footer4{
	flex: 1;
}
.footer5{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #F5E1C4;
}
.footer6{
	margin-top: 4px;
	font-size: 12px;
	line-height: 9px;
	color: rgba(246, 223, 193, 0.4);
}
.footer7{
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer9{
	font-size: 16px;
	color: #ffffff;
}
.footer10{
	margin-top: 36px;
}
.footer10 a{
	margin-top: 10px;
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}
.footer11{
	border-left: 1px solid #ffffff;
	padding-left: 40px;
}
.footer12{
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.footer13{
	font-size: 0;
	margin-right: 24px;
}
.footer13 img{
	width: 104px;
}
.footer15{
	font-size: 12px;
	line-height: 24px;
	color: #B3B3B3;
}
.footer16{
	margin-top: 4px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
}
.footer16 img{
	width: 22px;
	margin-right: 6px;
}
.footer17{
	text-align: center;
	margin-top: 40px;
}
.footer17 span{
	display: inline-flex;
	align-items: center;
	padding: 0 24px;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	vertical-align: middle;
}
.footer17 span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #FFFFFF;
}
.footer17 span:first-child:before{
	width: 0;
}
.footer17 span img{
	margin-right: 4px;
}
.footer18{
	margin-top: 16px;
	text-align: center;
	font-size: 11.06px;
	text-align: center;
	color: rgba(255, 255, 255, 0.37);
}
.footer18 a{
	color: rgba(255, 255, 255, 0.37);
}

.wap{
	display: none;
}
.icon_m img{
	width: 30px;
}
.search_m{
	margin-left: 20px;
	font-size: 0;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.logre{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logre1 a{
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	color: #12181D;
}
.logre1 img{
	width: 102px;
	margin-right: 12px;
}
.logre2{
	font-size: 16px;
	color: #12181D;
}
.logre2 a{
	color: #2F8FE6;
}
.logre3{
	margin: 60px auto 0;
	width: 100%;
	max-width: 580px;
	background-color: #FAFAFA;
	padding: 30px 40px;
}
.logre4{
	text-align: center;
	margin-bottom: 32px;
	font-size: 32px;
	color: #0D1B32;
	padding-bottom: 8px;
}
.logre4 a{
	display: inline-block;
	font-size: 32px;
	color: #0D1B32;
	padding-bottom: 8px;
	margin: 0 50px;
	position: relative;
}
.logre4 a:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 120px;
	height: 2px;
	background-color: #FAFAFA;
}
.logre4 a.on{
	color: #3994FF;
}
.logre4 a.on:before{
	background-color: #3994FF;
}
.logre5{
	margin-top: 16px;
	position: relative;
}
.logre5 input{
	border: 1px solid #EFF0F1;
	width: 100%;
	height: 50px;
	padding: 0 48px;
	border-radius: 8px;
}
.logre5 a{
	padding: 0 16px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 50px;
	color: #2F8FE6;
}
.srp{
	background: url(../img/logre1.png) #ffffff no-repeat;
	background-position: 16px center;
}
.sry{
	background: url(../img/logre2.png) #ffffff no-repeat;
	background-position: 16px center;
}
.srm{
	background: url(../img/logre3.png) #ffffff no-repeat;
	background-position: 16px center;
}
.srq{
	background: url(../img/logre4.png) #ffffff no-repeat;
	background-position: 16px center;
}
.sre{
	background: url(../img/logre6.png) #ffffff no-repeat;
	background-position: 16px center;
}
.srec{
	background: url(../img/logre7.png) #ffffff no-repeat;
	background-position: 16px center;
}
.sru{
	background: url(../img/logre8.png) #ffffff no-repeat;
	background-position: 16px center;
}
.logre6{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logre7{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.logre7 a{
	color: #2F8FE6;
}
.logre8{
	margin-top: 24px;
}
.logre8 input{
	width: 100%;
	height: 48px;
	border-radius: 8px;
	background-color: #2F8FE6;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
}
.logre9{
	margin-top: 16px;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.logre9 a{
	color: #2F8FE6;
}
.logre10{
	margin-top: 24px;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	text-align: center;
}
.logre11{
	margin-top: 16px;
	font-size: 0;
	text-align: center;
}
.logd{
	display: none;
}
.show{
	display: block;
}
.product{
	padding: 40px 0;
	background-color: #F2F0F8;
}
.chitem{
	margin-top: 40px;
	background-color: #ffffff;
	padding: 0 24px;
}
.chitem1{
	border-bottom: 1px dashed #F1F1F1;
	display: flex;
	align-items: flex-start;
	padding: 12px 0;
}
.chitem1:last-child{
	border-bottom: 0;
}
.chitem2{
	width: 88px;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	line-height: 36px;
	padding-left: 10px;
}
.chitem3{
	flex: 1;
}
.chitem4{
	font-size: 0;
}
.chitem4 a{
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	display: inline-block;
	margin-right: 20px;
}
.chitem4 a.on{
	color: #2F8FE6;
}
.chitem5{
	font-size: 0;
}
.chitem5 a{
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
	vertical-align: middle;
}
.chitem5 a img{
	margin-left: 6px;
}
.chitem5 a.on{
	color: #2F8FE6;
}
.chitem5 input{
	width: 68px;
	height: 24px;
	border: 0.5px solid #999999;
	text-align: center;
	vertical-align: middle;
}
.chitem5 span{
	margin: 0 16px;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	display: inline-block;
}
.chitem5 input.tj{
	width: 48px;
	background-color: #2F8FE6;
	color: #ffffff;
	border: 0.5px solid #2F8FE6;
	font-size: 12px;
	margin-left: 20px;
}
.product1{
	margin-top: 16px;
}
.product1 ul{
	overflow: hidden;
}
.product1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 72px)/4);
	margin-top: 24px;
	margin-right: 24px;
	background-color: #ffffff;
}
.product1 ul li:nth-child(4n){
	margin-right: 0;
}

.mycollect{
	margin-top: -20px;
}
.mycollect ul{
	overflow: hidden;
}
.mycollect ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 72px)/3);
	margin-bottom: 24px;
	margin-right: 24px;
	background-color: #ffffff;
	position: relative;
}
.mycollect ul li:nth-child(3n){
	margin-right: 0;
}
.mycollect .hot4{
	border-bottom: 0;
}
.mycollect1{
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 0;
	cursor: pointer;
}
.address{
	padding: 20px 0;
}
.address1{
	display: flex;
	align-items: center;
}
.address1 a{
	font-size: 14px;
	color: #12181D;
}
.address1 a:first-child{
	color: #8FA2B2;
}
.address1 img{
	margin: 0 4px;
}
.prodeta{
	padding: 40px 0;
}
.prodeta1{
	display: flex;
	justify-content: space-between;
}
.prodeta2{
	width: 55%;
	overflow: hidden;
	padding: 24px;
	border: 1px solid #F0F0F0;
}
.pro_left{
	float: left;
	width: 72px;
	height: 508px;
}
.pro_left .swiper{
	height: 100%;
}
.pro_left1{
	padding: 4px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 0;
}
.pro_left1 img{
	max-height: 100%;
}
.swiper-slide-thumb-active .pro_left1{
	border: 2px solid #D20D86;
}
.pro_right{
	float: right;
	width: calc(100% - 104px);
}
.prodeta3{
	width: 42%;
	border: 1px solid #F0F0F0;
	padding: 24px;
}
.prodeta4{
	font-weight: 500;
	font-size: 32px;
	color: #1B1B1C;
}
.prodeta5{
	margin-top: 5px;
}
.prodeta6{
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #D20D86;
}
.prodeta6 span{
	font-weight: 700;
	font-size: 32px;
}
.prodeta7{
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #999999;
}
.prodeta7 span{
	font-weight: 600;
	font-size: 14px;
	text-decoration: line-through;
}
.prodeta8{
	margin-top: 24px;
	font-size: 14px;
	color: #000000;
}
.prodeta9{
	font-size: 0;
}
.prodeta9 span{
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	border: 1px solid #F0F0F0;
	font-size: 14px;
	color: #000000;
	height: 28px;
	margin-right: 12px;
	margin-top: 16px;
	border-radius: 4px;
	cursor: pointer;
}
.prodeta9 span.on{
	border: 1px solid #D20D86;
	color: #D20D86;
}
.prodeta10{
	margin-top: 16px;
	border: 1px solid #E1E3E4;
	display: inline-flex;
	align-items: center;
}
.prodeta10 img{
	width: 34px;
}
.prodeta10 input{
	width: 53px;
	text-align: center;
	text-align: center;
}
/* 隐藏所有数字输入框的箭头 */
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    margin: 0;
}
.prodeta11{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.collect{
	font-size: 0;
	text-align: center;
}
.collect span{
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #1B1B1C;
}
.prodeta12{
	margin-top: 70px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.prodeta12 span{
	font-weight: 700;
	font-size: 14px;
	color: #D20D86;
}
.prodeta12 code{
	font-family: inherit;
	font-weight: 700;
	font-size: 32px;
	color: #D20D86;
}
.prodeta13{
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prodeta13 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 24px)/2);
	height: 54px;
	border: 1px solid #D20D86;
	font-weight: 500;
	font-size: 16px;
	color: #D20D86;
	border-radius: 8px;
}
.prodeta13 input{
	width: calc((100% - 24px)/2);
	height: 54px;
	border: 1px solid #D20D86;
	background-color: #D20D86;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	border-radius: 8px;
}
.prodeta14{
	margin-top: 90px;
	font-weight: 600;
	font-size: 48px;
	color: #333333;
}
.prodeta15{
	margin-top: 32px;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
}
.ormark{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.ormark span{
	font-size: 16px;
	color: #999999;
}
.ormark code{
	font-family: inherit;
}
.ormark1{
	margin-top: 12px;
}
.ormark1 input{
	width: 100%;
	background-color: #F1F1F1;
	padding: 0 12px;
	font-size: 16px;
	height: 54px;
}
.user-wel{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
}
.xgxx{
	margin-top: 12px;
	width: 100%;
}
.xgxx a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D20D86;
	font-size: 16px;
	color: #D20D86;
	width: 100%;
	height: 44px;
	border-radius: 8px;
}
.account{
	margin-top: 44px;
	border: 1px solid #F1F1F1;
	padding: 12px;
	width: 100%;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.account1{
	width: calc((100% - 24px)/3);
	background: rgba(255, 141, 141, 0.1);
	border-radius: 8px;
	padding: 8px 12px;
}
.account2{
	font-size: 14px;
	color: #666666;
}
.account3{
	margin-top: 12px;
	font-weight: 700;
	font-size: 14px;
	color: #FF0000;
}
.pmess{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.pmess1{
	width: 60px;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.pmess2{
	flex: 1;
}
.pmess2 input{
	border: 1px solid #EFF0F1;
	width: 100%;
	max-width: 442px;
	height: 50px;
	border-radius: 8px;
	padding: 0 48px;
}
.pmess3{
	margin-top: 16px;
}
.pmess3 input{
	width: 100%;
	height: 48px;
	max-width: 502px;
	background-color: #2F8FE6;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
}
.counpon{
	margin-top: -20px;
}
.counpon ul{
	overflow: hidden;
}
.counpon ul li{
	list-style-type: none;
	float: left;
	margin-top: 12px;
	width: calc((100% - 24px)/2);
	margin-right: 24px;
	height: 124px;
	display: flex;
	align-items: center;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #FEF5E4;
}
.counpon ul li:nth-child(2n){
	margin-right: 0;
}
.counpon1{
	width: 102px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FEEBE4;
}
.counpon3{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #FF2900;
	text-align: center;
}
.counpon3 span{
	font-size: 32px;
	line-height: 22px;
}
.counpon4{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #FF2900;
	text-align: center;
}
.counpon5{
	flex: 1;
	padding: 0 12px;
	display: flex;
	align-items: center;
}
.counpon6{
	width: 100%;
}
.counpon7{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.counpon9{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #333333;
}
.counpon10{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.counpon11 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 30px;
	border-radius: 15px;
	background-color: #D20D86;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
.counpon12{
	margin-top: 12px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.counpon ul li.gary{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.counpon ul li.gary .counpon11 a{
	background-color: #CCCCCC;
}
.counpon ul li.gary .counpon1{
	background-color: #DDDDDD;
}
.counpon ul li.gary .counpon3{
	color: #ffffff;
}
.counpon ul li.gary .counpon4{
	color: #ffffff;
}
.jfmx{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 40px;
	line-height: 36px;
	color: #FF5E5E;
}
.jfmx img{
	margin-right: 4px;
}
.jfmx1{
	margin-top: 16px;
	padding: 4px 16px;
}
.jfmx1 ul li{
	padding: 12px 0;
	border-bottom: 1px solid #E8E8E8;
}
.jfmx2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jfmx3{
	font-family: PingFang SC;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: center;
	color: #333333;
}
.jfmx4{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.jfzj{
	color: #FF7020;
}
.jfjs{
	color: #333333;
}
.jfmx5{
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
}
.yue{
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	line-height: 1;
}
.yue span{
	font-size: 32px;
}
.yue1{
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.yubut{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.yubut1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 30px;
	margin-right: 12px;
	border-radius: 15px;
	border: 1px solid #D20D86;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #D20D86;
}
.yubut2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #D20D86;
	background-color: #D20D86;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
.tx_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.tx_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	width: 86%;
	max-width: 455px;
	border-radius: 12px;
	padding: 40px;
}
.tx_tc2{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
.tx_tc3{
	margin-top: 12px;
}
.tx_tc3 input{
	width: 100%;
	background-color: #F1F1F1;
	padding: 0 16px;
	height: 68px;
	border-radius: 8px;
}
.tx_tc4{
	padding: 0 16px;
}
.tx_tc5{
	margin-top: 11px;
	font-size: 14px;
	line-height: 22px;
	color: #868D9C;
}
.tx_tc6{
	margin-top: 20px;
}
.tx_tc6 label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #3F5566;
}
.tx_tc6 img{
	margin: 0 10px;
}
.tx_tc7{
	display: none;
	padding: 20px 0;
}
.tx_tc7 input{
	height: 54px;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #F0F2F5;
}
.tx_tc8{
	margin-top: 32px;
	padding: 0 16px;
}
.tx_tc8 input{
	width: 100%;
	height: 44px;
	border-radius: 22px;
	background-color: #2F8FE6;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
.close{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 0;
}
.cz_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.orderDeta{
	padding: 20px 0 40px;
}
.orderDeta1{
	width: 100%;
	margin: 0 auto;
	max-width: 840px;
}
.orderDeta2{
	display: flex;
	align-items: center;
	height: 58px;
	background-color: #2F8FE6;
	padding: 0 20px;
	font-weight: 500;
	font-size: 24px;
	color: #ffffff;
}
.orderDeta2 img{
	margin-right: 8px;
}
.orderDeta3{
	margin-top: 40px;
	font-size: 14px;
	color: #000000;
}
.orderDeta4{
	margin-top: 16px;
}
.orderDeta5{
	margin-top: 44px;
	padding: 0 12px;
}
.orderDeta6{
	font-weight: 500;
	font-size: 16px;
	color: #12181D;
}
.orderDeta7{
	margin-top: 16px;
}
.orderDeta8{
	margin-top: 44px;
	background-color: #F1F1F1;
	padding: 12px;
}
.orderDeta9{
	font-weight: 500;
	font-size: 16px;
	color: #12181D;
}
.orderDeta10{
	margin-top: 16px;
	font-size: 14px;
	color: #12181D;
}
.orderDeta11{
	margin-bottom: 12px;
}
.orderDeta11{
	text-align: right;
}
.orderDeta12{
	width: 100%;
	max-width: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #3F5566;
}
.orderDeta12 span{
	font-weight: 500;
	color: #D20D86;
	font-size: 16px;
}
.orderDeta13{
	margin-top: 30px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	line-height: 62px;
}
.orderDeta13a{
	color: #12181D;
}
.orderDeta13b{
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #12181D;
}
.orderDeta13c{
	display: inline-block;
	vertical-align: middle;
	width: 112px;
	height: 62px;
	margin-left: 32px;
	background-color: #D20D86;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 62px;
	color: #ffffff;
}
.ckwl{
	margin-top: 30px;
}
.myMess{
	padding: 40px 0 80px;
}
.myMess1{
	width: 100%;
	max-width: 1124px;
	margin: 0 auto;
}
.myMess1 ul li{
	margin-top: 40px;
	border: 1px solid #F0F0F0;
}
.myMess1 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
}
.myMess2{
	flex: 1;
}
.myMess3{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 32px;
	color: #000000;
}
.myMess3 img{
	margin-right: 12px;
}
.myMess4{
	margin-top: 4px;
	font-size: 14px;
	color: #999999;
}
.myMess5{
	margin-left: 20px;
	font-size: 14px;
	color: #D20D86;
}
.refound{
	padding: 40px 0 80px;
}
.refound1{
	font-weight: 500;
	font-size: 24px;
	line-height: 22px;
	padding-bottom: 32px;
	color: #000000;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 32px;
}
.refound2{
	font-size: 14px;
	color: #000000;
	margin-bottom: 16px;
}
.upload{
	font-size: 0;
	width: 62px;
	position: relative;
}
.upload img{
	width: 62px;
	height: 62px;
}
.upload input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	opacity: 0;
}
















