
.bgcolor {
    background: #ffffff;
}
.container {
    display: flex;
    align-items: center;
}
#agreeings {
    background: #f5f5f5;
    padding: 25px 0 46px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#agreeings .agreementbox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #fefefe;
    border-radius: 5px;
    padding: 46px 49px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#agreeings .agreementbox .left_menu {
    width: 16%;
    height: 351px;
    border-right: 1px solid #dcdcdc
}

#agreeings .agreementbox .left_menu a {
    display: block;
    height: 30px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 33px;
    cursor: pointer
}

#agreeings .agreementbox .left_menu .active {
    color: #0768ac
}

#agreeings .agreementbox .right_agreement {
    width: 80%
}

#agreeings .agreementbox .right_agreement .agree_main h5 {
    height: 50px;
    font-size: 36px;
    color: #333;
    line-height: 50px;
    margin-bottom: 72px;
    text-align: center;
    padding-left: 72px
}

#agreeings .agreementbox .right_agreement .agree_main ul {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 72px
}

#agreeings .agreementbox .right_agreement .agree_main ul h6 {
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 37px
}

#agreeings .agreementbox .right_agreement .agree_main ul li {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px
}
.loginHeader .left{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 32px 0;
    display: flex;
}
.loginHeader .left .logo {
    flex: 0 0 304px;
    display: block;
    height: 45px;
  }
  .loginHeader .left .logoImg {
    display: inline-block;
    vertical-align: middle;
  }
  .loginHeader .left .logoLine {
    width: 1px;
    height: 32px;
    background: #d8d8d8;
    margin: 5px 10px 0;
  }
  .loginHeader .left .menuList {
    flex: 1;
  }
.loginHeader .right{
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.LoginLayout .container {
    max-width: 1200px;
    margin: 0 auto;
}

.c-main02{
    color: #4a90e2;
}
/* 适配移动端 */
@media screen and (max-width: 960px) {
    #agreeings {
        padding:0px;
    }
    .HomeLayout, #agreeings .agreementbox {
        width: 100% !important;
    }
    #agreeings .agreementbox {
        padding: 30px 20px;
    }
    .loginHeader, .left_menu, .footer {
        display: none;
    }
    #agreeings .agreementbox .right_agreement {
        width: 100%;
    }
    #agreeings .agreementbox .right_agreement .agree_main ul {
        padding-left: 0px;
    }
    #agreeings .agreementbox .right_agreement .agree_main h5 {
        padding-left: 0px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    #agreeings .agreementbox .right_agreement .agree_main ul li {
        font-size: 14px;
    }
    .logo {
        display: none;
    }
}
