@charset "utf-8";
/* CSS Document */

/*login*/
html,body{
	height: 100%;
	overflow: hidden;
}
.loginMain{
	width:100%;
	height:100%;
	overflow-y: auto;
}

.wid100{
	width:1200px;
	margin:0 auto;
}
.logo{
	padding:30px 0 0;
	overflow: hidden;
}
.logo .logoIcon{
	width:auto;
	height:60px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.logo .logoTxt{
	float: left;
	padding-left: 12px;
}
.logo .logoTxt h2{
	font-size: 24px;
	color: #50389d;
	line-height: 30px;
	padding-bottom: 6px;
	font-weight: normal;
}
.logo .logoTxt p{
	font-size: 9px;
	text-transform: uppercase;
	line-height: 12px;
	color:#50389d;
	font-family: Arial;
	-webkit-transform: scale(.75, .75);
	-moz-transform: scale(.75, .75);
	-ms-transform: scale(.75, .75);
	-o-transform: scale(.75, .75);
	transform: scale(.75, .75);
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.loginCon{
	min-height:calc(100% - 11.5vh - 168px);
	margin-top: 5.5vh;
	margin-bottom: 6vh;
	background:url(../images/loginConbg.png) right bottom no-repeat #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0,.03);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0,.03);
	box-shadow: 0 0 30px rgba(0, 0, 0,.03);
}
.footer{
	padding:40px 0 20px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#a193c8;
}
.tabBox{
	width:320px;
	height:auto;
	padding:11vh 5.83%;
}
.tabBox .hd{
	width:100%;
	height:49px;
	line-height: 20px;
	font-size: 18px;
	color:#0b9dfe;
	border-bottom: 1px solid #e3e2e3;
}
.tabBox .hd li{
	float: left;
	padding-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.tabBox .hd li.on{
	color:#e60012;
}
.tabBox .hd li.on::after{
	display:block;
	content: '';
	width:100%;
	height:1px;
	background:#e60012;
	position: absolute;
	left: 0;
	bottom:0;
}
.tabBox .hd li a{display: block;padding-left: 23px;color:#0b9dfe}
.tabBox .hd li a:hover{color:#e60012;}
.tabBox .hd i{
	display:block;
	float: left;
	padding:0 12px;
	font-style: normal;
}
.tabBox .bd{
	width:100%;
}
.tabBox .loginAccount{
	width:100%;
}
.tabBox .item{
	padding-top: 3vh;
	overflow: hidden;
}
.tabBox .item span{
	display:block;
	font-size: 18px;
	color:#333;
	line-height: 24px;
	padding: 10px 0;
}
.tabBox .item .inputTxt{
	width:100%;
	line-height: 24px;
	padding: 10px 0;
	background:none;
	border:0 none;
	outline: none;
	color:#333;
	border-bottom: 1px solid #e3e2e3;
}
.tabBox .itemOhter{
	line-height: 24px;
	padding:35px 0;
	overflow: hidden;
}
.tabBox .itemOhter span{
	display:block;
	float: left;
	font-size: 14px;
	color:#999;
	overflow: hidden;
}
.tabBox .itemOhter span i {
	display:block;
	float: left;
	width:14px;
	height:24px;
	background:url(../images/check.png) center no-repeat;
	margin-right: 10px;
	cursor:pointer;
}
.tabBox .itemOhter span i.on{
	background:url(../images/check_on.png) center no-repeat;
}
.tabBox .itemOhter .forgetPwd{
	display:block;
	float: right;
	color:#999;
}
.tabBox .itemOhter .forgetPwd:hover{
	color:#0099ff;
}
.tabBox .itemBtn{
	width:100%;
	height:54px;
}
.tabBox .itemBtn .inputBtn{
	width:100%;
	height:54px;
	line-height: 54px;
	font-size: 18px;
	color:#fff;
	text-align: center;
	border:0 none;
	background:#0099ff;
	background:-o-linear-gradient(left, #39adfb, #0099ff);
	background:-ms-linear-gradient(left, #39adfb, #0099ff);
	background:-moz-linear-gradient(left, #39adfb, #0099ff);
	background:-webkit-linear-gradient(left, #39adfb, #0099ff);
	background:linear-gradient(to right, #39adfb, #0099ff);
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-box-shadow: 0 0 10px rgba(7,153,242,.15);
	-webkit-box-shadow: 0 0 10px rgba(7,153,242,.15);
	box-shadow: 0 0 10px rgba(7,153,242,.15);
	cursor:pointer;
}
.codeLogin{
	width:100%;
	height:auto;
}

/*2020202 add*/
@media screen and (max-width:1024px){
	*{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-text-size-adjust: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	:before,::before,:after,::after{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	html,body {
		font-family:PingFang SC, "Microsoft YaHei", Arial, Helvetica, sans-serif;
		color: #333;
		font-size: 14px;
		line-height: 1.5;
	}
	::-webkit-scrollbar {
		display: none;
	}
	body{
		background: url(../images/loginbg.jpg) left center no-repeat!important;
		-o-background-size: auto 120%!important;
		-ms-background-size: auto 120%!important;
		-moz-background-size: auto 120%!important;
		-webkit-background-size: auto 120%!important;
		background-size: auto 120%!important;
	}
	.wid100{
		width:100%;
		padding:.1rem .2rem;
	}
	.logo{
		text-align: center;
		padding-top: 1rem;
	}
	.logo .logoIcon{
		height:.78rem;
		float: none;
	}
	.loginCon{
		width:calc(100% - 1rem);
		min-height:calc(100% - 3.6rem);
		margin: .3rem .5rem;
		padding-bottom: 3.6rem;
		background: url(../images/loginConbg.png) right bottom no-repeat #fff;
		-o-background-size: auto 6.52rem;
		-ms-background-size: auto 6.52rem;
		-moz-background-size: auto 6.52rem;
		-webkit-background-size: auto 6.52rem;
		background-size: auto 4rem;
	}
	.tabBox{
		width:100%;
		padding:.3rem .2rem;
	}
	.tabBox .hd{
		line-height: .4rem;
		height:.8rem;
		font-size: .36rem;
	}
	.tabBox .hd li{
		padding-bottom: .4rem;
	}
	.tabBox .hd i{
		padding:0 .2rem;
	}
	.tabBox .item{
		padding-top: .3rem;
	}
	.tabBox .item span{
		line-height: .4rem;
		font-size: .36rem;
		padding:.1rem 0;
	}
	.tabBox .item .inputTxt{
		line-height: .48rem;
		font-size: .28rem;
		padding:.1rem 0;
	}
	.tabBox .itemOhter{
		line-height: .4rem;
		font-size: .28rem;
		padding:.4rem 0;
	}
	.tabBox .itemBtn{
		height:.8rem;
		line-height: .84rem;
	}
	.tabBox .itemBtn .inputBtn{
		height:.8rem;
		line-height: .84rem;
		font-size: .36rem;
	}
	.footer{
		line-height: .36rem;
		font-size: .24rem;
	}
}
@media screen and (max-width:480px){
	body{
		background: url(../images/loginBgM.jpg) center/cover no-repeat!important;
		-o-background-size: auto auto!important;
		-ms-background-size: auto auto!important;
		-moz-background-size: auto auto!important;
		-webkit-background-size: auto auto!important;
		background-size: auto auto!important;
	}
}
/*媒体查询*/
@media screen and (max-width:239px) {html { font-size: 28.4px;}}
@media screen and (min-width:240px) and (max-width:319px) { html {  font-size: 32px;}}
@media screen and (min-width:320px) and (max-width:359px) { html {  font-size: 42.67px;}}
@media screen and (min-width:360px) and (max-width:374px) { html {  font-size: 48px;}}
@media screen and (min-width:375px) and (max-width:413px) { html {  font-size: 50px;}}
@media screen and (min-width:414px) and (max-width:422px) { html {  font-size: 55.2px;}}
@media screen and (min-width:423px) and (max-width:479px) { html {  font-size: 56.4px;}}
@media screen and (min-width:480px) and (max-width:539px) { html {  font-size: 64px;}}
@media screen and (min-width:540px) and (max-width:639px) { html {  font-size: 72px;}}
@media screen and (min-width:640px) and (max-width:719px) { html {  font-size: 85.33px;}}
@media screen and (min-width:720px) and (max-width:1024px){ html {  font-size: 96px;}}
/*2020202 end*/