* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", arial;
}

ul, li {
	list-style: none;
}

html, body {
	width: 100%;
	height: 100%;
}

input {
	outline: none;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #b6bcbf;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b6bcbf;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b6bcbf;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #b6bcbf;
}

a {
	text-decoration: none;
}

button, a {
	cursor: pointer;
}

.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

body {
	background-image: url(../images/bitmap.png);
	background: url(../images/bitmap.png) no-repeat fixed 50% 0px/cover;
}

.loginBox, .main {
	width: 50%;
}

.loginBox {
	min-width: 720px; /*opacity:0.9;*/
	background: #FFFFFF;
	background: rgba(255, 255, 255, .9);
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.mainHeader {
	flex-grow: 1;
}

.main {
	justify-content: space-around;
	height: 100%;
	display: flex;
	flex-flow: column;
	text-align: center;
	min-width: 300px;
	float: left;
}

.logo1 {
	margin-top: 15%;
	background: url(../images/logo1.png) center no-repeat;
	width: 100%;
	height: 121px;
	display: inline-block;
	margin-bottom: 22px;
}

.mainTitle {
	padding-bottom: 10%;
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
}

.linkCon {
	padding-bottom: 7%;
}

.linkTitle {
	padding-bottom: 20px;
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 16px;
	text-align: center;
	width: 100%;
	text-align: center;
}

.linkCon a {
	display: inline-block;
	padding: 0 8px;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 16px;
	text-align: left;
	cursor: default;
}

.linkCon a:hover { /*text-decoration: underline;*/
	
}



.loginBox {
	display: flex;
}

.loginCon {
	margin: auto;
	width: 400px;
}

.loginTitle {
	
}

.mTitle {
	font-family: PingFangSC-Light;
	font-size: 40px;
	color: #0099e6;
	letter-spacing: 0;
	line-height: 40px;
	text-align: left;
	padding: 15px 0;
}

.subTitle {
	font-family: PingFangSC-Light;
	font-size: 16px;
	color: #5c6b73;
	letter-spacing: 0;
	line-height: 16px;
	text-align: left;
	padding-bottom: 30px;
}

.titItem {
	text-align: center;
	width: 50%;
	float: left;
	height: 60px;
}

.tabsTitle {
	margin-bottom: 20px;
	height: 70px;
	padding-right: 100px;
}

.tabsTitle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.titItem .num {
	background: #b6bcbf;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.titItem .word {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #5c6b73;
	letter-spacing: 0;
	line-height: 12px;
	text-align: left;
	text-align: center;
}

.active .num {
	background: #0099e6;
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-top: -7px;
}

.active .word {
	color: #0099e6;
}

.inputItem {
	position: relative;
	margin-top: 15px;
	width: 320px;
}

.inputItem label {
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #5c6b73;
	letter-spacing: 0;
	line-height: 14px;
	text-align: left;
	height: 42px;
	line-height: 42px;
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
	left: -110px;
	text-align: right;
}

.inputItem input {
	zoom: 1;
	height: 20px;
	line-height: 20px;
	background: #ffffff;
	border: 1px solid #b6bcbf;
	border-radius: 4px;
	width: 300px;
	padding: 10px;
	font-size: 16px;
	color: #00111a;
	text-align: left;
	margin-bottom: 15px;
}

.codeItem input {
	width: 170px;
	margin-right: 10px;
}

.inputItem input:focus {
	padding: 9px;
	border: 2px solid #0099e6;
	/*box-shadow:0 2px 4px 0 rgba(0,0,0,0.10);*/
}

.inputItem input.error {
	padding: 9px;
	background: #ffe6ea;
	border: 2px solid #f5627a;
	/*box-shadow:0 2px 4px 0 rgba(0,0,0,0.10);*/
}

.info {
	font-family: PingFangSC-Light;
	font-size: 12px;
	color: #5c6b73;
	letter-spacing: 0;
	line-height: 22px;
	text-align: left;
}

.infoTit {
	padding-left: 5px;
}

.infoWord span {
	display: block;
	width: 100%;
	padding-left: 20px;
	background: url(../images/errorIcon1.png) no-repeat center;
	background-position: 3px 9px;
}

.infoWord span.errorInfo {
	background: url(../images/errorIcon2.png) no-repeat center;
	background-position: 3px 9px;
	color: #f2183d;
}

.infoWord span.correctIcon {
	background: url(../images/errorIcon3.png) no-repeat center;
	background-position: 0px 6px;
}

.codeBox {
	background: #dff3fd;
	border: 1px solid #ffffff;
	border-radius: 2px;
	width: 68px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #0099e6;
	line-height: 34px;
	position: relative;
	top: 8px;
	
}

.codeBox img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.refresh {
	background: url(../images/refreshIcon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s ease;
}

.refresh:hover {
	transform: rotateZ(135deg);
}

.btnBox {
	padding-top: 30px;
}

.btnBox button, .btnBox a {
	width: 100%;
	background: #0099e6;
	border-radius: 4px;
	width: 320px;
	height: 48px;
	line-height: 48px;
	border: none;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

.btnBox button:hover, .btnBox button:active, .btnBox a:hover, .btnBox a:active
	{
	background: #007FBF;
}

.btnBox button.disabled, .btnBox a.disabled {
	background: #93d4f5;
}

.eyeIcon {
	position: absolute;
	background: url(../images/eyeIcon.png) no-repeat center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 8px;
	top: 7px;
	cursor: pointer;
}

.eyeIcon.active {
	position: absolute;
	background: url(../images/eyeIconActive.png) no-repeat center;
}

.loginFooter {
	margin-bottom: 40px;
	width: 320px;
	text-align: center;
	font-size: 14px;
	color: #5c6b73;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
	margin-bottom: 40px;
}

.loginFooter a {
	color: #0099e6;;
}

.loginFooter a:hover {
	text-decoration: underline;
}

.inputItemInfo {
	margin-top: 0;
}

.inputItemCon {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #00111a;
	text-align: left;
}

.inputItemCon .word {
	color: #00111a;
	margin-right: 10px;
}

.inputItemInfo a {
	font-size: 12px;
	color: #ff9a0d;
	letter-spacing: 0;
	line-height: 12px;
	text-align: left;
}

.inputItemInfo a:hover {
	text-decoration: underline;
}

.copyBtn {
	cursor: pointer;
	font-size: 12px;
	color: #0099e6;
	letter-spacing: 0;
	line-height: 12px;
	text-align: left;
}

.copyBtn:hover {
	text-decoration: underline;
}

.cordCorrectIcon {
	background: url(../images/cordCorrectIcon.png) no-repeat center;
	width: 22px;
	height: 22px;
	position: absolute;
	right: -50px;
	top: 10px
}

.tabsContent {
	display: none;
}

.tabsContent.active {
	display: block;
}

.errorText {
	font-size: 12px;
	color: #f2183d;
	letter-spacing: 0;
	line-height: 20px;
	text-align: left;
	white-space: pre;
	position: absolute;
	top: 44px;
	left: 0;
}

.msgCode input {
	width: 164px;
}

.sendCode, .closeBtn a, .inputItem input.sendCode {
	background: #ffffff;
	border: 1px solid #aadaf2;
	border-radius: 4px;
	width: 118px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #0099e6;
	letter-spacing: 0;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
}

.sendCode, .inputItem input.sendCode {
	position: absolute;
	top: 0;
	right: 0;
}

.sendCode.disabled, .closeBtn a.disabled, .inputItem input.sendCode.disabled
	{
	background: #f0f3f5;
	border: 1px solid #e6e9eb;
	border-radius: 4px;
	color: #b6bcbf;
}

.sendCode.disabled:hover {
	background: #f0f3f5;
	border: 1px solid #e6e9eb;
}

.sendCode:hover, .closeBtn a:hover {
	border-color: #73bfe6;
}

.successBox {
	text-align: center;
}

.sucIcon {
	background: url(../images/successIcon.png) no-repeat center center;
	height: 96px;
	margin-bottom: 30px;
}

.sucWord {
	color: #7dd921;
	font-size: 34px;
	margin-bottom: 50px;
}

