@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:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.login{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/login_bg.png) center no-repeat;
	background-size: cover;
}
.login1{
	position: fixed;
	right: 11.4%;
	bottom: 28.1%;
	background-color: #fff;
	border-radius: 9px;
	padding: 50px 50px 60px;
}
.login2{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.login2 img{
	margin-right: 9px;
}
.login3{
	margin-top: 40px;
}
.login3 input{
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #333333;
	padding-left: 30px;
	background: url(../img/zh_icon.png) no-repeat;
	background-position: left center;
}
.login4{
	margin-top: 20px;
	position: relative;
}
.login4 input{
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #333333;
	padding-left: 30px;
	background: url(../img/pa_icon.png) no-repeat;
	background-position: left center;
}
.login4 a{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.login5{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
}
.login5 a{
	float: right;
	font-size: 16px;
	color: #999999;
}
.login6{
	margin-top: 30px;
}
.login6 input{
	width: 100%;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
}
.main{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main1{
	position: relative;
	width: 100%;
	height: 100%;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
	padding: 0 32px 0 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #32699e;
}
.logo{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.logo img{
	margin-right: 20px;
	height: 38px;
}
.mess{
	display: flex;
	align-items: center;
}
.mess1{
	font-size: 0;
}
.mess1 img{
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.mess2{
	margin: 0 20px 0 10px;
}
.mess3{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.mess4{
	font-size: 12px;
	color: #ffffff;
}
.mess5{
	font-size: 0;
}
.mess5 img{
    height: 25px;
}
.menu{
	position: absolute;
	left: 0;
	width: 200px;
	top: 60px;
	bottom: 0;
	background-color: #131313;
	padding-top: 32px;
}
.menu ul li{
	list-style-type: none;
	margin-bottom: 20px;
	border-left: 5px solid #131313;
	padding-left: 20px;
}
.menu ul li a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	height: 45px;
}
.menu ul li span{
	display: inline-block;
	width: 25px;
	margin-right: 12px;
	font-size: 0;
	line-height: 1;
}
.menu ul li.on{
	border-left: 5px solid #436c9a;
	background-color: #333333;
}
.conta{
	position: absolute;
	left: 200px;
	top: 60px;
	right: 0;
	bottom: 0;
	background-color: #fafafa;
	overflow-y: scroll;
}
.address{
	background-color: #ffffff;
	padding: 9px 30px;
}
.address a{
	display: inline-block;
	padding: 0 25px;
	height: 29px;
	background-color: #436c9a;
	border-radius: 5px;
	line-height: 29px;
	font-size: 14px;
	color: #ffffff;
}
.conta1{
	padding: 32px 30px 50px;
}
.conta2 ul{
	overflow: hidden;
}
.conta2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	font-size: 0;
	position: relative;
}
.conta2 ul li:nth-child(4n){
	margin-right: 0;
}
.conta2 ul li span{
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.conta3{
	margin-top: 32px;
	overflow: hidden;
}
.conta4{
	float: left;
	background-color: #fff;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	border-radius: 10px;
	padding: 30px;
}
.conta4:nth-child(2n){
	margin-right: 0;
}
.conta5{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.conta5a{
	font-size: 20px;
	color: #333333;
}
.conta5b{
	font-size: 16px;
	color: #333333;
}
.conta5b a{
	color: #333333;
	margin-left: 20px;
}
.conta5b a.on{
	color: #436c9a;
}
#main{
	position: relative;
	width: 100%;
	height: 360px;
}
#main1{
	position: relative;
	width: 100%;
	height: 360px;
}
.eInfor{
	padding: 20px 30px 50px;
}
.eInfor1{
	padding: 30px 30px 40px;
	background-color: #ffffff;
}
.eInfor2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.eInfor3{
	width: calc((100% - 50px)/2);
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
}
.eInfor3 code{
	color: #ec4e2e;
}
.eInfor3 input{
	flex: 1;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
	font-size: 16px;
}
.eInfor4{
	width: calc((100% - 50px)/2);
	margin-top: 30px;
	background-color: #f9fcfe;
	padding: 30px 40px 60px 20px;
}
.eInfor5{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.eInfor5 img{
	margin-right: 9px;
}
.eInfor6{
	margin-top: 30px;
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.eInfor6 span{
	display: inline-block;
	width: 136px;
	font-size: 18px;
	color: #333333;
}
.eInfor6 code{
	color: #ec0b0b;
}
.eInfor6 input{
	flex: 1;
	background-color: #f9fcfe;
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
	font-size: 16px;
}
.eInfor7{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 40px;
}
.eInfor7 span{
	display: inline-block;
	width: 136px;
	font-size: 18px;
	color: #333333;
}
.eInfor8{
	display: flex;
	align-items: center;
	width: 100%;
	/*width: calc((100% - 50px)/2);*/
}
.eInfor8 span{
	display: inline-block;
	font-size: 18px;
	color: #333333;
}
.eInfor8 select{
	flex: 1;
	background-color: #f9fcfe;
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}
.counpon{
	margin-top: 20px;
	padding: 30px 30px 60px;
	background: url(../img/counpon.png) #ffffff no-repeat;
	background-position: calc(100% - 7.5%) center;
}
.counpon1{
	font-size: 20px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.counpon2{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
	max-width: 1040px;
}
.counpon2 select{
	width: 241px;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin: 0 20px;
	outline: none;
	padding: 0 20px;
}
.counpon2 .text{
	width: 241px;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin: 0 20px;
	outline: none;
	padding: 0 20px;
}
.counpon2a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 122px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	text-align: center;
	line-height: 46px;
	margin-left: 20px;
}
.counpon3{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
	max-width: 1040px;
}
.counpon3 select{
	width: 241px;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin: 0 20px;
	outline: none;
	padding: 0 20px;
}
.counpon3a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 122px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	text-align: center;
	line-height: 46px;
}
.counpon3as{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 122px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	text-align: center;
	line-height: 46px;
}
.counpon4{
	margin-top: 40px;
}
.counpon4a{
	width: 135px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	font-size: 16px;
	color: #ffffff;
	margin-right: 20px;
}
.counpon4b{
	width: 135px;
	height: 46px;
	border: 1px solid #333333;
	border-radius: 5px;
	font-size: 18px;
	color: #333333;
	background-color: #ffffff;
}
.verify{
	padding: 20px 32px 35px 30px;
}
.verify1{
	background-color: #ffffff;
	padding: 30px 50px 50px 30px;
}
.verify2{
	font-size: 18px;
	color: #333333;
}
.verify2i{
	width: 279px;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 16px;
	font-size: 16px;
	margin-right: 20px;
}
.verify2ii{
	width: 423px;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 16px;
	font-size: 16px;
	margin-right: 20px;
}
.verify2 span{
	color: #ec1616;
}
.vSubmit{
	width: 122px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	font-size: 18px;
	color: #ffffff;
}
.verify3{
	margin-top: 30px;
}
.verify3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 163px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	font-size: 16px;
	color: #ffffff;
}
.verify3 a img{
	margin-right: 10px;
}
.verify4{
	margin-top: 30px;
	border: 1px solid #cdcdcd;
}
.verify5{
	background-color: #e5eef5;
}
.verify5 ul{
	overflow: hidden;
}
.verify5 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 76px;
	border-left: 1px solid #cdcdcd;
}
.verify5 ul li:first-child{
	border-left: 0;
}
.vWidth{
	width: 9%;
}
.vWidth1{
	width: 15%;
}
.vWidth2{
	width: 11%;
}
.vWidth3{
	width: 33%;
}
.vWidth4{
	width: 10%;
}
.vWidth5{
	width: 22%;
}
.verify6 ul{
	overflow: hidden;
}
.verify6 ul li{
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
.verify6 ul li:first-child{
	border-left: 0;
}
.verify6 ul li a{
	color: #7191b7;
}
.verify6 .vWidth4{
	display: flex;
	align-items: center;
}
.verify6 .vWidth4 span{
    text-align: center;
	display: block;
	width: 100%;
	border-left: 1px solid #cdcdcd;
}
.page{
	margin-top: 30px;
	text-align: right;
}
.page a{
	display: inline-block;
	height: 30px;
	margin-left: 5px;
	min-width: 33px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.verifyDeta{
	padding: 20px 30px 50px 30px;
}
.verifyDeta1{
	overflow: hidden;
}
.verifyDeta2{
	float: left;
	width: 58%;
	padding: 1px 30px 0;
}
.bgjb{
	background-image: linear-gradient(to top,#d8e6f4,#fdfeff);
}
.verifyDeta3{
	margin-top: 39px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}
.verifyDeta3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background-color: #436c9a;
}
.verifyDeta4{
	margin-top: 50px;
	padding-left: 30px;
	overflow: hidden;
}
.verifyDeta5{
	background-color: #e6f1fb;
	padding: 36px 10px;
	float: left;
	min-width: 207px;
	margin-left: 60px;
	border-radius: 6px;
}
.verifyDeta5:first-child{
	margin-left: 0;
}
.verifyDeta5a{
	height: 60px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.verifyDeta5b{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.verifyDeta5c{
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.verifyDeta6{
	float: right;
	width: 40%;
	font-size: 0;
	position: relative;
}
.verifyDeta7{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 40px;
}
.verifyDeta7a{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	padding-left: 14px;
}
.verifyDeta7a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background-color: #ffffff;
}
.verifyDeta7b{
	margin-top: 20px;
	padding-left: 14px;
	font-size: 18px;
	color: #ffffff;
}
.verifyDeta7c{
	margin-top: 10px;
	padding-left: 14px;
	font-size: 14px;
	color: #ffffff;
}
.verDeta{
	margin-top: 20px;
	padding: 38px 36px 70px 26px;
	background-color: #ffffff;
}
.vChose a{
    display: inline-block;
    background-color: #333333;
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 20px;
}
.vChose a.on{
    background-color: #32699e;
}
.vChose .fbone{
	display: inline-block;
	width: 163px;
	height: 46px;
	background-color: #333333;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}
.verDeta2{
	margin-top: 30px;
	overflow: hidden;
}
.verDeta3{
	float: left;
	width: 100%;
}
.verDeta4{
	font-size: 20px;
	color: #436c9a;
	line-height: 1;
}
.verDeta5{
	margin-top: 16px;
	border: 1px solid #dbdad9;
}
.verDeta6{
	background-color: #e5eef5;
}
.verDeta6 ul{
	overflow: hidden;
}
.verDeta6 ul li{
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #212120;
	border-left: 1px solid #dbdad9;
	text-align: center;
	line-height: 50px;
}
.verDeta6 ul li:first-child{
	border-left: 0;
}
.gsWidth{
	width: 24%;
}
.gsWidth1{
	width: 11%;
}
.gsWidth2{
	width: 9%;
}
.gsWidth3{
	width: 9%;
}
.gsWidth4{
	width: 11%;
}
.gsWidth5{
	width: 9%;
}
.gsWidth6{
	width: 18%;
}
.gsWidth7{
	width: 9%;
}
.verDeta7 ul{
	overflow: hidden;
}
.verDeta7 ul li{
	list-style-type: none;
	float: left;
	font-size: 12px;
	color: #686868;
	border-left: 1px solid #dbdad9;
	border-top: 1px solid #dbdad9;
	text-align: center;
	line-height: 50px;
}
.verDeta7 ul li:first-child{
	border-left: 0;
}
.verDeta7 ul li a{
	color: #7191b7;
	margin: 0 5px;
}
.verDeta7 ul li span{
	color: #7191b7;
}
.verDeta7 ul.on li{
	background-color: #ededed;
	color: #727272;
}
.verDeta7 ul.on li a{
	color: #727272;
}
.verDeta7 ul.on li span{
	color: #727272;
}
.verDeta8{
	float: right;
	width: 57%;
}
.byWidth{
	width: 27%;
}
.byWidth1{
	width: 20%;
}
.byWidth2{
	width: 26%;
}
.byWidth3{
	width: 27%;
}
.white{
	background-color: #ffffff;
}
.addbg{
	background: url(../img/add_bg.png) no-repeat;
}
.addbg1{
	background: url(../img/add_bg1.png) no-repeat;
}
.addcounpon{
	margin-top: 20px;
	padding: 30px 30px 60px;
	background-color: #fff;
}
.addcounpon1{
	font-size: 20px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.addcounpon2{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
}
.addcounpon2 select{
	width: 449px;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin: 0 20px;
	outline: none;
	padding: 0 20px;
}
.addcounpon2a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 122px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	text-align: center;
	line-height: 46px;
}
.addcounpon3{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
}
.addcounpon3 select{
	width: 449px;
	height: 40px;
	border: 1px solid #e5e5e5;
	margin: 0 20px;
	outline: none;
	padding: 0 20px;
}
.addcounpon3a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 122px;
	height: 46px;
	border-radius: 5px;
	background-color: #333333;
	text-align: center;
	line-height: 46px;
}
.messTc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 963;
	background-color: rgba(0, 0, 0, 0.42);
}
.messTc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 554px;
	background-color: #ffffff;
	border-radius: 9px;
}
.messTc2{
	position: relative;
	padding: 50px 60px 60px;
}
.close{
	font-size: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.closes{
	font-size: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.messTc3{
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.messTc4{
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #333333;
}
.messTc4 button{
	display: block;
	width: 120px;
	height: 36px;
	border: 1px solid #333333;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
}
.messTc5{
	margin-top: 24px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}
.messTc5 span{
	margin-right: 16px;
}
.messTc5 input{
	flex: 1;
	padding: 0 16px;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.messTc6{
	margin-top: 36px;
}
.messTc6 input{
	width: 120px;
	height: 36px;
	border-radius: 5px;
	background-color: #333333;
	font-size: 16px;
	color: #ffffff;
}
.messTc6 a{
	margin-left: 20px;
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #333333;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.tipsTc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 963;
	background-color: rgba(0, 0, 0, 0.42);
}
.tipsTc1{
	margin-top: 60px;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}
.tj{
	display: flex;
	align-items: center;
}
.tj1{
	margin-left: 100px;
	font-size: 16px;
	color: #333333;
}
.tj1 input{
	width: 280px;
	height: 36px;
	background-color: #ffffff;
	border: 1px solid #fafafa;
	position: relative;
	padding: 0 25px 0 10px;
	border: 1px solid #e6e6e6;
    background-color: #fff;
	background: url('../img/date.png') no-repeat;
	background-position: calc(100% - 15px) center;
}
.tj1 input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	background: url('../img/date.png') no-repeat center center;
}
.tj2{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
}
.tj2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background-color: #436c9a;
}
.tj3{
	font-size: 18px;
	color: #333333;
	margin-top: 30px;
}
.tj3 span{
	font-size: 24px;
	color: #fda736;
	font-weight: bold;
	margin: 0 36px 0 10px;
}
.page .on{
        background: #32699e !important;
        color: #FFF !important;
}

