body {
    background-color: #F6F6F6;
}
.content_box {
    padding: 0;
    margin: 132px auto;
}
/* 左 */
.advantage_box {
    height: 100%;
    color:rgba(255,255,255,1);
    background:rgba(0,0,0,0.5);
    overflow: hidden;
}
.advantage_box h3 {
    font-size:21px;
    font-weight:400;
    line-height:25px;
    color:rgba(255,255,255,1);
}
.advantage {
    width: 100%;
    margin: 52px 0 0 100px;
}
.advantage li {
    font-size:12px;
    font-weight:400;
    margin-top: 16px;
}
.advantage li span {
    margin-left: 12px;
}
/* 右 */
.login_box {
    height: 100%;
    background-color: #fff;
    
    border-radius:0px 8px 8px 0px;
    overflow: hidden;
}
.login_box h3 {
    font-size:40px;
    font-weight:600;
    color:rgba(40,47,54,1);
    margin-top: 72px;
}
.login_box .col-md-8 {
    padding: 0;
}
.input,.bnt {
    border:1px solid rgba(227,227,227,1);
    border-radius:8px;
    margin-top: 32px;
}
.input .form-control {
    height: 38px;
    border: none;
}
.input span {
    border: none;
    background-color: #fff;
    border-radius:8px 0px 0px 8px;
    padding-right: 0;
}
.input span img {
    border-right: 1px solid rgba(227,227,227,1);
    padding-right: 12px;
}
.input .see {
    border-radius: 8px;
}
.input .see img {
    border-right: none;
}
.bnts {
    width: 100%;
    height:64px;
    background:#FD3554;
    border-radius:8px;
    font-size:24px;
    color:#fff;
    line-height: 48px;
    border: 0;
}
.register_forget {
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    margin-top: 36px;
}
.register_forget a {
    font-size:12px;
    color: #FD3554;
}
.else {
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-content:center;
    margin-top: 40px;
}
.else span {
    font-size:12px;
    
    color:rgba(40,47,54,0.8);
    line-height:32px;
}
.wb,.qq {
    padding: 8px;
    border-radius:8px;
    display: inline-block;
}
.wb {
    background-color: #E82D20;
    margin:0 16px 0 24px;
}
.qq {
    background-color: #40B7F6;
}
.login_bnt {
    border: 0 !important;
    box-shadow: none !important;
} 
@media screen and (min-width: 1200px) {
    .content_box {
        width: 1096px;
    }
}
@media screen and (min-width: 996px) {
    .advantage_box {
        height: 560px;
        border-radius:8px 0px 0px 8px;
    }
    .advantage_box h3 {
        margin: 120px 0 0 127px;
    }
    .advantage {
        width: 100%;
        margin: 52px 0 0 100px;
    }  
    .login_box {
        height: 560px;
        border-radius:0px 8px 8px 0px;
    }
}
@media screen and (max-width: 996px) {
    .content_box img {
        margin-bottom: 0;
    }
    .advantage_box,.login_box {
        border-radius: 0;
        padding-bottom: 30px !important;
    }
    .advantage_box h3 {
        margin-top: 50px;
        margin-left: 31%;
    }
    .advantage {
        width: 100%;
        margin-top: 20px;
        margin-left: 24%;
    }
    .login_box {
        margin-top: 15px;
    }
}