/*清除样式*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    font-weight: normal;
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

label{
    font-weight: normal;
}

.wrap {
    width: 100%;
    height: auto;
}

.header-wrap {
    width: 100%;
}

.header{
    padding: 25px 0;
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.header>div{
    float: left;
}
.header>div img{
    width: 200px;
    height: 60px;
}
.header>p{
    float: left;
    font-size: 30px;
    line-height: 2;
    margin-left: 15px;
}

/*注册*/
.center-wrap{
    width: 100%;
    background: url("../img/bg.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.center-enroll{
    width: 1200px;
    margin: 0px auto;
}
.center-enroll>div{
    width: 490px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.center-enroll .info{
    border:1px solid #EEEEEE;
    position: relative;
}

.center-enroll .info span{
    position: absolute;
    right:3px;
    top:3px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 3;
}
.center-login .info #code{
    background: #EEEEEE;
}
.center-enroll .info span a{
    color:#797979;
}
.center-enroll .info:nth-of-type(1){
    margin-top: 60px;
}
.center-enroll .info label{
    font-weight: normal;
    float: left;
    display: block;
    width: 160px;
    /*padding: 0 25px;*/
    font-size: 18px;
    line-height: 3;
}

.center-enroll .info .text{
    display: block;
    width: 325px;
    font-size: 18px;
    line-height: 3;
    border:none;
}

.center-enroll .info input::-webkit-input-placeholder{
    font-size: 16px;
    text-indent: 20px;
}

.center-enroll .read{
    overflow: hidden;
}
.center-enroll .read input{
    float: left;
}

.center-enroll .read div{
    float: left;
    margin-left: 10px;
    font-size: 14px;
}
.center-enroll .read div span a{
    color: #3682F0;
}

.center-enroll .submit {
    margin: 40px auto;
}
.center-enroll .submit input{
    width: 100%;
    display: block;
    text-align: center;
    background: #E73E08;
    color: white;
    font-size: 20px;
    line-height: 55px;
    border: none;
}

/*登录*/
#center-wrap{
    width: 100%;
    background: url("../img/bg2.png") no-repeat center;
    background-size: 100% 500px;
    height: 500px;
}
@media all and (max-width: 1200px){
    #center-wrap{
        background-size: 1200px 500px;
    }
}

.center-login{
    width: 1200px;
    margin: 0px auto;
    height: 500px;
    position: relative;
}

.center-login .info{
    position: absolute;
    width: 400px;
    height: 460px;
    background: white;
    top:20px;
    right:20px;
}

.center-login .info .main{
    width: 380px;
    margin:0px auto;
    overflow: hidden;
}

.center-login .info .main h4{
    font-size: 20px;
    line-height: 3;
    border-bottom:1px solid #EFEFEF;
    text-indent: 10px;
}

.center-login .info .main>div:nth-of-type(1){
    margin: 15px auto 45px;
    overflow: hidden;
}
.center-login .info .main>div:nth-of-type(1) div{
    margin-top: 30px;
    overflow: hidden;
}
.center-login .info .main>div:nth-of-type(1) div img{
    float: left;
    width: 24px;
    height: 32px;
    margin-top: 4px;
    margin-left: 10px;
}

#p_1{
    float: right;
    width: 24px;
    height: 32px;
    display: inline;
}

/*修改bug：ie浏览器搜索框显示失真*/
.center-login .info .main>div:nth-of-type(1) div input{
    float: left;
    display: block;
    font-size: 16px;
    padding: 12px 0;
    margin-left: 20px;
    width: 320px;
    border:none;
    border-bottom: 1px solid #EEEEEE;
}
.center-login .info .main .text::-webkit-input-placeholder{
    font-family: '宋体';
}
.center-login .info .main>div:nth-of-type(2){
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
}
.center-login .info .main>div:nth-of-type(2) input{
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    display: none;
}
.center-login .info .main>div:nth-of-type(2) label{
    float: left;
    margin-left: 10px;
    color: #9D9D9D;
    font-family: '宋体';
}
.center-login .info .main>div:nth-of-type(2) span{
    float: right;
    margin-right: 10px;
    font-family: '宋体';
}
.center-login .info .main>div:nth-of-type(2) span a{
    color: #9D9D9D;
}
.center-login .info .main .submit{
    display: block;
    width: 380px;
    margin: 10px auto;
    background: #FF4500;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    white-space: pre;
    color: white;
    border:none;
    border-radius: 50px;
}
.center-login .info .way{
    width: 400px;
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    bottom:0;
    border-top:1px solid #EFEFEF;
    background: #FAFAFA;
    font-family: '宋体';
}
.center-login .info .way ul{
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.center-login .info .way ul li{
    float: left;
    overflow: hidden;
    font-family: '宋体';
}
.center-login .info .way ul li img{
    float: left;
    padding-left: 10px;
}
.center-login .info .way ul li span{
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-top: 7px;
    margin-left: 10px;
    padding-right: 10px;
    border-right:1px solid #EFEFEF;
    color: #7B7B7B;
}
.center-login .info .way ul li:last-of-type span{
    border-right:none;
}
.center-login .info .way>span{
    float: right;
    margin-right: 25px;
    font-size: 16px;
    line-height: 30px;
}
.center-login .info .way>span a{
color:#F4972D;
}
.footer-wrap {
    width: 100%;
    border-top:1px solid #EEEEEE;
}

.footer{
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0;
}
.footer ul {
    display: inline-block;
    overflow: hidden;
}

.footer ul li{
    float: left;
    padding:0 10px;
    font-size: 12px;
    margin: 0;
}

.footer ul li a{
    color: #666666;
}

.footer ul li:not(.last) {
    border-right:1px solid #666666;
}

.footer span{
    display: block;
    font-size: 12px;
}

.footer span a{
    color: #666666;
}
.center-login .info .main .checkbox + label  {
    -webkit-appearance: none;
    background: url("../../assets/img/before.png") no-repeat center left;
    background-size: 20px 20px;
    padding:0 10px 0 30px;
    display: inline-block;
}
.center-login .info .main .checkbox:checked + label {
    background: url("../../assets/img/after.png") no-repeat center left;
    background-size: 20px 20px;
}

