*{
    margin:0;
    padding: 0;
    list-style-type: none;
    font-family: "Microsoft YaHei" 
}
html{
	height:100%;
}
body{
    background: url(../images/background.png);
    background-repeat: repeat;
    background-size: cover;
    width:100%;
    height:auto;
}
header{
    height: 44px;
    padding: 22px 0;
}
.header-content{
    /* width: 1024px; */
    margin: 0 auto;
    padding-left: 50px;
}
section{
    width: 100%;
    position: relative;
}
.section-content{
    width:722px;
    margin:0 auto;
    padding: 120px 0 80px 0;
}
 /*@media screen and (max-width: 1024px){
    .section-content{
        background: -webkit-linear-gradient(left, #54ECEF , #4EA5FD); 
	    background: -o-linear-gradient(right, #54ECEF, #4EA5FD); 
	    background: -moz-linear-gradient(right, #54ECEF, #4EA5FD); 
	    background: linear-gradient(to right, #54ECEF , #4EA5FD); 
    }
} */
.section-box{
    width: 100%;
    border-collapse: collapse;
}
.section-box td:first-child{
    width:50%;
    background-color: #FFF;
    border-radius: 25px 0 0 25px;
}
.section-box td:last-child{
    width: 50%;
    background-color: #FFF;
}
.input-box{
    width: 372px;
    height: 355px;
    background-color: #fff;
    padding:20px 0;
    margin: auto;
    /*position: fixed;*/
    /*top: 46%;*/
    /*transform: translateY(-50%);*/
}
.input-box>form>ul{
    margin-left: 35px;
    width: 302px;
}
.input-box>form>ul>li{
    padding-bottom: 15px; ;
}
.input-box>form>ul>li:last-child{
    padding-bottom: 5px;
}
.input-module{
    background-color: #fff;
    width:300px;
    height: 35px;
    border-bottom:1px solid #B2B2B2;
}
.input-module:hover {
    border-bottom:1px solid #CCCCCC;
}
.input-module>label{
    display: inline-block;
    width: 15px;
    height:100%;
    /*border-right:1px solid #B2B2B2;*/
    /*background-color: #EAEAED;*/
    /*background-image:url(../images/pwd-icons-new.png);*/
    background-repeat:no-repeat;
}
.name-img {
    margin: 10px 0 0 15px;
    background-image:url(../images/user-img.png);
}
.pwd-img{
    margin: 5px 0 0 15px;
    background-image:url(../images/pwd-img.png);
}
.input-module>input{
    float: right;
    padding: 8px 10px;
    border:none;
    outline: none;
    width:241px;
}
.ver-box{
    display: inline-block;
    width:300px;
}
.ver-box>input{
    float: left;
    border:1px solid #CCCCCC;
    padding: 8px 10px;
    outline: none;
    width: 140px;
}
.ver-box>div{
    float: right;
    width: 120px;
    background-color: #ffffff;
    border:1px solid #B2B2B2;
}
.btn-sign{
    width: 300px;
    height: 42px;
    color: #fff;
    background-color: #2e4ef6;
    border:1px solid #2e4ef6;
    border-radius: 10px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.btn-sign:hover{
    background-color: #6FC6F5;
    border:1px solid #5AC0F6;
}
.psd-box{
    padding-top: 10px;
    height: 25px;
}
.psd-box>li:last-child{
    float: right;
    padding-left: 15px;
}
.psd-box>li:first-child{
	float:left;
	
}
.psd-box>li:first-child a{
	margin-left:3px;
}
.psd-box>li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.psd-box>li a:hover{
    text-decoration: underline;
    color: #D37105;
}
.psd-box>li:first-child a{
    margin-right: 2px;
}
.title{
    width: 100%;
    padding-bottom: 0px;
}
.title>span{
    display: block;
    width: 302px;
    margin: auto;
    font-size: 20px;
    padding: 5px 0 5px 0;
    /*color:#7E7E7E;*/
}
footer{
    text-align: center;
    /*position: absolute;*/
    bottom: 50px;
    left: 50%;
    /*transform: translateX(-50%);*/
}
.footer-content{
    width: 1024px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
}
.footer-content>ul{
    display: block;
    height: 30px;
    margin-left: 102px;
}
.footer-content li {
    float: left;
    font-size: 12px;
    padding: 5px;
}
.footer-content li a,.copy-right a{
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
.footer-content li a:hover,.copy-right a:hover{
    color: #666666;
    text-decoration: underline;
}
.copy-right{
    text-align: center;
}
.copy-right>span{
    font-size: 12px;
    color: #666;
    margin-right: 5px;
}
.ver-message{
    width: 302px;
    margin:0 auto;
    padding: 5px 0 10px 0;
    height: 20px;
}
.message-box{
    width: 300px;
    height: 22px;
    /*border:1px solid #D37105;
    background-color: #FFDBAF;*/
    display: none;
}
.message-box i{
    margin:2px 6px 0 10px;
    width:16px;
    height:20px;
    display:inline-block;
    /*background: url(../images/pwd-icons-new.png) -104px -49px no-repeat;*/
    vertical-align: middle;
}
.message-box span{
    color: red;
    font-size: 10px;
    line-height: 20px;
    display:inline-block;
    margin-top:-9px;
}
.check-box label{
    font-size: 12px;
}
.check-box input{
    vertical-align: middle;
}
.weixin{
	display:inline-block;
	background:#00CC00;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	width:21px;
	height:21px;
	text-align:center;
	vertical-align:middle;
}
.fa-wechat{
	vertical-align: top;
    margin-top: 2px;
}
.fa-wechat:before{
	color:#fff;
	font-size:12px;
	
}

