@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;}
a:hover{
	opacity: 0.5;
}

 .calendar-container {
	 width: 350px;
	 border: 1px solid #ddd;
	 padding: 20px;
	 border-radius: 8px;
	 font-family: Arial, sans-serif;
 }

.calendar-header {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #333;
}

.calendar {
	width: 100%;
	border-collapse: collapse;
}

.calendar th {
	padding: 10px;
	background: #f5f5f5;
	color: #666;
	font-weight: normal;
}

.calendar td {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #eee;
	cursor: default;
}

.calendar td.selectable {
	cursor: pointer;
	background: white;
}

.calendar td.selectable:hover {
	background: #e3f2fd;
}

.calendar td.selected {
	background: #2196F3;
	color: white;
}

.calendar td.disabled {
	color: #ccc;
	background: #fafafa;
}

.main{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.banner{
	position: relative;
	font-size: 0;
	text-align: center;
}
.banner .backstretch {
    position: fixed !important;
    top: 0;
    left: 0;
    font-size: 0;
}
.header{
	padding: 44px 0;
	/*box-shadow: 0px 4px 5.4px 0px rgba(202, 202, 202, 0.25);*/
}
.absol{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.fixe{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	background-color: #fff;
}
.white{
    background-color: #fff;
}
.rel{
	position: relative;
}
.header1{
	text-align: center;
}
.header1 ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	margin: 0 20px;
}
.header1 ul li a{
	font-size: 15px;
	line-height: 19.5px;
	letter-spacing: 0.8px;
	color: #fff;
}
.header1.black ul li a{
	color: #131313;
}
.header2{
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
}
.header2 a{
	display: inline-block;
	margin-left: 20px;
	font-size: 0;
	position: relative;
}
.header2 a img{
	width: 25px;
}
.header2 a span{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	font-size: 10px;
	font-weight: 500;
	height: 32px;
	line-height: 24px;
	text-align: center;
	color: #000;
	width: 167px;
	background: url(../img/tbg.png) center no-repeat;
}
.header2 a:hover span{
	display: block;
}
.banner2 img{
    opacity: 0;
}
.about{
	font-size: 0;
	background-color: #FFFFFF;
	position: relative;
}
.about1{
	font-size: 0;
	overflow: hidden;
}
.about2{
	float: left;
	width: calc(100% / 3);
	position: relative;
}
.about3{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	text-align: center;
	word-break: break-all;
	border-right: 1px solid #fff;
	padding: 0 10px;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}
.about_d{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
}
.brand{
	background-color: #E5E5E5;
	padding: 150px 0 90px;
	position: relative;
}
.brand1{
	font-size: 64px;
	line-height: 55px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #171717;
}
.brand2{
	margin-top: 84px;
	padding: 0 20px;
}
.brand2 ul{
	overflow: hidden;
}
.brand2 ul li{
	list-style-type: none;
	float: left;
	font-size: 0;
	margin-top: 36px;
	width: calc((100% - 64px)/5);
	margin-right: 16px;
	position: relative;
}
.brand2 ul li:nth-child(5n){
	margin-right: 0;
}
.brand2 ul li span{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}
.brand2 ul li:hover span{
    display: block;
}
.more{
	margin-top: 100px;
	text-align: center;
}
.more a{
	font-size: 17px;
	line-height: 25.5px;
	letter-spacing: 0.9px;
	text-align: center;
	text-decoration: underline;
	color: #000;
}
.popular{
	background: url(../img/popbg.png) no-repeat;
	background-size: cover;
	padding: 100px 0 92px;
	background-attachment: fixed;
	position: relative;
}
.popular1{
	padding: 0 42px;
}
.popular2{
	font-size: 50px;
	line-height: 55px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
}
.popular3{
	margin-top: 60px;
}
.popular4{
	font-size: 0;
	position: relative;
}
.popular5{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
.popular6{
	font-size: 16px;
	font-weight: 700;
	line-height: 25.35px;
	letter-spacing: 0.2px;
	text-align: center;
	color: #fff;
}
.popular7{
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 25.35px;
	letter-spacing: 0.2px;
	text-align: center;
	color: #fff;
}
.popular4:hover .popular5{
	display: flex;
}
.popular8{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popular8 a{
	font-size: 17px;
	line-height: 25.5px;
	letter-spacing: 0.9px;
	text-align: center;
	text-decoration: underline;
	color: #fff;
}
.topic{
	padding: 140px 0 86px;
	background: url(../img/topicbg.png) no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.topic1{
	position: relative;
}
.topic2{
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 0;
}
.topic3{
	padding: 0 125px;
}
.topic3 ul{
	overflow: hidden;
}
.topic3 ul li{
	margin-top: 40px;
	list-style-type: none;
	float: left;
	width: calc((100% - 190px)/2);
	margin-right: 190px;
}
.topic3 ul li:nth-child(2n){
	margin-right: 0;
}
.topic3 ul li a{
	display: flex;
	align-items: center;
}
.topic4{
	font-size: 0;
	margin-right: 22px;
}
.topic4 img{
	width: 67px;
	height: 67px;
}
.topic5{
	flex: 1;
}
.topic6{
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: rgba(25, 25, 25, 0.6);
}
.topic6 span{
	margin-left: 20px;
	display: inline-block;
	border: 0.5px solid #191919;
	width: 75px;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.2px;
	text-align: center;
	color: #191919;
	border-radius: 2px;
}
.topic7{
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.2px;
	height: 48px;
	color: #191919;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.topic8{
	margin-top: 36px;
	text-align: right;
}
.topic8 a{
	font-size: 13px;
	line-height: 25.35px;
	letter-spacing: 0.2px;
	color: #191919;
	text-decoration: underline;
}
.guide{
	background: url(../img/guide_bg.png) no-repeat;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.guide1{
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.guide2{
	margin-top: 30px;
	float: left;
}
.guide3{
	font-size: 40px;
	font-weight: 500;
	line-height: 90px;
	letter-spacing: 1px;
	text-align: left;
	color: #FFFFFF;
}
.guide4{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2.799999952316284px;
	text-align: left;
	color: #FFFFFF;
}
.guide5{
	float: right;
}
.guide6{
	padding: 27px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.guide6 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guide8{
	font-size: 26px;
	line-height: 26px;
	text-align: left;
	color: #FFFFFF;
}
.guide9{
	margin-top: 16px;
	font-size: 12px;
	text-align: left;
	color: #E0E0E0;
}
.guide6 a:hover{
	opacity: 0.8;
}
.footer{
	background-color: #E5E5E5;
	padding: 30px 0 32px;
	position: relative;
}
.footer1{
	padding: 0 40px;
}
.footer2{
	position: relative;
	font-size: 0;
}
.footer2 > img{
    height: 36px;
}
.footer2a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.footer2a a{
	font-size: 15px;
	line-height: 22.5px;
	letter-spacing: 1.2px;
	color: #1D1D1D;
	margin: 0 16px;
}
.footer3{
	margin-top: 11px;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #1D1D1D;
}
.footer4{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #1D1D1D;
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: right;
}
.footer4 span{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #1D1D1D;
}
.footer4 code{
	font-family: inherit;
	font-size: 10pxpx;
	line-height: 16.5px;
	letter-spacing: 1.2px;
	color: #1D1D1D;
}
.footer4b{
    position: fixed;
    right: 46px;
    bottom: 50px;
    z-index: 10;
	font-size: 0;
	line-height: 1;
}
.footer5{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer5a a{
	font-size: 12px;
	font-weight: 500;
	line-height: 16.5px;
	letter-spacing: 0.3px;
	color: #999999;
	margin-right: 36px;
}
.footer5b{
	font-size: 10px;
	line-height: 13.5px;
	letter-spacing: 0.4px;
	color: #999999;
}
.goTop{
	font-size: 0;
	z-index: 10;
	position: fixed;
	right: 40px;
	bottom: 120px;
}
.header_m{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	background-color: #000000;
}
.header_m1{
    position: relative;
	zoom: 1;
}
.header_m1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo_m{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 32%;
}
.logo_m img{
	height: 30px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 20px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #313131;
	padding: 20px 18px;
}
.menu_m1{
    font-size: 0;
    text-align: center;
    position: relative;
}
.menu_m1 img{
    height: 30px;
}
.close{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu_m2{
	margin-top: 70px;
}
.menu_m2 ul{
	overflow: hidden;
}
.menu_m2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 36px)/2);
	margin-right: 36px;
	line-height: 50px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
}
.menu_m2 ul li:nth-child(2n){
    margin-right: 0;
}
.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;
}
.menu_m3{
    margin-top: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.menu_m3 a{
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    position: relative;
}
.menu_m3 a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 1px;
    background-color: #808080;
}
.menu_m3 a:first-child:before{
    width: 0;
}
.menu_m3 a img{
    width: 24px;
    margin-right: 5px;
}
.menu_m3 span{
    display: inline-block;
    color: #000;
    background-color: #fff;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
    margin-left: 5px;
}
.menu_m4{
    margin-top: 40px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFFFFF;
}
.menu_m5{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.menu_m5 img{
    width: 20px;
}
.menu_m6{
    margin-top: 40px;
}
.menu_m6 a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.bim{
	float: right;
	font-size: 0;
	margin: 9px 0;
}
.bim a{
	margin-right: 10px;
	height: 40px;
	display: inline-flex;
	align-items: center;
}
.innerBanner{
	font-size: 0;
	text-align: center;
}
.category{
	padding: 90px 0 100px;
}
.category1{
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 1.8px;
	text-align: center;
	color: #333;
}
.category2{
	margin-top: 14px;
	font-size: 11.3px;
	font-weight: 500;
	line-height: 11.25px;
	letter-spacing: 1.125px;
	text-align: center;
	color: #333;
}
.category3{
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category3 a{
	width: calc((100% - 76px)/3);
	height: 50px;
	background-color: #E1D8D2;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
.category3 a img{
	margin-right: 12px;
}
.category4{
	margin-top: 24px;
}
.category4 ul{
	overflow: hidden;
	font-size: 0;
}
.category4 ul li{
	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
	width: calc((100% - 39px)/4);
	margin-right: 13px;
}
.category4 ul li:nth-child(4n){
	margin-right: 0;
}
.category5{
	font-size: 0;
	text-align: center;
	position: relative;
}
.category5a{
	position: absolute;
	right: 14px;
	top: 19px;
}
.category6{
	margin-top: 20px;
	text-align: center;
}
.category6 a{
	line-height: 18.2px;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #000;
}
.category7{
	margin-top: 11px;
	font-size: 12px;
	line-height: 16.8px;
	letter-spacing: 0.3px;
	text-align: center;
	color: #040404;
}
.category8{
	margin-top: 11px;
	font-size: 11px;
	line-height: 15.4px;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
}
.category8 span{
	color: #595959;
	text-decoration: line-through;
}
.category8 code{
	font-family: inherit;
	color: #ED0000;
	margin-left: 20px;
}
.page{
	margin-top: 80px;
	text-align: center;
}
.page a{
	margin: 0 16px;
	display: inline-block;
	min-width: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #040404;
}
.page a.on{
	border-bottom: 1px solid #040404;
}
.inpopular{
	padding: 100px 0 80px;
	background-color: #E5E5E5;
}
.inpopular1{
	padding: 0 42px;
}
.inpopular2{
	font-size: 50px;
	line-height: 55px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #000000;
}
.inpopular3{
	margin-top: 60px;
}
.inpopular8{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inpopular8 a{
	font-size: 17px;
	line-height: 25.5px;
	letter-spacing: 0.9px;
	text-align: center;
	text-decoration: underline;
	color: #000000;
}
.brand_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 96;
	background-color: rgba(0, 0, 0, 0.3);
}
.brand_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	max-height: 80%;
	overflow-y: scroll;
	max-width: 1300px;
	padding: 0 50px 70px;
	background-color: #fff;
}
.brand_tc2{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #7C8790;
	font-size: 22px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000;
}
.brand_tc3{
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.brand_tc4{
	display: flex;
	align-items: flex-start;
}
.brand_tc4_d{
	width: calc((100% - 60px)/4);
	margin-right: 20px;
}
.brand_tc4_d:nth-child(4n){
	margin-right: 0;
}
.brand_tc5{
	margin-top: 20px;
	font-family: Times New Roman;
	font-size: 24px;
	line-height: 1;
	color: #745845;
	margin-right: 20px;
}
.brand_tc6{
	flex: 1;
}
.brand_tc6 a{
	border-bottom: 1px solid #DCDCDC;
	display: block;
	padding: 20px 0;
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 18.67px;
	color: #434343;
}
.brand_tc6 a span{
	display: block;
	font-size: 12px;
	line-height: 17.38px;
}
.item_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 96;
	background-color: rgba(0, 0, 0, 0.3);
}
.item_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
	max-height: 80%;
	overflow-y: scroll;
	max-width: 1300px;
	padding: 0 50px 70px;
	background-color: #fff;
}
.item_tc2{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #7C8790;
	font-size: 22px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000;
}
.item_tc3{
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.item_tc4{
	display: flex;
	align-items: flex-start;
	width: calc((100% - 120px)/5);
	margin-right: 30px;
}
.item_tc4:nth-child(5n){
	margin-right: 0;
}
.item_tc5{
	margin-top: 20px;
	font-family: Times New Roman;
	font-size: 24px;
	line-height: 1;
	color: #745845;
	margin-right: 20px;
}
.item_tc6{
	flex: 1;
}
.item_tc6 a{
	border-bottom: 1px solid #DCDCDC;
	display: block;
	padding: 20px 0;
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 18.67px;
	color: #434343;
}
.item_tc6 a span{
	display: block;
	font-size: 12px;
	line-height: 17.38px;
}
.proDeta{
	padding: 60px 0 45px;
	background-color: #F6F6F6;
}
.adress{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.1px;
	color: #CCCCCC;
}
.adress a{
	color: #040404;
}
.proDeta1{
	margin-top: 30px;
	overflow: hidden;
}
.proDeta2{
	float: left;
	width: 655px;
}
.proLeft1{
	padding: 0 55px;
	position: relative;
}
.deLeft{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.proLeft1_d{
	font-size: 0;
	position: relative;
}
.proLeft1_d img{
	width: 100%;
}
.proLeft1_d1{
	position: absolute;
	right: 79px;
	top: 26px;
	z-index: 1001;
}
.deRight{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.proLeft2{
	margin-top: 30px;
	padding: 0 50px;
	font-size: 0;
}
.proLeft3{
	padding: 0 50px;
	font-size: 0;
	position: relative;
}
.proLeft2_d{
	width: 91px;
}
.proRight{
	float: right;
	width: calc(100% - 710px);
}
.proRight1{
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 2px;
	color: #666666;
}
.proRight1 span{
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
	letter-spacing: 1px;
}
.proRight2{
	margin-top: 13px;
	font-size: 16.45px;
	font-weight: 500;
	line-height: 27.54px;
	letter-spacing: 1px;
	color: #333333;
}
.proDeta3{
	margin-top: 17px;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 2.4px;
	color: #333333;
}
.proDeta3 span{
	font-size: 17px;
}
.proDeta3 span.line{
	text-decoration: line-through;
}
.proDeta3 code{
	font-family: inherit;
	font-size: 17px;
	color: #ED0000;
}
.proDeta3 i{
	font-style: normal;
	color: #ED0000;
}
.proRight4{
	margin-top: 15px;
	font-size: 11.63px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.440000057220459px;
	color: #7A7A7A;
}
.proRight4 span{
	color: #ED0000;
	font-size: 16px;
}
.proRight5{
	margin-top: 13px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.440000057220459px;
	color: #333;
}
.proRight6{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 1.92px;
	color: #343434;
}
.proRight7{
	font-size: 0;
	margin-top: 14px;
}
.proRight7a{
    display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-right: 16px;
}
.proRight7 span{
    display: block;
    margin: 0 auto 10px;
	width: 91px;
	font-size: 0;
}
.proRight7 span.on{
	border: 1px solid #000000;
}
.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: 32px;
	height: 32px;
	border: 1px solid #969595;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 34px;
	color: #303030;
	margin-right: 10px;
	border-radius: 2px;
}
.proDeta8 span.on{
	border: 1px solid #000000;
}
.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;
}
.inProRight9{
	margin-top: 29px;
}
.inProRight9 input{
	background-color: #E1D8D2;
	height: 45px;
	width: 100%;
	max-width: 306px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 1px;
	color: #0C0C0C;
}
.inProRight9 input:hover{
    opacity: 0.5;
}
.inProRight10{
	margin-top: 17px;
}
.inProRight10 input{
	background-color: #745845;
	height: 45px;
	width: 100%;
	max-width: 306px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}
.inProRight10 input:hover{
    opacity: 0.5;
}
.proIntro{
	margin-top: 80px;
	font-size: 16px;
	font-weight: 600;
	line-height: 12px;
	letter-spacing: 1.92px;
	color: #343434;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.proIntro1{
	margin-top: 30px;
	font-size: 12px;
	line-height: 22.8px;
	letter-spacing: 1.44px;
	color: #333333;
}
/* box */
.box{width:310px;margin:100px auto;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{height:310px;width:310px;}
.tb-s310, .tb-s310 img{max-height:310px;max-width:310px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:40px;width:40px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:40px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;bottom:0px;width:469px;height:727px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../img/fdicon.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.bigimg{width: 750px;max-width: 1000%;}

.inAbout{
	padding: 80px 0 114px;
}
.inAbout1{
	font-size: 27px;
	font-weight: 700;
	line-height: 43.2px;
	letter-spacing: 4.56px;
	text-align: center;
	color: #333333;
}
.inAbout2{
	margin-top: 40px;
	font-size: 15.8px;
	font-weight: 300;
	line-height: 31.5px;
	letter-spacing: 1.6px;
	color: #333333;
}
.inAbout3{
	margin-top: 25px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.inAbout4{
	font-size: 0;
	width: 100%;
	max-width: 663px;
}
.inAbout5{
	width: 100%;
	max-width: 532px;
	font-size: 15.8px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 1.6px;
	color: #333333;
}
.inAbout6{
	background-color: #E5E5E5;
	padding: 85px 0 95px;
}
.inAbout7{
	font-size: 32px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
.inAbout8{
	margin: 60px auto 0;
	width: 100%;
	max-width: 786px;
}
.inAbout8 ul li{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.inAbout8a{
	padding: 32px 0 32px 50px;
	width: 200px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	justify-content: space-between;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #424242;
}
.inAbout8b{
	flex: 1;
	padding: 32px 0 32px 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 20px;
	color: #222222;
}
.inGuide{
	padding: 18px 0 50px;
}
.inGuide1{
    overflow: hidden;
}
.inGuide1 a{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    width: calc((100% - 86px)/3);
    margin-right: 43px;
    height: 64px;
    border: 1px solid #1E1E1E;
    font-size: 24px;
    color: #1E1E1E;
    border-radius: 4px;
}
.inGuide1 a:nth-child(3n){
	margin-right: 0;
}
.inGuide1{
	margin-top: 48px;
}
.inGuide1 .swiper{
	height: 200px;
}
.inGuide1 .swiper .swiper-slide{
	height: 64px;
}
.inGuide1 .swiper-pagination-bullet-active{
	background-color: #050505;
}
.inGuide2{
	margin-top: 70px;
	font-size: 18px;
	line-height: 48px;
	color: #393939;
}
.inGuide3{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1E1E1E;
	height: 64px;
	font-size: 24px;
	line-height: 33px;
	color: #1E1E1E;
	border-radius: 4px;
}
.inGuide3 a{
	color: #1E1E1E;
}
.inGuide1 a.on{
	background-color: #745845;
	color: #ffffff;
	border: 1px solid #745845;
	color: #fff;
}
.inGuide1 a.on a{
	color: #fff;
}
.inNews{
	padding: 86px 0 100px;
}
.inNews1{
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
}
.inNews2{
	text-align: center;
}
.inNews2 select{
	outline: none;
	font-size: 14px;
	color: #000000;
	width: 150px;
	text-align: center;
	text-align-last: center;
	border: none;
	border-bottom: 1px solid #000000;
}
.inNews3{
	margin-top: 50px;
}
.inNews3 ul li{
	list-style-type: none;
	border-bottom: 1px solid #2F240D;
	padding: 50px 0;
}
.inNews3 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inNews4{
	font-size: 0;
	margin-right: 40px;
}
.inNews5{
	flex: 1;
}
.inNews6{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #040404;
}
.inNews6 span{
	margin-right: 10px;
	display: inline-block;
	width: 68px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.30000001192092896px;
}
.inNews7{
	margin-top: 15px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 23px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #040404;
}
.inNews8{
	margin-top: 12px;
	font-size: 12px;
	line-height: 27px;
	letter-spacing: 0.4000000059604645px;
	color: #040404;
}
.newsDeta{
	padding: 45px 0;
}
.newsDeta1{
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
}
.newsDeta2{
	margin: 50px 0 30px;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: 0.699999988079071px;
	text-align: center;
	color: #000000;
}
.newsDeta3{
	margin-top: 30px;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 3.5px;
	color: #000000;
	padding-bottom: 25px;
	border-bottom: 2px solid #000000;
}
.newsDeta4{
	margin-top: 40px;
	border-bottom: 1px solid #000000;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 40px;
	color: #040404;
}
.sxy{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.4000000059604645px;
}
.sxy a{
	color: #040404;
}
.inContact{
	padding: 100px 0;
	min-height: 800px;
}
.inContact1{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.inContact2{
	margin-top: 16px;
	padding: 0 125px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E2E2E2;
}
.inContact3{
	flex: 1;
}
.inContact4{
	font-size: 28px;
	line-height: 28px;
	color: #040404;
}
.inContact5{
	margin-top: 10px;
	font-size: 12px;
	line-height: 11px;
	letter-spacing: 0.4399999976158142px;
	color: #040404;
}
.inContact6{
	font-size: 0;
	margin-left: 20px;
}
.inContact7{
	margin-top: 9px;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}
.inContact8{
	margin-top: 32px;
	display: flex;
	align-items: flex-start;
}
.inContact9{
	width: 240px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.4000000059604645px;
	text-align: right;
	color: #000000;
}
.inContact10{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inContact10 select{
	width: 412px;
	max-width: 100%;
	height: 30px;
	border: 1px solid #D2D2D2;
	outline: none;
	padding: 0 10px;
}
.inContact10 textarea{
	width: 412px;
	max-width: 100%;
	height: 200px;
	border: 1px solid #D2D2D2;
	resize: none;
	padding: 10px;
}
.inContact10 input{
	width: 412px;
	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.30000001192092896px;
	color: #666666;
}
.inContact10b{
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}
.inContact11{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.inContact11 a{
	color: #3c3c3c;
	text-decoration: underline;
}
.inContact12{
	width: 240px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 0.4000000059604645px;
	color: #000000;
}
.inContact13{
	margin-top: 16px;
	padding-left: 270px;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}
.login{
	padding: 105px 0 111px;
}
.lTitle{
	font-size: 44px;
	line-height: 48px;
	text-align: center;
	color: #000000;
}
.lTitle1{
    margin-top: 20px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000000;
}
.entry{
	margin-top: 40px;
}
.entry1{
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 0.5px;
	color: #000000;
}
.entry2{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.entry3{
	width: 230px;
	margin-right: 14px;
	min-height: 1px;
}
.entry3a{
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.4000000059604645px;
	text-align: right;
	color: #000000;
}
.entry3b{
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.4000000059604645px;
	text-align: right;
	color: #000000;
}
.entry4{
	flex: 1;
	position: relative;
}
.entry4 img.eye{
    right: 0;
    left: 372px;
}
.entry4{
	display: flex;
	align-items: center;
}
.entry4 input{
	border: 1px solid #BFBFBF;
	width: 412px;
	height: 30px;
	padding: 0 10px;
}
.entry4a{
	position: relative;
}
.entry4a button{
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	bottom: 5px;
	width: 121px;
	background-color: #242424;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	border: none;
}
.entry4a button:hover{
    opacity: 0.5;
}
.entry4a a.djs{
	background-color: #A7A7A7;
}
.entry5{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.entry6{
	margin-left: 10px;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.30000001192092896px;
	color: #666666;
}
.entry7{
	flex: 1;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.30000001192092896px;
	color: #040404;
}
.entry7 a{
	color: #040404;
	text-decoration: underline;
}
.entry7 input{
	vertical-align: middle;
}
.entry8{
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cen{
	text-align: center;
}
.login1{
	margin-top: 30px;
	overflow: hidden;
}
.login2{
	float: left;
	width: calc((100% - 50px)/2);
}
.login3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
}
.login3 span{
	margin-left: 9px;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: 0.20000000298023224px;
}
.login4{
	margin-top: 13px;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}
.login4 span{
	margin-left: 9px;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: 0.20000000298023224px;
}
.login5{
	margin-top: 10px;
	position: relative;
}
.login5 input{
	width: 100%;
	height: 30px;
	background: #EEEEEE;
	padding: 0 10px;
}
.eye{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.login6{
	margin-top: 32px;
}
.login6 a{
	font-size: 12px;
	line-height: 20px;
	color: #040404;
	text-decoration: underline;
}
.containa{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.inContact7{
	margin-top: 9px;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}
.inContact8{
	margin-top: 32px;
	display: flex;
	align-items: flex-start;
}
.inContact9{
	width: 240px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.4000000059604645px;
	text-align: right;
	color: #000000;
}
.inContact10{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inContact10 select{
	width: 412px;
	max-width: 100%;
	height: 30px;
	border: 1px solid #D2D2D2;
	outline: none;
	padding: 0 10px;
}
.inContact10 textarea{
	width: 412px;
	max-width: 100%;
	height: 200px;
	border: 1px solid #D2D2D2;
	resize: none;
	padding: 10px;
}
.inContact10 input{
	width: 412px;
	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.30000001192092896px;
	color: #666666;
}
.inContact10b{
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}
.inContact11{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.inContact11 a{
	color: #3c3c3c;
	text-decoration: underline;
}
.login7{
	margin-top: 36px;
}
.login7 input{
	width: 250px;
	height: 53px;
	background-position: 20px center;
	font-size: 14px;
	color: #fff;
	background: #745845;
}
.login7 input:hover{
    opacity: 0.5;
}
.login8{
	float: right;
	width: calc((100% - 50px)/2);
}
.login9{
	margin-top: 30px;
	font-size: 12px;
	line-height: 29px;
	color: #000000;
}
.login10{
	margin-top: 36px;
}
.login10 input{
	width: 250px;
	height: 53px;
	background-position: 20px center;
	font-size: 14px;
	color: #040404;
	background: #E1D8D2;
}
.login10 input:hover{
    opacity: 0.5;
}
.entry7{
	flex: 1;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.30000001192092896px;
	color: #040404;
}
.entry7 a{
	color: #040404;
	text-decoration: underline;
}
.entry7 input{
	vertical-align: middle;
}
.entry8{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.change{
	margin-bottom: 27px;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0.6000000238418579px;
	color: #000000;
}
.change1{
	margin-top: 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.4000000059604645px;
	color: #000000;
}
.change1 span{
	margin-left: 10px;
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.699999988079071px;
}
.change2{
	max-width: 392px;
	margin-top: 18px;
	position: relative;
}
.change2 input{
	width: 100%;
	height: 42px;
	border: 1px solid #BFBFBF;
	padding: 0 10px;
}
.change2 button{
	position: absolute;
	display: block;
	right: 8px;
	top: 11px;
	bottom: 11px;
	width: 121px;
	background-color: #242424;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding: 0;
	border: none;
}
.change2 button:hover{
    opacity: 0.5;
}
.change3{
	margin-top: 12px;
	font-size: 12px;
	line-height: 17px;
	color: #BFBFBF;
}
.change3 span{
	font-size: 10px;
	line-height: 15px;
}
.change4{
	margin-top: 27px;
}
.incart{
	margin-top: 50px;
}
.incart1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
}
.incart2{
	border-bottom: 1px solid #000000;
}
.incart2 ul{
	overflow: hidden;
}
.incart2 ul li{
	list-style-type: none;
	float: left;
	font-size: 12px;
	line-height: 44px;
	letter-spacing: 1px;
	color: #000000;
}
.incart2 ul li span{
	margin-left: 10px;
	font-size: 10px;
	line-height: 17px;
}
.cWidth{
	width: 50%;
}
.cWidth1{
	width: 14%;
}
.cWidth2{
	width: 22%;
}
.incart3 ul{
	overflow: hidden;
	border-bottom: 1px solid #000000;
	padding: 20px 0;
}
.incart3 ul li{
	list-style-type: none;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
}
.incart4{
	display: flex;
	align-items: center;
}
.incart5{
	font-size: 0;
	margin-right: 16px;
}
.incart5 img{
	width: 85px;
}
.incart6a{
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
}
.incart6b{
	margin-top: 14px;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	color: #8F8F8F;
}
.incart3 ul li input{
	width: 77px;
	height: 24px;
	border: 1px solid #000000;
	padding: 0 6px;
}
.incart3 ul li a{
	float: right;
	text-decoration: underline;
}
.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;
}
.cart1{
	margin-top: 50px;
	background-color: #8B8887;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}
.cart3{
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-bottom: 0;
}
.cart3 ul{
	overflow: hidden;
}
.cart3 ul li{
	list-style-type: none;
	float: left;
	border-left: 1px solid #E0E0E0;
	height: 50px;
	background-color: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #7D7D7D;
}
.c_width{
	width: 42%;
}
.c_width1{
	width: 14%;
}
.c_width2{
	width: 16%;
}
.cart{
	margin-top: 20px;
	font-size: 20px;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.cart4{
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-bottom: 0;
}
.cart4 ul{
	overflow: hidden;
}
.cart4 ul li{
	list-style-type: none;
	float: left;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	height: 104px;
	display: flex;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.cart4 ul li input{
	width: 43px;
	height: 34px;
	border: 1px solid #CBCBCB;
	text-align: center;
}
.cart4 ul li a{
	display: block;
	width: 85px;
	height: 34px;
	border: 1px solid #CBCBCB;
	background-color: #D9D9D9;
	text-align: center;
	line-height: 34px;
}
.ca_width{
	width: 43%;
}
.ca_width1{
	width: 19%;
}
.cart6{
	margin-top: 30px;
}
.cart6a{
	text-align: right;
}
.cart6a1{
	display: inline-block;
	width: 429px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.7px;
	text-align: left;
	color: #333
}
.cart6a span{
	color: #c00000;
}
.cart6b{
	margin-bottom: 20px;
	text-align: right;
}
.cart6b1{
	display: inline-flex;
	align-items: center;
	width: 429px;
}
.cart6b1 span{
	vertical-align: middle;
	display: inline-block;
	width: 120px;
	height: 42px;
	border: 1px solid #CBCBCB;
	background-color: #E5E5E5;
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.cart6b2{
	vertical-align: middle;
	display: inline-block;
	width: 208px;
	height: 42px;
	border: 1px solid #CBCBCB;
	padding: 0 10px;
	text-align: right;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
	margin-right: 9px;
}
.cart6b3{
	vertical-align: middle;
	display: inline-block;
	height: 42px;
	border: 1px solid #745845;
	background-color: #745845;
	font-size: 14px;
	color: #fff;
}
.cart6b3{
	flex: 1;
	
}
.cart7{
	text-align: right;
	font-size: 0;
}
.cart7 span{
	vertical-align: middle;
	display: inline-block;
	width: 120px;
	height: 42px;
	border: 1px solid #CBCBCB;
	background-color: #E5E5E5;
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.cart7 code{
	vertical-align: middle;
	display: inline-block;
	width: 309px;
	height: 42px;
	border: 1px solid #CBCBCB;
	padding: 0 10px;
	text-align: right;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.cartjs{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.699999988079071px;
	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: 600;
	line-height: 20px;
	letter-spacing: 0.699999988079071px;
	color: #333333;
}
.cartjs3{
	flex: 1;
	padding: 3px;
}
.cartjs4{
	padding: 3px;
	font-size: 14px;
	color: #333;
}
.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,.cartjs6 select{
	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;
	height: 31px;
}
.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: #B38C65;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}
.newca{
	border-bottom: 1px solid #000000;
	padding: 40px 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	z-index: 9999;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background-color: #745845;
	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;
}
.myPage{
	padding: 70px 0 50px;
}
.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;
}
.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: #745845;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.7999999523162842px;
	color: #ffffff;
}
.myLeft5 a img{
	margin-right: 19px;
}
.myRight{
	float: right;
	width: calc(100% - 250px);
	border-left: 1px solid #ACACAC;
	padding-left: 30px;
	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;
}
.myCollect ul{
	font-size: 0;
}
.myCollect ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 32px)/3);
	margin-right: 16px;
	margin-top: 32px;
}
.myCollect ul li:nth-child(3n){
	margin-right: 0;
}
.myHistory{
	margin-top: 36px;
}
.myHistory .pc{
	margin-bottom: 20px;
}
.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: 26%;
}
.r_width1{
	width: 43%;
}
.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;
}
.record6a{
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.record6b{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0.1em;
	color: #8F8F8F;
}
.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 a{
	display: block;
	width: 186px;
	height: 41px;
	background-color: #745845;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 700;
	line-height: 41px;
	text-align: center;
	color: #ffffff;
}
.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;
}
.hisDeta{
	font-size: 16px;
	font-weight: 700;
	line-height: 26.4px;
	color: #000000;
}
.hisDeta1{
	margin-top: 9px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26.4px;
	color: #000000;
}
.hisDeta2{
	margin-top: 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #3C3C3C;
}
.hisDeta3{
	border: 1px solid #E0E0E0;
	padding: 24px 35px;
}
.hisDeta4{
	padding: 10px 35px;
	border: 1px solid #E0E0E0;
	background-color: #F7F7F7;
	text-align: center;
}
.hisDeta4 a{
	display: inline-block;
	width: 173px;
	height: 42px;
	background-color: #745845;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
}
.myVip{
	margin-top: 36px;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
}
.myVip1{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.myVip2{
	width: 270px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 18.57px;
	letter-spacing: 0.4000000059604645px;
	color: #000000;
}
.myVip2 span{
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
.myVip3{
	flex: 1;
	font-size: 16px;
	line-height: 22.99px;
	letter-spacing: 0.5px;
	color: #757575;
}
.myVip3 input{
	width: 100%;
	max-width: 341px;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #BFBFBF;
}
.myVip3 select{
	width: 100%;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #BFBFBF;
	outline: none;
}
.myVip4{
	flex: 1;
	font-size: 16px;
	line-height: 22.99px;
	letter-spacing: 0.5px;
	color: #757575;
}
.myVip4 input{
	width: 100%;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #BFBFBF;
}
.myVip5{
	margin-top: 59px;
	text-align: center;
}
.myVip5 input{
	width: 173px;
	height: 42px;
	background-color: #745845;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 1px;
	color: #ffffff;
}
.myVip5 input:hover{
	opacity: 0.5;
}
.inartic{
	padding: 24px 0 80px;
}
.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;
}
.inTitle{
	margin-top: 20px;
	font-size: 24px;
	line-height: 15.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;
}
.inter{
	margin-top: 17px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000
}
.inter1{
	margin-top: 7px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000000
}
.inter1 span{
	color: #C10000;
	font-size: 20px;
}
.inter2{
	margin-top: 7px;
	font-size: 12px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.5px;
	color: #000000
}
.inter3{
	margin-top: 13px;
	width: 100%;
	max-width: 525px;
	border: 1px solid #CBCBCB;
}
.inter4{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CBCBCB;
}
.inter4:last-child{
	border-bottom: 0;
}
.inter5{
	width: 187px;
	border-right: 1px solid #CBCBCB;
	background-color: #F7F7F7;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #525252;
}
.inter6{
	flex: 1;
	height: 40px;
	padding: 3px;
	position: relative;
}
.inter6 input{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-size: 14px;
	letter-spacing: 0.7px;
}
.inter6a{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.inter6a a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	width: 28px;
	height: 28px;
	background-color: #745845;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.7px;
	text-align: center;
	color: #fff;
}
.inter7{
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000000;
}
.inter7 input{
	width: 173px;
	height: 42px;
	background-color: #745845;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff
}
.inter8{
	margin-top: 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 19.5px;
	letter-spacing: 0.5px;
	color: #000;
}
.inter9{
	margin-top: 25px;
	width: 100%;
	max-width: 550px;
	border: 1px solid #E0E0E0;
	border-right: 0;
	border-bottom: 0;
}
.inter9a{
	background-color: #F7F7F7;
}
.inter9a ul{
	overflow: hidden;
}
.inter9a ul li{
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #393939;
	border-right: 1px solid #E0E0E0;
}
.intwidth{
	width:34%;
}
.intwidth1{
	width: 39%;
}
.intwidth2{
	width: 27%;
}

.inter9b ul{
	border-bottom: 1px solid #E0E0E0;
	overflow: hidden;
}
.inter9b ul li{
	list-style-type: none;
	float: left;
	text-align: center;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #393939;
	border-right: 1px solid #E0E0E0;
}
.cz_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);
}
.cz_tc1{
	margin-top: 10px;
	text-align: center;
}
.cz_tc1 a,.cz_tc1 input{
	display: inline-block;
	margin: 0 10px;
	background-color: #745845;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.fadeInUp {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .8s ease-out, transform .6s ease-out;
}
.fadeInUp.animated {
    opacity: 1;
    transform: translateY(0px);
}
.nlogo{
    display: none;
}
.header1.black .slogo{
    display: none;
}
.header1.black .nlogo{
    display: block;
}
.header2.black .slogo{
    display: none;
}
.header2.black .nlogo{
    display: block;
}
.sou{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}




