@charset "utf-8";
/*html5*/ 
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSans.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;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family: 'NotoSansJP';}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
select{
	border-radius: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.clearFloat{
	zoom: 1;
}
.clearFloat:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.top{
	background-color: #BDDAD6;
	border-bottom: 1px solid #000000;
}
.top1{
	font-size: 16px;
	line-height: 30px;
	color: #494949;
	text-align: center;
}
.header{
	background-color: #E4EEEF;
	border-bottom: 1px solid #000000;
	display: flex;
}
.logo{
	width: 130px;
	margin-left: 40px;
	margin-right: 40px;
}
.header1{
	flex: 1;
	padding: 15px 40px 0;
}
.header2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search{
	flex: 1;
	overflow: hidden;
	height: 40px;
	border: 1px solid #B4B4B4;
	background-color: #ffffff;
}
.searchi{
	float: left;
	height: 38px;
	width: calc(100% - 39px);
	float: left;
	text-align: center;
}
.searchii{
	float: left;
	width: 39px;
	height: 38px;
	background: url(../img/search_m.png) center no-repeat;
	background-size: 24px;
}
/* .search_wap {
	background: url(../img/search_m.png) center no-repeat;
} */
.butt{
	margin-left: 60px;
}
.butt a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 39px;
	background-color: #86C4CA;
	border: 1px solid #86C4CA;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	transition: all .5s;
}
.butt a img{
    margin-right: 10px;
    width: 18px;
}
.butt a:hover{
    transform: scale(1.03);
}
.butt1{
	margin-left: 20px;
}
.butt1 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 39px;
	background-color: #89B6AD;
	border: 1px solid #89B6AD;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
.nav{
	margin-top: 7px;
}
.nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav ul li{
	list-style-type: none;
	position: relative;
	margin: 0 20px;
}
.nav ul li > a{
	display: block;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	padding: 10px;
	line-height: 20px;
	color: #000000;
}
.nav_sub{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 9;
	transform: translateX(-50%);
	width: 334px;
	padding: 13px 0;
	background-color: #E4EEEF;
	max-height: 300px;
	overflow-y: scroll;
}
.nav_sub a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	padding: 0 28px 0 36px;
}
.nav_sub a img{
    width: 16px;
}
.nav_sub a:hover{
	background-color: #BAD5D7;
}
.nav ul li:hover{
    background-color: #BAD5D7;
}
.nav ul li:hover .nav_sub{
	display: block;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wap{
	display: none;
}
.product{
	background-color: #FCF8F3;
	padding: 1px 0 195px;
}
.product1{
	width: 96%;
	max-width: 1114px;
	margin: 0 auto;
}
.title{
	margin-top: 145px;
	position: relative;
}
.title1{
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
	text-align: center;
}
.title2{
	margin: 11px auto 0;
	background-color: #D6DBBB;
	width: 24px;
	height: 5px;
}
.title3{
	margin: 11px auto 0;
	background-color: #D7EAFB;
	width: 24px;
	height: 5px;
}
.more{
	position: absolute;
	right: 100px;
	top: 0;
}
.more a{
	width: 144px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000000;
	font-size: 16px;
	color: #000000;
	position: relative;
}
.more:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #BDDAD6;
    transition: all .5s;
}
.more:hover:before{
    width: 100%;
}
.product2 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product2 ul li{
	list-style-type: none;
	margin-top: 72px;
	width: calc((100% - 54px)/4);
	margin-right: 18px;
}
.product2 ul li:nth-child(4n){
	margin-right: 0;
}
.product4 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 103px;
	height: 34px;
	font-size: 14px;
	color: #000000;
}
.con_s{
	background-color: #D5DCBA;
}
.con_a{
	background-color: #FBE8E8;
}
.con_b{
	background-color: #FFE6CC;
}
.con_ab{
	background-color: #E4EEEF;
}
.product5{
	margin-top: 8px;
	font-size: 0;
	overflow: hidden;
}
.product5 img{
	transition: all .5s;
}
.product6{
	margin-top: 8px;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}
.product7{
	margin-top: 8px;
	font-size: 14px;
	line-height: 24px;
	color: #494949;
}
.product8{
	margin-top: 8px;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}
.product2 ul li:hover .product5 img{
	transform: scale(1.05);
}
.brand{
	padding: 70px 0 125px;
	background-color: #E4EEEF;
}
.brand1{
	width: 96%;
	max-width: 1276px;
	margin: 0 auto;
}
.brand2{
	font-weight: 700;
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.brand3{
	margin-top: 90px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.brand4{
	margin-top: 35px;
	margin-right: 25px;
	width: calc((100% - 200px)/9);
	position: relative;
	overflow: hidden;
}
.brand4:nth-child(9n){
	margin-right: 0;
}
.brand4 img{
	width: 100%;
    transition: all .5s;
}
.brand4:hover img{
    transform: scale(1.05);
}
.brand5{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 6px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cate{
	padding: 70px 0 100px;
	background-color: #FCF8F3;
}
.cate1{
	width: 96%;
	max-width: 787px;
	margin: 0 auto;
}
.cate2{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cate3{
	margin-top: 52px;
	margin-right: 104px;
	width: calc((100% - 312px)/4);
	margin-right: 104px;
}
.cate3:nth-child(4n){
	margin-right: 0;
}
.cate4{
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}
.cate5{
	margin-top: 15px;
	font-size: 0;
}
.footer{
	padding: 50px 0 35px;
	background-color: #E4EEEF;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 160px 0 40px;
}
.footer2 a{
	display: block;
	font-size: 16px;
	text-align: center;
	color: #000000;
}
.footer2 a img{
	display: block;
	margin: 0 auto 8px;
	width: 152px;
}
.footer3{
	margin-top: 16px;
}
.footer4{
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #000000;
}
.footer5{
	margin-top: 15px;
}
.footer5 a{
	margin-top: 8px;
	display: block;
	font-size: 16px;
	color: #000000;
}
.footer6{
	margin-top: 70px;
	font-size: 0;
}
.footer6 a{
	margin-left: 50px;
}
.footer6 a img{
    width: 35px;
}
.footer7{
	margin-top: 90px;
	padding: 0 20px;
	font-size: 16px;
	color: #494949;
}
.footer8{
	display: none;
	text-align: center;
	font-size: 14px;
	color: #494949;
	margin-top: 10px;
}
.footer8 a{
	margin: 0 15px;
	color: #494949;
}
.goTop{
	font-size: 0;
	position: fixed;
	right: 35px;
	bottom: 100px;
	z-index: 1002;
}
.goTop img{
    width: 38px;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999999;
	transform: translate(-50%,-50%);
	overflow: hidden;
	border-radius: 8px;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.cancle_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background-color: #EE4D4F;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
}
.tips_tc4{
	height: 56px;
	background-color: #89B6AD;
	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;
}
.login_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
.login_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-height: 90%;
	overflow-y: scroll;
	max-width: 690px;
}
.login_tc1::-webkit-scrollbar {
	width: 0;
}
.login_tc1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.login_tc1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.login_tc2{
	position: relative;
	width: 100%;
	background-color: #FCF8F3;
	border: 1px solid #F5F7FA;
	padding: 35px 56px 48px 66px;
	border-radius: 8px;
}
.login_close{
	position: absolute;
	right: 16px;
	top: 10px;
	font-size: 0;
}
.login_close img{
	width: 34px;
}
.login_tc3{
	font-size: 0;
	text-align: center;
}
.login_tc3 img{
	height: 75px;
}
.login_tc4{
	font-weight: 600;
	margin-top: 22px;
	font-size: 20px;
	font-weight: 500;
	line-height: 21px;
	color: #1e1e1e;
	text-align: center;
}
.login_tc5{
	margin-top: 22px;
	background-color: rgba(126, 126, 126, 0.08);
	padding: 1px 32px 26px;
}
.login_tc6{
	margin-top: 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #3c3c3c;
}
.login_tc6 span{
	color: #E22D2D;
}
.login_tc7{
	margin-top: 4px;
	position: relative;
}
.v_eye1{
	display: none;
}
.login_tc7 input{
	width: 100%;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 0 16px;
}
.login_tc7 img{
	position: absolute;
	right: 13px;
	top: 50%;
	width: 24px;
	transform: translateY(-50%);
}
.login_tc7 a{
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 121px;
	height: 28px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #000;
}
.login_tc8{
	margin-top: 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #3c3c3c;
}
.login_tc9{
	margin-top: 30px;
	text-align: center;
}
.login_tc9 input{
	width: 240px;
	height: 40px;
	background-color: #89B6AD;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.login_tc10{
	margin-top: 8px;
	font-size: 12px;
	font-weight: 350;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: center;
}
.login_tc10 a{
	color: #000000;
	text-decoration: underline;
}
.login_tc11{
	margin-top: 12px;
	text-align: center;
}
.login_tc11 a{
	display: inline-block;
	width: 240px;
	height: 40px;
	background-color: #1A1A1A;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.login_tc12{
	margin-top: 40px;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.login_tc12 a{
	color: #585858;
	margin: 0 20px;
}
.login_tc13{
	margin-top: 35px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #626262;
}
.register_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
.register_tc1{
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	color: #1e1e1e;
}
.register_tc2{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	color: #1e1e1e;
}
.set_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
/*.tips_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}*/
.header_m{
	display: none;
}
.header_m1{
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #E4EEEF;
	border-bottom: 1px solid #000000;
	position: relative;
}
.header_m2{
	display: flex;
	align-items: center;
}
.header_m3{
	font-size: 0;
	margin: 0 10px;
}
.header_m3 img{
    width: 24px;
}
.logo_m{
	font-size: 0;
}
.logo_m img{
	height: 42px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.menu_m1{
	width: 83.6%;
	height: 100%;
	background-color: #FCF8F3;
	padding: 32px 9px;
	overflow-y: scroll;
}
.menu_logo{
	font-size: 0;
	text-align: center;
	position: relative;
}
.menu_logo a img{
	height: 42px;
}
.menu_close{
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.menu_close img{
    width: 16px;
}
.menu_m2{
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	margin-top: 6px;
	list-style-type: none;
	padding: 0 13px 0 26px;
}
.menu_m2 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	font-size: 16px;
	color: #000000;
}
.menuzk{
	display: none;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	width: 24px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 13px;
}
.menu_msub a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #4B4B4B;
}
.innerBanner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.address{
	position: absolute;
	left: 50%;
	top: 25px;
	transform: translateX(-50%);
	width: 96%;
	max-width: 1200px;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
.address a{
	color: #FFFFFF;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	text-align: center;
	color: #000000;
}
.innerBanner1.white{
	color: #FFFFFF;
}
.myPage{
	background-color: #FCF8F3;
	padding: 48px 0 147px;
}
.myPage1{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.myPage2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myPage3{
	width: calc((100% - 40px)/3);
}
.myPage3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	border: 1px solid #828282;
	background-color: #FFFFFF;
	font-size: 22px;
	line-height: 33px;
	color: #828282;
}
.myPage3 a img{
	margin-right: 6px;
	width: 30px;
}
.myicon1{
	display: none;
}
.myPage3.on a{
	background-color: #89B6AD;
	color: #FFFFFF;
	border: 1px solid #E0E0E0;
}
.myPage3.on .myicon{
	display: none;
}
.myPage3.on .myicon1{
	display: block;
}
.account{
	margin: 48px auto 0;
	width: 100%;
	max-width: 800px;
}
.account1{
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
	color: #C20000;
}
.account2{
	margin-top: 9px;
	font-weight: 500;
	font-size: 14px;
	line-height: 38px;
	color: #000000;
}
.account3{
	margin-top: 30px;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	font-weight: bold;
}
.account3 span{
	color: #E22D2D;
}
.account4{
	margin-top: 14px;
}
.account4 input{
	width: 100%;
	height: 47px;
	border: 1px solid #828282;
	background-color: #FFFFFF;
	padding: 0 20px;
	font-size: 14px;
}
.account4 select{
	width: 100%;
	height: 47px;
	border: 1px solid #828282;
	background-color: #FFFFFF;
	padding: 0 20px;
	font-size: 14px;
	outline: none;
}
.account4 textarea{
	width: 100%;
	height: 217px;
	border: 1px solid #828282;
	background-color: #FFFFFF;
	padding: 10px 20px;
	font-size: 14px;
	resize: none;
}
.account5{
	margin-top: 14px;
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
	border: 1px solid #828282;
}
.account5 select{
	width: 52px;
	height: 47px;
	border: none;
	border-right: 1px solid #828282;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
	outline: none;
}
.account5 input{
	flex: 1;
	height: 47px;
	border: none;
	background-color: #FFFFFF;
	padding: 0 20px;
	font-size: 14px;
}
.account6{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.account7{
	width: calc(50% - 20px);
}
.account8{
	margin-top: 30px;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
.account9{
	margin-top: 14px;
	font-size: 14px;
	line-height: 21px;
	color: #3C3C3C;
}
.account9 select{
	width: 83px;
	height: 30px;
	border: 1px solid #828282;
	background-color: #FFFFFF;
	font-size: 14px;
	outline: none;
}
.account10{
	margin-top: 60px;
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
}
.account10 input{
	margin-right: 9px;
}
.account10 a{
	color: #89B6AD;
	text-decoration: underline;
}
.account11{
	font-size: 14px;
	line-height: 21px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
}
.account11 input{
	margin-right: 9px;
}
.account11 a{
	color: #89B6AD;
	text-decoration: underline;
}
.texc{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account12{
	margin-top: 40px;
}
.account12 input{
	width: 193px;
	height: 46px;
	background-color: #89B6AD;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.orSer{
	margin-top: 40px;
	padding: 0 90px;
}
.orItem{
	margin-top: 40px;
	padding: 0 90px;
	border-bottom: 2px solid #89B6AD;
}
.orItem{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.orItem a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	width: 20%;
	border: 1px solid #B2B2B2;
	background-color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000000;
}
.orItem a.on{
	background-color: #89B6AD;
	color: #FFFFFF;
}
.order{
	margin-top: 30px;
}
.order_d{
	margin-top: 20px;
}
.order1{
	border-top: 1px solid #B2B2B2;
	background-color: #E4EEEF;
}
.order1 ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #B2B2B2;
	border-top: 0;
	height: 85px;
	background-color: #F7F7F7;
}
.o_width{
	width: 22%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.o_width span{
	display: block;
}
.o_width1{
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.o_width2{
	width: 8%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.o_width3{
	width: 20%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 85px;
}
.order2 ul li{
	list-style-type: none;
	float: left;
	height: 256px;
	border: 1px solid #B4B4B4;
	background-color: #FFFFFF;
}
.oa_width{
	width: 22%;
	padding: 27px;
	text-align: center;
	font-size: 0;
}
.oa_width img{
	width: 137px;
}
.oa_width1{
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.oa_width2{
	width: 8%;
	font-size: 16px;
	font-weight: 700;
	line-height: 256px;
	text-align: center;
	color: #333333;
}
.oa_width3{
	width: 20%;
	font-size: 17px;
	font-weight: 500;
	line-height: 256px;
	text-align: center;
	color: #333333;
}
.oa_width3 span{
	font-size: 12px;
}
.order3a{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}
.order3b{
	margin-top: 13px;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
}
.order3c{
	margin-top: 36px;
	font-size: 12px;
	line-height: 24px;
	color: #757575;
}
.order3c img{
	vertical-align: middle;
	width: 16px;
}
.order4{
	height: 85px;
	background-color: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 0 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order4a{
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-right: 20px;
}
.order4b{
	flex: 1;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.order4b img{
	vertical-align: middle;
	margin-left: 10px;
	width: 16px;
}
.order4c{
	margin-left: 20px;
}
.order4c span{
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	color: #000000;
	font-weight: 600;
}
.order4c code{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-align: right;
	color: #000000;
}
.order5{
	height: 77px;
	background-color: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 0 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.order5a{
	display: flex;
	align-items: center;
}
.order5a span{
	margin-right: 19px;
}
.order5a code{
	margin-left: 19px;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #727272;
}
.order5b a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 52px;
	background-color: #89B6AD;
	font-size: 15px;
	color: #FFFFFF;
}
.order6{
	background-color: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 20px 35px;
}
.order6a{
	font-weight: 700;
	font-size: 16px;
	line-height: 26.4px;
	color: #000000;
}
.order6b{
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #3C3C3C;
}
.order7{
	background-color: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 20px 35px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}
.order8{
	background-color: #FFFFFF;
	border: 1px solid #B4B4B4;
	padding: 20px 35px 68px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	position: relative;
}
.order8 > a{
	color: #467C71;
}
.order9{
	position: absolute;
	right: 60px;
	bottom: 32px;
}
.order9 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 52px;
	background-color: #89B6AD;
	font-size: 15px;
	color: #FFFFFF;
}
.cart{
	padding: 25px 0 70px;
	background-color: #FCF8F3;
}
.cart1{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.address1{
	font-size: 12px;
	line-height: 24px;
	color: #282828;
}
.address1 a{
	color: #282828;
}
.cart2{
	margin-top: 26px;
	border: 1px solid #B4B4B4;
}
.cart3{
	
}
.cart3 ul{
	display: flex;
	border-bottom: 1px solid #B4B4B4;
}
.cart3 ul:last-child{
	border-bottom: 0;
}
.cart3 ul li{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 32px 40px 25px;
}
.cawidth{
	width: 47.5%;
	border-right: 1px solid #B4B4B4;
}
.cawidth1{
	width: 25.5%;
	border-right: 1px solid #B4B4B4;
}
.cawidth2{
	width: 27%;
}
.cart4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.cart5{
	font-size: 0;
	margin-right: 80px;
}
.cart5 img{
	width: 136px;
}
.cart6{
	flex: 1;
}
.cart7{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 26.4px;
	color: #000000;
}
.cart7 input{
	border: 1px solid #B4B4B4;
	width: 110px;
	height: 27px;
	margin-left: 12px;
	text-align: center;
}
.cart8{
	width: 100%;
}
.cart8a{
	font-weight: 700;
	font-size: 16px;
	line-height: 26.4px;
	text-align: center;
	color: #000000;
}
.cart8b{
	margin-top: 19px;
}
.cart8b a{
	margin: 0 auto;
	width: 112px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B4B4B4;
	box-shadow: 2.12px 2.12px 4px 0px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color: #333333;
}
.cart8b a img{
	margin-right: 6px;
	width: 12px;
}
.cart9{
	border-top: 1px solid #B4B4B4;
	padding: 46px 55px 60px;
	background-color: #FFFFFF;
}
.cart9a{
	font-weight: 700;
	font-size: 14px;
	line-height: 26.4px;
	text-align: right;
	color: #333333;
}
.cart9a span{
	font-size: 16px;
	color: #89B6AD;
}
.cart9b{
	margin-top: 16px;
	font-size: 14px;
	line-height: 21px;
	color: #3C3C3C;
	text-align: right;
}
.cart9b input{
	margin-right: 9px;
	vertical-align: middle;
}
.cart9b a{
	color: #89B6AD;
	text-decoration: underline;
}
.cart9c{
	margin-top: 40px;
	text-align: right;
}
.cart9c input{
	width: 248px;
	height: 52px;
	background-color: #89B6AD;
	font-size: 15px;
	color: #FFFFFF;
}
.mt10{
	margin-top: 10px;
}
.cart9d{
	margin-top: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 26.4px;
	text-align: right;
	color: #000000;
}
.cart9d span{
	color: #89B6AD;
}
.pay{
	margin-top: 50px;
	font-weight: 700;
	font-size: 20px;
	leading-trim:d NONE;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.pay1{
	margin-top: 9px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.7px;
	color: #333333;
}
.pay2{
	margin-top: 9px;
	border: 1px solid #999999;
	display: flex;
}
.pay3{
	padding: 30px 16px;
	background-color: #E4EEEF;
	width: 262px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.7px;
	text-align: right;
	color: #333333;
	border-right: 1px solid #999999;
}
.pay4{
	flex: 1;
	background-color: #FFFFFF;
	padding: 30px 16px;
}
.pay5{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #3C3C3C;
}
.pay6{
	margin-top: 20px;
}
.pay6 a{
	display: none;
	width: 220px;
	height: 47px;
	text-align: center;
	background-color: #89B6AD;
	font-size: 15px;
	line-height: 47px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.pay7 label{
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
	color: #414141;
}
.pay7 label:first-child{
	margin-top: 0;
}
.pay7 img{
	margin: 0 6px;
	max-height: 30px;
}
.pay8{
	margin-top: 45px;
	text-align: center;
}
.pay8 input{
	width: 220px;
	height: 47px;
	background-color: #89B6AD;
	font-size: 15px;
	line-height: 19.5px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.inAbout{
	background-color: #FCF8F3;
	padding: 26px 0 180px;
}
.intro{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.intro1{
	margin-top: 45px;
	font-size: 0;
	text-align: center;
}
.intro2{
	margin-top: 50px;
	font-weight: 350;
	font-size: 15px;
	line-height: 24.7px;
	color: #000000;
}
.inAbout1{
	margin-top: 50px;
}
.inAbout2{
	padding: 36px 207px 66px;
	background-color: #FFFFFF;
	border-radius: 20px;
}
.inAbout3{
	display: flex;
	justify-content: space-between;
}
.inAbout4{
	margin-right: 20px;
	width: 200px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #424242;
	padding: 32px 0 0 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.inAbout5{
	flex: 1;
	padding: 32px 50px;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.intro4{
	margin-top: 50px;
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #1e1e1e;
}
.intro5{
	margin-top: 40px;
}
.inpro{
	background-color: #FCF8F3;
	padding: 68px 0 118px;
}
.inpro1{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inpro2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inpro3{
	width: calc((100% - 78px)/7);
	margin-right: 13px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 31px;
}
.inpro4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 8px;
	font-size: 16px;
	color: #494949;
}
.inpro4 img{
    width: 16px;
}
.inpro5{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 286px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.inpro6{
	padding: 25px 20px;
}
.inpro7{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inpro7 input{
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 35px;
	text-align: center;
}
.inpro8{
	margin-top: 30px;
	height: 2px;
	background-color: #CCCCCC;
	position: relative;
}
.inpro8-range{
	position: absolute;
	height: 2px;
	background-color: #000000;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0;
	z-index: 1;
}
.inproMin{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #333333;
	cursor: pointer;
	z-index: 2;
}
.inproMax{
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #333333;
	cursor: pointer;
	z-index: 2;
}
.inpro9{
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	color: #B2B2B2;
	padding: 0 15px;
	line-height: 30px;
}
.inpro11{
	padding: 20px 15px;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	align-items: center;
}
.inpro11:last-child{
	border-bottom: 0;
}
.inpro11 input{
	margin-right: 10px;
}
.inpro11 span{
	font-size: 16px;
	color: #494949;
}
.question{
	margin-top: 60px;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	color: #000000;
}
.question1{
	margin-top: 40px;
}
.question1 ul li{
	margin-top: 24px;
}
.question2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF;
	padding: 20px;
}
.question3{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: 1px;
	color: #191919;
}
.question3 img{
	margin-right: 15px;
	width: 36px;
}
.question4{
	font-size: 0;
	margin-left: 20px;
}
.qsq{
	display: none;
}
.question5{
	display: none;
	margin-top: 24px;
	padding: 0 70px;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #191919;
}
.question1 ul li.on .qzk{
	display: none;
}
.question1 ul li.on .qsq{
	display: block;
}
.question1 ul li.on .question5{
	display: block;
}
.question6{
	margin-top: 100px;
	text-align: center;
}
.question6 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 52px;
	background-color: #89B6AD;
	font-size: 15px;
	color: #FFFFFF;
}
.page{
	margin-top: 100px;
	font-size: 0;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	padding: 0 10px;
	height: 34px;
	border: 1px solid #B2B2B2;
	min-width: 34px;
	font-size: 12px;
	color: #151515;
}
.page a.on{
	background-color: #89B6AD;
	color: #FFFFFF;
	border: 1px solid #89B6AD;
}
.sjsx{
	text-align: right;
}
.sjsx span{
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	color: #333;
}
.sjsx span img{
	margin-left: 9px;
	width: 24px;
}
.inpro2.fixed{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1002;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: scroll;
	padding: 20px 20px 100px;
}
.tcfilt{
	display: none;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 20px;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}
.tcfilt img{
	width: 20px;
}
.tcfilt span{
	flex: 1;
	text-align: center;
}
.tcbutt{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
	display: none;
	align-items: center;
	justify-content: space-between;
}
.tcbutt a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 20px)/2);
	font-size: 16px;
	height: 40px;
	border: 1px solid #333;
}
.tcbutt1{
	color: #333;
}
.tcbutt2{
	background-color: #333;
	color: #fff;
}
.inpro2.fixed .tcbutt{
	display: flex;
}
.prodeta{
	margin-top: 77px;
	padding: 0 60px;
}
.prodeta1{
	overflow: hidden;
}
.proleft{
	float: left;
	width: 52%;
}
.proleft1{
	font-size: 0;
	position: relative;
}
.proleft2{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 560px;
}
.proleft2 img{
	max-height: 100%;
}
.pleft{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.pleft img{
    width: 48px;
}
.pright{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.pright img{
    width: 48px;
}
.proleft3{
	margin-top: 14px;
	font-size: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.proleft4{
	width: calc((100% - 48px)/5);
	margin-right: 12px;
	margin-top: 12px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #FFFFFF;
}
.proleft4:nth-child(5n){
	margin-right: 0;
}
.proleft4 img{
	max-height: 100%;
}
.proleft4.on{
	border: 1px solid #333;
}
.proright{
	float: right;
	width: 45%;
}
.proright1{
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0.6px;
	color: #000000;
}
.proright2{
	margin-top: 45px;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 1.3px;
	color: #B40000;
}
.proright3{
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-decoration: line-through;
	color: #000000;
}
.proright4{
	margin-top: 32px;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.proright5{
	margin-top: 19px;
	font-weight: 700;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #000000;
}
.proright6{
	display: flex;
	align-items: center;
}
.proright6 label{
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
	margin-right: 25px;
}
.proright7{
	margin-top: 19px;
}
.proright7 a{
	height: 46px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #303030;
}
.proright8{
	margin-top: 15px;
}
.proright8 a{
	height: 46px;
	border: 1px solid #89B6AD;
	background-color: #89B6AD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.proright9{
	margin-top: 12px;
}
.proright9 a{
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	text-decoration: underline;
	color: #467C71;
}
.proright10{
	font-size: 19px;
	border-bottom: 1px solid #000000;
	font-weight: 700;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #000000;
}
.proright11{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proright11 span{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.6px;
	color: #000000;
	cursor: pointer;
}
.proright11 span.on{
	background-color: #FFE6CC;
}
.proright12{
	margin-top: 18px;
}
.proright12 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 34px;
	background-color: #467C71;
	font-weight: 500;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	text-decoration: underline;
	color: #FFFFFF;
}
.proright12 a img{
	margin-left: 6px;
}
.proright13{
	margin-top: 18px;
	border-bottom: 1px solid #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.6px;
	color: #000000;
}
.psq{
	display: none;
}
.proright14{
	display: none;
	margin-top: 5px;
	padding: 0 10px;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #000000;
}
.prodeta2{
	margin-top: 100px;
	border-top: 1px solid #828282;
	padding-top: 36px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #303030;
}
.prodeta3{
	margin-top: 28px;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.6px;
	color: #303030;
}
.prodeta4{
	margin-top: 100px;
	text-align: center;
}
.prodeta4 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 47px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #89B6AD;
}
.artic{
	width: 100%;
	max-width: 1000px;
	margin: 60px auto 0;
	min-height: 500px;
}
.artic1{
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	color: #000000;
}
.artic2{
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin-top: 40px;
}
.pay5a{
	border: none;
	padding: 0 6px;
	margin: 3px;
	height: 32px;
	background-color: #ffffff;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none; 
}
.pay5a.bod{
	border: 1px solid #999999;
	-moz-appearance: auto;
	-webkit-appearance: auto;
	appearance: auto;
}
.pay6 a.pay6b{
	display: none;
}
.pay6 a.show{
	display: block !important;
}






/* 0304 Condition Start */

 .grade-table{
width:100%;
border-collapse:collapse;
font-family:Arial, sans-serif;
margin:30px 0;
}

.grade-table td{
padding:18px 20px;
border-bottom:1px solid #eee;
vertical-align:middle;
}

.grade{
width:90px;
text-align:center;
font-weight:700;
font-size:22px;
color:#333;
}

.title{
font-weight:700;
font-size:20px;
}

.desc{
font-size:16px;
color:#555;
}

.s{background:#D5DCBA;}
.a{background:#FBE8E8;}
.ab{background:#E4EEEF;}
.b{background:#FFE6CC;}

@media (max-width:768px){

.grade{
width:60px;
font-size:18px;
}

.title{
font-size:16px;
}

.desc{
font-size:14px;
}

.grade-table td{
padding:14px;
}

}

/* 0304 Condition Over */




/* 0304 Eligible Items Start */

.Eligible{
display:grid;
grid-template-columns:repeat(8,1fr);
gap:20px;
text-align:center;
margin:30px 0;
}

.Eligible .item img{
width:100%;
aspect-ratio:1/1;
object-fit:contain;
    max-width: 90px;
}

.Eligible .item p{
margin-top:10px;
font-size:16px;
}
@media (max-width:768px){

.Eligible{
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.Eligible .item p{
font-size:14px;
}

}

/* 0304 Eligible Items Over */