@charset "utf-8";
/*html5*/ 

@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansJP-Regular.otf');
}

@font-face {
	font-family: 'Inter';
	src: url('../font/Inter-Light-7.otf');
}

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;}
*{box-sizing: border-box;font-family: NotoSansJP;}
input{border:none;  outline:medium;font-family: Inter;}
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;
}
.header{
	padding: 12px 0;
}
.header1{
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
	margin-right: 24px;
}
.time{
	margin-top: 14px;
	float: left;
}
.time1{
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	color: #499013;
}
.time2{
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #499013;
}
.butt{
	margin-top: 24px;
	float: right;
}
.butt a{
	margin-left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 60px;
	border: 1px solid #D2D2D3;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #222222;
	border-radius: 5px;
}
.butt a img{
	margin-right: 6px;
}
.b_img1{
	display: none;
}
.butt a:hover{
	background-color: #0A7E71;
	color: #ffffff;
}
.butt a:hover .b_img{
	display: none;
}
.butt a:hover .b_img1{
	display: block;
}
.nav{
	background-color: #0A7E71;
}
.nav1 ul{
	zoom: 1;
}
.nav1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav1 ul li{
	list-style-type: none;
	float: left;
	width: calc(100% / 7);
	text-align: center;
	position: relative;
}
.nav1 ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background-color: #ffffff;
}
.nav1 ul li:first-child::before{
	width: 0;
}
.nav1>ul>li>a{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 66px;
}
.nav1>ul>li>a:hover{
	font-size: 18px;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 96;
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	border-radius: 0 0 10px 10px;
	padding: 12px 0;
	width: 251px;
}
.nav_sub1{
	position: relative;
}
.nav_sub1 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 26px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	text-align: left;
}
.nav_sub1 span{
	flex: 1;
}
.nav_sub1:hover>a{
	background-color: #D9F0EE;
}
.nav_sub2{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 96;
	background-color: #fff;
	width: 215px;
	padding: 10px 0;
	border: 1px solid #E7E7E7;
	border-radius: 0 10px 10px 10px;
}
.nav_sub2 a{
	display: block;
	padding: 0 24px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	text-align: left;
}
.nav_sub2 a:hover{
	background-color: #D9F0EE;
}
.nav1 ul li:hover .nav_sub{
	display: block;
}
.nav_sub1:hover .nav_sub2{
	display: block;
}
.search{
	padding: 47px 0 86px;
	background: url(../img/search_bg.png) center no-repeat;
}
.search1{
	font-size: 24px;
	font-weight: 700;
	line-height: 49px;
	text-align: center;
	color: #333333;
	position: relative;
}
.search1::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	border-radius: 5px;
	width: 212px;
	height: 11px;
	background-color: #cdece9;
}
.search1 span{
	position: relative;
}
.search2{
	margin: 20px auto 0;
	width: 90%;
	max-width: 900px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #D2D2D3;
	padding-left: 20px;
}
.search2i{
	background: url(../img/search.png) no-repeat;
	background-position: left center;
	height: 100%;
	width: calc(100% - 125px);
	float: left;
	font-size: 20px;
	padding: 10px 20px 10px 52px;
}
.search2ii{
	border-radius: 30px;
	height: 100%;
	width: 125px;
	float: left;
	font-size: 20px;
	background-color: #FFD608;
	color: #ffffff;
}
.search2ii:hover{
	font-size: 22px;
}
.search3{
	margin: 20px auto 0;
	width: 90%;
	max-width: 900px;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	color: #333333;
}
.search3 a{
	margin-left: 10px;
	display: inline-block;
	padding: 0 5px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
	background-color: rgba(152, 152, 152, 0.4);
	font-size: 12px;
	font-weight: 700;
	line-height: 32px;
	color: #ffffff;
	text-decoration: underline;
}
.search3 a:hover{
	font-size: 14px;
	background-color: rgba(171, 240, 209, 1);
}
.product{
	padding: 32px 0 6px;
	background-color: #fbfbfb;
}
.product1{
	display: flex;
	align-items: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	color: #222222;
}
.product1 img{
	margin-right: 15px;
}
.product2{
	margin-top: 32px;
}
.product2 ul{
	overflow: hidden;
}
.product2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 90px)/4);
	margin-right: 30px;
	margin-bottom: 50px;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 17px 17px 27px;
}
.product2 ul li:nth-child(4n){
	margin-right: 0;
}
.product3{
	font-size: 0;
	height: 240px;
	overflow: hidden;
}
.product3 img{
	transition: all .5s;
}
.product2 ul li:hover .product3 img{
	transform: scale(1.1);
}
.product4{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	height: 56px;
	color: #000000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product5{
	margin-top: 9px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #BE3D3D;
}
.product6{
	margin-top: 20px;
}
.product6 a{
	display: block;
	background-color: #14A699;
	border: 1px solid #14A699;
	height: 44px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border-radius: 22px;
}
.product2 ul li:hover .product6 a{
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #333333;
}
.category{
	padding: 70px 0;
}
.category1{
	margin-top: 50px;
	background-color: #30BF8B;
	height: 55px;
	font-size: 24px;
	font-weight: 700;
	line-height: 55px;
	color: #ffffff;
	padding: 0 10px;
}
.category1 img{
	margin-right: 9px;
}
.category2 ul{
	zoom: 1;
}
.category2 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.category2 ul li{
	list-style-type: none;
	margin-top: 45px;
	float: left;
	width: calc((100% - 270px)/4);
	margin-right: 90px;
}
.category2 ul li:nth-child(4n){
	margin-right: 0;
}
.category3{
	font-size: 0;
	text-align: center;
}
.category3 img{
	transition: all .5s;
}
.category2 ul li:hover .category3 img{
	transform: scale(1.1);
}
.category4{
	font-size: 18px;
	font-weight: 350;
	line-height: 58px;
	text-align: center;
	color: #222222;
}
.method{
	background-color: #fbfbfb;
	padding: 60px 0 100px;
}
.method1{
	margin-top: 24px;
	font-size: 16px;
	line-height: 28px;
	color: #222222;
}
.method2{
	margin-top: 60px;
}
.method2 ul{
	zoom: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.method2 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.method2 ul li{
	list-style-type: none;
	float: left;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border: 6px solid rgba(255, 214, 8, 1);
	position: relative;
}
.method3{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFD608;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
}
.method4{
	padding-top: 43px;
}
.method5{
	font-size: 0;
	text-align: center;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.method5 img{
	transition: all .5s;
}
.method6{
	margin-top: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	color: #222222;
}
.method2 ul li:hover .method5 img{
	transform: scale(1.05);
}
.reason{
	padding: 65px 0 150px;
}
.reason1{
	margin-top: 80px;
}
.reason1 ul{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reason1 ul li{
	list-style-type: none;
	margin-top: 60px;
	width: 350px;
	height: 350px;
	padding: 70px 24px 0;
	transition: all .5s;
}
.reason1 ul li:nth-child(1){
	background: url(../img/reason_bg.png) no-repeat;
}
.reason1 ul li:nth-child(2){
	background: url(../img/reason_bg.png) no-repeat;
}
.reason1 ul li:nth-child(3){
	background: url(../img/reason_bg1.png) no-repeat;
}
.reason1 ul li:nth-child(4){
	background: url(../img/reason_bg1.png) no-repeat;
}
.reason1 ul li:nth-child(5){
	background: url(../img/reason_bg2.png) no-repeat;
}
.reason1 ul li:nth-child(6){
	background: url(../img/reason_bg3.png) no-repeat;
}
.reason2{
	font-size: 64px;
	line-height: 1;
	color: #2c2e2c;
	display: flex;
	align-items: center;
}
.reason2 code{
	font-size: 32px;
	font-weight: 500;
	line-height: 34px;
	color: #222222;
}
.reason3{
	padding: 0 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	color: #222222;
}
.reason1 ul li:hover{
	transform: scale(1.02);
}
.lunbo{
	font-size: 0;
	text-align: center;
}
.lunbo .swiper{
	padding-bottom: 50px;
}
.lunbo .swiper-pagination-bullet-active{
	background-color: #F75002;
}
.news{
	padding: 80px 0 120px;
}
.news1{
	margin-top: 60px;
	border-top: 1px solid #D2D2D3;
}
.news1 ul li{
	list-style-type: none;
	padding: 30px 25px 40px;
	border-bottom: 1px solid #D2D2D3;
	overflow: hidden;
}
.news2{
	font-size: 0;
	float: left;
	width: 224px;
}
.news2 img{
	transition: all .5s;
}
.news3{
	float: right;
	width: calc(100% - 270px);
}
.news4{
	font-size: 18px;
	font-weight: 600;
	line-height: 19px;
}
.news4 a{
	color: #222222;
}
.news5{
	margin-top: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: #F75002;
}
.news6{
	margin-top: 14px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #5C5C5C;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news1 ul li:hover .news2 img{
	transform: scale(1.05);
}
.footer{
	background: linear-gradient(90deg, #222222 39.73%, #172821 39.73%);
	padding-top: 80px;
}
.footer1{
	overflow: hidden;
}
.footer2{
	float: left;
}
.footer2a{
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 1.2799999713897705px;
	color: #ffffff;
}
.footer2b{
	margin-top: 14px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
.footer2c{
	margin-top: 28px;
}
.footer2c a{
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 350;
	line-height: 20px;
	letter-spacing: 0.9599999785423279px;
	margin-right: 24px;
	color: #ffffff;
}
.footer2c a span{
	text-decoration: underline;
}
.footer2c a img{
	margin-left: 8px;
}
.footer3{
	float: right;
	overflow: hidden;
}
.footer3a{
	float: left;
	margin-left: 80px;
}
.footer3a:first-child{
	margin-left: 0;
}
.footer3a a{
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1.2799999713897705px;
	color: #ffffff;
	transition: all .5s;
}
.footer3a a span{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0A7E71;
	margin-right: 12px;
}
.beian{
	margin-top: 60px;
	border-top: 1px solid #434343;
}
.beian1{
	font-size: 14px;
	line-height: 55px;
	text-align: right;
	color: #626262;
}
.footer3a a:hover{
	transform: scale(1.05);
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	display: none;
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.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;
}
.login_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.login_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-height: 90%;
	overflow-y: scroll;
	max-width: 690px;
}
.login_tc2{
	position: relative;
	background-color: #fff;
	padding: 19px 56px 36px 66px;
	border-radius: 8px;
}
.close{
	font-size: 0;
	position: absolute;
	right: 16px;
	top: 10px;
}
.login_tc3{
	font-size: 0;
	text-align: center;
}
.login_tc4{
	margin-top: -10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 21px;
	color: #1e1e1e;
}
.login_tc5{
	margin-top: 22px;
	background-color: rgba(126, 126, 126, 0.08);
	padding: 16px 32px 2px;
}
.login_tc6{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #3c3c3c;
}
.login_tc7{
	margin: 4px 0 24px;
	position: relative;
}
.login_tc7 input{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #ffffff;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
.login_tc7 img{
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.login_tc7 a{
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	display: block;
	width: 121px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	background-color: #242424;
	border: 1px solid #242424;
	color: #ffffff;
}
.login_tc8{
	margin-top: 36px;
	text-align: center;
}
.login_tc8 input{
	width: 240px;
	height: 40px;
	background-color: #14A699;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
}
.login_tc9{
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	text-align: center;
}
.login_tc9 a{
	color: #000000;
	text-decoration: underline;
}
.login_tc10{
	margin-top: 18px;
}
.login_tc10 a{
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 40px;
	background-color: #1A1A1A;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
}
.login_tc11{
	margin-top: 36px;
	text-align: center;
}
.login_tc11 a{
	margin: 0 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	text-align: center;
	color: #585858;
}
.login_tc12{
	margin-top: 29px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6399999856948853px;
	text-align: center;
	color: #626262;
}
.register_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.register_tc1{
	margin-top: 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	color: #1e1e1e;
}
.register_tc2{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	color: #1e1e1e;
}
.register1_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.forget_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.forget1_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.cancle_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background-color: #14A699;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
}
.tips_tc2{
	background-color: #ffffff;
	padding: 26px 25px 23px;
}
.tips_tc3{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #333333;
}
.tips_tc4{
	margin-top: 19px;
	text-align: center;
}
.tips_tc4a{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #14A699;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}
.tips_tc4b{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #E30043;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}
.inproduct{
	padding: 32px 0 6px;
}
.inBanner{
	background: linear-gradient(90.24deg, #38B48B 1.7%, #6BDDAD 98.8%),
	linear-gradient(90deg, #C1DFC4 0%, #DEECDD 100%);
	position: relative;
	min-height: 200px;
}
.inBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	line-height: 59px;
	color: #ffffff;
}
.address{
	margin-top: 24px;
}
.address1{
	font-size: 12px;
	line-height: 24px;
}
.address1 a{
	color: #282828;
}
.priceList{
	margin-top: 56px;
	margin-bottom: 30px;
}
.priceList1{
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 2.0799999237060547px;
	color: #469A56;
	display: flex;
	align-items: center;
}
.priceList1 img{
	margin-right: 16px;
}
.priceList2 ul{
	overflow: hidden;
}
.priceList2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 300px)/7);
	margin-right: 50px;
	margin-top: 26px;
}
.priceList2 ul li:nth-child(7n){
	margin-right: 0;
}
.priceList3{
	margin: 0 auto;
	position: relative;
	width: 117px;
	height: 117px;
	border-radius: 50%;
	border: 1px solid #D2D2D3;
}
.priceList3 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 86%;
	max-height: 86%;
}
.priceList4{
	margin-top: 8px;
	font-size: 13px;
	font-weight: 350;
	height: 26px;
	line-height: 13px;
	text-align: center;
	color: #222222;
}
.question{
	padding: 20px 0 70px;
}
.question1{
	margin-top: 24px;
}
.question1 ul li{
	margin-top: 20px;
}
.question2{
	background-color: #F3FCF2;
	height: 78px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.q_img{
	margin-right: 20px;
}
.question2 span{
	flex: 1;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #000000;
}
.q_img1{
	margin-left: 20px;
}
.question3{
	display: none;
	margin-top: 20px;
	padding: 15px 30px 20px;
	align-items: flex-start;
	justify-content: space-between;
}
.question3 img{
	margin-right: 20px;
}
.question3 span{
	flex: 1;
	font-size: 18px;
	line-height: 33px;
	color: #000000;
}
.rotate{
	transform: rotate(90deg);
}
.question1 ul li.on .question3{
	display: flex;
}
.proDeta{
	padding: 36px 0 100px;
}
.proDeta1{
	overflow: hidden;
}
.proLeft{
	float: left;
	width: 420px;
}
.proLeft1{
	font-size: 0;
	border: 1px solid #D2D2D3;
}
.proLeft2{
	margin-top: 16px;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1.440000057220459px;
	color: #222222;
}
.proLeft2 span{
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 1.600000023841858px;
	color: #e21919;
}
.proRight{
	float: right;
	width: calc(100% - 480px);
}
.proRight1{
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 2.4000000953674316px;
	color: #222222;
}
.proRight2{
	margin-top: 7px;
	font-size: 16px;
	font-weight: 350;
	line-height: 28px;
	letter-spacing: 1.2799999713897705px;
	color: #222222;
	padding-bottom: 32px;
	border-bottom: 1px solid #D4D4D4;
}
.proRight3{
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.699999988079071px;
	color: #222222;
}
.proRight4{
	font-size: 0;
}
.proRight4 span{
	display: inline-block;
	margin-top: 16px;
	margin-right: 10px;
	position: relative;
	width: 78px;
	height: 78px;
	border: 1px solid #F2E9E7;
	border-radius: 8px;
}
.proRight4 span.on{
	border: 3px solid #3DB98E;
}
.proRight4 span img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.proRight5{
	font-size: 0;
}
.proRight5 span{
	display: inline-block;
	margin: 16px 13px 0 0;
	border: 1px solid #F2E9E7;
	height: 30px;
	line-height: 28px;
	padding: 0 14px;
	font-size: 14px;
	color: #333333;
	border-radius: 15px;
}
.proRight5 span.on{
	font-weight: 600;
	color: #3DB98E;
	border: 1px solid #3DB98E;
}
.proRight6{
	margin-top: 36px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.699999988079071px;
	color: #222222;
}
.proRight6 span{
	margin-right: 17px;
}
.proRight6i{
	width: 72px;
	height: 60px;
	font-size: 21px;
	text-align: center;
	color: #000000;
}
.proRight6ii{
	margin-left: 24px;
	width: 218px;
	height: 48px;
	border-radius: 24px;
	background-color: #14A699;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}
.contus{
	padding: 36px 0 45px;
}
.contus1{
	font-size: 28px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 3.5999999046325684px;
	text-align: center;
	color: #222222;
}
.contus2{
	font-size: 0;
	text-align: center;
}
.contus3{
	margin: 0 16px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 3.5999999046325684px;
	text-align: center;
	color: #222222;
}
.contus3 span{
	display: block;
	padding: 16px;
	background-color: rgba(119, 217, 224, 0.44);
	border-radius: 10px;
	font-size: 0;
	line-height: 1;
}
.contus4{
	margin-top: 36px;
}
.contus4 a{
	display: block;
	margin: 0 auto;
	width: 327px;
	height: 58px;
	border-radius: 29px;
	background: #14A699;
	font-size: 18px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: 3.5999999046325684px;
	text-align: center;
	color: #ffffff;
}
.lxwm{
	padding: 40px 0 80px;
}
.cm_title1 {
	text-align: center;
	font-size: 32px;
	color: #1E1E1E;
	font-weight: 500;
	margin-bottom: 55px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 45px;
}
.cm_title1 img{
	vertical-align: middle;
}
.form{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.lxwm1{
	font-weight: 350;
	font-size: 14px;
	color: #000000;
	margin-bottom: 30px;
}
.lxwm1 span{
	color: #B40000;
}
.lxwm2 {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	margin-bottom: 14px;
}
.lxwm2 span{
	color: #B40000;
}
.lxwm3{
	margin-bottom: 32px;
}
.lxwm3 input {
	width: 100%;
	display: block;
	height: 50px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 0px 2%;
}
.lxwm4{
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lxwm4 input {
	width: 380px;
	display: block;
	height: 50px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 0px 2%;
}
.lxwm4 textarea{
	width: 100%;
	display: block;
	height: 215px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 10px 2%;
	resize: none;
}
.che {
	text-align: center;
	color: #3C3C3C;
	font-size: 14px;
	margin-bottom: 25px;
}
.che input {
	display: inline-block;
	position: absolute;
	opacity: 0;
}
.che i {
	position: relative;
	top: 3px;
	border: 1px solid #14A699;
	width: 16px;
	display: inline-block;
	height: 16px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 4px;
}
.che input:checked+i {
	background: url(../img/p41.png) center no-repeat;
}
.che a {
	text-decoration: underline;
	color: #14A699;
}
.lxwm5{
	text-align: center;
}
.lxwm5 input{
	width: 193px;
	height: 46px;
	background-color: #14A699;
	border-radius: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}
.qb_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.qb_tc1{
	margin-top: 25px;
	max-height: 400px;
	overflow-y: scroll;
	border: 1px solid #000000;
	padding: 20px;
	background-color: rgba(178, 178, 178, 0.08);
}
.qb_tc2{
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: #3c3c3c;
}
.qb_tc3{
	margin-bottom: 24px;
	margin-top: 7px;
	font-size: 14px;
	line-height: 30px;
	color: #3c3c3c;
}
.protect_d{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.protect{
	margin-top: 50px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #000000;
}
.protect1{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}
.hsgy{
	background: url(../img/bg.png) no-repeat;
	background-position: center top;
	padding-top: 1px;
}
.inAbout{
	margin-top: 80px;
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	color: #fff;
}
.inAbout1{
	margin-top: 120px;
}
.inAbout2{
	padding: 36px 207px 86px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.inAbout3{
	display: flex;
	justify-content: space-between;
}
.inAbout4{
	margin-right: 20px;
	width: 200px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #424242;
	padding: 32px 50px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.inAbout5{
	flex: 1;
	padding: 32px 50px;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.map{
	padding: 99px 0 88px;
}
.cm_title2{
	margin-top: 50px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
}
.cm_time{
	margin-top: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 33px;
	text-align: center;
	color: #F75002;
	padding-bottom: 16px;
	border-bottom: 1px solid #DFDFDF;
}
.announce{
	margin-top: 20px;
	font-size: 18px;
	line-height: 40px;
	color: #393939;
}
.inTop{
	background-color: #F0F1F2;
	padding: 1px 0 72px;
}
.inTop1{
	margin-top: 50px;
	font-family: Inter;
	font-size: 32px;
	line-height: 35px;
	text-align: center;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inTop1 img{
	vertical-align: middle;
	margin-right: 20px;
}
.cart{
	padding: 60px 0 45px;
}
.m31 .table .tb table tr td {
	border: 1px solid #E6E6E6;
}
.m31 .pr_info {
	padding: 15px 30px;
	display: flex;
	align-items: center;
}
.m31 .pr_info .pic {
	width: 205px;
}
.m31 .pr_info .pic img {
	width: 100%;
	transition: all .5s;
}
.m31 .pr_info .pic img:hover{
	transform: scale(1.05);
}
.m31 .pr_info .cn {
	flex: 1;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	line-height: 33px;
}
.m31 .pr_info .cn .cn_1 {
	color: #676767;
	font-size: 16px;
}
.m31 .pr_info2 {
	padding: 0px 60px;
	text-align: center;
	font-weight: bold;
}
.m31 .pr_info2 .t3 {
	margin-top: 15px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.m31 .pr_info2 .t3 .nub_box {
	display: inline-block;
	position: relative;
	margin-left: 12px;
}
.m31 .pr_info2 .t3 .nub_box input {
	border: 1px solid #E6E6E6;
	height: 27px;
	width: 100px;
	padding: 0px 5px;
	background: none;
	text-align: center;
}
.m31 .pr_info2 .t3 .nub_box .add {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.m31 .pr_info2 .t3 .nub_box .jian {
	position: absolute;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
}
.m31 .pr_pri {
	padding: 0px 30px;
}
.m31 .pr_info2 .t1 {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}
.m31 .pr_info2 .t1 span{
	color: #CA001E;
	font-size: 20px;
}
.m31 .pr_pri .t4 {
	margin-top: 20px;
}
.cm_hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.cm_hover:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.2);
}
.m31 .pr_pri .t4 a {
	display: inline-block;
	padding: 5px 0;
	background: #FFFFFF;
	box-shadow: 2.121000051498413px 2.121000051498413px 4px 0px #00000033;
	border-radius: 15px;
	font-size: 12px;
	border: 1px solid #E6E6E6;
	text-align: center;
	width: 110px;
}
.m31 .pr_pri .t4 a span {
	background: url(../img/p54.png) left 3px no-repeat;
	padding-left: 20px;
	display: inline-block;
}
.m31 .tab_buts {
	background: #F7F7F7;
	padding: 27px;
	border: 1px solid #E6E6E6;
}
.m31 .tab_buts .tb_1 {
	text-align: right;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
.m31 .tab_buts .tb_1 span {
	color: #CA001E;
	font-size: 20px;
}
.cle {
	zoom: 1;
}
.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.m31 .tab_buts .td_2 .bt_1 {
	border: 1px solid #2B2B2B;
	color: #ffffff;
	background: #2B2B2B;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 30px;
	border-radius: 50px;
	transition: all .5s;
	cursor: pointer;
}
.m31 .tab_buts .td_2 .bt_1:hover{
	transform: scale(1.05);
}
.m31 .tab_buts .td_2 .bt_2 {
	float: right;
	border: 1px solid #14A699;
	background: #14A699;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 8px 30px;
	border-radius: 50px;
	margin-left: 24px;
	cursor: pointer;
}
.m31 .tab_buts .td_2 .bt_2:hover{
	background-color: #2B2B2B;
	border: 1px solid #2B2B2B;
}
.tb_3{
	text-align: right;
	font-size: 14px;
	font-weight: 350;
	line-height: 21px;
	color: #3c3c3c;
}
.tb_3 a{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
	text-decoration: underline;
}
.tab_buts .td_2{
	margin-top: 10px;
}
.orderDeta{
	padding: 60px 0 72px;
}
.orderDeta1{
	overflow: hidden;
}
.orderLeft{
	float: left;
	width: 666px;
}
.orderLeft1{
	border: 1px solid #E6E6E6;
	padding: 11px 25px 23px;
	position: relative;
	margin-bottom: 32px;
}
.orderDeta2{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #A6A6A6;
	padding-bottom: 5px;
}
.orderDeta3{
	margin-top: 19px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.orderDeta3 span{
	color: #B40000;
}
.orderDeta4{
	margin-top: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #3c3c3c;
}
.orderDeta5{
	position: absolute;
	right: 27px;
	bottom: 17px;
}
.orderDeta5 a{
	display: block;
	width: 63px;
	height: 31px;
	line-height: 29px;
	border: 1px solid #BBBBBB;
	text-align: center;
	background-color: #EBEBEB;
	font-size: 12px;
	font-weight: 500;
	color: #505050;
}
.orderLeft6{
	margin-bottom: 32px;
	border: 1px solid #E6E6E6;
	padding: 11px 25px 55px;
	position: relative;
}
.orderLeft7{
	margin-top: 16px;
}
.orderLeft8{
	
}
.orderLeft9 ul{
	overflow: hidden;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}
.orderLeft9 ul li{
	list-style-type: none;
	float: left;
	padding: 8px 12px;
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-top: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #000;
	text-align: center;
	background-color: #F7F7F7;
}
.orderLeft9 ul li:first-child{
	text-align: left;
}
.oWidth{
	width: 66%;
}
.oWidth1{
	width: 11%;
}
.oWidth2{
	width: 23%;
}
.orderLeft10 ul{
	display: flex;
	border-left: 1px solid #E0E0E0;
}
.orderLeft10 ul li{
	list-style-type: none;
	padding: 8px 12px;
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-top: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orderLeft11{
	display: flex;
	align-items: center;
	justify-content: center;
}
.orderLeft11a{
	font-size: 0;
	width: 95px;
	margin-right: 13px;
	line-height: 1;
}
.orderLeft11a img{
	transition: all .5s;
}
.orderLeft11b{
	flex: 1;
}
.orderLeft11c{
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	color: #000000;
}
.orderLeft11d{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #000000;
}
.orderLeft10 ul li:hover .orderLeft11a img{
	transform: scale(1.05);
}
.orderLeft12{
	margin-top: 6px;
}
.orderLeft12 label{
	margin-top: 10px;
	font-size: 15px;
	line-height: 21px;
	color: #414141;
	display: flex;
	align-items: center;
}
.orderLeft12 label input{
	margin-right: 13px;
}
.orderLeft13{
	margin-top: 10px;
	background-color: #F7F7F7;
	padding: 16px 16px 1px;
}
.orderLeft13a{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #000000;
}
.orderLeft13b{
	margin-top: 11px;
	display: flex;
	align-items: center;
}
.orderLeft13b label{
	display: flex;
	align-items: center;
	margin-right: 16px;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.orderLeft13b label input{
	margin-right: 3px;
}
.orderLeft13c{
	margin-top: 13px;
	margin-bottom: 29px;
}
.orderLeft13c input{
	border: 1px solid #DCDCDC;
	height: 50px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 100%;
	padding: 0 20px;
}
.orderLeft14{
	border: 1px solid #A0A0A0;
	margin-top: 12px;
	width: 146px;
	height: 146px;
	background-color: #F7F7F7;
}
.orderLeft14 img{
	opacity: 0;
	height: 100%;
	width: 100%;
}
.orderLeft15{
	margin-top: 12px;
	width: 127px;
	height: 32px;
	margin-left: 10px;
	border-radius: 16px;
	background-color: #14A699;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	position: relative;
}
.orderLeft15 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.orderLeft16{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.orderLeft16 span{
	width: 90px;
	font-size: 15px;
	line-height: 21px;
	color: #414141;
}
.orderLeft16 select{
	border: 1px solid #DCDCDC;
	flex: 1;
	height: 35px;
	padding: 0 20px;
	outline: none;
	font-size: 14px;
}
.orderLeft16 input{
	border: 1px solid #DCDCDC;
	flex: 1;
	height: 35px;
	padding: 0 20px;
	font-size: 14px;
}
.orderLeft17{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #3c3c3c;
}
.orderLeft18{
	margin-top: 4px;
}
.orderLeft18 input{
	height: 28px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	font-size: 14px;
	color: #3C3C3C;
}
.orderLeft18 select{
	height: 28px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	font-size: 14px;
	color: #3C3C3C;
	outline: none;
}
.orderLeft19{
	margin-top: 4px;
}
.orderLeft19 input{
	height: 28px;
	width: 112px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	font-size: 14px;
	color: #3C3C3C;
}

.orderRight{
	width: 511px;
	float: right;
}
.orderRight1{
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #A6A6A6;
}
.orderRight1 span{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000
}
.orderRight1 code{
	font-size: 17px;
	line-height: 27px;
	color: #333333;
}
.orderRight2{
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #A6A6A6;
}
.orderRight2 span{
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	color: #000000
}
.orderRight2 code{
	font-size: 17px;
	line-height: 27px;
	color: #333333;
}
.orderRight3{
	margin-top: 34px;
}
.orderRight3 input{
	width: 100%;
	height: 55px;
	border-radius: 27px;
	background-color: #14A699;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.orderRight3 input:hover{
	background-color: #2B2B2B;
}
.reItemz{
	margin-top: 50px;
}
.reItemz1{
	text-align: center;
	font-size: 0;
}
.reItemz1 a{
	margin: 0 20px;
	border: 1px solid #E0E0E0;
	width: 264px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	font-size: 24px;
	line-height: 33px;
	color: #7E878F;
}
.reItemz1 a img{
	margin-right: 5px;
}
.reImg1{
	display: none;
}
.reItemz1 a.on{
	border: 1px solid #14A699;
	background-color: #F3FCF2;
	color: #14A699;
}
.reItemz1 a.on .reImg{
	display: none;
}
.reItemz1 a.on .reImg1{
	display: block;
}
.record{
	margin-top: 56px;
}
.record1{
	margin-bottom: 40px;
	border: 1px solid #E0E0E0;
}
.record3 ul{
	display: flex;
	background-color: #F3FCF2;
}
.record3 ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	border-top: 0;
	border-left: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
	height: 85px;
}
.record3 ul li:first-child{
	justify-content: space-between;
	padding-left: 36px;
}
.rWidth{
	width: 22%;
}
.rWidth1{
	width: 51%;
}
.rWidth2{
	width: 8%;
}
.rWidth3{
	width: 19%;
}
.record4 ul{
	display: flex;
}
.record4 ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	border-top: 0;
	border-left: 0;
	padding: 25px 30px;
}
.record5{
	font-size: 0;
	line-height: 1;
}
.record5 img{
	transition: all .5s;
	width: 206px;
	height: 206px;
}
.record4 ul li:hover .record5 img{
	transform: scale(1.05);
}
.record6{
	width: 100%;
}
.record6a{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #202020;
}
.record6b{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 33px;
	color: #676767;
}
.record7{
	height: 85px;
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record7 span{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.record7 code{
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #000000;
}
.record8{
	height: 77px;
	background-color: #F7F7F7;
	border-top: 1px solid #E0E0E0;
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record8a{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.record8b a{
	display: inline-block;
	margin-left: 16px;
	width: 186px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	background-color: #14A699;
	border-radius: 26px;
}
.record8b a.cancle{
	background-color: #D0D0D0;
}
.record8b a.cancle1{
	background-color: #E30043;
}
.recordDeta{
	border-top: 1px solid #E0E0E0;
	padding: 20px 25px;
}
.recordDeta1{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.recordDeta2{
	margin-top: 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.recordDeta3{
	margin-top: 7px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #3c3c3c;
}
.recordDeta4{
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
}
.recordDeta5{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
}
.recordDeta6{
	margin-top: 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
}
.recordDeta7{
	margin-top: 13px;
	font-size: 0;
}
.recordDeta7 img{
	margin-right: 15px;
	width: 146px;
	height: 146px;
}
.recordDeta8{
	margin-top: 35px;
	margin-bottom: 100px;
	text-align: center;
}
.recordDeta8 a{
	display: inline-block;
	width: 186px;
	height: 52px;
	background-color: #14A699;
	text-align: center;
	line-height: 52px;
	border-radius: 26px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}
.vipMess_d{
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}
.vipMess{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	font-weight: 600;
	line-height: 21px;
	color: #000;
}
.vipMess span{
	font-size: 14px;
	font-weight: 700;
	color: #B40000;
}
.vipMess code{
	font-size: 12px;
}
.vipMess1{
	margin: 14px 0 24px;
}
.vipMess1 select{
	border: 1px solid #DCDCDC;
	width: 100%;
	max-width: 382px;
	height: 50px;
	padding: 0 20px;
	border-radius: 2px;
	outline: none;
}
.vipMess2{
	margin: 14px 0 24px;
}
.vipMess2 input{
	border: 1px solid #DCDCDC;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border-radius: 2px;
}
.vipMess3{
	margin: 14px 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vipMess3 input{
	border: 1px solid #DCDCDC;
	width: 100%;
	max-width: 382px;
	height: 50px;
	padding: 0 20px;
	border-radius: 2px;
}
.vipMess4{
	margin-top: 10px;
}
.vipMess4 label{
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
}
.vipMess4 label input{
	margin-right: 4px;
}
.vipMess5{
	margin: 10px 0 24px;
}
.vipMess5 label{
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.vipMess5 label input{
	margin-right: 4px;
}
.vipMess6{
	margin-top: 16px;
	width: 228px;
	height: 228px;
	border: 1px solid #A0A0A0;
}
.vipMess6 img{
	opacity: 0;
	width: 228px;
	height: 228px;
}
.vipMess7{
	margin: 12px 0 24px 18px;
	width: 193px;
	height: 40px;
	background-color: #14A699;
	border-radius: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.vipMess7 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.vipMess8{
	margin: 10px 0 24px;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.vipMess8 select{
	width: 84px;
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	outline: none;
}
.vipMess8 span{
	margin: 0 9px;
}
.vipMess9{
	margin: 10px 0 24px;
}
.vipMess9 label{
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
}
.vipMess9 label input{
	margin-right: 4px;
}
.vipMess10{
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
}
.vipMess10 a{
	margin-left: 5px;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	text-decoration: underline;
}
.vipMess11{
	margin-top: 35px;
	margin-bottom: 100px;
	text-align: center;
}
.vipMess11 input{
	display: inline-block;
	width: 193px;
	height: 46px;
	background-color: #14A699;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
.exit{
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #FF0E0E;
}
.exit1{
	margin-top: 36px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.exit2{
	margin: 50px 0 100px;
	text-align: center;
}
.exit2 a{
	display: inline-block;
	background-color: #14A699;
	width: 192px;
	height: 46px;
	border-radius: 23px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}
.exit3{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #000000;
}
.mq_banner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.mq_banner1{
	position: absolute;
	left: 50%;
	top: 14px;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
}
.mq_banner1 a{
	color: #ffffff;
}
.mq_banner2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 32px;
	font-weight: 500;
	line-height: 35px;
	color: #ffffff;
}
.mq_main{
	padding: 40px 0 25px;
}
.mq_main1{
	font-size: 42px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: 4.199999809265137px;
	text-align: center;
	color: #333
}
.mq_main2{
	margin: 40px 0 60px;
	background-color: #FFFEE4;
	padding: 24px 34px 45px;
}
.mq_main3{
	margin: 0 auto;
	width: 190px;
	height: 44px;
	border-radius: 22px;
	background-color: #F39700;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.mq_main4{
	margin-top: 36px;
}
.mq_main4 ul{
	overflow: hidden;
}
.mq_main4 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 88px)/3);
	margin-right: 44px;
	background-color: #ffffff;
	border-radius: 10px;
	height: 330px;
	padding: 40px 16px 0;
	border-bottom: 7px solid #f39700;
	position: relative;
}
.mq_main4 ul li:nth-child(3n){
	margin-right: 0;
}
.mq_main4a{
	position: absolute;
	top: 13px;
	left: 0;
	width: 106px;
	height: 25px;
	background-color: #f39700;
	border-radius: 0 12px 12px 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}
.mq_main4b{
	font-size: 0;
	text-align: center;
}
.mq_main4b img{
	transition: all .5s;
}
.mq_main4 ul li:hover .mq_main4b img{
	transform: scale(1.05);
}
.mq_main4c{
	margin-top: 25px;
	font-size: 13px;
	line-height: 22px;
	color: #212529;
}
.mq_main4d{
	font-size: 13px;
	line-height: 22px;
	color: #FF560E;
}
.mq_main5{
	margin-top: 32px;
	background-color: #F3FCF2;
	padding: 36px 35px 45px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.mq_main6{
	font-size: 0;
	width: 370px;
	margin-left: 15px;
}
.mq_main7{
	flex: 1;
}
.mq_main7a{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 2.0999999046325684px;
	color: #333333
}
.mq_main7a span{
	display: inline-flex;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 32px;
	background-color: #0A7E71;
	border-radius: 16px;
	font-size: 17px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.17000000178813934px;
	text-align: center;
	color: #ffffff;
}
.mq_main7a code{
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0em;
}
.mq_main7a a{
	display: inline-block;
	border-radius: 15px;
	margin-left: 9px;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	color: #0A7E71;
	border: 1px solid #14A699;
	padding: 0 9px;
}
.mq_main7b{
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.8px;
	color: #333333;
}
.mq_main7c{
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.8px;
	color: #0A7E71;
}
.mq_main7d{
	font-size: 13px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.8px;
	color: #FF5252;
}
.mq_main8{
	margin: 60px 0;
	background-color: #FFF7F5;
	padding: 30px 20px 45px;
	border-radius: 20px;
}
.mq_main8a{
	font-size: 0;
	text-align: center;
}
.mq_main8b{
	margin-top: 15px;
	font-size: 28px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: 2px;
	text-align: center;
	color: #FF524D;
}
.mq_main8c{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mq_main8d{
	font-size: 0;
	margin: 0 20px;
}
.mq_main8d img{
	transition: all .5s;
}
.mq_main8d:hover img{
	transform: scale(1.05);
}
.mq_main8e{
	margin: 0 20px;
	height: 149px;
	width: 250px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 8px 0 0 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 4.199999809265137px;
	text-align: left;
	color: #404040;
}
.notice{
	margin-top: 40px;
	text-align: center;
}
.notice a{
	display: inline-block;
	width: 221px;
	height: 32px;
	border-radius: 16px;
	background-color: #FF524D;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	text-align: center;
}
.shop{
	margin: 45px 0 60px;
}
.shop ul{
	overflow: hidden;
}
.shop ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 36px)/2);
	margin-right: 36px;
}
.shop ul li:nth-child(2n){
	margin-right: 0;
}
.shop1{
	font-size: 0;
}
.shop1 img{
	width: 100%;
	transition: all .5s;
}
.shop ul li:hover .shop1 img{
	transform: scale(1.05);
}
.shop2{
	margin-top: 18px;
	font-size: 18px;
	font-weight: 500;
	line-height: 43px;
	color: #0A162B;
}
.shop3{
	margin-top: 5px;
	font-size: 14px;
	line-height: 27px;
	color: #0A162B;
}
.shop4{
	margin-top: 20px;
}
.shop4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	border-radius: 32px;
	border: 2px solid #14A699;
	padding: 0 32px;
}
.shop4 a span{
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	color: #14A699;
}
.mq_style{
	margin-top: 40px;
	background-color: #F4F4F4;
	padding: 30px 30px 35px;
	border-radius: 15px;
}
.mq_style ul{
	overflow: hidden;
}
.mq_style ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 30px)/2);
	margin-right: 30px;
	transition: all .5s;
	background-color: #fff;
	padding: 40px 40px 60px;
}
.mq_style ul li:nth-child(2n){
	margin-right: 0;
}
.mq_style ul li:hover{
	transform: scale(1.02);
}
.mq_style1{
	padding-left: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	color: #333333;
}
.mq_style2{
	padding-left: 20px;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	color: #0A7E71;
}
.mq_style3{
	margin-top: 20px;
	background-color: #F3FCF2;
	padding: 20px 16px 25px;
}
.mq_style4{
	font-size: 0;
	text-align: center;
}
.mq_style5{
	margin-top: 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	text-align: center;
	color: #333;
}
.mq_style5 span{
	color: #CE444D;
}
.mq_style6{
	margin-top: 25px;
	text-align: center;
}
.mq_style6 a{
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 305px;
	height: 53px;
	background-color: #F3FCF2;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 4px 0px 0px #D0CECC;
}
.mq_style6 span{
	flex: 1;
	height: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	color: #0A7E71;
}
.mq_style6 code{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 66px;
	height: 100%;
	background-color: #0A7E71;
}
.mq_style7{
	padding-left: 20px;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	color: #FF7426;
}
.mq_style8{
	margin-top: 20px;
	background-color: #FFFEE4;
	padding: 20px 16px 25px;
}
.mq_style9{
	margin-top: 25px;
	text-align: center;
}
.mq_style9 a{
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 305px;
	height: 53px;
	background-color: #FFFEE4;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 4px 0px 0px #D0CECC;
}
.mq_style9 span{
	flex: 1;
	height: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	color: #FF7426;
}
.mq_style9 code{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 66px;
	height: 100%;
	background-color: #FF7426;
}
.noticed{
	margin: 0 0 60px;
}
.mt60{
	margin-top: 60px;
}















