* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei','HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica','STHeitiSC-Light', 'Arial', sans-serif;
    list-style: none;
    transition-property: color, border-color,background-color;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
body {
    background: #fff;
    color: #333;
    font-size: 20px;
    margin: 0 auto;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.flex-1{
    flex: 1;
}
.align-items{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*头部*/
.top {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.centerBox {
    margin: 0 auto;
    width: 93%;
    max-width: 1200px;
}
.logo img {
    height: 62px;
}
.login .centerBox {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.login .dl_zuo {
    float: left;
    width: 51%;
}
.login .dl_zuo h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: normal;
}
.login .dl_zuo p {
    font-size: 18px;
    margin-top: 36px;
    color: #ffffff;
}
.login .dl_zuo a {
    display: block;
    width: 150px;
    line-height: 50px;
    background: #085eae;
    font-size: 16px;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    margin-top: 160px;
}
.login .dl_you {
    float: right;
    width: 40.6%;
    background: rgba(255,255,255,0.92);
    box-sizing: border-box;
    border-radius: 6px;
}
.login .dl_you .dl_you-box{
    width: 100%;
    padding: 50px 64px 40px;
    border-radius: 6px;
}
.login .dl_you h2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}
.login .dl_you .form ul {
    margin-top: 26px !important;
}
.login .dl_you .form li {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 4px 4px;
    padding: 0 16px;
}
.login .dl_you .form li .base-select-area{
    width: 80px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}
.login .dl_you .form li .base-select-area span{
    padding: 0 6px;
    color: #c1c1c1;
}
.login .dl_you .form li input {
    width: 100%;
    border-radius: 6px;
    border: none;
    box-sizing: border-box;
    height: 44px;
    background: #fff;
    font-size: 16px;
    color: #222226;
    outline: none;
}
.login .dl_you .form li .base-input{
    position: relative;
}
.login .dl_you .form li .base-input .base-input-code-btn{
    display: block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    font-weight: 500;
    color: #222226;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.login .dl_you .login-box-bottom{
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 10px;
    margin-top: 16px;
    color: #555666;
}
.verify-btn {
    width: 100%;
    margin-top: 16px;
    font-size: 18px;
    color: #ffffff;
    background: #085eae;
    border-radius: 6px !important;
    border: none;
    line-height: 54px;
}
.login .form .deng {
    float: right;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.login .form .deng a {
    color: #0071bc;
}
.banquan .centerBox {
    text-align: center;
    font-size: 12px;
    color: #666666;
    padding: 27px 0;
    box-sizing: border-box;
}


