@charset "utf-8";

/* reset: */

iframe {
	opacity: 0;
}
a, input, div, textarea {
	outline: none;
}
html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
	margin: 0;
	padding: 0;
}
ul, dl, ol, li {
	list-style: none;
}
html {
	height: 100%;
}
body {
	font-family: "Helvetica", "微软雅黑", "华文细黑", "黑体","Helvetica Neue", "Arial", "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", "sans-serif";
	font-size: 12px;
	color: #000;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	background: #FFF;
}

h1{
	text-align: center;
	/*line-height: 100px;*/
}
a{
	text-decoration: none;
}
.main-page{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height: 565px;
}
.header{
	position: fixed;
	margin: 0 10px 0 0;
	width: 100%;
	height:40px;
	background:#F3F3F3;
	z-index: 1
}
.header .logo{
	float: left;
    width: 72px;
	height: 21px;
	margin:13px 0 7px 6px;
	background:url(../css/pc/logo.png) no-repeat center center;
    background-size:72px 21px;
}
.header .header-btn{
	float: right;
	margin:0 10px 14px 0;
    background:rgba(5,5,5,0.16);
    color: #fff;
}
.header .menu{
	width: 24px;
	height: 24px;
	margin-top:10px;
    background-image: url(../css/mobile/menu-open.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 11px 11px;
}
.login-title{
	margin:64px 0 0 32px;
	font-size: 18px;
	color: #333333;
	font-weight: 500;
}
.left-div{
	display: none;
}
.main-page input::-webkit-input-placeholder {
    color:#D6D6D6;
}
.main-page input:-moz-placeholder {
    color: #D6D6D6;
}
.main-page input:-ms-input-placeholder {
    color: #D6D6D6;
}
label{
	margin-right: 5px;
	width:42px;
	height:69px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height:55px;
}
.btn-div{
	margin-top: 20px;
	text-align: center;
}
.login-div .btn-div {
	margin-top: 30px;
}
.common-btn{
	height: 42px;
    background: #997EFF;
    border-radius: 25px;
    color: #fff;
    display: block;
    line-height: 42px;
    font-size: 14px;
}
.common-btn:hover{
	opacity: 0.8;
}
.common-div{
	margin: 0 auto;
	border-bottom: 1px solid #E3E3E3 ;
	width: 100%;
}
.right-div input.sec{
	margin-left: 30px;
}
.right-div input.third{
	margin-left: 16px;;
}
.right-div input.fourth{
	margin-left: 4px;
	width: 120px
}
.right-div{
	float: left;
	width:100%;
	background: #fff;
	padding: 0 32px;
	box-sizing: border-box;
}
.login-div{
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.login-div .tip{
	width: 100%;
	margin-top: 20px;
    text-align: center;
}
.tip .register,.tip .login{
	color: #997EFF;
	cursor: pointer;
}
.tip .register:hover,.tip .login:hover{
	opacity: 0.8;
}
.right-div input{
	border: none;
	font-size:14px;
	height: 30px;
    padding-left: 5px;
}
p.info{
	display: none;
}
.login-div.hidden{
	display: none
}
.register-div {
	margin-top: 30px;
	margin-bottom: 30px;
}
.register-div.hidden{
	display: none
}
.register-div .tip{
	width: 100%;
	margin-top: 20px;
    text-align: center;
}
.register-div .graphics-code{
	font-size: 24px;
    color: #B0AEEA;
    text-shadow: 0 0 2px black;
    cursor: pointer;
    float: right;
	line-height: 55px;
	padding-right: 5px;
}
.register-div input.msg{
	margin-left: 60px;
    width: 120px;
    margin-right: 10px;
}
.register-div .select-div{
	display: inline-block;
	position: relative;
    margin-left: 29px;
	width: 150px;
	height: 35px;
	border-radius: 5px;
	/* box-shadow: 0 0 1px #ccc; */
	cursor: pointer;
}
.register-div .zones{
	cursor: pointer;
	border: none;
	outline: none;
	width: 100%;
	height: 30px;
    line-height: 36px;
	appearance: none;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.register-div .zones option::-ms-expand{ display: none; }
.register-div .zones option{
	cursor: pointer;
	border: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
.register-div .select-div:after{
	content: " ";
    position: absolute;
    right: 17px;
    top: 15px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #000;
    vertical-align: 3px;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.register-div .get-msg{
	padding: 6px 8px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 2px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #997EFF;
    display: inline-block;
	cursor: pointer;
	float: right;
	margin-top: 12px;
}
.register-div .protocol{
	color: #8F8F8F;
	text-align: center;
	margin-top: 26px;
	cursor: pointer;
}
.protocol-btn{
	color: #997EFF;
}
div.err-div{
	position: absolute;
    top:85px;
    left: 0;
    right: 0;
    bottom: 0;
	text-align: center;
	z-index: 999;
	display: none;
}
div.err-div span{
	color: #fff;
    font-size: 12px;
    line-height:18px;
    padding: 5px 8px;
    border-radius: 10px;
    min-width: 100px;
    display: inline-block;
	margin: auto;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
}
div.err-div.error span{
	background:  #FF9090  url(pc/error.png) no-repeat;
	padding-left: 22px;
	background-position: 6px 7px;
}
div.err-div.success span{
	color: #000;
	background:#F6FFEE url(pc/success.png) no-repeat;
	padding-left: 22px;
	background-position: 6px 7px;
}
.fill{
	background:#FAFFBD;
}