@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;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family: NotoSansJP;}
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{
	opacity: 0.5;
}

.contain{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

.timg{
	font-size: 0;
	text-align: center;
}
.top{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 10px 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
	width: 120px;
}
.search{
	overflow: hidden;
	width: 646px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.4);
}
.searchi{
	float: left;
	width: calc(100% - 77px);
	height: 38px;
	padding: 0 12px;
	font-size: 14px;
}
.searchii{
	float: left;
	width: 77px;
	height: 38px;
	padding: 0 12px 0 38px;
	background: url(../img/search.png) #fff no-repeat;
	background-position: 11px center;
}
.tbutt{
	display: flex;
	align-items: flex-start;
}
.tbutt a{
	width: 60px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	padding: 0 3px;
}
.tbutt a img{
	display: block;
	margin: 0 auto 4px;
}
.nav{
	background-color: #151515;
	padding: 10px 0;
}
.nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav ul li{
	list-style-type: none;
	padding: 0 56px;
	position: relative;
}
.nav ul li:before{
	content: '';
	position: absolute;
	width: 1px;
	left: 0;
	top: 6px;
	bottom: 6px;
	background-color: #FFFFFF;
}
.nav ul li:first-child:before{
	width: 0;
}
.nav ul li > a span{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
}
.nav ul li > a code{
	display: block;
	font-family: inherit;
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
}
.nav ul li.on > a span{
	color: #C2A362;
}
.nav ul li.on > a code{
	color: #C2A362;
}
.navsub{
	display: none;
	position: absolute;
	padding-top: 10px;
	left: -5px;
	top: 100%;
	z-index: 1008;
}
.navsub1{
	width: 318px;
	border: 1px solid #000000;
	border-top: 0;
	padding: 14px 0;
	background-color: #FFFFFF;
}
.navsub2{
	position: relative;
}
.navsub3{
}
.navsub3 a{
	display: flex;
	align-items: center;
	height: 53px;
	padding: 0 12px;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	line-height: 28px;
}
.navsub2:hover > .navsub3 a{
	background-color: #EDEDED;
}
.navsub3 a:hover{
	opacity: 1;
	background-color: #EDEDED;
}
.navsub3 a img{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 8px;
}
.navsub4{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 318px;
	border: 1px solid #000000;
	padding: 11px 0;
	background-color: #ffffff;
}
.navsub2:hover .navsub4{
	display: block;
}
.nav ul li:hover .navsub{
	display: block;
}
.symain{
	padding: 86px 0 70px;
}
.symain1{
	display: flex;
	align-items: flex-start;
}
.cateLeft{
	display: none;
	width: 334px;
	margin-right: 45px;
}
.cateLeft1{
	height: 59px;
	background-color: #151515;
	text-align: center;
	line-height: 59px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.cateLeft1 span{
	font-size: 14px;
	margin-left: 10px;
}
.cateLeft2{
	background-color: #EFEFEF;
	padding: 12px 0;
	margin-bottom: 8px;
}
.cateLeft4 a{
	padding: 12px 5px 12px 13px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cateLeft4 a:hover{
	opacity: 1;
}
.cateLeft4 span{
	margin: 0 3px;
	flex: 1;
}
.cateLeft4 img{
	width: 24px;
}
.cateLeft4 img.navimg{
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.zk{
	display: none;
}
.cateLeft5{
	display: none;
}
.cateLeft5 a{
	display: flex;
	align-items: center;
	padding: 12px 5px 12px 31px;
	
}
.cateLeft5 a:hover{
	opacity: 1;
}
.cateLeft5 a img{
	margin-right: 18px;
}
.cateLeft3.on .cateLeft5{
	display: block;
}
.cateLeft3.on .cateLeft4 a{
	background-color: #F6F6F6;
	color: #C2A362;
}
.cateLeft3.on .sq{
	display: none;
}
.cateLeft3.on .zk{
	display: block;
}
.cateLeft6{
	margin-bottom: 9px;
	padding: 30px 13px;
	background-color: #EFEFEF;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.cateLeft7{
	padding: 5px 13px 8px;
	background-color: #EFEFEF;
}
.cateLeft8{
	margin-top: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	text-align: center;
}
.cateLeft8 img{
	display: block;
	margin: 0 auto;
	width: 140px;
}
.cateRight{
	/* width: calc(100% - 379px); */
	width: 100%;
}
.cateRight1{
	font-weight: 500;
	font-size: 18px;
	line-height: 20.16px;
	letter-spacing: 3px;
	text-align: center;
	color: #0B0C0D;
}
.cateRight2{
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000000;
}
.sypopular{
	margin: 28px 0 90px;
	position: relative;
}
.sypopular2{
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1.5px;
	text-align: center;
}
.sypopular .swiper-slide:nth-child(1) .sypopular2{
	background: url(../img/no1.png) center no-repeat;
}
.sypopular .swiper-slide:nth-child(2) .sypopular2{
	background: url(../img/no2.png) center no-repeat;
}
.sypopular .swiper-slide:nth-child(3) .sypopular2{
	background: url(../img/no3.png) center no-repeat;
}
.sypopular3{
	margin-top: 6px;
	font-size: 0;
}
.sypopular4{
	margin-top: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.45px;
	height: 56px;
	color: #414348;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sypopular5{
	margin-top: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1.5px;
	color: #C2A362;
}
.left{
	position: absolute;
	left: -31px;
	top: 50%;
	transform: translateY(-50%);
}
.right{
	position: absolute;
	right: -31px;
	top: 50%;
	transform: translateY(-50%);
}
.sybrand{
	margin: 28px 0 90px;
	position: relative;
}
.sybrand2{
	font-size: 0;
	text-align: center;
	border: 1px solid #D5D5D5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sybrand3{
	margin-top: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22.5px;
	letter-spacing: 0.42px;
	text-align: center;
	color: #000000;
}
.sybrand4{
	margin-top: 6px;
	font-size: 16px;
	line-height: 15px;
	letter-spacing: 0.42px;
	text-align: center;
	color: #C99E5B;
}
.sypro ul{
	overflow: hidden;
}
.sypro ul li{
	margin-top: 40px;
	float: left;
	width: calc((100% - 78px)/4);
	margin-right: 26px;
}
.sypro ul li:nth-child(4n){
	margin-right: 0;
}
.sypro1{
	height: 274px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sytoo{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.sytoo1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sytoo1:nth-child(2n){
	flex-direction: row-reverse;
}
.sytoo2{
	font-size: 0;
	width: 50%;
}
.sytoo3{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sytoo4{
	padding: 0 20px;
}
.sytoo5{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	text-align: center;
	color: #C2A362;
}
.sytoo6{
	margin-top: 28px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: center;
	color: #000000;
}
.syphoto{
	padding: 40px 0 80px;
}
.syphoto1{
	font-weight: 500;
	font-size: 18px;
	line-height: 21.6px;
	letter-spacing: 5px;
	text-align: center;
	color: #0B0C0D;
}
.syphoto2{
	margin-top: 68px;
	font-size: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.syphoto2 img{
	width: calc(100% / 3);
}
.footer{
	position: relative;
	background-color: #151515;
	padding: 32px 0 20px;
}
.flogo{
	font-size: 0;
	text-align: center;
}
.footer1{
	margin-top: 40px;
}
.footer1 ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer1 ul li{
	list-style-type: none;
	padding: 0 56px;
	position: relative;
}
.footer1 ul li:before{
	content: '';
	position: absolute;
	width: 1px;
	left: 0;
	top: 6px;
	bottom: 6px;
	background-color: #C99E5B;
}
.footer1 ul li:first-child:before{
	width: 0;
}
.footer1 ul li > a span{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #C99E5B;
}
.footer1 ul li > a code{
	display: block;
	font-family: inherit;
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	color: #C99E5B;
}
.footer2{
	padding: 0 3%;
	margin-top: 48px;
	font-size: 14px;
	line-height: 19.6px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #C99E5B;
}
.footer3{
	padding: 0 3%;
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 18.2px;
	letter-spacing: 0.39px;
	color: #C99E5B;
}
.footer3 a{
	margin: 0 8.5px;
	font-size: 14px;
	line-height: 18.2px;
	letter-spacing: 0.39px;
	color: #C99E5B;
}
.goTop{
	font-size: 0;
	position: absolute;
	right: 70px;
	top: 60px;
}
.wap{
	display: none;
}
.icon_m img{
	width: 30px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 3% 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;
}
.page{
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 32px;
	font-size: 12px;
	color: #151515;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.page a.on{
	background-color: #C99E5B;
	border: 1px solid #C99E5B;
	color: #ffffff;
}
.inmain{
	padding: 15px 0 90px;
	min-height: 70vh;
}
.address{
	font-size: 14px;
	line-height: 15.4px;
	color: #313131;
}
.address a{
	color: #313131;
}
.mt50{
	margin-top: 50px;
}
.proDeta{
	padding: 0 60px;
}
.proDeta1{
	margin-top: 30px;
	overflow: hidden;
}
.proDeta2{
	float: left;
	width: 561px;
}
.proLeft2{
	margin-top: 20px;
}
.proLeft3 .swiper-slide-thumb-active .proLeft2_d{
	border: 1px solid #303030;
}
.proRight{
	float: right;
	width: calc(100% - 592px);
}
.proRight1{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.7px;
	color: #333333;
}
.proRight2{
	margin-top: 8px;
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0.6px;
	color: #303030;
}
.proDeta3{
	margin-top: 17px;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 2.4px;
	color: rgba(48, 48, 48, 0.75);
	margin-bottom: 35px;
}
.proDeta3 code{
	font-family: inherit;
	font-size: 24px;
	color: #B40000;
	font-weight: bold;
}
.proDeta3 i{
	font-style: normal;
	color: #ED0000;
}
.inProRight9{
	margin-top: 44px;
}
.inProRight9 input{
	height: 45px;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
	color: #303030;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.inProRight10{
	margin-top: 15px;
}
.inProRight10 input{
	background-color: #C99E5B;
	height: 45px;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}
.proIntro{
	margin-top: 70px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #303030;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
.proIntro1{
	margin-top: 30px;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.insear{
	margin-top: 13px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.96px;
	text-align: center;
	color: #111111;
}
.insear1{
	margin-top: 45px;
	background-color: #F4F4F4;
	padding: 10px 18px 24px 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.insear2{
	margin-top: 14px;
	overflow: hidden;
	width: 477px;
	height: 52px;
	border: 1px solid #000000;
	margin-right: 38px;
}
.inseari{
	float: left;
	width: calc(100% - 52px);
	height: 50px;
	padding: 0 10px;
	font-size: 16px;
}
.insearii{
	float: left;
	width: 52px;
	height: 50px;
	background: url(../img/search1.png) #000000 center no-repeat;
}
.insear3{
	flex: 1;
}
.insear4{
	margin-top: 14px;
	display: flex;
	align-items: center;
}
.insear4 a{
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000000;
	width: 52px;
	height: 52px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.96px;
	color: #000000;
}
.insear4 a:last-child{
	margin-right: 0;
}
.insear4:last-child a:last-child{
	width: 94px;
}
.insear4 a:hover{
	opacity: 1;
	background-color: #C99E5B;
	border: 1px solid #C99E5B;
	color: #ffffff;
}
.insear5{
	margin-top: 44px;
}
.insear6{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.insear7{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.96px;
	color: #000000;
}
.insear7 span{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.96px;
}
.insear8{
	font-size: 0;
}
.insear9{
	display: none;
}
.insear9 ul{
	overflow: hidden;
}
.insear9 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 100px)/6);
	margin-right: 20px;
	margin-top: 44px;
}
.insear9 ul li:nth-child(6n){
	margin-right: 0;
}
.insear5.on .sq{
	display: none;
}
.insear5.on .zk{
	display: block;
}
.insear5.on .insear9{
	display: block;
}
.nc2{
	margin-top: 40px;
	background-color: #151515;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
}
.incart1{
	max-width: 930px;
	margin: 0 auto;
}
.incart2{
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.incart2 ul{
	overflow: hidden;
	background-color: #F7F7F7;
}
.incart2 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	line-height: 44px;
	color: #7D7D7D;
	text-align: center;
	font-weight: 600;
	border-right: 1px solid #E0E0E0;
}
.incart2 ul li span{
	margin-left: 10px;
	font-size: 10px;
	line-height: 17px;
}
.cWidth{
	width: 40%;
}
.cWidth1{
	width: 14%;
}
.cWidth2{
	width: 16%;
}
.cWidth3{
	width: 16%;
}
.incart3 ul{
	overflow: hidden;
	display: flex;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.incart3 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.incart4{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
}
.incart5{
	font-size: 0;
	margin-right: 16px;
}
.incart5 img{
	width: 133px;
}
.incart6a{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
}
.incart6b{
	margin-top: 40px;
	font-size: 12px;
	line-height: 24px;
	color: #0D0D0D;
}
.incart3 ul li input{
	width: 77px;
	height: 24px;
	border: 1px solid #CBCBCB;
	padding: 0 6px;
}
.incart3 ul li a{
	width: 85px;
	height: 34px;
	border: 1px solid #CBCBCB;
	background: #F7F7F7;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #333333;
}
.tr{
	text-align: right;
}
.incart7{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.incart7 a{
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.20000000298023224px;
	color: #040404;
}
.incart7a{
	text-align: right;
	font-size: 12px;
	font-weight: 900;
	line-height: 13px;
	letter-spacing: 0.6000000238418579px;
}
.incart7a i{
	font-style: normal;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 13px;
	letter-spacing: 0.6px;
	text-align: right;
	color: #000;
	margin-bottom: 10px;
}
.incart7a span{
	font-size: 16px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0.8999999761581421px;
}
.incart7a code{
	font-family: inherit;
	font-size: 10px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0.8999999761581421px;
}
.incart7b{
	font-size: 9.45px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #040404;
}
.incart7b span{
	color: #ED0000;
}
.incart8{
	margin-top: 12px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.4000000059604645px;
	text-align: right;
	color: #000000;
}
.wap{
	display: none;
}
.cartm{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999999;
}
.cartm1{
	width: 80px;
	margin-right: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
	padding: 10px 0;
}
.cartm1 span{
	display: block;
	font-size: 10px;
	line-height: 17px;
}
.cartm2{
	flex: 1;
	padding: 10px 0;
}
.cartm2 input{
	width: 77px;
	height: 24px;
	border: 1px solid #000000;
	padding: 0 6px;
}
.cartm2 a{
	float: right;
	text-decoration: underline;
}
.cabut{
	margin-top: 25px;
	text-align: right;
	font-size: 0;
	margin-bottom: 30px;
}
.cabut a{
	display: inline-block;
	width: 129px;
	height: 34px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
}
.cabut1{
	border: 1px solid #D9D9D9;
	color: #333;
}
.cabut2{
	margin-left: 6px;
	border: 1px solid #C99E5B;
	background-color: #C99E5B;
	color: #ffffff;
}
.cabut3{
	font-size: 0;
	text-align: right;
}
.cabut3 span{
	display: inline-block;
	width: 214px;
	height: 45px;
	border: 1px solid #CBCBCB;
	padding: 0 10px;
	text-align: right;
	line-height: 43px;
	font-size: 14px;
	color: #333333;
	background-color: #F7F7F7;
}
.cabut3 code{
	font-family: inherit;
	display: inline-block;
	width: 309px;
	height: 45px;
	border: 1px solid #CBCBCB;
	padding: 0 10px;
	text-align: right;
	line-height: 43px;
	font-size: 14px;
	color: #333333;
}
.cabut4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 45px;
}
.cabut4 a{
	font-size: 12px;
	color: #040404;
	line-height: 20px;
}
.cabut4 input{
	width: 524px;
	height: 56px;
	background-color: #C99E5B;
	font-size: 16px;
	color: #ffffff;
}
.mt20{
	margin-top: 30px;
}
.nodata{
	margin: 56px auto 0;
	max-width: 930px;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.mt80{
	margin-top: 80px;
}
.cart{
	margin-top: 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.cartjs{
	margin-top: 10px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.cartjs1{
	margin-top: 8px;
	border: 1px solid #CBCBCB;
	display: flex;
	margin-bottom: 20px;
}
.cartjs2{
	width: 262px;
	border-right: 1px solid #CBCBCB;
	background-color: #F7F7F7;
	padding: 10px 16px;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #333333;
}
.cartjs2 img{
	height: 20px;
	vertical-align: middle;
}
.cartjs3{
	flex: 1;
	padding: 3px;
}
.cartjs4{
	padding: 3px;
	font-size: 14px;
	color: #333;
	border: 1px solid #CBCBCB;
	padding: 6px 13px;
}
.cartjs4 input{
	width: 100%;
	padding: 0 7px;
	height: 34px;
	background-color: #ffffff;
	border: 1px solid #CBCBCB;
}
.cartjs5{
	border: 1px solid #CBCBCB;
	display: flex;
}
.cartjs6 input{
	width: 164px;
	height: 34px;
	border: 1px solid #CBCBCB;
	padding: 0 16px;
}
.cartjs7{
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.699999988079071px;
	text-align: left;
	color: #7E7E7E;
}
.cartjs7a{
	width: 43px;
	height: 34px;
	border: 1px solid #CBCBCB;
	text-align: center;
}
.cartjs7b{
	width: 64px;
	height: 34px;
	border: 1px solid #CBCBCB;
	text-align: center;
}
.cartjs8 input{
	width: 332px;
	height: 34px;
	border: 1px solid #CBCBCB;
	padding: 0 16px;
}
.cartjs9{
	display: flex;
	align-items: flex-start;
	font-size: 12px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.cartjs9 input{
	margin: 6px 6px 0 0;
}
.cartjs10 label{
	margin: 4px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	color: #414141;
}
.cartjs10 label img{
	margin: 0 9px;
}
.cartjs10 label span{
	font-size: 12px;
	line-height: 21px;
	color: #BC261A;
}
.cartjs11{
	margin-top: 45px;
	text-align: center;
}
.cartjs11 input{
	width: 170px;
	height: 40px;
	background-color: #C99E5B;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 16px;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.cancle_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background-color: #121212;
	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;
}
.tips_tc4{
	margin-top: 19px;
	text-align: center;
}
.tips_tc4a{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #3851A6;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}
.tips_tc4b{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #E30043;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}
.mxa10{
	max-width: 1000px;
	margin: 0 auto;
}
.artica1{
	margin-top: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1.5px;
	color: #000000;
}
.artica2{
	margin-top: 36px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
}
.artica3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25.2px;
	color: #000000;
}
.lTitle{
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	padding: 40px 0;
	border-bottom: 1px solid #000000;
}
.login1{
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.login2{
	width: calc((100% - 30px)/2);
}
.login3{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-bottom: 10px;
}
.nlog{
	margin-top: 10px;
	background-color: #151515;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	font-weight: 700;
}
.nlog1{
	display: flex;
	align-items: center;
	border: 1px solid #B8B8B8;
	border-top: 0;
}
.bort{
	border-top: 1px solid #B8B8B8;
}
.nlog2{
	width: 180px;
	background-color: #ECECEC;
	padding: 0 10px;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333;
}
.nlog2 img{
	height: 20px;
	vertical-align: middle;
}
.nlog3{
	padding: 4px;
	flex: 1;
	line-height: 34px;
	display: flex;
	align-items: center;
	position: relative;
}
.nlog3 input{
	flex: 1;
	width: 100%;
	height: 34px;
	border: 1px solid #E0E0E0;
	padding: 0 10px;
	font-size: 14px;
}
.nlog3 a{
	margin-left: 4px;
	width: 121px;
	background-color: #C99E5B;
	line-height: 32px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.nlog3 img{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.nlog4{
	margin-top: 25px;
}
.nlog4 input{
	width: 170px;
	height: 40px;
	background-color: #C99E5B;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}
.nlog5{
	margin-top: 20px;
}
.nlog5 a{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}
.nlog6{
	font-size: 14px;
	font-weight: 500;
	line-height: 22.4px;
	letter-spacing: 0.7px;
	color: #333333;
}
.nlog7{
	margin-top: 30px;
}
.nlog7 a{
	display: inline-block;
	width: 170px;
	height: 40px;
	background-color: #C99E5B;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}
.disf{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mypage{
	margin-top: 48px;
	overflow: hidden;
}
.mypage a{
	display: block;
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	border: 1px 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: #C99E5B;
	color: #ffffff;
	border: 1px solid #C99E5B;
}
.mypage a.on .my_icon{
	display: none;
}
.mypage a.on .my_icon1{
	display: inline-block;
}
.hyqb{
	margin-top: 57px;
	max-width: 520px;
	border-top: 1px solid #B8B8B8;
}
.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-end;
	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{
	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;
}
.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;
}
.hsgy{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.hsgy1{
	font-size: 0;
	margin-left: 72px;
	width: 100%;
	max-width: 495px;
}
.hsgy2{
	flex: 1;
}
.hsgy3{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}
.hsgy4{
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
.hsgy5{
	margin-top: 100px;
	padding: 40px 130px 80px;
	background-color: #F5F5F5;
}
.hsgy6{
	padding: 32px 0;
	border-bottom: 1px solid #999999;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.hsgy7{
	width: 233px;
	font-size: 16px;
	line-height: 37px;
	color: #000000;
}
.hsgy8{
	flex: 1;
	font-size: 16px;
	line-height: 37px;
	color: #000000;
}
.hsgy8 iframe{
	margin-top: 20px;
}
.map{
	margin-top: 100px;
}
.map iframe{
    width: 100% !important;
}
.inNews{
	margin-top: 40px;
	border-top: 1px solid #D2D2D3;
}
.inNews ul li{
	padding: 30px 0 40px 26px;
	border-bottom: 1px solid #D2D2D3;
}
.inNews ul li a{
	display: flex;
	align-items: center;
}
.inNews1{
	font-size: 0;
	margin-right: 45px;
}
.inNews1 img{
	width: 224px;
}
.inNews2{
	flex: 1;
}
.inNews3{
	font-weight: 600;
	font-size: 18px;
	line-height: 19.2px;
	letter-spacing: 1.28px;
	color: #222222;
}
.inNews4{
	margin-top: 9px;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.96px;
	color: #C99E5B;
}
.inNews5{
	margin-top: 14px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1.28px;
	color: #5C5C5C;
}
.newsDeta{
	margin-top: 20px;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	color: #191919;
}
.newsDeta1{
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.96px;
	color: #C99E5B;
}
.newsDeta2{
	margin-top: 45px;
	font-weight: 500;
	font-size: 13.78px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.75);
}
.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;
}
.inContact9 span{
	color: #D20606;
}
.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: #C99E5B;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 1px;
	color: #ffffff;
}
.question1{
	margin-top: 24px;
}
.question1 ul li{
	margin-top: 20px;
}
.question2{
	height: 90px;
	border-bottom: 1px solid #7E7E7E;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.q_img{
	margin-right: 20px;
}
.question2 span{
	flex: 1;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #000000;
}
.q_img1{
	margin-left: 20px;
}
.question3{
	display: none;
	background-color: #F2F2F2;
	padding: 15px 30px 20px;
	align-items: flex-start;
	justify-content: space-between;
}
.question3 img{
	margin-right: 20px;
}
.question3 span{
	flex: 1;
	font-size: 18px;
	line-height: 33px;
	color: #000000;
}
.rotate{
	transform: rotate(90deg);
}
.question1 ul li.on .question3{
	display: flex;
}
.question4{
	margin-top: 67px;
	text-align: center;
}
.question4 a{
	display: inline-block;
	width: 100%;
	max-width: 460px;
	height: 55px;
	background-color: #C99E5B;
	font-size: 18px;
	line-height: 55px;
	letter-spacing: 0.42px;
	text-align: center;
	color: #ffffff;
}
.zfpsff{
	margin-top: 20px;
	border: 1px solid #C99E5B;
}
.zfpsff1{
	background-color: #C99E5B;
	padding: 0 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 52px;
	letter-spacing: 0.96px;
	color: #ffffff;
}
.zfpsff2{
	display: flex;
	border-top: 1px solid #C99E5B;
}
.zfpsff3{
	background-color: #F1EFEA;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 15.4px;
	color: #000000;
	width: 332px;
}
.zfpsff4{
	flex: 1;
	border-left: 1px solid #C99E5B;
	padding: 20px;
}
.zfpsff5{
	font-size: 16px;
	line-height: 15.4px;
	color: #000000;
}
.zfpsff6{
	font-size: 0;
	margin-bottom: 30px;
}
.zfpsff7{
	font-size: 16px;
	line-height: 35.4px;
	color: #000000;
}
.zfpsff8{
	margin-top: 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 35.4px;
	color: #000000;
}
.zfpsff9{
	margin-bottom: 30px;
	border: 1px solid #C99E5B;
}
.zfpsff10{
	background-color: #F1EFEA;
	display: flex;
	align-items: center;
}
.zfpsff10 span{
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	padding: 0 10px;
}
.zfpsff10 code{
	border-left: 1px solid #C99E5B;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	font-family: inherit;
	padding: 0 10px;
}
.zfpsff11{
	border-top: 1px solid #C99E5B;
	display: flex;
	align-items: center;
}
.zfpsff11 span{
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	padding: 0 10px;
}
.zfpsff11 code{
	border-left: 1px solid #C99E5B;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-family: inherit;
	padding: 0 10px;
}
.mt60{
	margin-top: 60px;
}
.vipMess10 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 21px;
    color: #3c3c3c;
    display: flex;
    align-items: center;
}
.vipMess10 a {
    margin-left: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #C99E5B;
    text-decoration: underline;
}
.jusc {
    justify-content: center;
}
.nchose{
	font-weight: 700;
	font-size: 16px;
	line-height: 40.1px;
	color: #4A4A4A;
}
.nchose1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nchose1 span{
	background-color: #E7E7E7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	min-width: 98px;
	line-height: 45px;
	color: #4A4A4A;
	margin-right: 5px;
}
.nchose1 span.on{
	background-color: #C99E5B;
	color: #ffffff;
}

