@charset "utf-8";
/*html5*/ 
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;}
body{width:100%;background:#fff;color:#333;font-size:16px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 291.71429rem;
	position: relative;
	width: 100%;
}
.top{
	background-color: #448ccb;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}
.top span{
	text-decoration: underline;
}
.header{
	padding: 40px 6rem 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header1{
	display: flex;
	align-items: center;
}
.logo{
	font-size: 0;
}
.search{
	margin-left: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search form{
	display: flex;
	align-items: center;
}
.searchi{
	width: 401px;
	height: 44px;
	border-radius: 5px 0 0 5px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #dedede;
}
.searchii{
	width: 71px;
	height: 44px;
	border-radius: 0 5px 5px 0;
	background: url(../img/search.png) #448ccb center no-repeat;
}
.header2{
	display: flex;
	align-items: center;
}
.login a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.login a img{
	margin-right: 6px;
}
.login a:hover{
	opacity: 0.4;
}
.add{
	margin-left: 12px;
	display: flex;
	align-items: center;
}
.add form{
	display: flex;
	align-items: center;
}
.add1{
	width: 148px;
	height: 43px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #dedede;
	padding: 0 10px;
}
.add2{
	width: 42px;
	height: 43px;
	border: 1px solid #dedede;
	border-left: 0;
	border-radius: 0;
	text-align: center;
}
.add3{
	width: 113px;
	height: 43px;
	border-radius: 0 3px 3px 0;
	border: 1px solid #507ebe;
	background-color: #507ebe;
	font-size: 14px;
	color: #ffffff;
}
.cart{
	margin-left: 14px;
	display: flex;
	align-items: center;
}
.cart img{
	margin-right: 13px;
}
.cart span{
	display: block;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	background-color: #e5e5e5;
	color: #4a4a4a;
}
.product{
	padding: 25px 6rem 50px;
	display: flex;
	justify-content: space-between;
}
.product1{
	flex: 1;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product1 a{
	width: calc((100% - 19px)/2);
}
.product2{
	width: 420px;
	margin-left: 19px;
	background-color: #bed9ff;
}
.product3{
	background-color: #507ebe;
	line-height: 76px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.product4{
	padding: 1px 20px;
}
.product5{
	font-size: 14px;
	color: #333333;
	margin-top: 27px;
}
.product6{
	margin-top: 10px;
}
.product6 input{
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 0 10px;
	width: 100%;
	height: 42px;
}
.product7{
	margin-top: 28px;
}
.product7 input{
	background-color: #507ebe;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #ffffff;
}
.product8{
	margin-top: 20px;
	text-align: center;
}
.product8 a{
	margin: 0 10px;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
.nav{
	background-color: #30628e;
	padding: 10px 6rem;
}
.nav1 ul{
	zoom: 1;
}
.nav1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav1 ul li{
	float: left;
	font-size: 16px;
	padding: 11px 20px;
	position: relative;
}
.nav1 ul li>a{
	display: flex;
	align-items: center;
	color: #ffffff;
}
.nav1 ul li a img{
	margin-left: 6px;
}
.nav1 ul li a:hover{
	color: #448ccb;
}
.arrow1{
	display: none;
}
.nav_sub{
	display: none;
	position: absolute;
	z-index: 96;
	left: 0;
	top: 100%;
	width: 270px;
	background-color: #e0e0e0;
}
.nav_sub a{
	display: block;
	padding: 11px 21px;
	color: #414141;
	font-size: 15px;
	font-weight: 500;
}
.nav1 ul li.on{
	background-color: #e0e0e0;
}
.nav1 ul li.on>a{
	color: #448ccb;
}
.nav1 ul li:hover .arrow{
	display: none;
}
.nav1 ul li:hover .arrow1{
	display: block;
}
.nav1 ul li.on .arrow{
	display: none;
}
.nav1 ul li.on .arrow1{
	display: block;
}
.nav1 ul li.on .nav_sub{
	display: block;
}
.category{
	background-color: #e7eff7;
	padding: 45px 6rem 55px;
}
.category1{
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.category2{
	margin-top: 40px;
}
.category2 ul{
	overflow: hidden;
}
.category2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 240px)/4);
	margin-right: 80px;
}
.category2 ul li:nth-child(4n){
	margin-right: 0;
}
.category3{
	font-size: 0;
	text-align: center;
}
.category3 img{
	border-radius: 35px;
	border: 1px solid #30628e;
}
.category4{
	margin-top: 20px;
	font-size: 24px;
	color: #30628e;
	text-align: center;
	font-weight: bold;
}
.products{
	padding: 60px 6rem 70px;
}
.products1{
	margin-bottom: 50px;
}
.products1 ul{
	zoom: 1;
}
.products1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.products1 ul li{
	list-style-type: none;
	margin-top: 36px;
	float: left;
	width: calc((100% - 270px)/4);
	margin-right: 90px;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	box-shadow: 0 0 10px #e8e8e8;
	position: relative;
}
.sets{
	position: absolute;
	left: 14px;
	top: 24px;
}
.sets1{
	position: relative;
	width: 72px;
	height: 72px;
}
.sets1::before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #c9999b;
}
.sets2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ca070f;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sets3{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.sets4{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
}
.products1 ul li:nth-child(4n){
	margin-right: 0;
}
.products2{
	font-size: 0;
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.products2 img{
	max-height: 90%;
}
.products3{
	padding: 10px 20px 30px;
}
.products4{
	font-size: 12px;
	color: #b2b2b2;
}
.products5{
	margin-top: 10px;
	font-size: 24px;
	line-height: 26px;
	height: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.products5 a{
	color: #414141;
}
.products6{
	margin-top: 16px;
	font-size: 18px;
}
.products6 a{
	display: block;
	text-align: center;
	height: 42px;
	border-radius: 5px;
	background-color: #507ebe;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 42px;
}
.footer{
	background-color: #414141;
	padding: 30px 6rem 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}
.footer3{
	margin-top: 20px;
}
.footer3 a{
	margin-top: 16px;
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.footer3 span{
	margin-top: 16px;
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.footer4{
	margin-top: 25px;
	overflow: hidden;
	font-size: 0;
}
.footer4i{
	width: 462px;
	height: 43px;
	border-radius: 5px 0 0 5px;
	background-color: #ffffff;
	font-size: 14px;
	padding: 0 15px;
}
.footer4ii{
	width: 110px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #507ebe;
	border-radius: 0 5px 5px 0;
}
.beian{
	background-color: #525252;
	height: 106px;
	padding: 0 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.beian1{
	font-size: 14px;
	color: #ffffff;
}
.beian2{
	font-size: 0;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo_m{
	width: 30%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background-color: #448ccb;
	padding: 23px 5% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.cb{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/*width: 45px;*/
	border-radius: 5px;
	background-color: #30628e;
	text-align: center;
}
.cb img{
	display: block;
}
.cb a{
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 18px;
	color: #fefefe;
	line-height: 1;
}
.cb a span{
    margin-left: 6px;
	/*margin-top: 6px;*/
	display: block;
	/*max-width: 30px;*/
	transition: all .5s;
	overflow: hidden;
}
.inpro{
	padding: 40px 6rem 90px;
	zoom: 1;
}
.inpro:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.proLeft{
	float: left;
	width: 260px;
	margin-right: 100px;
}
.proLeft1{
	font-size: 14px;
	color: #414141;
	line-height: 25px;
}
.proLeft1 a{
	color: #414141;
}
.proLeft2{
	display: none;
	padding-left: 16px;
}
.line{
	margin-top: 10px;
	height: 1px;
	background-color: #e5e5e5;
}
.proLeft1.on .proLeft2{
	display: block;
}
.proLeft3{
	margin-top: 10px;
	font-size: 16px;
	color: #414141;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proLeft3 a{
	display: none;
	flex: 1;
	text-align: right;
	font-size: 14px;
	color: #959595;
	text-decoration: underline;
}
.proLeft3 span{
	font-size: 0;
	padding: 10px;
	line-height: 1;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proLeft4{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.proLeft4 code{
	font-family: inherit;
}
.proLeft4 a{
	display: inline-block;
	background-color: #e5e5e5;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 14px;
	color: #448ccb;
	margin: 0 6px 6px 0;
}
.proLeft4 a span{
	color: #959595;
	margin-left: 6px;
}
.sq{
	display: none;
}
.proLeft5 label{
	margin-top: 8px;
	display: flex;
	align-items: center;
}
.proLeft5 input{
	margin-right: 9px;
}
.proLeft6{
	font-size: 0;
}
.proLeft6i{
	width: 55px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
}
.proLeft6ii{
	width: 73px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #507ebe;
	background-color: #507ebe;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.proCenter{
	float: left;
	width: calc(100% - 722px);
	margin-right: 32px;
}
.proCenter1{
	font-size: 12px;
	color: #414141;
}
.proCenter1 a{
	color: #002a8b;
	text-decoration: underline;
}
.proCenter2{
	margin-top: 20px;
	font-size: 28px;
	color: #414141;
}
.proCenter2 span{
	font-size: 12px;
	color: #999999;
}
.proCenter3 ul{
	zoom: 1;
}
.proCenter3 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.proCenter3 ul li{
	list-style-type: none;
	float: left;
	margin-top: 30px;
	width: calc((100% - 30px)/3);
	margin-right: 15px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 10px #e8e8e8;
	position: relative;
}
.proCenter3 ul li:nth-child(3n){
	margin-right: 0;
}
.products7{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products7 span{
	font-size: 27px;
	color: #ca070f;
	font-weight: bold;
}
.products7 span code{
	font-family: inherit;
	font-size: 42px;
}
.proRight{
	margin-top: 70px;
	float: right;
	width: 330px;
	padding: 20px 14px 36px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 10px #e8e8e8;
}
.proRight1{
	font-size: 24px;
	color: #414141;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.proRight2 ul li{
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proRight3{
	font-size: 0;
	position: relative;
	width: 132px;
	height: 110px;
	border: 1px solid #e8e8e8;
	margin-right: 5px;
	box-shadow: 0 0 5px #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proRight3 img{
	max-height: 90%;
	max-width: 90%;
}
.proRight3 .sets{
	left: 5px;
	top: 9px;
}
.proRight3 .sets1{
	width: 30px;
	height: 30px;
}
.proRight3 .sets1::before{
	width: 30px;
	height: 30px;
}
.proRight3 .sets3{
	font-size: 14px;
	line-height: 1;
}
.proRight3 .sets4{
	font-size: 12px;
	line-height: 1;
}
.proRight4{
	flex: 1;
}
.proRight5{
	font-size: 12px;
	color: #b2b2b2;
}
.proRight6{
	font-size: 14px;
	color: #414141;
	line-height: 22px;
}
.proRight7{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #ca070f;
	font-weight: bold;
}
.proDeta{
	float: right;
	width: calc(100% - 360px);
}
.proDeta1{
	margin-top: 40px;
	overflow: hidden;
}
.proDeta2{
	float: left;
	width: 38%;
}
.proDeta3{
	font-size: 0;
}
.proDeta4{
	width: 100%;
	height: 433px;
	border: 1px solid #999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proDeta4 img{
	max-width: 90%;
	max-height: 90%;
}
.proDeta5{
	margin-top: 20px;
	position: relative;
	padding: 0 36px;
}
.proDeta6{
	height: 70px;
	background-color: #f5f5f5;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proDeta6 img{
	max-width: 90%;
	max-height: 90%;
}
.d_left{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-color: #c2c2c2;
	font-size: 30px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: cursive;
	cursor: pointer;
}
.d_left:hover{
	color: #2f2f2f;
}
.d_right{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-color: #c2c2c2;
	font-size: 30px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: cursive;
	cursor: pointer;
}
.d_right:hover{
	color: #2f2f2f;
}
.proDeta5 .swiper-slide-thumb-active .proDeta6{
	border: 1px solid #002a8b;
}
.proDeta7{
	float: right;
	width: 59%;
}
.proDeta8{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 45px;
}
.proDeta9{
	font-size: 56px;
	color: #ca070f;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.proDeta10{
	margin-top: 20px;
	font-size: 18px;
	color: #000000;
}
.proDeta11{
	margin-top: 30px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000000;
}
.reduce{
	margin: 0 3px;
}
.add{
	margin: 0 3px;
}
.proDeta11 input{
	width: 60px;
	height: 36px;
	border: 1px solid #dfdfdf;
	text-align: center;
	font-size: 16px;
	color: #000000;
}
.proDeta12{
	margin-top: 32px;
}
.proDeta12 input{
	width: 498px;
	height: 67px;
	background-color: #30628e;
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
}
.too{
	margin-top: 60px;
	overflow: hidden;
}
.too1{
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	background-color: #eeeeee;
	padding: 20px 10px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.too1:nth-child(4n){
	margin-right: 0;
}
.too2{
	font-size: 0;
	width: 72px;
}
.too3{
	flex: 1;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	height: 60px;
}
.proDeta13{
	margin-top: 20px;
}
.proDeta14{
	margin-top: 20px;
	font-size: 14px;
	color: #363636;
	line-height: 24px;
}
.logre{
	width: 100%;
	height: calc(100vh - 106px);
	background: url(../img/logre.jpg) center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logre1{
	width: 96%;
	max-width: 527px;
}
.logre2{
	height: 74px;
	background-color: #f6f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logre3{
	padding: 25px 40px 30px;
	background-color: #ffffff;
}
.logre4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	color: #3b3c3c;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #979797;
	margin-bottom: 20px;
}
.logre4 span{
	font-size: 14px;
	color: #666666;
}
.logre4 span a{
	color: #30628e;
}
.logre5{
	margin-top: 13px;
	display: flex;
}
.logre5 input{
	flex: 1;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	background-color: #f0f0f0;
	padding: 0 10px;
}
.logre5 a{
	display: block;
	width: 170px;
	margin-left: 15px;
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	background-color: #7ebf4c;
	text-align: center;
	line-height: 40px;
}
.logre6{
	margin-top: 24px;
}
.logre6 input{
	height: 54px;
	width: 100%;
	border-radius: 1px;
	background-color: #30628e;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.my{
	background-color: #f5f5f5;
	padding: 36px 6rem 56px;
	zoom: 1;
}
.my:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.myLeft{
	float: left;
	width: 300px;
	margin-right: 40px;
}
.myLeft1{
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 10px #d7d7d7;
	padding: 36px 0 40px;
}
.myLeft2{
	font-size: 0;
	text-align: center;
}
.myLeft2 img{
	border-radius: 50%;
	width: 103px;
	height: 103px;
}
.myLeft3{
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.myLeft4{
	margin-top: 20px;
	font-size: 15px;
	color: #666666;
	text-align: center;
	line-height: 24px;
}
.myLeft5{
	margin-top: 15px;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 10px #d7d7d7;
}
.myLeft6 a{
	display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 24px;
	height: 60px;
}
.myLeft7{
	width: 36px;
	font-size: 0;
}
.myLeft8{
	flex: 1;
	font-size: 18px;
	color: #333333;
}
.my_icon1{
	display: none;
}
.myLeft6.on a{
	background-color: #30628e;
}
.myLeft6.on .my_icon{
	display: none;
}
.myLeft6.on .my_icon1{
	display: block;
}
.myLeft6.on .myLeft8{
	color: #ffffff;
}
.myRight{
	float: left;
	width: calc(100% - 360px);
}
.myRight1{
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 10px #d7d7d7;
	background-color: #ffffff;
	padding: 40px 50px 90px 36px;
}
.myRight2{
	font-size: 27px;
	color: #6b6b6b;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid #6b6b6b;
}
.myRight3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 24px 0 36px;
	height: 80px;
}
.myRight4{
	font-size: 18px;
	color: #666666;
}
.myRight5{
	height: 100%;
}
.myRight5 span{
	font-size: 18px;
	color: #868686;
	line-height: 80px;
	margin-right: 86px;
}
.myRight5 input{
	font-size: 16px;
	width: 100%;
	max-width: 500px;
	min-width: 320px;
	height: 100%;
	text-align: right;
}
.myRight6{
	display: flex;
	align-items: center;
	position: relative;
	font-size: 18px;
	color: #ec0000;
	height: 100%;
}
.myRight6 img{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin-right: 40px;
}
.myRight6 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
.myRight7{
	display: flex;
	align-items: center;
}
.myRight7 label{
	margin-left: 60px;
	font-size: 18px;
	color: #868686;
}
.myRight8{
	margin-top: 50px;
	text-align: center;
}
.myRight8 input{
	width: 236px;
	height: 45px;
	border-radius: 3px;
	background-color: #30628e;
	font-size: 17px;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 30px;
}
.myRight8 a{
	display: inline-block;
	width: 236px;
	height: 45px;
	line-height: 43px;
	border-radius: 3px;
	border: 1px solid #999999;
	font-size: 17px;
	color: #999999;
	vertical-align: middle;
	margin: 0 30px;
}
.myOrder{
	margin-top: 27px;
	background-color: #1268a1;
	border: 1px solid #1268a1;
}
.myOrder ul{
	overflow: hidden;
	padding: 0 16px;
}
.myOrder ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
}
.myOrder ul li:first-child{
	padding-left: 50px;
	text-align: left;
}
.orWidth{
	width: 31.25%;
}
.orWidth1{
	width: 20.25%;
}
.orWidth2{
	width: 14%;
}
.orWidth3{
	width: 20.25%;
}
.orWidth4{
	width: 14.25%;
}
.myOrder1{
	margin-top: 8px;
	font-size: 0;
	border: 1px solid #eeeeee;
}
.myOrder2{
	padding: 0 20px 0 25px;
	background-color: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 43px;
	border-bottom: 1px solid #eeeeee;
}
.myOrder3{
	font-size: 14px;
	color: #666666;
}
.myOrder3 span{
	color: #000000;
	font-weight: bold;
	margin-left: 49px;
}
.myOrder5{
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myOrder6{
	display: flex;
	align-items: center;
}
.myOrder6a{
	width: 114px;
	height: 96px;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.myOrder6a img{
	max-width: 90%;
	max-height: 90%;
}
.myOrder6b{
	flex: 1;
	font-size: 18px;
	color: #1268a1;
	line-height: 28px;
	text-decoration: underline;
}
.myOrder7{
	font-size: 18px;
	color: #ca070f;
	text-align: center;
}
.myOrder8{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.myOrder9{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.myOrder10{
	text-align: center;
}
.myOrder10 a{
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	background-color: #0da944;
	width: 112px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}
.myPage{
	margin-top: 50px;
	text-align: center;
}
.myPage a{
	display: inline-flex;
	vertical-align: middle;
	margin: 0 2px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	width: 50px;
	height: 40px;
	border: 1px solid #d2d2d2;
}
.myPage a.on{
	background-color: #30628e;
	border: 1px solid #30628e;
	color: #ffffff;
}
.myPage span{
	display: inline-flex;
	margin: 0 2px;
	font-size: 14px;
	color: #666666;
}
.myPage1{
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	width: 50px;
	height: 40px;
	text-align: center;
	border: 1px solid #d2d2d2;
	margin: 0 2px;
}
.myPage2{
	margin: 0 2px;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	width: 50px;
	height: 40px;
	border: 1px solid #d2d2d2;
}
.myCenter{
	width: calc(100% - 765px);
	float: left;
	margin-right: 25px;
}
.myCenter1{
	margin-top: 40px;
	font-size: 16px;
	color: #30628e;
}
.myCenter1 span{
	border-bottom: 1px solid #30628e;
	padding-bottom: 6px;
	display: inline-block;
}
.myCenter2{
	margin-top: 14px;
	border: 1px solid #e9e9e9;
	padding: 0 20px;
	background-color: #30628e;
}
.myCenter2 ul{
	overflow: hidden;
}
.myCenter2 ul li{
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 42px;
	text-align: center;
}
.caWidth{
	width: 53%;
}
.caWidth1{
	width: 17%;
}
.caWidth2{
	width: 15%;
}
.caWidth3{
	width: 15%;
}
.myCenter3{
	border: 1px solid #e9e9e9;
	padding: 8px 20px;
	margin-bottom: 9px;
}
.myCenter3 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myCenter3 ul li{
	display: flex;
	align-items: center;
}
.myCenter4{
	display: flex;
	align-items: center;
}
.myCenter4 input{
	margin-right: 16px;
}
.myCenter4a{
	width: 114px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	border: 1px solid #e5e5e5;
	margin-right: 30px;
}
.myCenter4a img{
	max-width: 90%;
	max-height: 90%;
}
.myCenter4b{
	flex: 1;
	font-size: 18px;
	color: #1268a1;
	line-height: 28px;
}
.myCenter4b a{
    color: #1268a1;
}
.myCenter5{
	font-size: 18px;
	color: #ca070f;
	text-align: center;
	width: 100%;
}
.myCenter6{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.myCenter6 span{
	display: block;
	width: 23px;
	height: 28px;
	border: 1px solid #cacbcb;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #636567;
	margin: 0;
	cursor: pointer;
}
.myCenter6 input{
	text-align: center;
	width: 54px;
	height: 28px;
	border: 1px solid #cacbcb;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
}
.myCenter7{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.myCenter7 a{
	color: #333333;
}
.myCart{
	float: right;
	width: 400px;
	border-radius: 9px;
	background-color: #ffffff;
	box-shadow: 0 0 10px #f0f0f0;
}
.myCart1{
	padding: 24px 6px 15px 20px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myCart2{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.myCart3{
	font-size: 12px;
	color: #000000;
}
.myCart3 span{
	font-size: 18px;
	color: #ff5000;
	font-weight: bold;
}
.myCart4{
	margin-top: 9px;
	padding: 0 20px;
	font-size: 0;
}
.myCart4 span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	border-radius: 5px;
	border: 1px solid #cacbcb;
}
.myCart4 span img{
	max-width: 90%;
	max-height: 90%;
}
.myCart5{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.myCart5a{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.myCart5b{
	font-size: 14px;
	color: #333333;
}
.myCart5b span{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.myCart6{
	margin-top: 20px;
	border-top: 1px solid #f5f5f5;
	padding: 13px 20px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myCart6a{
	font-size: 14px;
	color: #333333;
}
.myCart6a span{
	font-size: 16px;
	color: #d81e06;
	font-weight: bold;
}
.myCart6a code{
	font-size: 24px;
	color: #d81e06;
	font-weight: bold;
	font-family: inherit;
}
.myCart6b a{
	display: block;
	width: 168px;
	height: 48px;
	border-radius: 9px;
	background-color: #d81e06;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.myCart6b input{
	display: block;
	width: 168px;
	height: 48px;
	border-radius: 9px;
	background-color: #d81e06;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.mySure{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.mySure1{
	background-color: #e5f0f9;
	border: 1px solid #bfbfbf;
	line-height: 52px;
	padding: 0 20px;
	font-size: 16px;
	color: #30628e;
	margin-bottom: 20px;
}
.mySure1 a{
	color: #30628e;
}
.mySure2{
	font-size: 20px;
	color: #333333;
}
.mySure3{
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	padding: 20px 40px 20px 25px;
}
.mySure4{
	font-size: 16px;
	color: #333333;
	line-height: 34px;
}
.mySure5 a{
	display: block;
	width: 216px;
	height: 55px;
	border-radius: 9px;
	background-color: #30628e;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	color: #ffffff;
}
.mySure6{
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #d7d7d7;
	height: 52px;
	border: 1px solid #c3c3c3;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}
.mySure6 input{
	margin-right: 10px;
}
.mySure7{
	margin-top: 30px;
	background-color: #30628e;
	padding: 0 20px;
	line-height: 43px;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 0;
}
.mySure7 span{
	margin-left: 30px;
	font-weight: bold;
}
.mySure8{
	border: 1px solid #eeeeee;
	padding: 8px 40px 8px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mySure8a{
	width: 114px;
	height: 96px;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.mySure8a img{
	max-width: 90%;
	max-height: 90%;
}
.mySure8b{
	width: 260px;
	margin-right: 180px;
	font-size: 18px;
	color: #1268a1;
	line-height: 28px;
	text-decoration: underline;
}
.mySure8c{
	font-size: 18px;
	color: #ca070f;
	width: 220px;
}
.mySure8d{
	margin-right: 100px;
}
.mySure8e{
	flex: 1;
	font-size: 18px;
	color: #333333;
}
.mySure8f{
	font-size: 0;
}
.mySure9{
	margin-top: 30px;
	text-align: right;
	font-size: 24px;
	color: #000000;
}
.mySure9 span{
	margin-left: 30px;
	font-size: 16px;
	color: #d81e06;
	font-weight: bold;
}
.mySure9 code{
	font-family: inherit;
	font-size: 24px;
	color: #d81e06;
	font-weight: bold;
}
.mySure10{
	margin-top: 30px;
	text-align: right;
}
.mySure10 input{
	width: 240px;
	height: 58px;
	background-color: #30628e;
	font-size: 20px;
	color: #ffffff;
}
.maaddress{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	text-align: right;
	padding-right: 50px;
}
.maaddress a{
	color: #333333;
}
.maaddress1{
	margin-top: 10px;
	background-color: #efefef;
	border: 1px solid #dcdcdc;
}
.maaddress1 ul{
	overflow: hidden;
	padding: 0 60px;
}
.maaddress1 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 45px;
}
.adWidth{
	width: 18%;
}
.adWidth1{
	width: 54%;
}
.adWidth2{
	width: 20%;
}
.adWidth3{
	width: 8%;
}
.maaddress2{
	border-bottom: 1px solid #dcdcdc;
}
.maaddress2 ul{
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 25px 60px;
}
.maaddress2 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #333333;
}
.maaddress3{
	max-width: 490px;
}
.maaddress4 a{
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.blue{
	color: #194de3;
}
.red{
	color: #e40000;
}
.addTc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.addTc1{
	width: 90%;
	max-width: 836px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 9px;
	overflow: hidden;
	background-color: #ffffff;
}
.addTc2{
	padding: 24px 25px;
	border-bottom: 2px solid #30628e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	color: #333333;
}
.addTc3{
	padding: 10px 25px 30px;
}
.addTc4{
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.addTc5{
	width: 106px;
	margin-right: 14px;
	font-size: 14px;
	color: #333333;
	text-align: right;
}
.addTc6{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.addTc6 input{
	flex: 1;
	height: 36px;
	padding: 0 15px;
	border-radius: 5px;
	background-color: #f7f7f7;
}
.addTc6 select{
	height: 36px;
	padding: 0 15px;
	border-radius: 5px;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	outline: none;
	width: calc((100% - 52px)/3);
}
.addTc7{
	margin-top: 27px;
	text-align: center;
}
.addTc7a{
	display: inline-block;
	margin: 0 10px;
	width: 140px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #999999;
}
.addTc7b{
	margin: 0 10px;
	width: 140px;
	height: 40px;
	border-radius: 5px;
	background-color: #30628e;
	font-size: 14px;
	color: #ffffff;
}
.status{
	padding: 25px 6rem 50px;
	background-color: #f5f5f5;
}
.address{
	font-size: 14px;
	color: #666666;
}
.address a{
	color: #666666;
}
.status1{
	font-size: 36px;
	color: #000000;
	margin-top: 40px;
}
.status2{
	margin-top: 30px;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}
.status3{
	margin-top: 30px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}
.status4{
	width: 100%;
	max-width: 1550px;
	margin: 80px auto 0;
	background-color: #ffffff;
	border: 1px solid #c0bfbf;
	padding: 20px 200px 50px;
}
.status5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.status6{
	margin-top: 30px;
	width: calc((100% - 21px)/2);
}
.status7{
	font-size: 14px;
	color: #000000;
}
.status7 span{
	float: right;
	font-size: 12px;
	color: #999999;
}
.status8{
	margin-top: 10px;
}
.status8 input{
	width: 100%;
	height: 42px;
	border: 1px solid #c0bfbf;
	border-radius: 3px;
	padding: 0 16px;
}
.status8 textarea{
	width: 100%;
	height: 129px;
	border: 1px solid #c0bfbf;
	border-radius: 3px;
	padding: 10px 16px;
	resize: none;
}
.status9{
	margin-top: 30px;
}
.status10{
	margin-top: 48px;
	text-align: right;
}
.status10 input{
	width: 154px;
	height: 40px;
	border-radius: 5px;
	background-color: #507ebe;
	font-size: 14px;
	color: #ffffff;
}
.clearall{
	display: none;
	margin-top: 10px;
	font-size: 14px;
	color: #448ccb;
}
.clearall a{
	color: #448ccb;
	text-decoration: underline;
}
.suc_tc{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    width: 80%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    max-width: 360px;
    box-shadow: 0 0 16px #eeeeee;
}
.suc_tc1{
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}
.suc_tc2{
    margin-top: 20px;
    text-align: center;
}
.suc_tc2 a{
    display: block;
    margin: 0 auto;
    font-size: 16px;
    width: 160px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    background-color: #ca070f;
}
.suc_close{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
}
.nregister{
    background-color: #f5f5f5;
    padding: 36px 6rem 72px;
}
.nregister1{
    margin-top: 36px;
    font-size: 27px;
    color: #414141;
}
.nregister2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nregister3{
    margin-top: 30px;
    width: calc((100% - 27px)/2);
}
.nregister4{
    font-size: 14px;
    color: #414141;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nregister4 span{
    font-size: 12px;
    color: #414141;
}
.nregister5{
    margin-top: 9px;
}
.nregister5 input{
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0 16px;
}
.nregister5 select{
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0 16px;
    outline: none;
}
.nregister6{
    margin-top: 49px;
    text-align: right;
}
.nregister6 input{
    width: 169px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #0071e3;
    background-color: #448ccb;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.forget{
    font-size: 14px;
    color: #414141;
    line-height: 30px;
}
.forget1{
    margin-top: 10px;
    font-size: 14px;
    color: #414141;
    font-weight: bold;
}
.forget2{
    margin-top: 10px;
}
.forget2i{
    width: 860px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0 16px;
    font-size: 14px;
    color: #333333;
}
.forget2ii{
    margin-left: 10px;
    width: 183px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #0071e3;
    background-color: #448ccb;
    padding: 0 16px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.fail_tc{
    display: none;
    background-color: rgba(0,0,0,0.35);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.fail_tc1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px 50px;
    box-shadow: 0 0 16px #919191;
    width: 80%;
    max-width: 430px;
}
.fail_close{
    font-size: 0;
    position: absolute;
    right: -27px;
    top: 10px;
}
.fail_tc2{
    font-size: 0;
    text-align: center;
}
.fail_tc3{
    margin-top: 16px;
    font-size: 22px;
    color: #616266;
    text-align: center;
}
.fail_tc4{
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: center;
}
.succeed_tc{
    display: none;
    background-color: rgba(0,0,0,0.35);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.fofofo{
    text-align: right;
    margin-top: 10px;
}
.fofofo a{
    font-size: 14px;
    color: #30628e;
}
.wap{
    display: none;
}
.cbfix{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 96;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}





