@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    border: none;
    transition: all .2s;
	}
html{
    height: 100%;
    width: 100%;
	display: block;
	font-family:微软雅黑;
	}

.margin-t-15{margin-top:15px;}
.margin-t-30{margin-top:30px;}

input,button,select,textarea{outline:none;}

a {
    outline: 0;
    text-decoration: none;
    color: #359eff;
	}
	
/*左右侧均不允许出现浮动元素*/
.clear{clear: both;}

.block{display:block;}

/*字体大小*/
.size-12{font-size:12px;}
.size-14{font-size:14px;}
.size-16{font-size:16px;}
.size-18{font-size:18px;}
.size-20{font-size:20px;}
.size-24{font-size:24px;}
.size-30{font-size:30px;}
.size-35{font-size:35px;}
.size-40{font-size:40px;}
.size-80{font-size:80px;}
.size-100{font-size:100px;}

.width-11{width:110px;}
.width-12{width:120px;}
.width-13{width:130px;}
.width-23{width:230px;}
.width-24{width:240px;}
.width-28{width:280px;}
.width-30{width:300px;}
.width-41{width:410px;}
.width-46{width:460px;}

.height-5{ height:50px;}
.height-10{ height:100px;}
.height-20{ height:200px;}

.float-left{ float:left;}
.float-right{ float:right;}
.center{
	text-align:center; 
	margin:0 auto;
	}
.left{ text-align:left;}
.right{ text-align:right;}
.b{font-weight:bold;}

.white{color:#fff;}
.red{ color:#ff0000}
.gray{color:#ccc;}
.orange{color:#f66b0e;}
.green{color:#1fcf6d;}
.yellow{color:#ffff00;}
.black{color:#000;}
.blue{ color:#accafa;}
.blue-1{ color:#3688ff;}


.side-ad{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:450px;
    float:left;
    overflow:hidden;
    background:center no-repeat;
    background-size: cover;
	}
	

.top{
    min-width: 560px;
    top: 0;
    left: 0;
    text-align: right;
    position: relative;
    z-index: 1;
	}
.top-login{
    float:right;
    margin:10px 40px 0 0;
    font-size:18px;
    color:rgba(0,0,0,.902);
    padding:6px 0 0;
    line-height:24px;
}
.top-login a:hover{color:#F60;}
/*
.top-login a{color:#aaa;}
.top-login a:hover{color:#359eff;}
*/
.margin-r-60{margin-right:60px;}


.main{
    margin-left:450px;
    position: relative;
    height: 100%;
	}
.main-content{
    position: absolute;
    padding-bottom:12px;
    top:65px;
    width:100%;
	}

.form {
    position: relative;
    margin: 0 auto;
    width: 460px;
	}
.title{
    font-size:40px;
    margin-bottom:24px;
	}
.header{
    font-size:26px;
    margin-bottom:24px;
    line-height:30px;
    color: #333;
	}
	

.table-1 {
    margin: 0 auto;
	text-align:center;
	font-size: 12px;
	border-collapse: collapse;
	font-family:微软雅黑;
	width:100%;
	}
.table-1 td {
	height:24px;
	line-height:24px;
	border:0;
	text-align:left;
	}
	
.input{
    border-radius: 4px;
    background: 0 0;
    text-align: left;
    font-size: 20px;
    height:46px;
    line-height:46px;
    padding: 0 30px 0 20px;
	margin-top:18px;
	display:inline;
	}
.input:focus{border:solid 1px #549df8;}
.border-gray{border: 1px #aaa solid;}
.border-red{border: 1px #ff0000 solid;}


#parent{
    background: url(../images/arrow.png) right center no-repeat; 
    width:160px;
    height:45px;
    line-height:45px;
    overflow: hidden;
    border: 1px #aaa solid;
    border-radius: 4px;
	}
#parent select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    border:none;
    padding-left:20px;
    width:180px;
    height:45px;
    line-height:45px;
	font-size: 20px;  
	text-align: left;  
	}
	
.input-prompt{
    line-height: 1;
	margin-top:6px;
	}
.input-prompt-psw{
    line-height: 1;
	margin-top:24px;
	}
.input-prompt-info{
    font-size:15px;
    line-height:20px;
    bottom: 0;
	}
	
.img{
	box-shadow: 0 2px 2px 0 rgba(127,127,127,.1);
    height:45px;
	margin-top:18px;
	border:0;
	border:1px solid #ccc;
	}
	
.check{background: url(../images/check.png) right no-repeat;}
	
.btn-1{
    border: 1px #3083ff solid;
    border-radius: 4px;
    background-color: #3487ff;
    box-shadow: 0 5px 8px 0 rgba(24,95,255,.1);
    color: #fff;
    text-align: center;
    font-weight: lighter;
    background-image: linear-gradient(0deg,#398bff,#3083ff);
    float: right;
    height:45px;
    line-height:45px;
    font-size: 20px;
	margin-top:18px;
	}
.btn-1:hover{ background:#307ceb;}


.btn-2{
    border-radius: 4px;
    background-color:#ccc;
    background-image:none;
    box-shadow: 0 5px 8px 0 rgba(24,95,255,.1);
	color: #fff;
    text-align: center;
    font-weight: lighter;
    float: right;
    height:47px;
    line-height:47px;
    font-size: 20px;
	margin-top:18px;
    border-color:transparent;
    box-shadow: none;
	}
	
.submit {
    border: 1px #3083ff solid;
    border-radius: 4px;
    background-color: #3487ff;
    box-shadow: 0 5px 8px 0 rgba(24,95,255,.1);
    color: #fff;
    text-align: center;
    font-weight: lighter;
    background-image: linear-gradient(0deg,#398bff,#3083ff);
    height:55px;
    margin:30px 0 8px;
    font-size: 24px;
	cursor:pointer;
	font-family:微软雅黑;
	}
.submit:hover{ background:#307ceb;}


.agreement{
    line-height: 18px;
    font-size: 15px;
	margin:12px 0;
	}
.agreement .checkbox {
    line-height:30px;
    color: #aaa;
	}
.padding-l-18{padding-left: 18px;}


.activity {
    background: url(../images/activity.png) no-repeat;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;

}

.eye{
	width:40px;
	height:30px;
	cursor:pointer;
	position: relative;
    left:388px;
    top:-39px;
	border:0;
	}
.eye1{background:url(../images/eye1.png) no-repeat;}
.eye2{background:url(../images/eye2.png) no-repeat;}

.popWindow{ 
	background-color:#fff; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0; 
	filter: alpha(opacity=50); 
	opacity: 0.9; 
	z-index: 1; 
	position: absolute; 
	} 
.maskLayer{  
	height:220px; 
	line-height:45px; 
	left:41%; 
	top:35%; 
	z-index: 2; 
	position: absolute; 
	text-align:center; 
	}
