html,body {
	width: 100%;
	height: 100%;
}
section {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FAFAFA url(../img/resource/bg.jpg)no-repeat center top;
}
section .sub-wrap {
	box-sizing: border-box;
	padding: 36px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 712px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 7.2px 0.8px rgba(222, 227, 229, 0.43);

}
section .cooperator-wrap {
	box-sizing: border-box;
	padding: 36px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 492px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 7.2px 0.8px rgba(222, 227, 229, 0.43);

}

section .sub-wrap h2, .cooperator-wrap h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	color: #00a6ed;
}
section .sub-wrap > div, .cooperator-wrap > div {
    position: relative;
	padding: 0 4px;
	margin-bottom: 28px;
	height: 40px;
	border: 1px solid #9d9d9d;
	border-radius: 3px;	
}

section .sub-wrap > div span {
    position: absolute;
    color: red;
}
section .cooperator-wrap .codePanel {
    display: flex;
}
section .cooperator-wrap .codePanel .code {
    border: 1px solid #9d9d9d;
    border-radius: 3px;	
    margin-right: 18px;
}
section .cooperator-wrap .codePanel .code input {
    height: 38px;
    text-indent: 16px;
	font-size: 14px;
}
section .cooperator-wrap .codePanel .verifyCode{
    margin-left: 24px;
    width: 150px!important;
    line-height: 42px;
    border-radius: 42px;
    font-size: 16px!important;
    text-align: center!important;
    background-image: linear-gradient(to right, #56cbf2, #3494e6);
    color: #fff!important;
    cursor: pointer;
}
section .cooperator-wrap .codePanel .verifyCode03 {
    margin-left: 24px;
    width: 150px!important;
    line-height: 42px;
    border-radius: 42px;
    font-size: 16px!important;
    text-align: center!important;
    border: 1px solid #2a91c8;
    color: #2a91c8!important;
    cursor: pointer;
}


section .sub-wrap > div.error {
	border: 1px solid #f06f6f;
}
section .sub-wrap > div.current {
	border: 1px solid #00A6ED;
}
section .sub-wrap input, .cooperator-wrap input{
	width: 100%;
	height: inherit;
	text-indent: 16px;
	font-size: 14px;
}
section .sub-wrap button, section .cooperator-wrap button {
	margin-left: 0;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #fff;
	background: #00A6ED;
	cursor: pointer;
	border-radius: 5px;
}

section .sub-wrap button span , section .cooperator-wrap button span {
	padding-right: 8px;
}
section .sub-wrap p {
	height: 32px;
	font-size: 12px;
	text-indent: 12px;
	color: #f06f6f;
}
section .sub-wrap p.loginTo {
	padding-top: 20px;
	color: #9d9d9d;
	font-size: 14px;
}
section .sub-wrap p.loginTo a {
	font-size: 14px;
	color: #00a6ed;
}

/**********************************************************/
section .back-info {
	box-sizing: border-box;
	position: absolute;
	z-index: 99;
	top: -1450px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0;
	width: 500px;
	height: 280px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 7.2px 0.8px rgba(222, 227, 229, 0.43);

} 
section .back-info > div {
	height: 100px;
	padding: 30px 0 10px 0;
	text-align: center;
}
section .back-info > div img {
	width: 90px;
	padding: 0 20px;
}
section .back-info > div p {
	color: #333333;
	font-size: 18px;
}
section .back-info > div h2 {
	margin-top: 20px;
	font-size: 32px;
	font-weight: 600;
	color: #f4a01a;
}
section .back-info .back {
	width: 100%;
	text-align: center;
}
section .back-info .back a {
	display: inline-block;
	width: 150px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #00a6ed;
	border-radius: 8px;
}


section .copyright {
	width: 100%;
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	color: #8C8C8C;
}
