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

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;}

.proDeta8 span:hover{
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	color: #303030;
}

.record7 a:hover{
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	color: #303030;
}
.logre7 a:hover{
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	color: #303030;
}
.logre7 input:hover{
	background-color: #fff;
	color: #303030;
}
.logre9 a:hover{
	background-color: #fff;
	color: #303030;
}

.record7 input:hover{
	border: 1px solid #EFCC93;
	background-color: #fff;
	color: #EFCC93;
}

.used .on{
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	color: #303030;
}
.used a:hover{
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	color: #303030;
}
.proDeta10 input:hover{
	border: 1px solid #EFCC93;
	border-radius: 2px;
	height: 46px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #EFCC93;
	color: #303030;
	width: 100%;
}
.proDeta11 input:hover{
	border: 1px solid #EFCC93;
	border-radius: 2px;
	height: 46px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #FFF;
	color: #303030;
	width: 100%;
}

.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.top{
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #EFCC93;
}
.header1{
	padding: 15px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
}
.logo img{
	width: 240px;
}
.search{
	border: 1px solid rgba(0, 0, 0, 0.4);
	width: 646px;
	height: 40px;
}
.search form{
	height: 100%;
	display: flex;
	align-items: center;
}
.searchi{
	font-size: 12px;
	padding: 0 13px;
	height: 100%;
	flex: 1;
}
.searchii{
	height: 100%;
	width: 70px;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchii img{
	margin-right: 7px;
}
.logca{
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logca1 a{
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.logca1 a img{
	display: block;
	margin: 0 auto 4px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
.nav{
	background-color: #DDDDDD;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.nav-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 70px;
}
.nav-logo{
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	z-index: 2;
	flex-shrink: 0;
}
.nav-logo img{
	width: 160px;
	height: auto;
	max-width: none;
	display: block;
	object-fit: contain;
}
.nav.is-stuck .nav-logo{
	display: block;
}
.nav1{
	flex: none;
	width: auto;
	max-width: none;
	margin: 0;
	min-width: 0;
}
.nav1 > ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}
.nav-tools{
	display: none;
	align-items: center;
	flex-shrink: 0;
	gap: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 0;
}
.nav.is-stuck .nav-tools{
	display: flex;
}
.nav-search-wrap{
	display: flex;
	align-items: center;
	gap: 8px;
}
.nav-search-box{
	display: none;
	width: 200px;
}
.nav-search-wrap.is-open .nav-search-box{
	display: block;
}
.nav-search-box form{
	display: block;
	height: 36px;
}
.nav-search-input{
	width: 100%;
	height: 36px;
	padding: 0 12px;
	font-size: 12px;
	color: #000000;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	box-sizing: border-box;
}
.nav-search-input::placeholder{
	color: rgba(0, 0, 0, 0.4);
}
.nav-tool-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.nav-tool-btn img{
	max-width: 26px;
	max-height: 26px;
	display: block;
}
.nav1 > ul > li{
	list-style-type: none;
	flex-shrink: 0;
}
.nav1 > ul > li a{
	font-size: 14px;
	color: #000000;
	line-height: 70px;
}
.nav1 > ul > li.on{
	border-bottom: 1px solid #000000;
}
.nav1 ul li.nav-dropdown{
	position: relative;
	line-height: 70px;
	padding: 0;
}
.nav1 .nav-dropdown-trigger{
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #000000;
	line-height: 70px;
	white-space: nowrap;
	cursor: default;
}
.nav1 .nav-dropdown-arrow{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #999999;
	vertical-align: middle;
}
.nav1 .nav-dropdown:hover .nav-dropdown-trigger,
.nav1 .nav-dropdown.nav-dropdown-open .nav-dropdown-trigger{
	color: #f39800;
}
.nav1 .nav-dropdown:hover .nav-dropdown-arrow,
.nav1 .nav-dropdown.nav-dropdown-open .nav-dropdown-arrow{
	border-top-color: #f39800;
}
.nav1 .nav-dropdown-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 920;
	min-width: 280px;
	max-width: 360px;
	max-height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.nav1 .nav-dropdown:hover .nav-dropdown-menu{
	display: block;
}
.nav1 .nav-dropdown-menu ul{
	display: block;
	width: auto;
	flex-wrap: unset;
	gap: 0;
	list-style: none;
	padding: 6px 0;
	margin: 0;
}
.nav1 .nav-dropdown-menu ul li{
	display: block;
	line-height: normal;
	flex-shrink: unset;
	width: 100%;
}
.nav1 .nav-dropdown-menu ul li a{
	display: block;
	line-height: 1.5;
	padding: 8px 16px;
	font-size: 13px;
	color: #333333;
	white-space: normal;
}
.nav1 .nav-dropdown-menu ul li a:hover,
.nav1 .nav-dropdown-menu ul li a.on{
	color: #f39800;
	background-color: #f9f9f9;
}
.banner{
	font-size: 0;
	text-align: center;
	overflow: hidden;
	background-color: #f5f5f5;
}
.banner1{
	width: 100%;
	margin: 0 auto;
}
.banner .banner-swiper{
	width: 100%;
	height: 608px;
	padding-bottom: 36px;
}
.banner .banner-swiper .swiper-slide{
	width: 1080px;
	height: 608px;
	box-sizing: border-box;
}
.banner2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e8e8e8;
}
.banner2 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.banner .banner-arrow-prev,
.banner .banner-arrow-next{
	width: 44px;
	height: 44px;
	margin-top: -18px;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	--swiper-navigation-size: 22px;
}
.banner .banner-arrow-prev:after,
.banner .banner-arrow-next:after{
	font-size: 22px;
	font-weight: bold;
}
.banner .banner-arrow-prev{
	left: calc(50% - 540px + 24px);
}
.banner .banner-arrow-next{
	right: calc(50% - 540px + 24px);
}
.banner .swiper-pagination{
	bottom: 10px;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color: #5C5C5C;
}
.main{
	padding: 10px 0 80px;
}
.section-head{
	display: flex;
	align-items: center;
	position: relative;
}
.section-head-bar{
	width: 8px;
	height: 28px;
	background-color: #B91C1C;
	margin-right: 12px;
	flex-shrink: 0;
}
.section-head-text{
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-shrink: 0;
}
.section-head-text h2{
	font-size: 22px;
	font-weight: 700;
	color: #B91C1C;
	line-height: 1;
	margin: 0;
}
.section-head-text span{
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	line-height: 1;
}
.section-head-line{
	flex: 1;
	height: 2px;
	background-color: #B91C1C;
	margin-left: 20px;
	min-width: 40px;
}
.cat-by-title{
	margin-bottom: 10px;
}
.cat-by-title-head{
	margin-top: 40px;
	margin-bottom: 28px;
}
.cat-title-grid ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat-title-grid ul li{
	width: calc((100% - 40px) / 3);
	list-style-type: none;
}
.cat-title-grid ul li a{
	display: block;
}
.cat-title-card{
	position: relative;
	height: 200px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #E8E8E8;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.35s ease;
}
.cat-title-grid ul li a:hover .cat-title-card{
	transform: scale(1.02);
}
.cat-title-label{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 72px;
	background-color: rgba(255, 255, 255, 0.78);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cat-title-label span{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	letter-spacing: 2px;
	line-height: 1.4;
	max-height: 90%;
	overflow: hidden;
}
.title{
	margin-top: 70px;
	font-size: 20px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	color: #333;
}
.title1{
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.product{
	margin-top: 20px;
}
.product ul{
	overflow: hidden;
}
.product ul li{
	list-style-type: none;
	border: 1px solid #E6E6E6;
	width: calc((100% - 220px)/5);
	margin-right: 55px;
	float: left;
	position: relative;
	margin-top: 30px;
}
.product ul li:nth-child(5n){
	margin-right: 0;
}
.product1{
	font-size: 0;
	overflow: hidden;
	height: 194px;
}
.product1 img{
	transition: all .5s;
}
.product ul li:hover .product1 img{
	transform: scale(1.05);
}
.nicon{
	position: absolute;
	font-size: 0;
	left: 7px;
	top: 8px;
	z-index: 2;
}
.product2{
	padding: 12px 6px 14px;
}
.product3{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #404040;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	min-height: 72px;
	max-height: 72px;
	word-break: normal;
	overflow-wrap: anywhere;
	line-break: strict;
	text-wrap: pretty;
}
.product4{
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	color: #808080;
}
.product5{
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 12px;
	color: #D94D4D;
}
.product5 span{
	margin-right: 12px;
	color: #000000;
	text-decoration: line-through;
}
.news{
	margin-top: 20px;
}
.news ul{
	overflow: hidden;
}
.news ul li{
	list-style-type: none;
	width: calc((100% - 90px)/3);
	margin-right: 45px;
	float: left;
	margin-top: 30px;
}
.news ul li:nth-child(3n){
	margin-right: 0;
}
.news1{
	font-size: 0;
	overflow: hidden;
}
.news1 img{
	transition: all .5s;
}
.news ul li:hover .news1 img{
	transform: scale(1.05);
}
.news2{
	margin-top: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news2 a{
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	color: #495057;
}
.news3{
	margin-top: 12px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: #AAAAAA;
}
.more{
	margin-top: 55px;
	text-align: center;
}
.more a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 305px;
	height: 50px;
	border: 1px solid #1E1E1E;
	font-size: 12px;
	color: #1E1E1E;
}
.more a:hover{
	color: #fff;
	background-color: #EFCC93;
	border: 1px solid #EFCC93;
}
.footer{
	background-color: #F5F5F5;
	padding: 48px 0 36px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 36px;
}
.footer-col{
	flex: 1;
	min-width: 0;
}
.footer-col-title{
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
	margin-bottom: 16px;
}
.footer-col ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-col ul li{
	line-height: 1;
	margin-bottom: 14px;
}
.footer-col ul li:last-child{
	margin-bottom: 0;
}
.footer-col ul li a{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	font-weight: 400;
	transition: color 0.2s ease;
}
.footer-col ul li a:hover{
	color: #B91C1C;
}
.footer-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 28px;
	border-top: 1px solid #DDDDDD;
}
.footer-brand{
	flex: 1;
	min-width: 0;
}
.footer-brand-top{
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.footer-logo{
	display: block;
	font-size: 0;
	line-height: 0;
}
.footer-logo img{
	max-height: 44px;
	width: auto;
	display: block;
}
.footer-slogan{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
}
.footer-copy{
	margin-top: 12px;
	font-size: 12px;
	color: #999999;
	line-height: 1.6;
}
.footer-social{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	color: #333333;
	text-decoration: none;
	transition: color 0.2s ease;
}
.footer-social:hover{
	color: #B91C1C;
}
.goTop{
	font-size: 0;
	position: fixed;
	right: 80px;
	bottom: 80px;
}
.header_m{
	display: none;
	position: relative;
}
.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 19px 6px;
}
.logo_m img{
	height: 20px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.search_m{
	float: right;
	font-size: 0;
	margin: 9px 6px;
	height: 40px;
	display: flex;
	align-items: center;
}
.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 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;
}
.address{
	font-size: 14px;
	line-height: 15.4px;
	color: #313131;
}
.address a{
	color: #313131;
}
.mt20{
	margin-top: 20px;
}
.inTitle{
	margin-top: 20px;
	font-size: 24px;
	line-height: 30.4px;
	text-align: center;
	color: #000;
	padding-bottom: 40px;
	border-bottom: 1px solid #E4E4E4;
}
.inTitle1{
	margin-top: 20px;
	font-size: 24px;
	line-height: 15.4px;
	text-align: center;
	color: #000;
}
.shul{
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.shuaix{
	margin-top: 20px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #212529;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shuaix select{
	border: 1px solid #DDDDDD;
	width: 132px;
	height: 40px;
	border-radius: 3px;
	outline: none;
	margin-left: 14px;
}
.page{
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DEE2E6;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	width: 27px;
	height: 29px;
	margin: 0 2px;
}
.page a.on{
	border: 1px solid #000000;
	background-color: #000000;
	color: #fff;
}
.mt60{
	margin-top: 60px;
}
.item{
	margin-top: 60px;
	border-bottom: 2px solid #D9D9D9;
}
.item a{
	display: inline-block;
	margin-right: 40px;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.5px;
	color: #0e0e0e;
	padding-bottom: 16px;
	border-bottom: 2px solid #D9D9D9;
	margin-bottom: -2px;
}
.item a.on{
	border-bottom: 2px solid #303030;
}
.item1{
	margin-top: 16px;
	font-size: 0;
}
.item1 a{
	display: inline-block;
	border-radius: 4px;
	background-color: #E9E9E9;
	padding: 4px 10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #0e0e0e;
	margin-right: 20px;
}
.item1 a.on{
	background-color: #63A3FF;
	color: #fff;
}
.proDeta{
	width: 100%;
	max-width: 1100px;
	margin: 54px auto 0;
}
.proDeta1{
	overflow: hidden;
}
.proDeta2{
	float: left;
	width: 45%;
}
.proLeft2{
	margin-top: 25px;
	padding: 0 50px;
}
.proLeft2 .swiper-slide-thumb-active{
	border: 1px solid #303030;
	overflow: hidden;
}
.proLeft1_d{
	padding: 10px;
	position: relative;
	height: 495px;
	border: 1px solid #CCCCCC;
}
.proLeft1_d img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proLeft2_d{
	font-size: 0;
	position: relative;
	height: 90px;
}
.proLeft2_d img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proLeft1{
	position: relative;
}
.deLeft{
	font-size: 0;
	position: absolute;
	left: 0;
	z-index: 96;
	top: 50%;
	transform: translateY(-50%);
}
.deRight{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.proLeft1 .swiper-pagination{
	z-index: 10;
	font-size: 12px;
	color: #ffffff;
	padding-right: 10px;
	text-align: right;
}
.proLeft2{
	position: relative;
}
.deLeft1{
	font-size: 0;
	position: absolute;
	left: 10px;
	padding: 10px;
	z-index: 96;
	top: 50%;
	transform: translateY(-50%);
}
.deRight1{
	font-size: 0;
	position: absolute;
	right: 10px;
	padding: 10px;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.proDeta3{
	float: right;
	width: 49%;
}
.proDeta4{
	font-size: 16px;
	line-height: 28.8px;
	letter-spacing: 0.6000000238418579px;
	color: rgba(48, 48, 48, 0.75);
}
.proDeta5{
	margin-top: 5px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.6000000238418579px;
	color: #303030;
}
.proDeta6{
	margin-top: 24px;
	font-size: 12px;
	line-height: 20.4px;
	letter-spacing: 0.699999988079071px;
	color: rgba(48, 48, 48, 0.75);
}
.proDeta6 span{
	font-size: 24px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 1.2999999523162842px;
	color: #303030;
	text-decoration: line-through;
}
.proDeta6 code{
	font-size: 24px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 1.2999999523162842px;
	color: #B40000;
}
.proDeta7{
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.4000000059604645px;
	color: #303030;
}
.proDeta8{
	margin-top: 9px;
}
.proDeta8 span{
	display: inline-block;
	width: 112px;
	height: 40px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 38px;
	color: #303030;
	margin-right: 10px;
	border-radius: 2px;
}
.proDeta8 span.on{
	border: 1px solid #C69B6F;
}
.proDeta9{
	margin-top: 8px;
	position: relative;
	width: 140px;
	height: 36px;
}
.proDeta9 input{
	border: 1px solid rgba(48, 48, 48, 0.55);
	border-radius: 2px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.proDeta9 input::-webkit-inner-spin-button,
.proDeta9 input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
/* 兼容Firefox */
.proDeta9 input[type="number"] {
    -moz-appearance: textfield;
}
.add{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.reduce{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.addc{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.reducec{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}


.proDeta10{
	margin-top: 32px;
}
.proDeta10 input{
	border: 1px solid #303030;
	border-radius: 2px;
	height: 46px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #303030;
	background-color: #fff;
	width: 100%;
}
.proDeta11{
	margin-top: 24px;
}
.proDeta11 input{
	border: 1px solid #EFCC93;
	border-radius: 2px;
	height: 46px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #EFCC93;
	color: #303030;
	width: 100%;
}
.intro{
	margin-top: 70px;
	padding: 0 20px 24px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #303030;
}
.intro1{
	margin-top: 32px;
	padding: 0 30px;
}
.intro2{
	font-size: 15px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.intro3{
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.newsDeta{
	margin-top: 50px;
	font-size: 24px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: #222222;
}
.newsDeta1{
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: #939393;
}
.newsDeta2{
	margin-top: 40px;
	font-size: 14px;
	line-height: 26.1px;
	color: #000000;
}
.sxp{
	margin-top: 50px;
	border-top: 1px solid #DCDCDC;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.sxp a{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1.399999976158142px;
	color: #000000;
}
.concept{
	margin-top: 64px;
	font-size: 0;
	text-align: center;
}
.concept1{
	margin-top: 45px;
	font-size: 24px;
	line-height: 37px;
	color: #000000;
}
.concept1 span{
	font-family: monospace;
	font-size: 67px;
	line-height: 67px;
}
.concept2{
	margin-top: 10px;
	font-size: 13px;
	font-weight: 350;
	line-height: 24.7px;
	color: #000000;
}
.concept3{
	margin: 27px 0 0;
	background-color: #F7F7F7;
	padding: 36px 207px 72px;
}
.concept4{
	display: flex;
}
.concept5{
	padding: 32px 0 32px 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #424242;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	width: 200px;
	margin-right: 20px;
}
.concept6{
	flex: 1;
	padding: 32px 0 32px 50px;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.concept7{
	margin-top: 56px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1E1E1E;
}
.map{
	margin-top: 40px;
}
.used{
	margin-top: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.used a{
	display: block;
	margin-top: 20px;
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	border: 1px solid #1E1E1E;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	color: #1E1E1E;
	border-radius: 2px;
}
.used a:nth-child(3n){
	margin-right: 0;
}
.used1{
	margin-top: 70px;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	color: #333;
}
.used2{
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #393939;
}
.lxwm{
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	color: #000000;
}
.register{
	margin-top: 50px;
	border-top: 1px solid #DDDDDD;
}
.register1{
	display: flex;
	border-bottom: 1px solid #DDDDDD;
}
.register2{
	width: 325px;
	padding: 0 30px;
	background-color: #F1F1F1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.register3{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #212529;
}
.register4{
	width: 42px;
	height: 17px;
	border: 1px solid #D94D4D;
	border-radius: 4px;
	font-size: 10px;
	color: #D94D4D;
	text-align: center;
	line-height: 15px;
}
.register5{
	padding: 21px 30px;
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.register6{
	width: 440px;
	margin-right: 20px;
	position: relative;
}
.register6 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 0 10px;
}
.register6 a{
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 121px;
	height: 30px;
	background-color: #000000;
	border: 1px solid #242424;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.register7 label{
	display: inline-flex;
	align-items: center;
	margin-right: 80px;
	font-size: 14px;
	line-height: 14px;
	color: #212529;
}
.register7 label input{
	margin-right: 10px;
}
.register8 {
	font-size: 0;
}
.register8 select{
	height: 50px;
	border-radius: 3px;
	border: 1px solid #999999;
	outline: none;
}
.register8 select.year{
	width: 200px;
	margin-right: 10px;
}
.register8 select.month{
	width: 115px;
	margin-right: 10px;
}
.register8 select.day{
	width: 115px;
}
.register9{
	margin-top: 5px;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.register11{
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
}
.register11 a{
	color: #000000;
	text-decoration: underline;
}
.register12{
	margin-top: 60px;
	text-align: center;
}
.register12 input{
	width: 230px;
	height: 50px;
	background-color: #EFCC93;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.register13 label{
	margin: 9px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 14px;
	color: #212529;
}
.register13 label input{
	margin-right: 10px;
}
.register14{
	width: 100%;
}
.register14 textarea{
	width: 100%;
	height: 153px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 10px;
	resize: none;
}
.artica{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.artica1{
	margin-top: 30px;
	font-size: 14px;
	line-height: 25.2px;
	color: #333333;
}
.artica2{
	margin-top: 50px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #000000;
}
.artica3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25.2px;
	color: #000000;
}
.logre{
	padding: 60px 0 133px;
}
.logre1{
	font-size: 23.81px;
	font-weight: 500;
	line-height: 28.8px;
	color: #212529;
}
.logre2{
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.logre3{
	background-color: #F7F7F7;
	padding: 40px 40px 30px;
	width: calc((100% - 40px)/2);
}
.logre4{
	font-size: 20px;
	font-weight: 500;
	line-height: 28.96px;
	color: #212529;
}
.logre5{
	margin-top: 24px;
}
.logre5 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 50px;
	background: url(../img/email.png) #ffffff no-repeat;
	background-position: 19px center;
	font-size: 12px;
}
.logre6{
	position: relative;
	margin-top: 12px;
}
.logre6 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 50px;
	background: url(../img/pass.png) #ffffff no-repeat;
	background-position: 19px center;
	font-size: 12px;
}
.logre6 span{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.eye1{
	display: none;
}
.logre7{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logre7 input{
	width: 236px;
	height: 50px;
	background-color: #EFCC93;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}
.logre7 a{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #D94D4D;
}
.logre8{
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.logre9{
	margin-top: 40px;
}
.logre9 a{
	display: block;
	height: 57px;
	font-size: 12px;
	font-weight: 500;
	line-height: 57px;
	background-color: #EFCC93;
	text-align: center;
	color: #000000;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
}
.tips_tc1{
	height: 56px;
	background: #000000;
	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;
	min-height: 58px;
}
.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: 174px;
}
.m31 .pr_info .cn {
	flex: 1;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	line-height: 28px;
}
.cn11{
	margin-top: 40px;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0.8px;
	color: #666666;
}
.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: #666666;
	margin-bottom: 5px;
}
.m31 .pr_info2 .t1 span{
	color: #282828;
	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;
	border: 1px solid #CB1629;
	font-size: 12px;
	color: #CB1629;
	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: #2B2B2B;
	background: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 258px;
	height: 52px;
	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 #2B2B2B;
	background: #2B2B2B;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 258px;
	height: 52px;
	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;
}
.record{
	margin-top: 72px;
	border: 1px solid #E6E6E6;
	border-bottom: 0;
	padding: 0 28px;
	background-color: #F7F7F7;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	color: #212529;
}
.record1{
	padding: 20px 30px 30px;
	border: 1px solid #E6E6E6;
	border-top: 0;
	background-color: #F7F7F7;
}
.record2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record3{
	display: flex;
	align-items: center;
	max-width: 820px;
	flex: 0 1 820px;
}
.record4{
	font-size: 0;
	margin-right: 19px;
	flex-shrink: 0;
}
.record4 img{
	width: 48px;
	height: auto;
	max-width: none;
	display: block;
}
.record5a{
	font-size: 14px;
	font-weight: 400;
	line-height: 26.4px;
	color: #000;
}
.record5b{
	font-size: 14px;
	font-weight: 400;
	line-height: 26.4px;
	color: #000;
}
.record5b span{
	color: #B80000;
	font-size: 22px;
}
.record6{
	text-align: right;
}
.record6a{
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #333333;
}
.record6b{
	margin-top: 7px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: #333333;
}
.record6b span{
	font-size: 20px;
	color: #B40000;
}
.record7{
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record7 a{
	display: block;
	width: 258px;
	height: 52px;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}
.record7 input{
	width: 258px;
	height: 52px;
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	font-size: 18px;
	font-weight: 500;
	color: #353535;
}
.wap{
	display: none !important;
}
.orderDeta{
	margin-top: 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: 49%;
}
.oWidth1{
	width: 17%;
}
.oWidth3{
	width: 12%;
}
.oWidth2{
	width: 20%;
}
.orderLeft10 ul li.oWidth{
	justify-content: flex-start;
	text-align: left;
}
.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{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orderLeft11a{
	font-size: 0;
	width: 90px;
	margin-right: 13px;
	line-height: 1;
}
.orderLeft11b{
	flex: 1;
	text-align: left;
}
.orderLeft11c{
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.orderLeft11d{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #000000;
}
.orderLeft11e{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.orderLeft12{
	margin-top: 6px;
}
.orderLeft12 label{
    width: 100%;
	margin-top: 10px;
	font-size: 15px;
	line-height: 21px;
	color: #414141;
	display: flex;
	align-items: center;
}
.orderLeft12 label input{
	margin-right: 13px;
}
.orderLeft12 label span{
    display: flex;
    align-items: center;
}
.orderLeft13{
	margin-top: 10px;
	background-color: #F7F7F7;
	padding: 16px 16px 1px;
}
.orderLeft13a{
	margin-top: 16px;
	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;
}
.orderLeft13c input{
	border: 1px solid #DCDCDC;
	height: 36px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 100%;
	padding: 0 10px;
}
.orderLeft13c select{
	border: 1px solid #DCDCDC;
	height: 36px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 100%;
	padding: 0 10px;
	outline: none;
}
.orderLeft13d{
	margin-top: 13px;
}
.orderLeft13d input{
	border: 1px solid #DCDCDC;
	height: 36px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 120px;
	padding: 0 10px;
}
.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: 32px;
}
.orderRight3 input{
	width: 100%;
	height: 55px;
	background-color: #EFCC93;
	font-size: 16px;
	color: #353535;
	font-weight: 600;
}
.orderRight3 input:hover{
	background-color: #2B2B2B;
	color: #fff;
}

.orderRight3 button{
	border:none;
	width: 100%;
	height: 55px;
	background-color: #EFCC93;
	font-size: 16px;
	color: #353535;
	font-weight: 600;
}
.orderRight3 button:hover{
	background-color: #2B2B2B;
	color: #fff;
}


.orderRight4{
	font-size: 12px;
	line-height: 26.4px;
	color: #AD0000;
}
.orderRight5{
	margin-top: 8px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 26.4px;
	color: #3c3c3c;
}
.orderRight5 input{
	width: 160px;
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}
.orderRight6{
	margin-top: 8px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 26.4px;
	color: #3c3c3c;
}
.orderRight6 input{
	width: 100%;
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}
.mypage{
	margin-top: 48px;
	margin-bottom: 48px;
	overflow: hidden;
}
.mypage a{
	display: block;
	float: left;
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 24px;
	border: 2px solid #333333;
	border-radius: 4px;
	padding-top: 11px;
	height: 77px;
	font-size: 15px;
	font-weight: 500;
	line-height: 26.4px;
	text-align: center;
	color: #333333;
}
.mypage a:nth-child(3n){
	margin-right: 0;
}
.mypage a span{
	display: block;
	text-align: center;
	font-size: 0;
	height: 30px;
}
.my_icon1{
	display: none;
}
.mypage a.on{
	background-color: #EFCC93;
	border: 2px solid #EFCC93;
}
.integral-summary .register5{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
}
.integral-balance{
	font-size: 24px;
	line-height: 1.3;
	color: #212529;
}
.integral-balance strong{
	font-weight: 700;
}
.integral-tip{
	font-size: 13px;
	line-height: 1.5;
	color: #888888;
}
.integral-empty{
	margin-top: 40px;
	padding: 48px 20px;
	text-align: center;
	font-size: 14px;
	color: #888888;
	border: 1px solid #E0E0E0;
	background-color: #F7F7F7;
}
.integral-log.buy{
	margin-top: 32px;
}
.ptWidth{
	width: 28%;
}
.ptWidth1{
	width: 52%;
	justify-content: flex-start;
	text-align: left;
}
.ptWidth2{
	width: 20%;
	justify-content: flex-end;
	text-align: right;
}
.integral-plus{
	color: #228B22;
	font-weight: 600;
}
.integral-minus{
	color: #D94D4D;
	font-weight: 600;
}
.mypage1{
	margin-top: 48px;
	border-top: 1px solid #DDDDDD;
}
.buy{
	margin-top: 48px;
	margin-bottom: 40px;
	border: 1px solid #E0E0E0;
}
.buy2 ul{
	display: flex;
	background-color: #F7F7F7;
}
.buy2 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;
}
.buy2 ul li:first-child{
	justify-content: space-between;
	padding-left: 36px;
}
.rWidth{
	width: 22%;
}
.rWidth1{
	width: 51%;
}
.rWidth2{
	width: 8%;
}
.rWidth3{
	width: 19%;
}
.buy3 ul{
	display: flex;
}
.buy3 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;
}
.buy4{
	font-size: 0;
	line-height: 1;
}
.buy4 img{
	width: 206px;
	height: 206px;
}
.buy5{
	width: 100%;
	text-align: ;
}
.buy5a{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}
.buy5b{
	margin-top: 65px;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.buy5c{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.buy6{
	padding: 14px 32px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.buy6a{
	display: flex;
	align-items: flex-start;
}
.buy6a1{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6a3{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6a4{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6b{
	text-align: right;
}
.buy6b1{
	font-size: 14px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6b2{
	margin-top: 60px;
	font-size: 16px;
	font-weight: 700;
	line-height: 26.4px;
	color: #000000;
}
.buy7{
	height: 77px;
	background-color: #F7F7F7;
	border-top: 1px solid #E0E0E0;
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buy7a{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.page404{
	margin: 40px auto 80px;
	max-width: 690px;
	border: 1px solid #DDDDDD;
	padding: 48px 24px 40px;
	border-radius: 8px;
	text-align: center;
}
.page404-code{
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	color: #B80000;
}
.page404-title{
	margin-top: 18px;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: #333333;
}
.page404-desc{
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.page404-actions{
	margin-top: 28px;
}
.page404-btn{
	margin: 0 6px;
	min-width: 140px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #000000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #000;
	text-decoration: none;
}
.page404-btn-outline{
	color: #000;
	background: #fff;
}
.exit{
	margin: 60px auto 0;
	width: 100%;
	max-width: 690px;
	border: 1px solid #DDDDDD;
	padding: 36px 0 30px;
	border-radius: 8px;
}
.exit1{
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: #333333;
}
.exit2{
	margin-top: 16px;
	text-align: center;
}
.exit2a{
	margin: 0 5px;
	width: 117px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #000000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	color: #000;
}
.exit2b{
	margin: 0 5px;
	width: 117px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #EFCC93;
	background-color: #EFCC93;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	color: #353535;
}
.jusb{
    justify-content: space-between;
}
.myCoupon{
    margin-top: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.coupon-empty{
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
}
.myCoupon1{
    width: calc((100% - 40px)/2);
    margin-right: 40px;
	background: url(../img/yhjbg.png) no-repeat;
	height: 200px;
	position: relative;
}
.myCoupon1:nth-child(2n){
    margin-right: 0;
}
.myCoupon2{
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 200px);
    max-width: 380px;
    box-sizing: border-box;
}
.myCoupon3{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #000;
    padding-left: 38px;
    padding-right: 16px;
    word-break: break-word;
    overflow-wrap: anywhere;
    box-sizing: border-box;
    max-width: 100%;
}
.myCoupon4{
    font-size: 10px;
    font-weight: 600;
    line-height: 26.4px;
    color: #000;
    padding-left: 38px;
    margin-top: 7px;
}
.myCoupon5{
    font-size: 10px;
    font-weight: 600;
    line-height: 19.4px;
    color: #000;
    padding-left: 38px;
    margin-top: 3px;
}
.myCoupon6{
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #000;
    padding-left: 20px;
}
.myCoupon7{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 182px;
    font-size: 32px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: center;
    background-image: linear-gradient(to bottom,#EFCC93,#D3A861);
    color: transparent;
    -webkit-background-clip: text;
}
.myCoupon7 span{
    font-size: 64px;
}
.myCoupon8{
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.myCoupon8 span{
    position: absolute;
    left: -12px;
    top: 32%;
    transform: rotate(-59deg);
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    color: #EFCC93;
}

/* PC端优惠券标题居中、长名称换行 */
@media only screen and (min-width: 1200px) {
    .myCoupon2{
        top: 40px;
        transform: none;
        width: calc(100% - 195px);
        max-width: none;
    }
    .myCoupon3{
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        padding-left: 38px;
        padding-right: 20px;
        width: 100%;
        display: block;
        white-space: normal;
        overflow: visible;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}




