body {
    min-width: 1240px !important;
    background: #fff;
}
.f_sky_blue {
    color: #0C6DFF;
}
/**** head_nav ****/
/* pc */
.index_head {
    display: flex;
    align-items: center;
    margin-top: -1px;
    border: 1px solid #eee;
    width: 100%;
    min-width: 1240px;
    height: 64px;
    background: #fff;
}
.index_head.ceiling_top {
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 10px #e4e4e4;
}
.index_head.ceiling_top + div.prevent_collapse {
    height: 80px;
}
.index_nav {
    width: 100%;
    margin: 0 20px;
}
.index_nav > li.nav_list > a {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 16px;
    color: #919099;
    font-weight: 600;
}
.index_nav > li.nav_list.active > a {
    color: #4934b2;
}
.index_nav > li.nav_list:not(.active) > a:focus,
.index_nav > li.nav_list:not(.active) > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #4934b2;
}
.index_nav > li > .logo {
    display: inline-block;
    margin-top: -7px;
    margin-bottom: -7px;
    margin-right: 10px;
    width: 168px;
    height: 54px;
    background: url(../../../images/logo/logo_b.png?v=3) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.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.help > a {
    font-size: 24px !important;
}

.index_nav .dropdown-menu > li > a:hover {
    color: #4934b2;
    background: #f8f7fc;
}
.index_nav > li.search_group {
    margin-top: 6px;
}
.index_nav > li.search_group > input[type="text"] {
    width: 375px;
}
.index_nav > li.search_group > .search_icon {
    border-left: none;
    font-size: 18px;
}
.index_nav > li.btn_out > a.btn {
    margin-top: 6px;
    margin-left: 10px;
    padding: 0 16px;
    width: 170px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.index_head.ceiling_top + div.prevent_collapse {
    height: 64px;
}
/* mobile nav */
.mobile_nav {
    display: none;
    padding: 10px;
    width: 100%;
}
.mobile_nav a {
    font-size: 18px;
    color: #313033;
}
.mobile_nav > li.logo > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/logo/logo_b.png?v=3) no-repeat center;
    background-size: contain;
}
.mobile_nav > li.register > a {
    color: #919099;
}
.mobile_nav > li.register.active > a {
    color: #4934b2;
}
.mobile_nav > li.dropdown > .icon {
    font-size: 35px;
    font-weight: 600;
    color: #919099;
}
.mobile_nav .dropdown-menu {
    min-width: 170px;
}
.mobile_nav .dropdown-menu > li .rt {
    margin-top: 2px;
    float: right;
}
.mobile_dropdown > li > a {
    display: block;
    padding: 6px 20px;
}
.mobile_dropdown.customer_nav_list > li > a {
    display: flex;
    padding: 6px 20px;
}
.mobile_dropdown > li > a:hover {
    color: #4934b2;
}
/**** head_nav ****/

/**** comm_banner ****/
.comm_banner {
    display: none;
    width: 100%;
    height: 130px;
    background-image: url(../../../images/bk/faq_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.comm_banner > .cont {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.comm_banner > .cont > h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.comm_banner .search_group {
    display: none;
}
/**** comm_banner ****/

/* 联系我们客服弹层 */
.tabs_module .tab:after {
    display: none;
}
.tabs_module .tab[data-type="3"] {
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
}
.tabs_module .tab > li {
    margin: 0 !important;
}
.tabs_module .tab > li > a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 16px;
    color: #919099;
    border-bottom: 3px solid transparent !important;
}
.tabs_module .tab > li:not(.active) > a:hover {
    color: #4934b2;
}
.tabs_module .tab > li.active > a {
    font-weight: 600;
    color: #4934b2;
}
.tabs_module .tab[data-type="3"] > li > a {
    flex-direction: column;
    justify-content: space-between;
    height: 35px;
}
.tabs_module .tab[data-type="3"] > li.active > a:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #4934b2;
}
.contact_us_modal .modal-dialog {
    width: 780px;
}
.contact_us_modal .modal-content {
    border: none;
    background: transparent;
    overflow: hidden;
}
.contact_us_modal .modal-header {
    height: 130px;
    background: url('../../../images/customer/customer_modal_bk.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_us_modal .modal-header > h4 {
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
}
.contact_us_modal .modal-header > .close {
    color: #fff;
    opacity: 1;
}
.contact_us_modal .modal-body {
    padding: 20px 30px 10px;
    background: #fff;
}
.contact_us_modal .modal-body .tab_content {
    padding: 20px 100px;
}
.contact_us_modal .tab_content .customer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_us_modal .customer_list > li {
    box-shadow: 0 1px 4px 0 rgba(31, 31, 31, .1);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 210px;
    height: 55px;
    line-height: 55px;
}
.contact_us_modal .customer_list > li:nth-child(3n + 1) {
    margin-left: 0;
}
.contact_us_modal .customer_list > li > a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #313033;
}
.contact_us_modal .customer_list > li > a:after {
    margin-left: auto;
    content: '\e059';
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 20px;
    color: #919099;
}
.contact_us_modal .customer_list > li > a:hover {
    color: #4934b2;
}
.contact_us_modal .customer_list .customer_icon {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../../../images/customer/customer_icon.png?v=0.2);
    background-repeat: no-repeat;
    background-size: 65px;
}
.contact_us_modal li[data-type="app"] .customer_icon {
    background-position: -16px -349px;
}
.contact_us_modal li[data-type="wechat"] .customer_icon {
    background-position: -16px -283px;
}
.contact_us_modal li[data-type="email"] .customer_icon {
    background-position: -16px -24px;
}
.contact_us_modal li[data-type="zalo"] .customer_icon {
    background-position: -16px -414px;
}
.contact_us_modal li[data-type="facebook"] .customer_icon {
    background-position: -16px -88px;
}
.contact_us_modal li[data-type="line"] .customer_icon {
    background-position: -16px -154px;
}
.contact_us_modal li[data-type="telegram"] .customer_icon {
    background-position: -16px -219px;
}
/* 联系我们客服弹层 */

/* 页面布局 */
.page {
    margin: 20px auto 0;
    padding-bottom: 56px;
    width: 1200px;
}
.page > .page_cont {
    width: 100%;
}
.list_crumbs {
    height: auto;
}
.no_data_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
}
.no_data_page > .img_out {
    width: 200px;
    height: 200px;
}
/* 右侧固定样式 */
.page .topics_fixed_right {
    position: relative;
    text-align: right;
}
.page .topics_fixed_right .right_cont {
    display: inline;
    position: absolute;
    margin-left: 20px;
    width: 240px;
    text-align: left;
}
.page .topics_fixed_right .right_cont.fixed {
    position: fixed;
    top: 84px; /* 导航的高度 + 20 */
}
.right_cont > .all_topics_list {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    padding: 0 16px;
}
.right_cont .all_topics_list .title {
    margin-bottom: 0;
    padding: 16px 0 4px;
    font-size: 16px;
    font-weight: 600;
}
.right_cont .all_topics_list .list_item + .list_item {
    border-top: 1px solid #eee;
}
.right_cont .all_topics_list .list_item > a {
    display: block;
    padding: 16px 0;
    color: #313033;
}
.right_cont .all_topics_list .list_item > a:hover {
    color: #3d2c96;
}
/* 移动端页面底部话题导航栏 */
.topics_fixed_foot {
    display: none;
}
.topics_fixed_foot {
    position: fixed;
    bottom: 0;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    padding: 0 10px;
    width: 100%;
    background: #7e61f0;
}
.topics_fixed_foot .all_topics_list {
    text-align: center;
}
.topics_fixed_foot .all_topics_list > a.title,
.topics_fixed_foot .all_topics_list > ul a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
.topics_fixed_foot .all_topics_list > .title {
    font-weight: 600;
}
.topics_fixed_foot .all_topics_list > ul a {
    border-top: 1px solid #fff;
}
/* 公共话题列表展示样式 */
.topic_item_out .img_out {
    padding-bottom: 46.667%;
    width: 100%;
    height: 0;
    background: url(../../../images/blog/empty_img_small.png?v=1) center no-repeat;
}
.topic_item_out .img_out > img {
    padding: 0;
}
.topic_item_out .topic_theme {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: -6px;
    border-radius: 2px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #eeebf9;
}
.topic_item_out h4.title {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 27px;
    font-weight: 500;
    color: #313033;
}
.topic_item_out .other_info {
    display: flex;
    margin: 0;
}
.topic_item_out .other_info i {
    margin-right: 2px;
}
.topic_item_out .other_info > .date {
    margin-right: 24px;
}
.topic_item_out .other_info > .author {
    flex: 1;
}
.show_more_out {
    margin-top: 40px;
    text-align: center;
}
.show_more_out .btn_white:focus,
.show_more_out .btn_white {
    border-color: #4934b2;
    color: #4934b2;
}
.show_more_out .btn_white:hover {
    border-color: #3d2c96;
    color: #3d2c96;
}
.app_nav {
    display: none;
}
/* 移动端适配 */
@media screen and (max-width: 800px) {
    body {
        min-width: 100% !important;
    }
    .mobile_hide {
        display: none !important;
    }
    /* 头部nav样式 */
    .index_head {
        min-width: auto;
        opacity: 0;
    }
    .index_nav {
        display: none;
    }
    .mobile_nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* 横幅 */
    .comm_banner {
        display: block;
        height: auto;
    }
    .comm_banner > .cont {
        flex-direction: column;
        padding: 20px 10px;
        width: 100%;
    }
    .comm_banner .search_group {
        display: block;
        margin-top: 20px;
    }
    .comm_banner .search_group > input {
        width: 375px;
    }

    /* 内容区样式 */
    .page {
        padding-bottom: 86px;
        width: 100%;
    }
    .page > .page_cont {
        padding-right: 0 !important;
    }
    .topics_fixed_foot {
        display: block;
    }
    .topic_item_out > .img_area {
        float: right;
        width: 40%;
    }
    .topic_item_out > .info_area {
        margin-right: 20px;
        width: 60%;
    }
    .topic_item_out > .info_area > .topic_theme {
        margin-top: 0;
    }
    /* 联系我们客服弹层 */
    .contact_us_modal .modal-dialog {
        margin: 30px auto;
        max-width: 500px;
        width: auto;
    }
    .contact_us_modal .modal-header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        height: auto;
        background: #fff;
    }
    .contact_us_modal .modal-header > .close {
        display: none;
    }
    .contact_us_modal .modal-header > h4 {
        color: #313033;
        line-height: initial;
    }
    .contact_us_modal .modal-body {
        padding: 10px 0;
    }
    .contact_us_modal .modal-body .tabs_module {
        display: flex;
        justify-content: space-between;
    }
    .contact_us_modal .tabs_module > ul.tab {
        flex-direction: column;
        justify-content: flex-start;
        border-right: 1px solid #ddd;
        width: 120px;
    }
    .contact_us_modal .tabs_module > ul.tab > li {
        margin-top: 10px;
    }
    .contact_us_modal .tabs_module .tab[data-type="3"] > li.active > a:after {
        display: none;
    }
    .contact_us_modal .modal-body .tab_content {
        width: calc(100% - 140px);
        padding: 0;
    }
    .app_nav_box {
        height: 5rem;
        display: none;
        background: white;
    }
    .app_nav {
        padding: 0.5rem 0;
        background: white;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .bsicon_chevron_left1 {
        font-size: 2.8rem;
        width: 4rem;
        text-align: center;
        color: black;
    }
}
