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

.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.black{
	position: relative;
	height: 40px;
	background-color: #000000;
	border-bottom: 1px solid #DDDDDD;
}
.top{
	border-bottom: 1px solid #DDDDDD;
}
.top1{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
}
.icon_m{
	margin-right: 10px;
}
.icon_m img{
	width: 30px;
}
.search{
	width: 646px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.searchi{
	width: calc(100% - 70px);
	float: left;
	height: 100%;
	padding: 0 13px;
	font-size: 14px;
}
.searchii{
	width: 70px;
	height: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #000000;
}
.searchii img{
	margin-right: 7px;
}
.butt a{
	display: inline-block;
	margin-left: 20px;
}
.butt a:first-child{
	margin-left: 0;
}
.butt a span{
	display: block;
	font-size: 0;
	text-align: center;
	position: relative;
}
.butt a code{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	font-family: inherit;
}
.butt a span i{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: #000000;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: 8px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	font-style: normal;
}
.nav{
	border-bottom: 1px solid #DDDDDD;
}
.nav1{
	text-align: center;
}
.nav1 ul li{
	display: inline-block;
	position: relative;
	padding: 10px 0;
	margin: 0 24px;
}
.nav1 ul li>a{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	color: #000000;
}
.nav1 ul li.on{
	border-bottom: 2px solid #000000;
}
.nav1 ul li:hover{
	border-bottom: 2px solid #000000;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 9;
	transform: translateX(-50%);
	padding: 8px 0 16px;
	background-color: #F5F7F9;
	width: 249px;
}
.nav_sub1{
	margin-top: 8px;
	position: relative;
}
.nav_sub1>a{
	display: flex;
	align-items: center;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #000000;
	padding: 8px 20px;
}
.nav_sub1>a img{
	margin-right: 16px;
}
.nav_sub1>a:hover{
	opacity: 1;
}
.nav_sub1:hover>a{
	background-color: #fff;
}
.nav_sub2{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 249px;
	background-color: #F5F7F9;
	padding: 8px 0 16px;
}
.nav1 ul li:hover .nav_sub{
	display: block;
}
.nav_sub1:hover>.nav_sub2{
	display: block;
}
.banner{
	font-size: 0;
	position: relative;
	text-align: center;
}
.banner .swiper-pagination{
	bottom: 15px;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background-color: #F1F1F1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #000000;
}
.nbann{
    margin-top: 40px;
	font-size: 0;
	position: relative;
	text-align: center;
}
.nbann .swiper-pagination{
	bottom: 15px;
}
.nbann .swiper-pagination-bullet{
	opacity: 1;
	background-color: #F1F1F1;
}
.nbann .swiper-pagination-bullet-active{
	background-color: #000000;
}
.bLeft{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.bRight{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.news{
	margin-top: 64px;
}
.title{
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: center;
	color: #212529;
}
.news1{
	margin: 0 auto;
	width: 96%;
	max-width: 1300px;
}
.news1 ul{
	overflow: hidden;
}
.news1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 40px;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}
.news1 ul li:nth-child(3n){
	margin-right: 0;
}
.news2{
	font-size: 0;
}
.news3{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	color: #495057;
}
.news4{
	margin-top: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.5px;
	text-align: left;
	color: #AAAAAA;
}
.news1 ul li:hover{
	text-decoration: underline;
}
.more{
	margin-top: 64px;
	text-align: center;
}
.more a{
	display: inline-block;
	width: 305px;
	height: 50px;
	border: 1px solid #DDDDDD;
	text-align: center;
	line-height: 48px;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}
.product{
	margin-top: 80px;
}
.product1{
	margin: 15px auto 0;
	width: 96%;
	max-width: 1300px;
}
.product1 ul{
	overflow: hidden;
}
.product1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 40px;
	width: calc((100% - 80px)/5);
	margin-right: 20px;
}
.product1 ul li:nth-child(5n){
	margin-right: 0;
}
.product2{
	font-size: 0;
	position: relative;
	height: 330px;
}
.sign{
	position: absolute;
	left: 7px;
	top: 8px;
	font-size: 0;
}
.product3{
	margin-top: 10px;
	/*padding: 0 10px;*/
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	height: 48px;
	text-align: left;
	color: #404040;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product4{
	margin-top: 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	/*text-align: center;*/
	color: #000000;
}
.product4a{
    font-size: 18px;
    font-weight: 700;
    line-height: 12px;
    color: #D94D4D;
    margin-right: 10px;
}
.product4b{
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    color: #8c8c8c;
}
.product4b code{
    font-family: inherit;
	text-decoration: line-through;
}
/*.product4 span{*/
/*	color: #D94D4D;*/
/*	margin-right: 20px;*/
/*}*/
.producr5{
    margin-top: 10px;
    height: 20px;
}
.producr5a{
    display: inline-block;
    width: 58px;
    height: 18px;
    background-color: #CC0B39;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}
.producr5b{
    margin-left: 6px;
    display: inline-block;
    width: 58px;
    height: 18px;
    background-color: #7838FF;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}
.product6{
    margin-top: 14px;
}
.product6 a{
    display: block;
    border: 1px solid #434343;
    max-width: 112px;
    width: 112px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    color: #000000;
}
.rank{
	margin-top: 100px;
}
.sign1{
	position: absolute;
	left: 10px;
	top: 11px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	color: #fff;
}
.product1 ul li:nth-child(1) .sign1{
	background-color: #E0D168;
}
.product1 ul li:nth-child(2) .sign1{
	background-color: #B3B3B3;
}
.product1 ul li:nth-child(3) .sign1{
	background-color: #E2A58A;
}
.product1 ul li:nth-child(4) .sign1{
	background-color: #DDDDDD;
}
.product1 ul li:nth-child(5) .sign1{
	background-color: #DDDDDD;
}
.stype{
	margin: 80px 0;
}
.stype1{
	margin: 15px auto 0;
	width: 96%;
	max-width: 1300px;
}
.stype1 ul{
	overflow: hidden;
}
.stype1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 40px;
	width: calc((100% - 80px)/5);
	margin-right: 20px;
}
.stype1 ul li:nth-child(5n){
	margin-right: 0;
}
.stype2{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #495057;
}
.stype1 ul li:hover{
	text-decoration: underline;
}
.footer{
	background-color: #333333;
	padding: 60px 0 25px;
}
.footer1{
	font-size: 0;
	text-align: center;
}
.footer2{
	margin-top: 13px;
	text-align: center;
}
.footer2 a{
	margin: 0 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
}
.footer3{
	margin-top: 11px;
	text-align: center;
}
.footer3 a{
	padding: 0 16px;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
	border-left: 1px solid #ffffff;
}
.footer3 a:first-child{
	border-left: 0;
}
.footer4{
	margin-top: 27px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color: #ffffff;
}
.footer5{
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}
.footer5 a{
    margin: 0 12px;
}
.goTop{
	position: fixed;
	right: 80px;
	bottom: 50%;
	transform: translateY(-50%);
	font-size: 0;
	z-index: 96;
}
.wap{
	display: none !important;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.menu_m1{
	width: 90%;
	height: 100%;
	background-color: #ffffff;
	padding: 14px 0 14px;
	overflow-y: scroll;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 50px;
	font-size: 14px;
}
.menu_m2 ul li>a{
	border-bottom: 1px solid #D9D9D9;
	padding-left: 6%;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.m_arrow1{
	display: none;
}
.me_login{
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.me_login a{
	display: block;
	width: calc((100% - 18px)/2);
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	height: 37px;
	font-size: 12px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #000000;
}
.menu_msub{
	margin-top: 10px;
	display: none;
	width: 100%;
}
.menu_msub a{
	display: flex;
	margin: 6px 0;
	align-items: center;
	padding-left: 6%;
	font-size: 14px;
	line-height: 28px;
	color: #000;
}
.menu_msub a img{
	margin-right: 16px;
}
.menu_m3{
	padding-left: 6%;
	margin-top: 10px;
}
.menu_m3 a{
	display: block;
	margin-top: 16px;
	font-family: Inter;
	font-size: 11px;
	line-height: 21px;
	color: #818181;
}
.close{
	font-size: 0;
	position: fixed;
	right: 12px;
	top: 13px;
}
.logre{
	padding: 60px 0 133px;
}
.logre1{
	font-size: 23.81px;
	font-weight: 500;
	line-height: 28.8px;
	color: #212529;
}
.logre2{
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.logre3{
	background-color: #F1F1F1;
	padding: 40px 40px 30px;
	width: calc((100% - 40px)/2);
}
.logre4{
	font-size: 20px;
	font-weight: 500;
	line-height: 28.96px;
	color: #212529;
}
.logre5{
	margin-top: 24px;
}
.logre5 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 50px;
	background: url(../img/email.png) #ffffff no-repeat;
	background-position: 19px center;
	font-size: 12px;
}
.logre6{
	position: relative;
	margin-top: 12px;
}
.logre6 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 50px;
	background: url(../img/pass.png) #ffffff no-repeat;
	background-position: 19px center;
	font-size: 12px;
}
.logre6 span{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.eye1{
	display: none;
}
.logre7{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logre7 input{
	width: 236px;
	height: 50px;
	background-color: #000000;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
}
.logre7 a{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #D94D4D;
}
.logre8{
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.logre9{
	margin-top: 40px;
}
.logre9 a{
	display: block;
	height: 57px;
	font-size: 12px;
	font-weight: 500;
	line-height: 57px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
}
.tips_tc1{
	height: 56px;
	background: #000000;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
}
.tips_tc2{
	background-color: #ffffff;
	padding: 26px 25px 23px;
}
.tips_tc3{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #333333;
	min-height: 58px;
}
.register{
	margin-top: 90px;
	border-top: 1px solid #DDDDDD;
}
.register1{
	display: flex;
	border-bottom: 1px solid #DDDDDD;
}
.register2{
	width: 325px;
	padding: 0 30px;
	background-color: #F1F1F1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.register3{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #212529;
}
.register4{
	width: 42px;
	height: 17px;
	border: 1px solid #D94D4D;
	border-radius: 4px;
	font-size: 10px;
	color: #D94D4D;
	text-align: center;
	line-height: 15px;
}
.register5{
	padding: 21px 30px;
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.register6{
	width: 440px;
	margin-right: 20px;
	position: relative;
}
.register6 input{
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 0 10px;
}
.register6 a{
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 121px;
	height: 30px;
	background-color: #000000;
	border: 1px solid #242424;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.register7 label{
	display: inline-flex;
	align-items: center;
	margin-right: 80px;
	font-size: 14px;
	line-height: 14px;
	color: #212529;
}
.register7 label input{
	margin-right: 10px;
}
.register8 {
	font-size: 0;
}
.register8 select{
	height: 50px;
	border-radius: 3px;
	border: 1px solid #999999;
	outline: none;
}
.register8 select.year{
	width: 200px;
	margin-right: 10px;
}
.register8 select.month{
	width: 115px;
	margin-right: 10px;
}
.register8 select.day{
	width: 115px;
}
.register9{
	margin-top: 5px;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.register11{
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
}
.register11 a{
	color: #000000;
	text-decoration: underline;
}
.register12{
	margin-top: 60px;
	text-align: center;
}
.register12 input{
	width: 230px;
	height: 50px;
	background-color: #000000;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}
.inPro{
	padding: 20px 0 68px;
}
.inPro1{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.address{
	font-size: 11px;
	line-height: 16.5px;
	text-align: left;
	color: #000000;
}
.inPro2{
	margin-top: 48px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: center;
	color: #212529;
	position: relative;
}
.inPro2 a{
	position: absolute;
	right: 0;
	top: -6px;
	display: block;
	border: 1px solid #000000;
	width: 117px;
	height: 40px;
	border-radius: 2px;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	color: #000000;
}
.inPro3{
	margin-top: 32px;
	border-bottom: 2px solid #D9D9D9;
}
.inPro3 .swiper-slide {
    width: auto;
    padding-right: 20px;
}
.inPro3 a{
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: #0E0E0E;
	padding: 0 5px;
	margin-bottom: -2px;
}
.inPro3 a.on{
	background-color: #303030;
	color: #fff;
}
.inPro4{
	margin-top: 18px;
}
.inPro4 .swiper-slide {
    width: auto;
    padding-right: 20px;
}
.newadd{
    margin-top: 10px;
    padding: 16px;
    border: 1px solid #DCDCDC;
    font-size: 16px;
}
.inPro4 a{
	margin-right: 20px;
	display: inline-block;
	height: 24px;
	border-radius: 2px;
	background-color: #E9E9E9;
	line-height: 24px;
	padding: 0 10px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #0E0E0E;
}
.inPro4 a.on{
	background-color: #303030;
	color: #fff;
}
.inPro5{
	margin-top: 30px;
	font-size: 12px;
	line-height: 18px;
	color: #212529;
}
.inPro6{
	margin-top: 19px;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	color: #212529;
}
.inPro6 select{
	margin-left: 10px;
	width: 132px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	outline: none;
}
.page{
	margin-top: 64px;
	text-align: center;
}
.page a{
	display: inline-block;
	margin: 0 3px;
	width: 27px;
	height: 29px;
	border: 1px solid #DEE2E6;
	text-align: center;
	line-height: 27px;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}
.page a.on{
	background-color: #000000;
	color: #ffffff;
}
.proDeta{
	width: 100%;
	max-width: 1100px;
	margin: 54px auto 0;
}
.proDeta1{
	overflow: hidden;
}
.proDeta2{
	float: left;
	width: 45%;
}
.proLeft2{
	margin-top: 25px;
	padding: 0 50px;
}
.proLeft2 .swiper-slide-thumb-active{
	border: 1px solid #303030;
	overflow: hidden;
}
.proLeft1_d{
	padding: 10px;
	position: relative;
	height: 495px;
	border: 1px solid #CCCCCC;
}
.proLeft1_d img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proLeft2_d{
	font-size: 0;
	position: relative;
	height: 90px;
}
.proLeft2_d img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proLeft1{
	position: relative;
}
.deLeft{
	font-size: 0;
	position: absolute;
	left: 0;
	z-index: 96;
	top: 50%;
	transform: translateY(-50%);
}
.deRight{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.proLeft1 .swiper-pagination{
	z-index: 10;
	font-size: 12px;
	color: #ffffff;
	padding-right: 10px;
	text-align: right;
}
.proLeft2{
	position: relative;
}
.deLeft1{
	font-size: 0;
	position: absolute;
	left: 10px;
	padding: 10px;
	z-index: 96;
	top: 50%;
	transform: translateY(-50%);
}
.deRight1{
	font-size: 0;
	position: absolute;
	right: 10px;
	padding: 10px;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.proDeta3{
	float: right;
	width: 49%;
}
.proDeta4{
	font-size: 16px;
	line-height: 28.8px;
	letter-spacing: 0.6000000238418579px;
	color: rgba(48, 48, 48, 0.75);
}
.proDeta5{
	margin-top: 5px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.6000000238418579px;
	color: #303030;
}
.proDeta6{
	margin-top: 24px;
	font-size: 20px;
	line-height: 20.4px;
	letter-spacing: 0.699999988079071px;
	color: #8C8C8C;
}
.proDeta6 span{
	font-size: 12px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 1.2999999523162842px;
	color: #8C8C8C;
}
.proDeta6 span i{
	font-size: 20px;
	text-decoration: line-through;
	font-style: normal;
}
.proDeta6 code{
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 1.2999999523162842px;
	color: #D94D4D;
}
.proDeta6 code i{
	font-size: 12px;
	font-style: normal;
}
.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: 82px;
	height: 36px;
	border: 1px solid rgba(48, 48, 48, 0.55);
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 34px;
	color: #303030;
	margin-right: 10px;
	border-radius: 2px;
}
.proDeta8 span.on{
	background-color: #303030;
	color: #ffffff;
}
.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;
}
.proDeta10{
	margin-top: 32px;
}
.proDeta10 input{
	border: 1px solid #303030;
	border-radius: 2px;
	height: 46px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #303030;
	background-color: #fff;
	width: 100%;
}
.proDeta11{
	margin-top: 24px;
}
.proDeta11 input{
	border: 1px solid #303030;
	border-radius: 2px;
	height: 46px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #303030;
	color: #ffffff;
	width: 100%;
}
.intro{
	margin-top: 70px;
	padding: 0 20px 24px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #303030;
}
.intro1{
	margin-top: 32px;
	padding: 0 30px;
}
.intro2{
	font-size: 15px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.intro3{
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.newtj{
    margin-top: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    color: #212529;
}
.newtj1{
    margin-top: 50px;
    position: relative;
}
.newtLeft{
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}
.newtRight{
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
}

.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;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../img/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.bigimg{width: 750px;max-width: 1000%;}

.newsDeta{
	margin-top: 48px;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: center;
	color: #212529;
}
.newsDeta1{
	margin-top: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #DFDFDF;
	font-size: 14px;
	font-weight: 500;
	line-height: 33px;
	text-align: center;
	color: #1E1E1E;
}
.newsDeta2{
	margin-top: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #393939;
}
.newsDeta3{
	border-top: 1px solid #DFDFDF;
	margin-top: 60px;
	padding: 24px 36px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 1.4px;
	color: #000000;
}
.lxwm{
	margin-top: 49px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	color: #000000;
}
.lxwm1{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	color: #000000;
}
.register13 label{
	margin: 5px 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 14px;
	color: #212529;
}
.register13 label input{
	margin-right: 10px;
}
.register14{
	width: 100%;
}
.register14 textarea{
	width: 100%;
	height: 153px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 10px;
	resize: none;
}
.used{
	margin-top: 48px;
	font-size: 23.81px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: center;
	color: #212529;
}
.used1{
	margin-top: 36px;
	overflow: hidden;
	padding-bottom: 45px;
	border-bottom: 1px solid #DFDFDF;
}
.used1 a{
	display: block;
	float: left;
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	margin-top: 20px;
	height: 48px;
	border: 1px solid #1E1E1E;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #1E1E1E;
	border-radius: 2px;
}
.used1 a:nth-child(3n){
	margin-right: 0;
}
.used1 a.on{
	background-color: #000000;
	color: #ffffff;
}
.used2{
	margin-top: 27px;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 3px;
	text-align: center;
	color: #333;
}
.used3{
	margin-top: 32px;
	font-size: 16px;
	line-height: 36px;
	color: #393939;
}
.concept{
	margin-top: 64px;
	font-size: 0;
	text-align: center;
}
.concept1{
	margin-top: 45px;
	font-size: 24px;
	line-height: 37px;
	color: #000000;
	padding: 0 50px;
}
.concept1 span{
	font-family: monospace;
	font-size: 67px;
	line-height: 67px;
}
.concept2{
	margin-top: 10px;
	font-size: 13px;
	font-weight: 350;
	line-height: 24.7px;
	color: #000000;
	padding: 0 50px;
}
.concept3{
	margin: 27px 50px 0;
	background-color: #F1F1F1;
	padding: 36px 207px 72px;
}
.concept4{
	display: flex;
}
.concept5{
	padding: 32px 0 32px 50px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #424242;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	width: 200px;
	margin-right: 20px;
}
.concept6{
	flex: 1;
	padding: 32px 0 32px 50px;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.concept7{
	margin-top: 56px;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #1E1E1E;
}
.map{
	margin-top: 40px;
	padding: 0 50px;
}
.m31 .table .tb table tr td {
	border: 1px solid #E6E6E6;
}
.m31 .pr_info {
	padding: 15px 30px;
	display: flex;
	align-items: center;
}
.m31 .pr_info .pic {
	width: 174px;
}
.m31 .pr_info .cn {
	flex: 1;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	line-height: 28px;
}
.cn11{
	margin-top: 40px;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 0.8px;
	color: #666666;
}
.m31 .pr_info .cn .cn_1 {
	color: #676767;
	font-size: 16px;
}
.m31 .pr_info2 {
	padding: 0px 60px;
	text-align: center;
	font-weight: bold;
}
.m31 .pr_info2 .t3 {
	margin-top: 15px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.m31 .pr_info2 .t3 .nub_box {
	display: inline-block;
	position: relative;
	margin-left: 12px;
}
.m31 .pr_info2 .t3 .nub_box input {
	border: 1px solid #E6E6E6;
	height: 27px;
	width: 100px;
	padding: 0px 5px;
	background: none;
	text-align: center;
}
.m31 .pr_info2 .t3 .nub_box .add {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.m31 .pr_info2 .t3 .nub_box .jian {
	position: absolute;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
}
.m31 .pr_pri {
	padding: 0px 30px;
}
.m31 .pr_info2 .t1 {
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
}
.m31 .pr_info2 .t1 span{
	color: #282828;
	font-size: 20px;
}
.m31 .pr_pri .t4 {
	margin-top: 20px;
}
.cm_hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.cm_hover:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.2);
}
.m31 .pr_pri .t4 a {
	display: inline-block;
	padding: 5px 0;
	background: #ffffff;
	border: 1px solid #CC0B39;
	font-size: 12px;
	color: #CC0B39;
	text-align: center;
	width: 110px;
}
.m31 .pr_pri .t4 a span {
	/*background: url(../img/p54.png) left 3px no-repeat;*/
	/*padding-left: 20px;*/
	display: inline-block;
}
.m31 .tab_buts {
	background: #F7F7F7;
	padding: 27px;
	border: 1px solid #E6E6E6;
}
.m31 .tab_buts .tb_1 {
	text-align: right;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
.m31 .tab_buts .tb_1 span {
	color: #CA001E;
	font-size: 20px;
}
.cle {
	zoom: 1;
}
.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.m31 .tab_buts .td_2 .bt_1 {
	border: 1px solid #2B2B2B;
	color: #2B2B2B;
	background: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 258px;
	height: 52px;
	border-radius: 50px;
	transition: all .5s;
	cursor: pointer;
}
.m31 .tab_buts .td_2 .bt_1:hover{
	transform: scale(1.05);
}
.m31 .tab_buts .td_2 .bt_2 {
	float: right;
	border: 1px solid #2B2B2B;
	background: #2B2B2B;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 258px;
	height: 52px;
	border-radius: 50px;
	margin-left: 24px;
	cursor: pointer;
}
.m31 .tab_buts .td_2 .bt_2:hover{
	background-color: #2B2B2B;
	border: 1px solid #2B2B2B;
}
.tb_3{
	text-align: right;
	font-size: 14px;
	font-weight: 350;
	line-height: 21px;
	color: #3c3c3c;
}
.tb_3 a{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
	text-decoration: underline;
}
.tab_buts .td_2{
	margin-top: 10px;
}
.record{
	margin-top: 72px;
	border: 1px solid #E6E6E6;
	border-bottom: 0;
	padding: 0 28px;
	background-color: #F7F7F7;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	color: #212529;
}
.record1{
	padding: 20px 30px 30px;
	border: 1px solid #E6E6E6;
	background-color: #F7F7F7;
}
.record2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record3{
	display: flex;
	align-items: center;
}
.record4{
	font-size: 0;
	margin-right: 19px;
}
.record5a{
	font-size: 14px;
	font-weight: 400;
	line-height: 26.4px;
	color: #000;
}
.record5b{
	font-size: 14px;
	font-weight: 400;
	line-height: 26.4px;
	color: #000;
}
.record5b span{
	color: #B80000;
	font-size: 22px;
}
.record6{
	text-align: right;
}
.record6a{
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #3333333;
}
.record6b{
    margin-top: 7px;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #333333;
}
.record6b span{
	font-size: 20px;
	color: #B40000;
}
.record7{
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.record7 a{
	display: block;
	width: 258px;
	height: 52px;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
}
.record7 .input{
	width: 258px;
	height: 52px;
	border: 1px solid #333333;
	background-color: #333333;
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
}
.orderDeta{
	margin-top: 72px;
	padding: 0 50px;
}
.orderDeta1{
	overflow: hidden;
}
.orderLeft{
	float: left;
	width: 666px;
}
.orderLeft1{
	border: 1px solid #E6E6E6;
	padding: 11px 25px 23px;
	position: relative;
	margin-bottom: 32px;
}
.orderDeta2{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #A6A6A6;
	padding-bottom: 5px;
}
.orderDeta3{
	margin-top: 19px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
}
.orderDeta3 span{
	color: #B40000;
}
.orderDeta4{
	margin-top: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #3c3c3c;
}
.orderDeta5{
	position: absolute;
	right: 27px;
	bottom: 17px;
}
.orderDeta5 a{
	display: block;
	width: 63px;
	height: 31px;
	line-height: 29px;
	border: 1px solid #BBBBBB;
	text-align: center;
	background-color: #EBEBEB;
	font-size: 12px;
	font-weight: 500;
	color: #505050;
}
.orderLeft6{
	margin-bottom: 32px;
	border: 1px solid #E6E6E6;
	padding: 11px 25px 55px;
	position: relative;
}
.orderLeft7{
	margin-top: 16px;
}
.orderLeft8{
	
}
.orderLeft9 ul{
	overflow: hidden;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}
.orderLeft9 ul li{
	list-style-type: none;
	float: left;
	padding: 8px 12px;
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-top: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #000;
	text-align: center;
	background-color: #F7F7F7;
}
.orderLeft9 ul li:first-child{
	text-align: left;
}
.oWidth{
	width: 77%;
}
.oWidth1{
	width: 11%;
}
.oWidth2{
	width: 23%;
}
.orderLeft10 ul{
	display: flex;
	border-left: 1px solid #E0E0E0;
}
.orderLeft10 ul li{
	list-style-type: none;
	padding: 8px 12px;
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-top: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orderLeft11{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orderLeft11a{
	font-size: 0;
	width: 90px;
	margin-right: 13px;
	line-height: 1;
}
.orderLeft11b{
	flex: 1;
	text-align: left;
}
.orderLeft11c{
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.orderLeft11d{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #000000;
}
.orderLeft11e{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.orderLeft12{
	margin-top: 6px;
}
.orderLeft12 label{
	margin-top: 10px;
	font-size: 15px;
	line-height: 21px;
	color: #414141;
	display: flex;
	align-items: center;
}
.orderLeft12 label input{
	margin-right: 13px;
}
.orderLeft13{
	margin-top: 10px;
	background-color: #F7F7F7;
	padding: 16px 16px 1px;
}
.orderLeft13a{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #000000;
}
.orderLeft13b{
	margin-top: 11px;
	display: flex;
	align-items: center;
}
.orderLeft13b label{
	display: flex;
	align-items: center;
	margin-right: 16px;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
}
.orderLeft13b label input{
	margin-right: 3px;
}
.orderLeft13c{
	margin-top: 13px;
}
.orderLeft13c input{
	border: 1px solid #DCDCDC;
	height: 36px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 100%;
	padding: 0 10px;
}
.orderLeft13c select{
	border: 1px solid #DCDCDC;
	height: 36px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 100%;
	padding: 0 10px;
	outline: none;
}
.orderLeft13d{
	margin-top: 13px;
}
.orderLeft13d input{
	border: 1px solid #DCDCDC;
	height: 36px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 120px;
	padding: 0 10px;
}
.orderLeft14{
	border: 1px solid #A0A0A0;
	margin-top: 12px;
	width: 146px;
	height: 146px;
	background-color: #F7F7F7;
}
.orderLeft14 img{
	opacity: 0;
	height: 100%;
	width: 100%;
}
.orderLeft15{
	margin-top: 12px;
	width: 127px;
	height: 32px;
	margin-left: 10px;
	border-radius: 16px;
	background-color: #14A699;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	position: relative;
}
.orderLeft15 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.orderLeft16{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.orderLeft16 span{
	width: 90px;
	font-size: 15px;
	line-height: 21px;
	color: #414141;
}
.orderLeft16 select{
	border: 1px solid #DCDCDC;
	flex: 1;
	height: 35px;
	padding: 0 20px;
	outline: none;
	font-size: 14px;
}
.orderLeft16 input{
	border: 1px solid #DCDCDC;
	flex: 1;
	height: 35px;
	padding: 0 20px;
	font-size: 14px;
}
.orderLeft17{
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #3c3c3c;
}
.orderLeft18{
	margin-top: 4px;
}
.orderLeft18 input{
	height: 28px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	font-size: 14px;
	color: #3C3C3C;
}
.orderLeft18 select{
	height: 28px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	font-size: 14px;
	color: #3C3C3C;
	outline: none;
}
.orderLeft19{
	margin-top: 4px;
}
.orderLeft19 input{
	height: 28px;
	width: 112px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 0 11px;
	font-size: 14px;
	color: #3C3C3C;
}
.orderRight{
	width: 511px;
	float: right;
}
.orderRight1{
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #A6A6A6;
}
.orderRight1 span{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000
}
.orderRight1 code{
	font-size: 17px;
	line-height: 27px;
	color: #333333;
}
.orderRight2{
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #A6A6A6;
}
.orderRight2 span{
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	color: #000000
}
.orderRight2 code{
	font-size: 17px;
	line-height: 27px;
	color: #333333;
}
.orderRight3{
	margin-top: 32px;
}
.orderRight3 input{
	width: 100%;
	height: 55px;
	background-color: #000000;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.orderRight3 input:hover{
	background-color: #2B2B2B;
}
.orderRight4{
	font-size: 12px;
	line-height: 26.4px;
	color: #AD0000;
}
.orderRight5{
	margin-top: 8px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 26.4px;
	color: #3c3c3c;
}
.orderRight5 input{
	width: 160px;
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}
.orderRight6{
	margin-top: 8px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 26.4px;
	color: #3c3c3c;
}
.orderRight6 input{
	width: 100%;
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}
.artica{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.artica1{
	margin-top: 30px;
	font-size: 14px;
	line-height: 25.2px;
	color: #333333;
}
.artica2{
	margin-top: 50px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #000000;
}
.artica3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 25.2px;
	color: #000000;
}
.mypage{
	margin-top: 48px;
	overflow: hidden;
}
.mypage a{
	display: block;
	float: left;
	width: calc((100% - 57px)/4);
	margin-right: 19px;
	border: 2px solid #333333;
	border-radius: 4px;
	padding-top: 11px;
	height: 77px;
	font-size: 15px;
	font-weight: 500;
	line-height: 26.4px;
	text-align: center;
	color: #333333;
}
.mypage a:nth-child(4n){
	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: #333333;
	color: #ffffff;
}
.mypage a.on .my_icon{
	display: none;
}
.mypage a.on .my_icon1{
	display: inline-block;
}
.mypage1{
	margin-top: 48px;
	border-top: 1px solid #DDDDDD;
}
.buy{
	margin-top: 48px;
	margin-bottom: 40px;
	border: 1px solid #E0E0E0;
}
.buy2 ul{
	display: flex;
	background-color: #F7F7F7;
}
.buy2 ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	border-top: 0;
	border-left: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
	height: 85px;
}
.buy2 ul li:first-child{
	justify-content: space-between;
	padding-left: 36px;
}
.rWidth{
	width: 22%;
}
.rWidth1{
	width: 51%;
}
.rWidth2{
	width: 8%;
}
.rWidth3{
	width: 19%;
}
.buy3 ul{
	display: flex;
}
.buy3 ul li{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	border-top: 0;
	border-left: 0;
	padding: 25px 30px;
}
.buy4{
	font-size: 0;
	line-height: 1;
}
.buy4 img{
	width: 206px;
	height: 206px;
}
.buy5{
	width: 100%;
	text-align: ;
}
.buy5a{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}
.buy5b{
	margin-top: 65px;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.buy5c{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.buy6{
	padding: 14px 32px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.buy6a{
	display: flex;
	align-items: flex-start;
}
.buy6a1{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6a3{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6a4{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6b{
	text-align: right;
}
.buy6b1{
	font-size: 14px;
	font-weight: 500;
	line-height: 26.4px;
	color: #000000;
}
.buy6b2{
	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;
}
.interg1{
	width: 96%;
	max-width: 880px;
	margin: 0 auto;
}
.interg2{
	margin-top: 30px;
	border: 1px solid #E6E6E6;
}
.interg3{
	text-align: center;
	background-color: #F7F7F7;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: 500;
	color: #1A1A1A;
}
.interg4{
	padding: 20px 0;
}
.interg5{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	text-align: center;
	color: #3C3C3C;
}
.interg5 span{
	font-size: 28px;
	font-weight: 500;
	line-height: 26.4px;
	color: #D94D4D;
}
.interg6{
	font-size: 16px;
	font-weight: 500;
	line-height: 26.4px;
	text-align: center;
	color: #D94D4D;
}
.interg7{
	margin-top: 20px;
	text-align: center;
}
.interg7i{
	border: 1px solid #CCCCCC;
	width: 245px;
	height: 31px;
	padding: 0 10px;
}
.interg7ii{
	margin-left: 10px;
	border: 1px solid #BBBBBB;
	width: 63px;
	height: 31px;
	padding: 0 10px;
	background-color: #EBEBEB;
}
.interg8{
	font-size: 12px;
	line-height: 26.4px;
	text-align: center;
	color: #D94D4D;
}
.exit_tc{
    display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
}
.exit_tc1{
	height: 56px;
	background: #000000;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
}
.exit_tc2{
	background-color: #ffffff;
	padding: 20px 25px 30px;
}
.exit_tc3{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #333333;
}
.exit_tc4{
    margin-top: 16px;
    text-align: center;
}
.exit_tc4a{
    display: inline-block;
    width: 117px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin: 0 10px;
}
.exit_tc4b{
    display: inline-block;
    width: 117px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000000;
    background-color: #000000;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 10px;
}
.ntg{
    margin: 80px 0 50px;
    font-size: 0;
    text-align: center;
}
.ntcannounce{
    position: fixed;
    right: 13px;
    bottom: 8px;
    z-index: 9;
    font-size: 0;
}
.ntcannounce1{
    position: relative;
}
.nclose{
    font-size: 0;
    position: absolute;
    right: -8px;
    top: -13px;
    width: 28px;
}
.indexAnn{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.indexAnn1{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 800px;
    transform: translate(-50%,-50%);
}
.indexAnn2{
    position: relative;
    font-size: 0;
}
.indexClose{
    font-size: 0;
    position: absolute;
    right: -26px;
    top: -26px;
}
.indexAnn2 a:hover{
    opacity: 1;
}
.ntgTc{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.ntgTc1{
    padding: 30px 50px;
    background: linear-gradient(110.52deg, #FFF8F8 13.78%, #F6F0FF 92.87%);
}
.ntgTc2{
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.06em;
    color: #FF6900;
}
.ntgTc2 img{
    margin-right: 32px;
}
.ntgTc3{
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.06em;
    color: #1E1E1E;
    display: flex;
    align-items: center;
}
.ntgTc3 span{
    margin-left: 9px;
    display: inline-block;
    width: 42px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid #D94D4D;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #D94D4D;
}
.ntgTc4 input{
    width: 100%;
    max-width: 488px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #999999;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 12px;
}
.ntgTc5{
    font-size: 0;
}
.ntgTc5 span{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.ntgTc5 span img{
    width: 98px;
    height: 98px;
}
.ntgTc5 span img.delete{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
}
.ntgTc6{
    display: inline-block;
    position: relative;
}
.ntgTc6 input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    opacity: 0;
}
.ntgTc7 textarea{
    width: 100%;
    height: 104px;
    border: 1px solid #909090;
    background-color: #ffffff;
    resize: none;
    padding: 12px;
}
.ntgTc8{
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 19.5px;
    color: #333333;
}
.ntgTc8 a{
    text-decoration: underline;
    color: #333333;
}
.ntgTc9{
    margin-top: 25px;
    text-align: center;
}
.ntgTc9 input{
    width: 230px;
    height: 32px;
    background-color: #181818;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.texr{
    text-align: right;
}











