.index_head {
    display: flex;
    align-items: center;
    margin-top: -1px;
    width: 100%;
    /*height: 80px;*/
    background: #fff;
}
.index_head.ceiling_top {
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 10px #e4e4e4;
}
.wrap_login {
    height: calc(100% - 140px);
    margin-top:60px;
}
.wrap_login .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    text-align: left;
    color: #262626;
}
@media screen and (max-width: 1919px) {
    .wrap_login .left_info_wrap .title[data-lang="en_US"],
    .wrap_login .left_info_wrap .title[data-lang="vi"] {
        font-size: 27px;
    }
    .wrap_login .left_info_wrap .title[data-lang="th"] {
        font-size: 25px;
    }
}
.left_info_wrap .left_img {
    width: 360px;
    height: 290px;
    margin-top:42px;
}
.left_info_wrap .left_img img {
    width: 100%;
}
.left_info_wrap .title .txt {
    position: relative;
}

.left_info_wrap .title .right_sips_style {
    position: absolute;
    width: 52px;
    height: 20px;
    border-radius: 4px 0;
    background: linear-gradient(271.70deg, #ebb521 0%, #f8911b 100%);
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    right: -55px;
    top: -1px;
}
.list_con {
    margin-tOP:27px;
}
.list_con .sig {
    display: flex;
    margin-bottom: 15px;
}
.list_con .sig {
    display: flex;
    align-items: center;
}
.list_con .sig .point {
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: #4934b2;
    margin-right:8px;
}
.list_con .sig .con {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #313033;
}
.right_login_part #registerModule .rows a {
    text-decoration: none;
}
.right_login_part .login_tips_agree_style {
    font-size: 12px;
}
.right_login_part #registerModule .login_tips_agree_style a{
   text-decoration: underline;
    color:#313033;
}
.right_login_part .nav_list {
    list-style: none;
    text-align: center;
    margin-top:7rem;
}
.right_login_part .nav_list a {
    color:#616066;
}


.right_login_part .login_tit_style{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #313033;
    margin-bottom:20px;
}
.right_login_part .rows.area_phone_style {
    position: relative;
}
.right_login_part .rows.area_phone_style .cont {
   margin-left:12px;
}

.right_login_part #captchaModule .back_btn{
    color: #616066;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#captchaModule{
    padding: 8px 0 16px 0;
}
#register_captcha_style{
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #4934B2;
    background: #FFF;
    line-height: 46px;
    box-sizing: border-box;
    color: #4934b2;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
#register_captcha_style:disabled{
    color: #bcbcbc;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
}
#whatsappOrPhone{
    color: #313033;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.wrap_area {
    width: 90px;
    position: absolute;
    height: 48px;
    line-height: 48px;
    border-right:1px solid #ddd;
}
#phoneNumber {
    padding-left:100px;
}
.wrap_area #phoneArea li {
    width: 238px;
    height: 32px;
    padding-left:12px;
    line-height: 32px;
    background: #fff;
}
.wrap_area #phoneArea li:hover {
    background: #f5f5f5;
}
.wrap_area #phoneArea {
    position: absolute;
    left:0;
    width: 238px;
    height: 264px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px #0000001f;
    overflow: hidden;
}
.wrap_area #phoneArea li:first-child {
    margin-top: 4px;
}
.wrap_area #phoneArea li:hover {
    background: #f5f5f5;
}
.wrap_area #phoneArea .left_text_num  {
    display: inline-block;
    width: 33px;
    margin-right: 12px;
}
@media screen and (max-width: 1200px) {
    .wrap_login {
        margin-top:20px;
    }
    .left_info_wrap {
       display: none;
    }
    .right_login_part {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media screen and (min-width:1281px) and (max-width: 1366px){
    .wrap_login {
        margin-top:0px;
    }
    .left_info_wrap {
        width: 578px;
        margin-left:130px;
        margin-top:36px;
        margin-right: 120px
    }
    .logo_new {
        margin-left:130px;
    }
    .right_login_part {
        flex:1;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 130px;
    }
}
@media screen and (min-width:1367px) and (max-width: 1600px){
    .wrap_login {
        margin-top:0px;
    }
    .left_info_wrap {
        width: 578px;
        margin-left:130px;
        margin-top:36px;
        margin-right: 120px;
    }
    .logo_new {
        margin-left:130px;
    }
    .right_login_part {
        flex:1;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 167px;
    }
}
@media screen and (max-width: 1440px) {
    .left_info_wrap {
        margin-left:90px;
        margin-right:50px;
        width: 450px;
    }
    .logo_new {
        margin-left:90px;
    }
}
.bsicon_language_style {
    font-size: 18px;
    color:#616066;
}
.right_login_part .rows input:hover {
    border: 1px solid #4934b2;
}

.right_login_part .login_module {
    padding-bottom: 32px;
}
.right_login_part .login_module input {
    font-size: 14px;
}
@media screen and (min-width:1600px) and (max-width: 1920px){
    .left_info_wrap {
        width: 578px;
        margin-left:198px;
        margin-top:36px;
    }
    .logo_new {
        margin-left:198px;
    }
    .right_login_part {
        flex:1;
        display: flex;
        justify-content: center;
    }
}
@media screen and (min-width:800px) and (max-width: 1200px){
    .logo_new {
        margin-left:128px;
    }
}
.login_forget_style {
    display: flex;
    justify-content: space-between;
}
.login_forget_style span {
    display: flex;
}
.login_tips_bottom {
    margin-top:21px;
}
.login_tips_bottom a,
.register_tips_bottom a{
    text-decoration: none;
}
.login_forget_style .rem_check_style {
    width: 16px;
    height: 16px;
    margin-right:8px;
}
@media screen and (max-width: 1200px) {
    .left_info_wrap {
       display: none;
    }
}
@media screen and (min-width: 1600px) {
    .left_info_wrap {
        width: 472px;
    }
}
@media screen and (min-width: 1920px) {
    .left_info_wrap {
        width: 635px;
        margin-left:360px;
        margin-top:0;
    }
    .wrap_login {
        margin-top: 75px;
    }
    .left_info_wrap .left_img {
        width: 400px;
        height: 322px;
    }
    .logo_new {
        margin-left:360px;
    }
    .left_info_wrap .title {
       font-size: 32px;
    }
    .left_info_wrap .title {
        width: 570px;
    }
    .right_login_part {
        flex: 1;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 360px
    }
}
.index_head.ceiling_top + div.prevent_collapse {
    height: 80px;
}
.index_head .index_head_wrap {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.index_nav {
    width: 1320px;
    margin: 0 auto;
}
.index_nav > li {
    float: left;
}
.index_nav > li.rt {
    float: right;
}
.index_head_wrap .index_nav .dropdown-menu{
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px #0000001f;
}
.index_head_wrap .index_nav .lang li {
    height: 32px;
    line-height: 32px;
}
.t_sale {
    font-style: normal;
    height: 20px;
    line-height: 20px;
    border-radius: 10px 10px 10px 0;
    background: linear-gradient(90.00deg, #f64c5d 0%, #f15d24 100%);
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    color: #fff;
    position: absolute;
    right: -32%;
    top: -10px;
    padding: 0 5px;
}
.t_relative {
    position: relative;
}
.index_nav > li.logo {
    margin-top: -7px;
    margin-bottom: -7px;
    margin-right: 10px;
    width: 220px;
    height: 54px;
    background: url(../../images/logo/logo_b.png?v=3) no-repeat -0px center;
}
.index_nav .logo .logo_to_index {
    height: 100%;
}
.index_nav > li.nav_list > a:not(.btn) {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 16px;
    color: #919099;
    font-weight: 600;
}
.index_nav > li.nav_list > a.btn {
    height: 40px;
    line-height: 38px;
    color: #fff;
    padding: 0;
    font-size: 16px;
    width: 170px;
    margin-left: 10px;
}
.index_nav > li.nav_list.active > a {
    color: #4934b2;
}
.index_nav > li.nav_list.active > ul.dropdown-menu li.active a {
    color: #4934b2;
    background-color: transparent;
}
.index_nav > li.lang {
    height: 40px;
}
.index_nav > li.lang > .cont {
    padding: 0 16px;
    cursor: pointer;
}
.index_nav > li.lang .lang_name {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}
.index_nav > li.lang .lang_name,
.index_nav > li.lang .bsicon_caret_down {
    color: #919099;
}
.index_nav > li.lang > .dropdown-menu {
    border-color: #eee;
}
.index_nav > li.nav_list.help > a {
    font-size: 24px;
}
.nav > li:not(.active) > a:not(.btn):focus,
.nav > li:not(.active) > a:not(.btn):hover {
    text-decoration: none;
    background-color: transparent;
    color: #4934b2;
}
.nav > li > a.btn:focus,
.nav > li > a.btn:hover {
    background: #3d2c96;
    border-color: #3d2c96;
    color: #fff;
}
.nav > li.line {
    margin: 12px 2px 0;
    width: 1px;
    height: 16px;
    background: #ccc;
}
.index_nav .dropdown-menu > li > a:hover {
    color: #4934b2;
    background: #f8f7fc;
}
footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    background: #fff;
}
footer.default {
    margin-bottom: 58px;
}
footer .rows {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #313033;
    flex-wrap: wrap;
    row-gap: 10px;
}
footer .rows + .rows {
    margin-top: 20px;
}
footer .rows .separate {
    margin: 0 12px;
    width: 1px;
    height: 14px;
    background: #ccc;
}
footer .rows a {
    color: #616066;
}
footer .rows a:hover {
    color: #4934b2;
}
footer .contact a {
    font-size: 25px;
}
footer .contact a + a {
    margin-left: 20px;
}
footer .contact a:hover,
footer .contact a:focus {
    color: #313033;
}
footer .copy_info {
    font-size: 13px;
}
/*footer .fixed_rt_action > a.web {*/
    /*display: none;*/
/*}*/
.index_comm_footer {
    height:300px;
    background: #f5f5f5;
}
.index_comm_footer .cont {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    background: transparent;
}
.index_comm_footer .cont > div.background {
    width: 433px;
    height: 240px;
    margin-left: 180px;
    background: url('../../images/bk/index_bk_2.png?v=2') no-repeat center center;
    background-position: 0 -12px;
}
.index_comm_footer .cont > div:not(.background) {
    width: 540px;
}
.index_comm_footer .cont > div:not(.background) > h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    color: #313033;
}
.index_comm_footer .cont > div:not(.background) > p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #919099;
}
.index_comm_footer .cont > div:not(.background) > .btn {
    width: 200px;
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
}

main {
    min-height: calc(100% - 280px);
    /*padding-top: 80px;*/
}
main .cont {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    height: 100%;
    background: transparent;
}
main .position {
    position: absolute;
}
.op_0 {
    opacity: 0;
}

.mobile_lang_style li {
    width: 32rem;
    height: 6.4rem;
    background: #fff;
}
/* 移动端显示样式 start */
.mobile_nav {
    padding: 2.8rem 3.6rem;
    display: none;
    height: 12rem;
    width: 100%;
}

.mobile_nav a {
    display: inline-block;
    font-size: 16px;
    color: #313033;
}
.mobile_nav > li {
    /*height: 5.6rem;*/
    text-align: center;
}
.mobile_nav .mobile_right_action{
    display: flex;
}
.mobile_nav > li.dropdown {
    text-align: left;
}
.mobile_nav  li.nav_help_style {
    flex:1;
    text-align: right;
    margin-right:2.4rem;
    margin-left:10rem;
}
.mobile_nav > li.logo {
    width: 18rem;
}
.mobile_nav > li.logo > a > img {
    width: 24rem;
    height: 5.6rem;
    object-fit: cover;
    vertical-align: unset;
}
.mobile_nav > li.register {
    text-align: right;
    font-size: 3.2rem;
    color: #4934B2;
}
.mobile_nav > li.register > a {
    color: #4934B2;
    font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
    .mobile_nav > li.register > a {
        font-size: 2.8rem;
    }
}
.mobile_nav > li.register.active > a {
    color: #4934b2;
}
.mobile_nav > li.dropdown > a > .icon {
    font-size: 3.8rem;
    font-weight: 600;
    color: #919099;
}
.mobile_dropdown_mask > .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90vw;
    max-width: 120rem;
    height: 100vh;
    flex-direction: column;
    padding: 3.4rem 2.8rem;
    display: flex;
    row-gap: 2.4rem;
    transform: translate(-90vw, 0);
    transition: transform 0.25s ease;
}
.mobile_dropdown_mask.open > .dropdown-menu {
    transform: translate(0, 0) !important;
}
.mobile_dropdown_mask {
    background: rgba(0, 0, 0, 0);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 11;
    transition: background 0.3s ease;
}
.mobile_dropdown_mask.open {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 201;
}

.mobile_dropdown_mask > .dropdown-menu .nav_items {
    flex: 1;
    overflow-y: auto;
}
.mobile_dropdown_mask.open > .dropdown-menu li > a {
    color: #313033;
    display: inline-block;
    padding: 1.8rem 1.6rem !important;
    font-size: 3rem;
    line-height: 1;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile_dropdown_mask.open .customerNavList li {
    width: 100%;
}
.mobile_dropdown_mask.open .customerNavList li > a {
    display: inline-block;
    padding: 1.8rem 1.6rem !important;
    font-size: 3.2rem;
    line-height: 1;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
}

.mobile_dropdown_mask.open .dropdown-menu li ul li > a{
    font-size: 3.2rem;
    line-height: 1;
}
.mobile_dropdown_mask.open .dropdown-menu li ul li a {
    font-size: 3rem;
}

.mobile_dropdown_mask .dropdown-menu {
    min-width: 180px;
}
.mobile_dropdown_mask .dropdown-menu > li .rt {
    margin-top: 2px;
    float: right;
}
.mobile_dropdown_mask .dropdown-menu {
    border: none;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.mobile_dropdown_mask .dropdown-menu .nav_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #D9D9D9;
}
.mobile_dropdown_mask .dropdown-menu .login {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
}
.mobile_dropdown_mask .dropdown-menu .login a.btn {
    width: 85%;
    height: 8rem;
    margin: 0 auto;
    color: #FFFFFF;
    border-radius: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile_dropdown_mask .dropdown-menu .nav_logo span.bsicon_close1 {
    font-size: 3.2rem;
    color: #707070;
}
.mobile_dropdown_mask .dropdown-menu .nav_logo a img {
    width: 24rem;
    height: 5.6rem;
    object-fit: cover;
}

.mobile_nav .dropdown-menu li {
    border-radius: 2px;
    color: #4934b2;
    transition: all .3s ease
}



.mobile_dropdown_mask .dropdown-menu li > ul.mobile_dropdown {
    padding-left: 1.6rem;
    margin: 1rem 2rem;
    border-left: 1px solid #D9D9D9;
}

.mobile_dropdown_mask .dropdown-menu li.active > a {
    font-weight: 500;
    color: #4934b2;
    background: transparent;
}

.mobile_dropdown_mask .dropdown-menu > li:hover > a {
    background: #f8f7fc;
}
/* 移动端显示样式 end */

/* 适配移动端start */

/* 适配移动端end */

@media screen and (max-width: 800px) {
    body {
        min-width: 100vw !important;
    }
    .wrap_login {
        margin-top:0;
    }
    .index_head_wrap {
        display: none !important;
    }
    .mobile_nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index_head.ceiling_top + div.prevent_collapse {
        height: 12rem;
    }
    main .cont {
        width: auto;
    }
    .index_module.md_1 {
        background-position-x: -350px;
    }
    .md_1 .position {
        position: absolute;
        transform: translate3d(0, -50%, 0);
        top: 50% !important;
        left: 10%;
    }
    .right_part {
        a {
            text-decoration: none;
        }
    }
    /* footer start */
    footer .fixed_rt_action {
        z-index: 1;
        bottom: 110px;
    }
    footer .fixed_rt_action > a {
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }
    footer .fixed_rt_action > a.whatsapp {
        background-size: contain;
    }
    footer .fixed_rt_action > a.whatsapp {
        position: relative;
        background-image: url("/static/images/bk/index_whatsapp_green_new.png?v=4");
        background-position: center;
        background-repeat: no-repeat;
    }
    footer .fixed_rt_action > a.whatsapp:after {
        content: '';
        display: block;
        position:absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        z-index: -1;
        border-radius: 24px;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, .2);
        background: transparent;
    }
    footer .fixed_rt_action > a.whatsapp:after {
        width: 50px;
        height: 50px;
        border-radius: 20px;
    }
    footer .fixed_rt_action > a.web {
        display: block;
    }
    footer .fixed_rt_action > a.pc {
        display: none;
    }
    footer .rows.links a:nth-child(-n + 4) {
        display: none;
    }
    footer .rows.links .separate:nth-child(-n + 4) {
        display: none;
    }
    /* footer end */
    .video_modal .modal-head {
        position: absolute;
        z-index: 99;
        right: 30px;
    }
    .video_modal .modal-body {
        height: 80vw !important;
    }
    .video_modal .modal-head .close {
        font-size: 18px;
        color: #999;
        border-radius: 50%;
        background: #fff;
        display: inline-block;
        padding: 5px;
    }
    .video_modal  > .modal-dialog {
        width: 95%;
        margin-top: 21vh;
    }
    .md_4 .cont > .rows:nth-child(1),
    .md_8 .cont > .rows:nth-child(1) {
        margin: 0 0 30px;
    }
    .md_8 .cont > .rows:nth-child(2) li > .text_1 {
        margin-bottom: 0px;
    }
    .md_8 .cont > .rows:nth-child(2) li:nth-child(2) {
        height:  auto;
    }
    .md_8 .cont > .rows:nth-child(2) li {
        height: auto;
    }
    .md_8 .card_comment {
        padding-top: 30px;
    }
    .md_title {
        font-size: 28px;
    }
    .md_title1 {
        padding: 0 15px;
        text-align: center;
        line-height: 1.5;
        font-size: 14px;
    }
    .cooperation_box {
        display: flex;
        flex-wrap: wrap;
        padding:  20px 0 0;
    }
    .cooperation_box .item {
        flex:  0 0 50%;
        min-width: 0;
    }
    .team_box {
        padding-bottom: 30px;
    }
    .team_box .team_content h4 {
        font-size: 22px;
    }
    .team_box .team_content p {
        margin: 10px 0 0;
        font-size: 14px;
    }
    /* 一 */
    .index_module.md_1 {
        background-size: auto 100%;
    }
    .md_1 p {
        font-size: 30px;
    }
    .md_1[data-lang="zh"] p:nth-child(1),
    .md_1[data-lang="vi"] p:nth-child(1) {
        font-size: 30px;
    }
    .md_1 p:nth-child(3) {
        font-size: 20px;
    }
    .md_1[data-lang="zh"] p:nth-child(3),
    .md_1[data-lang="vi"] p:nth-child(3) {
        font-size: 18px;
    }
    .md_1 .btn {
        width: 170px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    /* 二 */
    .index_module.md_2 {
        height: auto;
    }
    .index_module.md_2 .cont {
        padding: 20px 20px 40px;
    }
    .index_module.md_2 .ct_1 {
        margin-top: 20px;
    }
    .index_module.md_2 .ct_2 {
        margin-top: 15px;
        text-align: center;
    }
    .index_module.md_2 .ct_3 {
        flex-direction: column;
    }
    .md_2 .ct_3 .item {
        border: 1px solid #eee;
        width: 200px;
    }
    .md_2 .ct_3 .item[data-rel] {
        background-position-x: 10px;
    }
    .md_2 .ct_3 .item:nth-child(-n + 3) {
        margin-bottom: 0;
    }
    .md_2 .ct_3 .item + .item {
        margin-top: 10px;
        margin-left: 0;
    }
    .md_2 .ct_3 .item[data-rel="jd"] {
        background-position: 0 -344px;
    }

    /* 三 */
    .md_3 .we_cooperation{
        font-size: 20px;
    }
    .index_module.md_3 {
        height: auto;
        padding: 30px 15px;
    }
    /* 四 */
    .index_module.md_4 {
        padding-bottom: 20px;
        height: auto;
    }
    .md_4 .cont > .rows:nth-child(2) {
        flex-direction: column;
    }
    .md_4  .cont > .rows:nth-child(2) > .item + .item {
        margin: 20px 0 0;
    }

    /* 五 */
    .index_module.md_5 .cont:before,
    .index_module.md_5 .cont:after {
        display: none;
    }
    .md_5 .bg_item {
        height: 1100px;
    }
    .md_5 .cont > .rows:nth-child(1) {
        margin: 20px 0 25px;
    }
    .md_5 .rows:nth-child(2) {
        flex-direction: column;
        height: 1208px;
    }
    .md_5 .rows:nth-child(2) ul + ul {
        margin-left: 0;
    }
    .md_5 .rows:nth-child(2) ul.box {
        display: flex;
        margin-top: 0;
    }
    .md_5 .rows:nth-child(2) ul > li + li {
        margin-left: 20px;
    }

    /* 六 */
    .index_module.md_6 {
        padding-bottom: 0;
    }
    .md_6 .rows > ul {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .md_6 .rows > ul > li:nth-child(n+1) {
        margin: 0 0 30px;
        padding-top: 0;
        height: auto;
    }
    .md_6 .rows > ul > li {
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .md_6 .rows > ul > li > p {
        width: auto;
    }
    .md_6 .rows > ul > li >h4 {
        font-size: 16px;
    }
    /* 七 */
    .md_7 .cont .text_2 > ul > li > p:nth-child(2) {
        font-size: 34px;
    }
    /* 八 */
    .index_module.md_8 {
        padding-bottom: 20px;
        height: auto;
    }
    .md_8 .cont > .rows:nth-child(1) {
        font-size: 20px;
    }
    .md_8 .cont > .rows:nth-child(2) > ul {
        flex-direction: column;
    }
    .md_8 .cont > .rows:nth-child(2) li:nth-child(2) {
        margin: 20px 0;
        padding: 27px 30px 30px;
        width: 354px;
    }
    /* 九 */
    .index_comm_footer {
        padding: 0 10px;
        height: auto;
    }
    .index_comm_footer .cont {
        width: 100%;
    }
    .index_comm_footer .cont > div.background {
        margin-left: 0;
        width: 48%;
        background-size: 100% auto;
        background-position: center 40%;
    }
    .index_comm_footer .cont > div:not(.background) {
        width: 48%;
    }
    .index_comm_footer .cont > div:not(.background) > h2 {
        font-size: 18px;
    }
    .index_comm_footer .cont > div:not(.background) > p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .index_comm_footer .cont > div:not(.background) > .btn {
        width: 155px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    /*  */
    .inx_remind_con a {
        border-bottom: thin solid #fff;
        text-decoration: none;
    }
    .inx_remind_con a:hover {
        text-decoration: none;
    }
    .inx_remind_con > .btn {
        display: none;
    }
    .inx_remind_con div {
        display: block;
    }
    .login_module ul.tab a {
        height: auto;
    }
    .index_module.md_4 .space_between_box {
        flex-wrap: wrap;
    }
    .index_module.md_4 .video_box {
        flex: 0 0 100%;
        height: 55vw;
    }
    .index_module.md_4 .nav_todo_list {
        margin-top: 20px;
        padding: 0;
    }
    .brand_box {
        padding: 50px 0 0;
    }
    .brand_box .nav_brand_list {
        margin: 20px 0 0;
    }
    .brand_box .nav_brand_list li {
        padding: 0 5px;
        flex: 0 0 33.333%;
    }
    .mt_100 {
        margin-top: 0;
    }
    .index_module.md_4 {
        padding: 30px 0;
    }
    .f_34 {
        font-size: 20px;
        padding: 0 15px;
        text-align: center;
        line-height: 1.5;
    }
    .index_module.md_4 .space_between_box {
        margin-top: 20px;
        padding: 0 15px;
    }
    .md_2 .ct_3 {
        margin-bottom: 32px;
    }

}
