@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;}
a:hover, button:hover {
    opacity: 0.7;
}
input[type='submit']:hover{
	opacity: 0.7;
}

.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.contain1{
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}
.contain2{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.logo{
	margin-top: 52px;
	font-size: 0;
	text-align: center;
	transition: all 0.5s 0s ease;
}
.logo img{
	height: 41px;
}
.hei0{
    height: 0 !important;
    overflow: hidden;
    margin-top: 0 !important;
}
.header{
	position: relative;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 90%, #EFEFEF 100%);
	transition: all 0.5s 0s ease;
}
.header1 ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header1 ul li{
	padding: 35px 20px;
	transition: all 0.5s 0s ease;
}
.header1 ul li.hlogo{
    width: 0;
    overflow: hidden;
	padding: 0;
	font-size: 0;
	line-height: 1;
	margin-right: 20px;
	transition: all 0.5s 0s ease;
}
.header1 ul li.hwidth{
	display: none;
	width: 0;
	overflow: hidden;
	padding: 0;
	font-size: 0;
	line-height: 1;
	transition: all 0.5s 0s ease;
}
.header1.jxmg ul li{
	padding: 35px 12px;
	transition: all 0.5s 0s ease;
}
.hlogo img{
	height: 30px;
}
.header1 ul li > a{
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #C6B484;
}
.header1 ul li > a:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #C6B484;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.header1 ul li.hlogo > a:before{
	height: 0;
}
.header1 ul li:hover > a:before{
	transform: scale(1, 1);
}
.header1 ul li a:hover{
	opacity: 1;
}
.too{
	display: flex;
	align-items: center;
}
.laneuage{
	position: relative;
}
.laneuage1{
	width: 94px;
	height: 30px;
	border: 1px solid #C6B484;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #C6B484;
}
.laneuage1 img{
	width: 16px;
	margin-left: 8px;
}
.laneuage2{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	padding-top: 6px;
}
.laneuage3{
	border: 1px solid #C6B484;
	padding: 1px 3px 9px;
	background-color: #FFFFFF;
}
.laneuage3 a{
	display: block;
	margin-top: 9px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	color: #C6B484;
}
.laneuage:hover .laneuage2{
	display: block;
}
.too1{
	display: flex;
	align-items: center;
}
.search{
	font-size: 0;
	margin-left: 30px;
	position: relative;
}
.search img{
	width: 30px;
}
.search1{
	display: none;
	position: absolute;
	top: calc(100% + 36px);
	right: 0;
	z-index: 96;
	background-color: #fff;
	padding: 15px;
}
.search2{
	overflow: hidden;
	border: 1px solid #C6B484;
	width: 520px;
}
.searchi{
	float: left;
	width: calc(100% - 54px);
	height: 50px;
	font-size: 16px;
	color: #C6B484;
	padding: 0 15px;
}
.searchi::-webkit-input-placeholder{ /*WebKit browsers*/
	color: rgba(198, 180, 132, 0.6);
}
.searchi::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: rgba(198, 180, 132, 0.6);
}
.searchi::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: rgba(198, 180, 132, 0.6);
}
.searchii{
	float: left;
	width: 54px;
	background: url(../img/search.png) center no-repeat;
	height: 50px;
	background-size: 30px;
}
.user{
	font-size: 0;
	margin-left: 30px;
}
.user img{
	width: 30px;
}
.cart{
	font-size: 0;
	margin-left: 30px;
}
.cart img{
	width: 30px;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	background-color: #FFFFFF;
	width: 100%;
	padding: 36px;
	align-items: center;
	justify-content: center;
}
.nav_sub1{
	margin: 0 53px;
}
.nav_sub2{
	font-size: 0;
	text-align: center;
}
.nav_sub2 img{
	width: 99px;
}
.nav_sub3{
	margin-top: 20px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	color: #937F4B;
}
.nav_sub1 a:hover{
	opacity: 0.7 !important;
}
.header1 ul li:hover .nav_sub{
	display: flex;
}
.fixed{
	position: fixed !important;
	left: 0;
	top: 0;
	right: 0;
	z-index: 96;
	background-color: #fff;
}
/* .fixed .logo {
	transition: all 0.5s 0s ease;
	height: 0;
	visibility: hidden;
} */
.fixed .hwidth{
	width: auto !important;
}
.banner{
	font-size: 0;
	text-align: center;
}
.welcome{
	font-weight: 700;
	font-size: 15.75px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #937F4B;
	text-align: center;
	line-height: 68px;
	background-color: #F9F8F4;
}
.syimg{
	padding: 80px 0;
}
.syimg a:hover{
	opacity: 1;
}
.syimg .swiper{
	padding: 0 25% 80px 30px;
}
.syimg .swiper-pagination{
	text-align: right;
	padding-right: 40px;
}
.syimg .swiper-pagination-bullet{
	width: 112px;
	height: 5px;
	background-color: #EBE5D9;
	opacity: 1;
	border-radius: 0;
}
.syimg .swiper-pagination-bullet-active{
	background-color: #C7B899;
}
.syimg1{
	background-color: #F2F1EE;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.syimg2{
	font-size: 0;
	width: 37%;
	margin-right: 23px;
	overflow: hidden;
}
.syimg2 img{
	transition: all .5s;
}
.syimg3{
	flex: 1;
}
.syimg4{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1.5px;
	color: #655739;
}
.syimg5{
	margin-top: 18px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26.25px;
	letter-spacing: 1px;
	color: #242424;
}
.syimg6{
	margin-top: 14px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #2D2D2D;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.syimg7{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14.88px;
	line-height: 16px;
	color: #000;
}
.syimg7 img{
	width: 12px;
	margin-left: 3px;
}
.syimg1:hover .syimg2{
	opacity: 0.7;
}
.syimg1:hover .syimg2 img{
	transform: scale(1.1);
}
.pop{
	background-color: #EBE5D9;
	padding: 60px 0 45px;
}
.title{
	font-size: 34px;
	line-height: 72px;
	letter-spacing: 2px;
	color: #937F4B;
}
.prolist{
	margin-top: 8px;
	padding: 0 24px;
}
.prolist ul{
	overflow: hidden;
	font-size: 0;
}
.prolist ul li{
	margin-top: 32px;
	list-style-type: none;
	/* float: left; */
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 150px)/4);
	margin-right: 50px;
	background-color: #F9F8F4;
	padding: 16px 20px 10px;
	position: relative;
}
.prolist ul li:nth-child(4n){
	margin-right: 0;
}
.collect{
	position: absolute;
	right: 30px;
	top: 24px;
	z-index: 3;
}
.collect img{
	width: 24px;
}
.prolist ul li:hover a{
	opacity: 1;
}
.prolist1{
	font-size: 0;
	/* height: 207px; */
	overflow: hidden;
}
.prolist1 img{
    transition: all .5s;
}
.prolist ul li:hover .prolist1 img{
    transform: scale(1.1);
}
.prolist2{
	margin-top: 15px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #1c1c1c;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prolist3{
	margin-top: -6px;
	font-size: 14px;
	line-height: 35.2px;
	letter-spacing: 2.5px;
	color: #181818;
}
.prolist3 span{
	text-decoration: line-through;
}
.prolist4{
	margin-top: -4px;
	font-size: 16px;
	line-height: 35.2px;
	letter-spacing: 2.5px;
	color: #C40000;
}
.more{
	margin-top: 40px;
	text-align: center;
}
.more a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 208px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	padding: 0 25px;
	font-size: 14.88px;
	line-height: 16px;
	color: #000;
}
.more a img{
	width: 12px;
}
.video{
	font-size: 0;
}
.video video{
	width: 100%;
	object-fit: fill;
}
.abopro{
	background-color: #F9F8F4;
	padding: 60px 0 45px;
}
.abopro1{
	padding: 60px 0 45px;
}
.syf{
	padding: 60px 0 80px;
}
.news{
	margin-bottom: 100px;
}
.news ul li{
	margin-top: 27px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 20px;
}
.news1{
	font-size: 0;
	margin-right: 21px;
}
.news1 img{
	width: 261px;
}
.news2{
	flex: 1;
}
.news3{
	font-size: 11.25px;
	line-height: 15px;
	letter-spacing: 1.5px;
	color: #655739;
}
.news4{
	margin-top: 10px;
	font-size: 20px;
	line-height: 26.25px;
	letter-spacing: 1px;
	color: #242424;
}
.news4 a{
	color: #242424;
}
.news5{
	margin-top: 24px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000;
}
.guide{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guide1{
	width: calc((100% - 12px)/3);
	font-size: 0;
	position: relative;
}
.guide2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.guide3{
	font-size: 22.63px;
	line-height: 32px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #655739;
	width: 200px;
	border-bottom: 2px solid #655739;
}
.guide4{
	margin-top: 12px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #655739;
}
.map{
	margin-top: 94px;
}
.footer{
	background-color: #F9F8F4;
	padding: 100px 0 60px;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer3{
	font-size: 0;
}
.footer3 img{
	height: 48px;
}
.footer4{
	margin-top: 18px;
	font-size: 14px;
	line-height: 27px;
	color: #655739;
}
.footer6{
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: center;
}
.footer6 a{
	color: #484848;
	margin-left: 30px;
}
.footer7{
	margin-top: 20px;
	font-size: 0;
	text-align: right;
}
.footer7 a{
	margin-left: 32px;
}
.footer7 a img{
	width: 32px;
}
.footer8{
	margin-top: 36px;
	text-align: right;
	font-size: 12px;
	line-height: 25.6px;
	letter-spacing: 1.5px;
}
.footer8 a{
	color: #272727;
	margin-left: 40px;
}
.cbcart{
	position: fixed;
	right: 30px;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.cbcart a{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	box-shadow: 0px 4px 19.3px 0px #DED8D1;
	background: linear-gradient(180deg, #FFFFFF 0%, #EBE5D9 100%);
}
.cbcart1{
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 35.2px;
	color: #C6B484;
	text-align: center;
}
.cbcart1 img{
	width: 57px;
	display: block;
	margin: 0 auto;
}
.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);
	z-index: 999;
}
.tips_tc_show{
	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);
	z-index: 999;
}
.tips_tc1{
	height: 56px;
	background-color: #151515;
	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;
}
.war{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: #FAF8F5;
}
.war1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 686px;
}
.war2{
	font-size: 0;
	text-align: center;
}
.war2 img{
	width: 110px;
}
.war3{
	margin-top: 60px;
	font-size: 0;
	text-align: center;
}
.war3 img{
	height: 48px;
}
.war4{
	margin-top: 60px;
	font-size: 24px;
	line-height: 43.2px;
	text-align: center;
	color: #242424;
}
.war5{
	margin-top: 40px;
	text-align: center;
}
.war5 span{
	font-size: 24px;
	line-height: 43.2px;
	color: #242424;
	text-decoration: underline;
}
.war6show{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.war7show{
	background-color: #ffffff;
	border: 1px solid #151515;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 70px)/2);
	font-size: 22px;
	color: #151515;
	border-radius: 30px;
}
.war8show{
	background-color: #151515;
	border: 1px solid #151515;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 70px)/2);
	font-size: 22px;
	color: #ffffff;
	border-radius: 30px;
}
.war6{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.war7{
	background-color: #ffffff;
	border: 1px solid #FB6547;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 36px)/2);
	font-size: 22px;
	color: #FB6547;
	border-radius: 30px;
}
.war8{
	background-color: #FB6547;
	border: 1px solid #FB6547;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 36px)/2);
	font-size: 22px;
	color: #ffffff;
	border-radius: 30px;
}
.war9{
	margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #242424;
}
.war10{
	margin-top: 20px;
	text-align: center;
}
.war10 input{
	width: 80%;
	background-color: #fff;
	text-align: left;
	height: 50px;
	border: 1px solid #eeeeee;
	border-radius: 9px;
	padding: 0 16px;
}
.war11{
	margin-top: 20px;
}
.war11 input{
	margin-right: 10px;
}
.war11 a{
	text-decoration: underline;
	font-size: 20px;
	color: #242424;
}
.cart_tips{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #FAF8F5;
}
.header_m{
	display: none;
	position: relative;
}
.header_m1{
	zoom: 1;
}
.header_m1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo_m{
	float: left;
	margin: 17px 6px;
}
.logo_m img{
	height: 24px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 13px 6px;
}
.icon_m img{
	height: 32px;
}
.search_m{
    float: right;
	margin: 13px 6px;
}
.search_m img{
	height: 32px;
}
.login_m{
    float: right;
	margin: 13px 6px;
	position: relative;
}
.login_m img{
	height: 32px;
}
.lang_m{
    float: right;
	margin: 17px 6px;
	position: relative;
	color: #C6B484;
}
.lang_m a{
	color: #C6B484;
}
.lang_m img{
	height: 32px;
}
.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;
}
.inPro{
	padding: 16px 0 36px;
	background: linear-gradient(180deg, #F9F8F4 -8.61%, #FFFFFF 45.69%, #F9F8F4 100%);
}
.address{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000;
}
.address a{
	color: #000;
}
.inTitle{
	margin-top: 30px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	color: #A38132;
}
.item{
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #A38132;
}
.item a{
	font-size: 16px;
	line-height: 18px;
	color: #494949;
	margin-right: 64px;
}
.item a.on{
	color: #A38132;
}
.item1{
	margin-top: 30px;
}
.item1 a{
	font-size: 16px;
	line-height: 18px;
	color: #494949;
	margin-right: 64px;
}
.item1 a.on{
	color: #A38132;
}
.item2{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item3 select{
	border: 1px solid #B09C76;
	min-width: 117px;
	height: 36px;
	font-size: 16px;
	line-height: 18px;
	color: #B09C76;
	outline: none;
	padding: 0 5px;
}
.page{
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B09C76;
	width: 36px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	color: #B09C76;
	vertical-align: middle;
}
.page a img{
	width: 7px;
	margin: 0 2px;
}
.inPro1{
}
.inPro1 ul{
	overflow: hidden;
}
.inPro1 ul li{
	margin-top: 32px;
	list-style-type: none;
	float: left;
	width: calc((100% - 198px)/4);
	margin-right: 66px;
	background-color: #F9F8F4;
	padding: 16px 20px 10px;
	position: relative;
}
.inPro1 ul li:nth-child(4n){
	margin-right: 0;
}
.mt36{
	margin-top: 36px;
}
.ing{
	padding: 90px 0;
}
.proDeta{
	padding: 12px 0 90px;
	background: linear-gradient(180deg, #F9F8F4 0%, #FFFFFF 50%, #FFFFFF 100%);
}
.proDeta1{
	margin-top: 45px;
	overflow: hidden;
}
.pro_left{
	float: left;
	width: 485px;
}
.proLeft1{
	font-size: 0;
	position: relative;
}
.proLeft1>img{
	width: 100%;
}
.pro_left1{
	margin-top: 26px;
	position: relative;
}
.prleft{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.prleft img{
	width: 24px;
}
.prright{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
}
.prright img{
	width: 24px;
}
.proLeft2{
	font-size: 0;
}
.swiper-slide-thumb-active .proLeft2{
	/* border: 1px solid #212121; */
}
.pro_collect{
	font-size: 0;
	position: absolute;
	left: 18px;
	top: 18px;
}
.p_collect1{
	display: none;
}
.pro_reduce{
	position: absolute;
	right: 35px;
	top: 0;
	width: 53px;
	height: 88px;
	background: url(../img/r_bg.png) no-repeat;
	padding-top: 14px;
}
.pro_reduce span{
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.pro_reduce code{
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.pro_right{
	float: right;
	width: 588px;
	padding-right: 44px;
}
.pro_right1{
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #A38132;
}
.pro_right2{
	margin-top: 15px;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #A38132;
}
.pro_right3{
	margin-top: 20px;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #A38132;
}
.pro_right4{
	margin-top: 16px;
}
.pro_right4 span{
	display: inline-block;
	padding: 0 16px;
	line-height: 31px;
	background-color: #C6B484;
	font-size: 16px;
	color: #fff;
}
.pro_right5{
	margin-top: 15px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #A38132;
}
.pro_right5 span{
	position: relative;
	font-size: 0;
	display: inline-block;
}
.pro_right5 span img{
	width: 13px;
}
.pro_right5 code{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 3;
	width: 420px;
	font-family: inherit;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #000;
	padding: 5px 12px;
	border: 1px solid #888888;
	background: linear-gradient(91.14deg, #FFFBF2 0%, #C6B484 116.55%);
}
.pro_right5 span:hover code{
	display: block;
}
.pro_right6{
	margin-top: 16px;
}
.pro_right6 label{
	display: inline-block;
	padding: 16px 16px 8px;
	border: 1px solid #888888;
	background: #FBFAF7;
	width: 240px;
	margin-right: 29px;
}
.pro_right6 label.on{
	border: 1px solid #A38132;
	background-color: #EBE5D9;
}
.pro_right6a{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 18px;
}
.pro_right6b{
	margin-top: -6px;
	font-size: 14px;
	line-height: 35.2px;
	letter-spacing: 2.5px;
	color: #181818;
}
.pro_right6b span{
	text-decoration: line-through;
}
.pro_right6c{
	margin-top: -6px;
	font-size: 14px;
	line-height: 35.2px;
	letter-spacing: 2.5px;
	color: #C40000;
}
.pro_right7{
	margin-top: 30px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro_right8{
	position: relative;
}
.pro_right8 > span{
	position: absolute;
	left: 11px;
	top: -6px;
	z-index: 9;
	width: 30px;
	height: 15px;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	text-align: center;
}
.pro_right8a{
	width: 147px;
	height: 50px;
	margin-right: 30px;
	border: 1px solid #000000;
	position: relative;
}
.pro_right8a input{
	width: 100%;
	height: 100%;
	text-align: center;
}
.pro_right8a input::-webkit-inner-spin-button,
.pro_right8a input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.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;
}
.pro_right9{
	flex: 1;
}
.pro_right9 input{
	width: 100%;
	height: 50px;
	background-color: #B09C76;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.pro_right11{
	height: 50px;
	border-bottom: 1px solid #A38132;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro_right12{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #A38132;
}
.pro_right13{
	font-size: 0;
}
.pro_right13 img{
	width: 14px;
}
.zk{
	display: none;
}
.pro_right14{
	display: none;
	margin-top: 9px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #A38132;
}
.pro_right14 video{
    max-width: 100%;
}
.pro_right14 img{
    max-width: 100%;
}
.pro_right10.on .sq{
	display: none;
}
.pro_right10.on .zk{
	display: block;
}
.pro_right10.on .pro_right14{
	display: block;
}
.pro_right15{
	margin-top: 20px;
}
.pro_right15 video{
	width: 100%;
	object-fit: fill;
}
.proDeta2{
	margin-top: 60px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #A38132;
}
.proDeta3{
	margin-top: 45px;
	font-size: 0;
	position: relative;
}
.proDeta4{
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 310px;
}
.proDeta5{
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #A38132;
}
.proDeta6{
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 34px;
	color: #A38132;
}
.proDeta7{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	padding-right: 55px;
}
.proDeta8{
	font-size: 0;
	margin-right: 96px;
}
.proDeta8 img{
	width: 591px;
}
.proDeta9{
	flex: 1;
}
.proDeta10{
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #A38132;
}
.proDeta11{
	margin-top: 50px;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #A38132;
}
.proDeta12{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22px;
}
.proDeta12 span{
	font-size: 0;
}
.proDeta12 code{
	margin-top: 29px;
	height: 368px;
	display: block;
	width: 1px;
	background-color: #937F4B;
}
.proDeta13{
	margin-top: 50px;
	position: relative;
}
.proDeta13a{
	position: relative;
	background-color: #F9F8F4;
	padding: 16px 20px 10px;
}
.pleft{
	font-size: 0;
	position: absolute;
	left: -68px;
	top: 50%;
	transform: translateY(-50%);
}
.pleft img{
	width: 48px;
}
.pright{
	font-size: 0;
	position: absolute;
	right: -68px;
	top: 50%;
	transform: translateY(-50%);
}
.pright img{
	width: 48px;
}
.inGuide{
	padding: 16px 0 90px;
}
.inGuide1{
	margin-top: 50px;
	font-size: 22px;
	line-height: 33px;
	color: #191919;
}
.inGuide2{
	margin-top: 36px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.inGuide3{
	width: calc((100% - 48px)/4);
}
.inGuide4{
	background-color: #EBE5D9;
	font-size: 18px;
	line-height: 39px;
	text-align: center;
	color: #191919;
}
.inGuide5{
	padding: 20px 16px;
	background-color: #F9F8F4;
}
.inGuide5 a{
	display: block;
	margin-top: 27px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1.5px;
	text-decoration: underline;
	color: #474747;
}
.inGuide5 a:first-child{
	margin-top: 0;
}
.inGuide5 a:hover{
	color: #B09C76;
	opacity: 1;
}
.inGuide6{
	margin-top: 50px;
	background-color: #151515;
	padding: 0 16px;
	font-size: 18px;
	line-height: 52px;
	letter-spacing: 1.5px;
	color: #fff;
	position: relative;
}
.mljid{
	position: absolute;
	left: 0;
	top: -200px;
}
.inGuide7{
	margin-top: 30px;
	background-color: #EBE5D9;
	padding: 0 16px;
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 1.5px;
	color: #000000;
}
.inGuide8{
	margin-top: 24px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1.5px;
	color: #000000;
}
.inBanner{
	font-size: 0;
	position: relative;
}
.inBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	max-width: 850px;
}
.inBanner2{
	font-size: 0;
	text-align: center;
}
.inBanner2 img{
	height: 78px;
}
.inBanner3{
	margin-top: 30px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 3px;
	color: #080808;
}
.inAbout{
	padding: 30px 0 80px;
}
.inAbout1{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.inAbout2{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inAbout2:nth-child(2n){
	flex-direction: row;
}
.inAbout3{
	font-size: 0;
}
.inAbout3 img{
	width: 315px;
}
.inAbout4{
	width: 100%;
	max-width: 390px;
}
.inAbout5{
	margin: 0 auto;
	width: 104px;
	height: 26px;
	background-color: #C6B484;
	font-weight: 700;
	font-size: 15.75px;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
}
.inAbout6{
	margin-top: 26px;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 4px;
	text-align: center;
	color: #000000;
}
.inAbout7{
	margin: 36px auto 0;
	width: 270px;
	height: 1px;
	background-color: #C6B484;
}
.inAbout8{
	margin-top: 30px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #000;
}
.inAbout9{
	margin-top: 30px;
}
.inAbout9 a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 325px;
	margin: 0 auto;
	height: 40px;
	border: 1px solid #C6B484;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #C6B484;
}
.inAbout9 a img{
	width: 55px;
	margin-left: 30px;
}
.inAbout10{
	margin-top: 108px;
	font-size: 21px;
	color: #000;
	text-align: center;
}
.inAbout11{
	margin-top: 50px;
	border: 1px solid #EBE8E1;
	border-bottom: 0;
}
.inAbout12{
	display: flex;
	border-bottom: 1px solid #EBE8E1;
}
.inAbout13{
	width: 214px;
	background-color: #F9F8F4;
	border-right: 1px solid #EBE8E1;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inAbout14{
	flex: 1;
	padding: 20px;
	font-size: 16px;
	color: #000;
}
.recru{
	padding: 16px 0 36px;
	background: linear-gradient(180deg, #F9F8F4 -8.61%, #FFFFFF 100%);
}
.recru1{
	margin-top: 72px;
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 4px;
	text-align: center;
	color: #080808;
}
.recru2{
	margin-top: 50px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 3px;
	color: #080808;
}
.recru3{
	margin-top: 45px;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	color: #232323;
}
.recru4{
	margin-top: 7px;
	font-size: 18px;
	line-height: 16px;
	color: #797979;
	text-align: center;
}
.recru5{
	margin-top: 39px;
	background-color: #ffffff;
	padding: 1px 60px 75px;
}
.recru6{
	margin-top: 45px;
	background-color: #EBE5D9;
	font-size: 22px;
	line-height: 55px;
	color: #000000;
	padding: 0 20px;
}
.recru7{
	margin-top: 24px;
	font-size: 16px;
	line-height: 28px;
	color: #232323;
}
.inNews{
	padding: 20px 0 80px;
}
.inNews1{
	margin: 50px 0;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #B09C76;
	padding-bottom: 20px;
	border-bottom: 1px solid #B09C76;
}
.npage{
	text-align: center;
}
.npage a{
	vertical-align: top;
	margin: 0 6px;
	font-size: 20px;
	height: 36px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	display: inline-flex;
	align-items: center;
}
.npage a img{
	width: 30px;
}
.npage a.on{
	color: #B09C76;
	border-bottom: 1px solid #B09C76;
}
.newsDeta{
	margin-top: 50px;
	font-weight: 200;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #AAAAAA;
}
.newsDeta1{
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 21.31px;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
}
.newsDeta2{
	margin-top: 40px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #000;
}
.sxy{
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #AAAAAA;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sxy a{
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	letter-spacing: 1px;
}
.inContact{
	padding: 20px 0 64px;
	min-height: 720px;
}
.inContact1{
	margin-top: 50px;
	border-bottom: 1px solid #000000;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 10px;
	letter-spacing: 3px;
	text-align: center;
	color: #000;
}
.inContact2{
	margin-top: 40px;
	text-align: center;
	font-size: 0;
	padding: 0 50px;
}
.inContact3{
	margin-top: 36px;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-align: center;
}
.inContact4{
	width: 100%;
	max-width: 584px;
	margin: 0 auto;
}
.inContact8{
	margin-top: 32px;
	display: flex;
	align-items: flex-start;
}
.inContact9{
	width: 124px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.4px;
	text-align: right;
	color: #000000;
}
.inContact10{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inContact10 select{
	width: 269px;
	max-width: 100%;
	height: 30px;
	border: 1px solid #D2D2D2;
	outline: none;
	padding: 0 10px;
}
.inContact10 textarea{
	width: 350px;
	max-width: 100%;
	height: 200px;
	border: 1px solid #D2D2D2;
	resize: none;
	padding: 10px;
}
.inContact10 input{
	width: 350px;
	max-width: 100%;
	height: 30px;
	border: 1px solid #D2D2D2;
	padding: 0 10px;
}
.inContact10 input.enail{
	width: 128px;
}
.inContact10 input.file{
	width: auto;
	border: none;
	padding: 0;
}
.inContact10a{
	margin-left: 14px;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.3px;
	color: #666666;
}
.inContact10b{
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}
.inContact11{
	margin-top: 60px;
	text-align: center;
}
.inContact11 input{
	width: 314px;
	height: 53px;
	background-color: #B09C76;
	font-weight: 600;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 1px;
	color: #ffffff;
}
.art{
	margin-top: 88px;
	padding-bottom: 40px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 21.31px;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
}
.art1{
	margin-top: 40px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #000000;
}
.art2{
	margin-top: 49px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.art3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25.2px;
	color: #000000;
}
.art4{
	margin-top: 50px;
	border: 1px solid #EBE8E1;
	border-bottom: 0;
}
.art5{
	display: flex;
	border-bottom: 1px solid #EBE8E1;
}
.art6{
	width: 190px;
	background-color: #F9F8F4;
	border-right: 1px solid #EBE8E1;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.art7{
	flex: 1;
	padding: 20px;
	font-size: 15px;
	line-height: 30px;
	color: #000;
}
.art7 a{
	color: #A38132;
}
.login{
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.login form{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.login1{
	width: 100%;
	max-width: 449px;
}
.login2{
	font-weight: 600;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.login3{
	margin-top: 10px;
	font-weight: 600;
	font-size: 14px;
	background-color: #151515;
	line-height: 32px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #ffffff;
}
.login4{
	border: 1px solid #B8B8B8;
	border-top: 0;
	border-bottom: 0;
}
.login5{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #B8B8B8;
}
.login6{
	width: 180px;
	background-color: #FAF8F4;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333333;
	padding: 0 16px;
}
.login7{
	padding: 4px 5px;
	width: calc(100% - 180px);
	display: flex;
	align-items: center;
}
.login7 input{
	flex: 1;
	height: 32px;
	border: 1px solid #E0E0E0;
	padding: 0 16px;
	box-sizing: border-box;
}
.login7.yzm input{
	width: calc(100% - 84px);
}
.login7 button{
	width: 84px;
	height: 32px;
	background-color: #B09C76;
	margin-left: 4px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
.login8{
	margin-top: 30px;
}
.login8 input{
	width: 170px;
	height: 40px;
	background-color: #B09C76;
	font-size: 14px;
	color: #ffffff;
}
.login8 a{
	margin-top: 16px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 22.4px;
	letter-spacing: 0.7px;
	color: #333333;
}
.login9{
	width: 100%;
	max-width: 511px;
}
.login10{
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22.4px;
	letter-spacing: 0.7px;
	color: #333333;
}
.login11{
	margin-top: 30px;
}
.login11 a{
	display: inline-block;
	width: 170px;
	height: 40px;
	border: 1px solid #B09C76;
	font-size: 14px;
	color: #B09C76;
	text-align: center;
	line-height: 38px;
	margin-right: 16px;
}
.forget{
	font-size: 0;
	text-align: center;
}
.forget img{
	width: 277px;
}
.register{
	font-size: 0;
	text-align: center;
}
.register1{
	font-size: 0;
	text-align: center;
}
.register1 img{
	width: 353px;
}
.logre{
	margin-top: 36px;
	padding-bottom: 40px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 21.31px;
	line-height: 26px;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
}
.inCart{
	margin-top: 40px;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.order{
	margin-top: 25px;
	background-color: #EBE5D9;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #1D1D1D;
}
.order1{
	border: 1px solid #E6E6E6;
	border-top: 0;
}
.order2{
	background-color: #FAF8F4;
}
.order2 ul{
	overflow: hidden;
}
.order2 ul li{
	float: left;
	list-style-type: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #7D7D7D;
	border-right: 1px solid #E6E6E6;
}
.order2 ul li:last-child{
	border-right: 0;
}
.orwidth{
	width: 47.6%;
}
.orwidth1{
	width: 16.2%;
}
.orwidth2{
	width: 13.8%;
}
.orwidth3{
	width: 22.4%;
}
.order3 ul{
	display: flex;
	border-top: 1px solid #E6E6E6;
}
.order3 ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #E6E6E6;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.order3 ul li:last-child{
	border-right: 0;
	font-size: 20px;
}
.order3 ul li span{
	font-size: 12px;
}
.incart7{
	width: 100%;
	padding: 10px 8px;
	display: flex;
	align-items: center;
}
.incart8{
	font-size: 0;
	margin-right: 20px;
	line-height: 1;
}
.incart8 img{
	width: 133px;
}
.incart9{
	flex: 1;
}
.incart9a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.7px;
	color: #333;
}
.incart9b{
	font-size: 12px;
	line-height: 21.6px;
	letter-spacing: 0.42px;
	color: #0D0D0D;
}
.incart9c{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.7px;
	color: #333;
}
.incart9c span{
	text-decoration: line-through;
}
.incart9d{
	margin-top: 6px;
	font-size: 12px;
	line-height: 18px;
	color: #757575;
}
.owidth{
	width: 58%;
}
.owidth1{
	width: 13%;
}
.owidth2{
	width: 8%;
}
.owidth3{
	width: 11%;
}
.owidth4{
	width: 10%;
}
.order3 ul li input{
	border: 1px solid #CBCBCB;
	width: 43px;
	height: 34px;
	text-align: center;
}
/*.order3 ul li input::-webkit-outer-spin-button,*/
/*.order3 ul li input::-webkit-inner-spin-button {*/
/*  -webkit-appearance: none;*/
/*  margin: 0;*/
/*}*/
/*!* 针对 Firefox *!*/
/*.order3 ul li input[type="number"] {*/
/*  -moz-appearance: textfield;*/
/*}*/
.order3 ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CBCBCB;
	width: 85px;
	height: 34px;
	background-color: #F7F7F7;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #333333;
}
.order4{
	margin-top: 25px;
	text-align: right;
}
.order4a{
	display: inline-block;
	border: 1px solid #D9D9D9;
	width: 129px;
	height: 34px;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
	text-align: center;
	line-height: 32px;
	border-radius: 2px;
}
.order4b{
	margin-left: 4px;
	display: inline-block;
	border: 1px solid #B09C76;
	background-color: #B09C76;
	width: 129px;
	height: 34px;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	border-radius: 2px;
}
.order5{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order6{
	flex: 1;
	display: flex;
	align-items: flex-end;
}
.order6 img{
	width: 100px;
}
.order6 span{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #B09C76;
}
.order6 span code{
	color: #333;
	font-family: inherit;
}
.order7{
	margin-left: 50px;
	width: 524px;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
}
.order7a{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E0E0E0;
}
.order7b{
	width: 214px;
	text-align: right;
	border-right: 1px solid #E0E0E0;
	padding: 0 10px;
	background-color: #F7F7F7;
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.7px;
	color: #333333;
}
.order7c{
	flex: 1;
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333333;
	padding: 0 10px;
}
.order8{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.order8 a{
	font-size: 12px;
	line-height: 19.5px;
	letter-spacing: 0.2px;
	color: #040404;
}
.order8 input{
	background-color: #B09C76;
	width: 524px;
	height: 56px;
	background-color: #B09C76;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.7px;
	color: #ffffff;
	border-radius: 2px;
	cursor: pointer;
}
.incart9d{
	margin-top: 10px;
	width: 100%;
	display: none;
	line-height: 40px;
}
.counpon{
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.counpon1{
	width: calc((100% - 24px)/2);
}
.counpon2{
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #333333;
}
.counpon3{
	margin-top: 10px;
	border: 1px solid #CBCBCB;
	border-bottom: 0;
}
.counpon3 label{
	display: block;
}
.counpon4{
	display: flex;
	border-bottom: 1px solid #CBCBCB;
}
.counpon4a{
	width: 214px;
	text-align: right;
	background-color: #F7F7F7;
	border-right: 1px solid #CBCBCB;
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.7px;
	color: #333333;
	padding: 0 10px;
}
.counpon4b{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 5px 5px 20px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #000000;
	box-sizing: border-box;
}
.counpon4b input{
	width: calc(100% - 61px);
	height: 100%;
}
.counpon4b a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CBCBCB;
	width: 61px;
	height: 34px;
	background-color: #F7F7F7;
	font-family: Noto Serif JP;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #333333;
}
.counpon4.on .counpon4b a{
	background-color: #B09C76;
	border: 1px solid #B09C76;
	color: #ffffff;
}
.counpon5{
	margin-top: 36px;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #333333;
}
.counpon6{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #BC261A;
}
.counpon7{
	margin-top: 30px;
	border: 1px solid #CBCBCB;
	border-bottom: 0;
}
.counpon8{
	display: flex;
	border-bottom: 1px solid #CBCBCB;
}
.counpon8a{
	width: 143px;
	text-align: right;
	background-color: #F7F7F7;
	border-right: 1px solid #CBCBCB;
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.7px;
	color: #333333;
	padding: 0 10px;
}
.counpon8b{
	flex: 1;
	font-size: 16px;
	line-height: 45px;
	padding: 0 10px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333333;
}
.norder7{
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.norder8{
	margin-top: 12px;
}
.norder8 label{
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.norder8 label input{
	margin-right: 9px;
}
.norder8 label a{
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CBCBCB;
	width: 52px;
	height: 22px;
	background-color: #FAF8F4;
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #333;
}
.norder9{
	margin-top: 8px;
	margin-bottom: 30px;
	border: 1px solid #CBCBCB;
	display: flex;
}
.norder9a{
	border-right: 1px solid #CBCBCB;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333333;
	width: 262px;
	background-color: #FAF8F4;
}
.norder9a span{
	margin-left: 6px;
	display: inline-block;
	width: 31px;
	height: 17px;
	border-radius: 2px;
	background-color: #BC261A;
	font-weight: 600;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #ffffff;
}
.norder9b{
	padding: 4px;
	flex: 1;
}
.norder9c{
	border: 1px solid #CBCBCB;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.7px;
	color: #333333;
}
.norder9d input{
	border: 1px solid #CBCBCB;
	height: 34px;
	width: 100%;
	max-width: 431px;
	padding: 0 12px;
	font-size: 14px;
}
.norder10{
	border: 1px solid #CBCBCB;
	border-top: 0;
	display: flex;
}
.norder10:first-child{
	margin-top: 8px;
	border-top: 1px solid #CBCBCB;
}
.norder10a{
	border-right: 1px solid #CBCBCB;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333333;
	width: 262px;
	background-color: #FAF8F4;
}
.norder10a span{
	margin-left: 6px;
	display: inline-block;
	width: 31px;
	height: 17px;
	border-radius: 2px;
	background-color: #BC261A;
	font-weight: 600;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #ffffff;
}
.norder10b{
	padding: 10px 16px;
	flex: 1;
}
.norder10c{
	font-size: 0;
}
.norder10c label{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	color: #414141;
}
.norder10c img{
	height: 30px;
}
.norder10d{
	font-size: 14px;
	line-height: 26px;
	color: #414141;
}
.submit{
	margin-top: 40px;
	text-align: center;
}
.submit input{
	width: 170px;
	height: 40px;
	background-color: #B09C76;
	border-radius: 2px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 1px;
	color: #ffffff;
}
.my{
	padding: 50px 0;
}
.myPage1{
	overflow: hidden;
}
.myLeft{
	float: left;
	width: 222px;
}
.myLeft1{
	padding-bottom: 25px;
	border-bottom: 1px solid #ACACAC;
}
.myLeft2 a{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myLeft2 a img{
	margin-right: 10px;
}
.myLeft3 a{
	display: block;
	margin-top: 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myLeft3 a.on{
	color: #C6B484;
}
.myLeft4{
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ACACAC;
}
.myLeft5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 53px;
	background-color: #B09C76;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.8px;
	color: #ffffff;
}
.myLeft5 a img{
	margin-right: 19px;
}
.myRight{
	float: right;
	width: calc(100% - 270px);
	border-left: 1px solid #ACACAC;
	padding-left: 50px;
	min-height: 400px;
}
.myRight1{
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myRight2{
	margin-top: 39px;
	font-size: 20px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myRight3{
	margin-top: 32px;
	font-size: 20px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myRight4{
	margin-top: 70px;
	font-size: 0;
}
.inCollect ul{
	overflow: hidden;
}
.inCollect ul li{
	margin-top: 40px;
	list-style-type: none;
	float: left;
	width: calc((100% - 116px)/3);
	margin-right: 58px;
	background-color: #F9F8F4;
	padding: 16px 20px 10px;
	position: relative;
}
.inCollect ul li:nth-child(3n){
	margin-right: 0;
}
.inHis1{
	margin-top: 32px;
	border: 1px solid #E0E0E0;
}
.inHis2{
	border-bottom: 1px solid #E0E0E0;
}
.myHistory{
	margin-top: 36px;
}
.record5{
	background-color: #F7F7F7;
}
.record5 ul{
	overflow: hidden;
}
.record5 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	height: 85px;
}
.r_width{
	width: 28%;
}
.r_width1{
	width: 41%;
}
.r_width2{
	width: 11%;
}
.r_width3{
	width: 20%;
}
.record6 ul{
	overflow: hidden;
}
.record6 ul li{
	list-style-type: none;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 2.75px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	height: 255px;
	padding: 25px 0;
}
.record6 ul li img{
	width: 205px;
	height: 205px;
}
.record6 ul li.r_width1{
	padding: 0 10px;
}
.record6a1{
	width: 100%;
}
.record6a{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
}
.record6b{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0.1em;
	color: #333333;
}
.record7{
	border: 1px solid #E0E0E0;
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record8{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-right: 20px;
}
.record9{
	flex: 1;
	font-size: 16px;
	line-height: 26px;
}
.record10{
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	color: #000000;
}
.record10 span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
}
.record11{
	padding: 10px 35px;
	border: 1px solid #E0E0E0;
	background-color: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record12{
	font-size: 14px;
	font-weight: 600;
	line-height: 26.4px;
	color: #000000;
}
.record12 span{
	display: block;
}
.record13{
	font-weight: 600;
	font-size: 18px;
	line-height: 26.4px;
	text-align: right;
	color: #000000;
}
.recordm{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #CBCBCB;
}
.recordm1{
	width: 108px;
	background-color: #F0F0F0;
	height: 59px;
	text-align: center;
	line-height: 59px;
	font-size: 14px;
	font-weight: 600;
	color: #7D7D7D;
	border-right: 1px solid #CBCBCB;
}
.recordm2{
	flex: 1;
	height: 59px;
	text-align: center;
	line-height: 59px;
	font-size: 12px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.recordm3{
	background-color: #F0F0F0;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #7D7D7D;
	border: 1px solid #CBCBCB;
	border-top: 0;
}
.recordm4{
	padding: 13px;
	border: 1px solid #CBCBCB;
	border-top: 0;
	display: flex;
	align-items: center;
}
.recordm4a{
	font-size: 0;
	margin-right: 15px;
}
.recordm4a img{
	width: 86px;
	height: 86px;
}
.recordm4b{
	flex: 1;
}
.recordm4c{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.recordm4d{
	margin-top: 20px;
	font-size: 12px;
	line-height: 26.4px;
	color: #333333;
}
.recordm4d code{
	font-family: inherit;
	font-weight: 600;
}
.recordm5{
	font-size: 12px;
	line-height: 26.4px;
	color: #000000;
}
.recordm6{
	flex: 1;
	font-size: 12px;
	line-height: 26.4px;
	color: #000000;
}
.wap{
	display: none;
}
.tc{
	text-align: center;
}
.dqgm{
	margin-top: 7px;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #000000;
	text-align: center;
}
.dqgm1{
	text-align: center;
}
.dqgm1 select,.dqgm1 input{
	border: 1px solid #B09C76;
	width: 90%;
	height: 33px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #B09C76;
	text-align: center;
	text-align-last: center;
	outline: none;
}
.dqgm2{
	margin-top: 6px;
	text-align: center;
}
.dqgm2 a{
	display: inline-block;
	border: 1px solid #B09C76;
	background-color: #B09C76;
	width: 90%;
	height: 33px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #ffffff;
	text-align: center;
	text-align-last: center;
}
.dqgm3{
	margin-top: 6px;
	text-align: center;
}
.dqgm3 a{
	display: inline-block;
	border: 1px solid #888888;
	background-color: #888888;
	width: 90%;
	height: 33px;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #ffffff;
	text-align: center;
	text-align-last: center;
}
.vmess{
	margin-top: 40px;
	max-width: 520px;
}
.myRecord{
	margin-top: 16px;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myRecord span{
	color: #C10000;
}
.myRecord a{
	margin-left: 20px;
	font-family: inherit;
	border: 1px solid #B09C76;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 167px;
	height: 33px;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #B09C76;
}
.myRecord1{
	margin-top: 20px;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.5px;
	color: #000000;
}
.myRecord2{
	font-size: 12px;
	line-height: 29px;
	letter-spacing: 0.5px;
	color: #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 30px;
}
.myRecord3{
	margin-top: 39px;
	font-size: 20px;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000;
}
.recodData{
	margin-top: 29px;
	width: 412px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #E0E0E0;
}
.recodData1 ul{
	overflow: hidden;
	background-color: #F7F7F7;
}
.recodData1 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #E0E0E0;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #393939;
}
.rewidth{
	width: 34%;
}
.rewidth1{
	width: 37%;
}
.rewidth2{
	width: 29%;
}
.recodData2 ul{
	overflow: hidden;
}
.recodData2 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 51px;
	text-align: center;
	color: #393939;
}
.counpData{
	margin-top: 29px;
	width: 100%;
	max-width: 920px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #E0E0E0;
}
.counpData1 ul{
	overflow: hidden;
	background-color: #F7F7F7;
}
.counpData1 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #E0E0E0;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #393939;
}
.cowidth{
	width: 15%;
}
.cowidth1{
	width: 17%;
}
.cowidth2{
	width: 12%;
}
.cowidth3{
	width: 15%;
}
.cowidth4{
	width: 15%;
}
.cowidth5{
	width: 15%;
}
.cowidth6{
	width: 11%;
}
.counpData2 ul{
	overflow: hidden;
}
.counpData2 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 51px;
	text-align: center;
	color: #393939;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counpData2 ul li img{
	margin-left: 9px;
}
.tecodData{
	margin-top: 29px;
	width: 677px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #E0E0E0;
}
.tecodData1 ul{
	overflow: hidden;
	background-color: #F7F7F7;
}
.tecodData1 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #E0E0E0;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #393939;
}
.tdwidth{
	width: 21%;
}
.tdwidth1{
	width: 23%;
}
.tdwidth2{
	width: 17%;
}
.tdwidth3{
	width: 39%;
}
.tecodData2 ul{
	overflow: hidden;
}
.tecodData2 ul li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 51px;
	text-align: center;
	color: #393939;
}
















