a{
    text-decoration: none;
}
header{
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

}
header.login a{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.login a:hover{
    text-decoration: none;
}
header img{
    cursor: pointer;
    height: 80px;
    margin-right: 15px;
}
header span{
    font-size: 34px;
    color: #212529;
}
header.register img{
    margin-top: 0;
}
header.register{
    position: relative;
}
header.register .loginGo{
    position: absolute;
    display: inline-block;
    right: 10%;
    color: #2d77e3;
    background: #ecf5ff;
    border-color: #b3d8ff;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    padding: 0 35px;
}

header.register .loginGo:hover{
    background: #2172e0;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1200px) {
    header{
        height: 70px;
        padding: 8px 0 0;
        justify-content: left;
    }
    header img{
        height: 25px;
        margin-right: 5px;
        margin-left: 2%;
    }
    header span{
        font-size: 16px;

    }
    header.register .loginGo{
        right: 2%;
        font-size: 14px;
        padding: 0 10px;
    }
}
main{
    width: 100%;
    padding-bottom: 100px;
    background: url('../images/icon11.png') no-repeat;
    background-size: cover;
}
main.register{
    background:none;
    padding-bottom: 0;
}
main.register .card-title{
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
}
main.register .card-title span{
    color: #2d77e3;
    border-bottom: 3px solid #2d77e3;
    padding-bottom: 8px;
}
main.register section{
    padding: 0 50px;
    box-sizing: border-box;
}
main.register section.rt{
    border-left: 1px solid #eee;
}
.main-box{
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 980px) {
    aside{
        display: none;
    }
}
aside img{
    width: 100%;
    margin-top: 120px;

}
section{
    padding: 52px 36px;
    border: 1px solid #ddd;
    margin-top: 80px;
}
main.register section{
    border: none;
    margin-top: 0;
}
main.register div.form-group>span{
    display: inline-block;
    border-left: 3px solid #09f;
    font-size: 18px;
    padding-left: 14px;
    text-align: left;
    margin-bottom: 0;
    color: #495057;
}
section div.title{
    font-size: 30px;
    color: #666;
}
section .input-group{
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    margin-top: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    background: #ffffff;
}
section .input-group input{
    height: 50px;
    width: 100%;
}

.form-control{
    border: none;
    box-shadow: none;
}
.form-control:focus,.codeBtn:focus{
    border-color:transparent;
    outline: none;
    box-shadow:none
}
.input-group-prepend{
    font-size: 30px;
    display: flex;
    align-items: center;
    color: #666;
    width: 35px;

}
.submit-btn{
    margin-top: 40px;
}
.submit-btn button{
    font-size: 20px;
    height: 52px;
    box-sizing: border-box;
}
footer .submit-btn button{
    width: 120px;
    margin: 30px auto;
    background: #2172e0;
    color: #fff;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
footer .form-group{
    text-align: center;
    margin-top: 50px;
}
footer .form-group input{
    position: relative;
    top: 1px;
}
footer .form-group a,footer .form-group a:hover{
    color: #2d77e3;
    cursor: pointer;
}
footer .agree{
    font-size: 14px;
}

.tips{
    display: flex;
    justify-content: space-between;
    height: 82px;
    line-height: 82px;
}

/****************��ȡ��֤��***********/
.codeBtn{
    border-left: 1px solid #ddd;
}
.codeBtn button{
    height: 100%;
    background: #ffffff;
    border: none;
    color: #666;
    outline: none;
}
div.alert-danger{
    width: 300px;
    position: absolute;
    top: 2%;
    left: 50%;
    background-color: #fef0f0;
    border-color: #fde2e2;
    font-size: 14px;
    transform: translate(-50%,0);
    color: #f56c6c;
}