﻿
body {
    margin: 0;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:750px) {
    .cartoon_chapter_left_bgc {
        display: none;
    }

    .cartoon_chapter_right_bgc {
        display: none;
    }
}

@media screen and (min-width: 0px) {

    .border-radius-2-4 {
     border-radius:0 2px;
    }

    .swiper-slide-bottom {
        width: 100%;
        height: 90px;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        color:#fff;
        font-size:15px;
        line-height:60px;
        text-indent:10px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .cartoon_left_bottom_detail {
        position: absolute;
        left: 0;
        bottom: 13px;
        width: 100px;
        display: flex;
        height: 22px;
        font-size: 12px;
        overflow: hidden;
        border-radius: 0 2px;
    }

    .cartoon_font_px_22 {
        font-size: 18px;
    }


    .chapter_wrap_pop {
        padding-bottom: 7px;
        margin-left: -8px;
    }


    .cartoon_nav_pc {
        display: none;
    }


    .cartoon_bg_orange {
        background: #FF5A49 !important;
    }

    .cartoon_left_bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        display: flex;
        height: 22px;
        font-size: 12px;
        overflow: hidden;
        border-radius: 0 2px;
    }

    .cartoon_left_bottom_left {
        width: 50px;
        background: #FF8E2B;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cartoon_left_bottom_right {
        width: 50px;
        background: #FF5A49;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #cartoon_relation_popup {
        width: 95%;
        height: auto;
    }

    .cartoon_relation_popup_top {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #171717;
        font-size: 19px;
        background: #FFFFFF;
        border-radius: 7px 7px 0px 0px;
    }

    .cartoon_relation_popup_bottom {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 7px 7px;
        background: #ececec;
        height: 70px;
    }

        .cartoon_relation_popup_bottom div {
            background: #FF5A49;
            width: 150px;
            height: 36px;
            opacity: 1;
            border-radius: 3px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            cursor: pointer;
        }

    .cartoon_detail_title {
        width: 95%;
        margin-left: 2.5%;
        height: auto;
        font-size: 24px;
        font-weight: bold;
        line-height: 35px;
        color: #2C2C2C;
        opacity: 1;
        letter-spacing: 1px;
        padding: 10px 0;
    }

    .cartoon_detail_course {
        width: 95%;
        margin-left: 2.5%;
        height: 18px;
        font-size: 13px;
        font-weight: 400;
        line-height: 10px;
        color: #404040;
        opacity: 1;
        letter-spacing: 1px;
    }

    .cartoon_detail_desc {
        width: calc(95% - 18px);
        margin-left: 2.5%;
        padding: 20px 9px;
        background: #F5F5F5;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        color: #484848;
        opacity: 1;
        letter-spacing: 1px;
        border: 1px solid #cdcdcd;
        border-top: 0;
    }

    .cartoon_nav_box {
        margin-top: 14px;
        width: 95%;
        margin-left: 2.5%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }

    .cartoon_nav_left {
        width: 49%;
        height: 44px;
        background: #9E9E9E;
        color: #fff;
        opacity: 1;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-right: 1%;
    }

        .cartoon_nav_left img {
            margin-right: 5px;
            width: 22px;
            height: 20px;
        }

    .cartoon_nav_right {
        width: 49%;
        height: 44px;
        background: #FF5A49;
        color: #fff;
        opacity: 1;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-left: 1%;
    }

        .cartoon_nav_right img {
            margin-left: 5px;
            width: 22px;
            height: 20px;
            transform: rotateY(180deg);
        }

    .cartoon_relation {
        width: 95%;
        margin-left: 2.5%;
        margin-top: 30px;
        padding-bottom: 15px;
        position: relative;
    }

    .cartoon_relation_popup {
        width: 100%;
        height: auto;
    }

    .cartoon_relation::after {
        content: '';
        position: absolute; /* 把父视图设置为relative，方便定位*/
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        transform: scale(0.5);
        transform-origin: 0 0;
        box-sizing: border-box;
        border-bottom: 1px solid #D6D6D6;
    }

    .cartoon_relation_top {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        padding: 0 0 13px 0;
        display: flex;
    }



        .cartoon_relation_top .vg {
            height: 86px;
            width: 67px;
            border-radius: 2px;
        }

        .cartoon_relation_top .rg {
            margin-left: 10px;
            width: calc(100% - 5%);
        }

    .cartoon_font_17 {
        color: #171717 !important;
    }

    .cartoon_font_74 {
        color: #747474 !important;
        font-size: 12px;
        line-height: 17px;
        -webkit-line-clamp: 3 !important;
    }

    .cartoon_relation_btn_box {
        width: 100%;
        display: flex;
        color: #fff;
        font-size: 13px;
        position: relative;
        z-index: 2;
        max-width: 370px;
    }

        .cartoon_relation_btn_box div {
            flex: 1;
            padding: 6.5px 0;
        }

    .cartoon_relation_btn_box_first {
        background: #1D8443;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        margin-right: 8px;
    }

    .cartoon_relation_btn_box_second {
        background: #007ED9;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        margin-right: 8px;
    }

    .cartoon_relation_btn_box_third {
        background: #9E9E9E;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        margin-right: 8px;
    }

    .cartoon_relation_btn_box_forth {
        background: #FF5A49;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }


    .cartoon_relation_title {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        color: #272727;
        font-size: 14px;
    }

    .cartion_line_v1 {
        width: 100%;
        height: 2px;
        background: #15B69A;
        opacity: 1;
    }

    .cartoon_circle_v1 {
        width: 4px;
        height: 4px;
        background: #15B69A;
        border-radius: 50%;
        opacity: 1;
        margin-right: 6px;
    }

    .cartoon_detail_image {
        width: 95%;
        margin-left: 2.5%;
        margin-top: 8px;
    }

        .cartoon_detail_image img {
            width: 100%;
            height: auto;
            display: block;
            border: 1px solid #cdcdcd;
            border-bottom: 0;
        }

    .cartoon_pc_swiper_box {
        display: none;
    }

    .cartoon_middle_box {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        background: #000;
    }

        .cartoon_middle_box .bg {
            width: 100%;
            height: auto;
            filter: blur(10px);
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(1.2);
            opacity: 0.4;
            min-height: 100%;
        }

    .cartoon_middle_box_top {
        position: relative;
        z-index: 2;
        margin-left: 2.5%;
        width: 95%;
        height: auto;
        padding: 13px 0;
        display: flex;
    }

        .cartoon_middle_box_top .vg {
            height: 122px;
            width: 92px;
            border-radius: 2px;
        }

        .cartoon_middle_box_top .rg {
            margin-left: 10px;
            width: calc(100% - 106px)
        }

    .cartoon_title {
        color: #fff;
        font-size: 19px;
        display: flex;
        align-items: center;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-top: -2px;
    }

    .cartoon_course {
        font-size: 14px;
        color: #d8d8d8;
        margin-top: 12px;
    }

    .cartoon_desc {
        font-size: 14px;
        color: #fff;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 20px;
    }


    .cartoon_start_btn {
        width: 95%;
        margin-left: 2.5%;
        background: #FF5A49;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        position: relative;
        z-index: 2;
        margin: 13px 2.5%;
        margin-top: 0;
        border-radius: 4px;
        text-align: center;
    }

    .cartoon_newst {
        width: 95%;
        height: 43px;
        background: #f2f2f2;
        display: flex;
        align-items: center;
        padding: 0 2.5%;
        cursor: pointer;
    }

    .cartoon_newst_left {
        font-size: 14px;
        color: #858585;
        margin-left: 6px;
        white-space: nowrap;
    }

    .cartoon_newst_right {
        font-size: 14px;
        color: #FF5A49;
        margin-left: 6px;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 27px;
        text-overflow: ellipsis;
    }

    .cartoon_chapter {
        padding: 2.5vw 2.5%;
        width: 95%;
        background: #F9F9F9;
        height: auto;
    }

    .cartoon_son {
        width: calc(20% - 8px);
        height: 28px;
        background: #fff;
        opacity: 1;
        border-radius: 2px;
        color: #535353;
        font-size: 14px;
        text-align: center;
        line-height: 28px;
        float: left;
        position: relative;
        margin-left: 7px;
        margin-top: 7px;
    }

    .cartoon_son_pop {
        width: calc(25% - 8px);
        height: 32px;
        background: #fff;
        opacity: 1;
        border-radius: 2px;
        color: #535353;
        font-size: 15px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        position: relative;
        margin-left: 8px;
        margin-top: 7px;
        cursor: pointer;
    }



    .cartoon_son::after {
        content: '';
        position: absolute; /* 把父视图设置为relative，方便定位*/
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        transform: scale(0.5);
        transform-origin: 0 0;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }



    .cartoon_son_pop::after {
        content: '';
        position: absolute; /* 把父视图设置为relative，方便定位*/
        top: 0;
        left: 0;
        width: 200%;
        height: 200%;
        transform: scale(0.5);
        transform-origin: 0 0;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    .cartoon_recommend {
        width: 100%;
        height: auto;
        background: #fff;
    }

    .swiper-pagination {
        bottom: 40px !important;
    }

    .mini_title {
        height: 55px;
        display: flex;
        align-items: center;
        padding-left: 2.5%;
        width: 97.5%;
    }

        .mini_title span {
            font-size: 20px;
            color: #444444;
            margin-left: 8px;
        }

    .cartoon_box {
        width: 47%;
        margin-left: 2%;
        height: auto;
        padding-bottom: 20px;
        float: left;
    }

    .cartoon_box_top {
        width: 100%;
        height: 62vw;
        position: relative;
    }

    .cartoon_box_image {
        width: 100%;
        height: 100%;
        border-radius: 2px;
    }

    .cartoon_list_box {
        background: #f8f8f8;
        border-radius: 21px;
        width: 100%;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }

    .cartoon_list_box1 {
        background: #f8f8f8;
        border-radius: 21px;
        width: 100%;
        margin-top: -10px;
        position: relative;
        z-index: 2;
    }


    .carton_box_course {
        margin-top: 6px;
        font-size: 12px;
        color: #858585;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: 400;
        letter-spacing: 1px;
        height: 16px;
    }

    .cartoon_box_title {
        /*height:37px;*/
        font-size: 16px;
        font-weight: 400;
        color: #3A3A3A;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .headling_more_icon svg {
        display: block;
        width: 22px;
        height: 22px;
    }

    .headling_ytb_video {
        margin-left: -4%;
        width: 108% !important;
        height: 108% !important;
    }

    .headling_middle_zw {
        width: 100vw;
        height: 50px;
    }


    body, html {
        margin: 0;
        padding: 0;
        font-family: Helvetica,Droidsansfallback,Droid Sans,Retina,arial,PingFangTC,"Microsoft JhengHei",Arial,sans-serif,"PingFangTC","Microsoft JhengHei",Arial,sans-serif;
        scroll-behavior: smooth;
        background-color: #fff;
    }


    .headling_float_top {
        transform: scale(1.05);
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 80px;
        right: 4%;
        box-shadow: 0 0 8px rgba(34,42,119,0.4);
        border-radius: 48px;
    }




    .headling_float_inset img {
        width: 29px;
        height: 29px;
        margin-top: 5px;
        display: block;
    }

    .headling_float_img_box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .headling_float_text {
        margin-top: 1px;
    }


    .headling_float_inset div {
        font-size: 13px;
        color: #A4A4A4;
    }

    .headling_float_inset {
        display: block;
        width: 23%;
        text-align: center;
    }


    .headling_float {
        position: fixed;
        bottom: 120px;
        right: 4%;
        z-index: 999999;
        display: none;
    }

    .headling_float_circle {
        width: 57px;
        height: 57px;
        box-shadow: 0 0 8px rgba(34,42,119,0.16);
        border-radius: 57px;
        background: linear-gradient(130deg, #FF7B7C 0%, #F04142 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        z-index: 999;
        transform: scale(1.05);
    }

    .headling_float_add_hover {
        width: 23px;
        height: 23px;
        transform: rotate(270deg);
        transition: all 0.3s;
    }

    .headling_float_add {
        width: 23px;
        height: 23px;
        transition: all 0.3s;
    }



    .headling_float_outside {
        width: 57px;
        height: 57px;
        box-shadow: 0 0 10px rgba(34,42,119,0.16);
        border-radius: 55px;
        background-color: #fff;
        transition: width 0.3s;
        position: relative;
        overflow: hidden;
    }

    .headling_float_outside_hover {
        max-width: 230px;
        width: 230px;
        padding-left: 20px;
        height: 57px;
        box-shadow: 0 0 10px rgba(34,42,119,0.16);
        border-radius: 57px;
        transition: width 0.3s;
        background-color: #fff;
        position: relative;
        overflow: hidden;
    }


    .headling_float_inset {
    }



    .headling_logo {
        height: 35px;
    }

    footer {
        background-color: #434343;
    }

        footer div {
            font-size: 14px;
            margin-bottom: 12px;
            color: #D6D6D6;
        }

        footer a {
            font-size: 14px;
            color: #D6D6D6;
        }


    .headling_top {
        width: 100%;
        height: 46px;
        background: #222;
        display: flex;
        position: fixed;
        top: 0;
        z-index: 998;
    }

    .headling_top_title {
        font-size: 22px;
        font-weight: 400;
        color: #FFFFFF;
        width: calc(40% - 20px);
        padding-left: 20px;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .headling_top_right {
        width: calc(60% - 5px);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 5px;
    }

    .headling_top_tag {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-items: center;
    }


    .headling_top_tag_mini {
        width: 62px;
        height: 33.5px;
        line-height: 33.5px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 300;
    }


    .headling_red_line {
        width: 1px;
        height: 30px;
        background-color: #67676A;
        opacity: 1;
        transform: scale(0.5)
    }

    .heading_text_no_select {
        color: #fff
    }


    .headling_middle {
        height: 43px;
        background: #F5F5F5;
        width: 100%;
        z-index: 9;
        margin-top: 50px;
    }

    .headling_middle_main {
        width: 100%;
        height: 100%;
        line-height: 43px;
        display: flex;
        align-items: center;
        overflow-x: auto;
    }

        .headling_middle_main::-webkit-scrollbar {
            display: none;
        }


    .headling_middle_tag {
        width: auto;
        height: 23px;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: #919191;
        margin-left: 24px;
        white-space: nowrap;
        position: relative;
    }

    .headling_middle_tag_active {
        width: auto;
        height: 23px;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        color: #fff;
        margin-left: 24px;
        white-space: nowrap;
        position: relative;
        background: #43424D;
        border-radius: 2px;
        padding: 2px 5px;
    }

    /*    .headling_middle_tag::before {
        transition: all .4s;
        content: '';
        position: absolute;
        width: 0px;
        height: 3px;
        border-radius: 15px;
        background: #FA4319;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%);
    }
*/
    /*
    .headling_middle_tag_active::before {
        transition: all .4s;
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 15px;
        background: #FA4319;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%);
    }*/



    .headling_main {
        margin-top: 46px;
        height: auto;
    }

    .headling_main_cartoon {
        margin-top: 46px;
        height: auto;
    }

    .headling_main_box {
        padding-top: 15px;
        width: 92%;
        margin-left: 4%;
        margin-bottom: 32px;
        /*height:118px;*/
        display: block;
        position: relative;
    }


    .headling_word_main_box {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 30px;
        border-bottom: 10px solid #f8f8f8;
    }

    .headling_main_box_right {
        width: 92vw;
        height: 48vw;
        position: relative;
    }


    .headling_main_box_image {
        width: 100%;
        height: 100%;
    }

    .headling_main_box_title {
        /*height:37px;*/
        font-size: 16px;
        font-weight: 400;
        color: #3A3A3A;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: 400;
        letter-spacing: 1px;
    }


    .headling_image_main_box {
        height: auto;
        width: 100%;
    }

    .headling_main_box_time {
        position: absolute;
        height: 14px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #949494;
        bottom: -23px;
    }


    .headling_border {
        width: calc(100% - 2px);
        height: 1px;
        background: #E9E9E9;
        transform: scaleY(0.5);
    }


    .headling_word_main_box_title {
        font-size: 23px;
        font-weight: bold;
        line-height: 30px;
        color: #2C2C2C;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }


    .headling_word_main_box_time {
        font-size: 13px;
        font-family: Segoe UI;
        font-weight: 400;
        line-height: 10px;
        color: #B6B9C0;
        margin-bottom: 10px;
    }


    .headling_wrod_main_box_edit {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        color: #2E2E2E;
        letter-spacing: 1px;
        /*letter-spacing: 40px;*/
    }

    .headling_point_box {
        width: 100%;
        height: 100px;
        background-color: #f9f9f9;
        position: relative;
    }

    .headling_point_box_min {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .headling_point_btn_focus {
        width: 60px;
        height: 25px;
        border: 1px solid #cdcdcd;
        color: #666;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
        margin-right: 7px;
        margin-left: 7px;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .headling_point_btn {
        border: 1px solid #ececec;
        width: 60px;
        height: 25px;
        background-color: #ececec;
        color: #777;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        border-radius: 3px;
        margin-right: 7px;
        margin-left: 7px;
        letter-spacing: 1px;
        cursor: pointer;
    }


    .headling_point_text {
        font-size: 12px;
        letter-spacing: 1px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #333;
    }

    .swiper {
        width: 100%;
        /*height: 181px;*/
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center
    }

    .swiper-pagination-bullet {
        background: #fff !important;
    }

    .headling_swiper_num {
        width: 35px;
        display: flex;
        justify-content: right;
        vertical-align: bottom;
        align-items: end;
        height: 29px;
        position: absolute;
        bottom: 9px;
        right: 14px;
    }

        .headling_swiper_num span {
        }


    .headling_swiper_text {
        color: #686868;
        letter-spacing: 1px;
        width: calc(100%);
    }

    .headling_nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 91px;
    }


    .swiper-button-next-box {
        background: #000000;
        opacity: 0.7;
        border-radius: 4px 0px 0px 4px;
        right: 0;
        width: 33px;
        height: 65px;
        margin-top: -35px;
        z-index: 8;
        position: absolute;
        top: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }


    .swiper-button-prev-box {
        background: #000000;
        opacity: 0.7;
        border-radius: 0px 4px 4px 0px;
        left: 0px;
        width: 33px;
        height: 65px;
        margin-top: -35px;
        z-index: 8;
        position: absolute;
        top: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }


    .heading_select_choose {
        width: 8px;
        height: 4px;
        background: #FFB813;
        opacity: 1;
        border-radius: 2px;
        margin-left: 11px;
    }

    .heading_select_choose_no {
        width: 8px;
        height: 4px;
        background: #707070;
        opacity: 1;
        border-radius: 2px;
        margin-left: 11px;
    }

    .headling_modal {
        position: absolute;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
        height: 42px;
        width: 100%;
    }
}

@media screen and (min-width: 750px) {
    .border-radius-2-4 {
        border-radius: 0 4px;
    }

    .cartoon_relation_top .rg {
        margin-left: 10px;
        width: calc(100% - 146px);
    }


    .cartoon_relation_top .vg {
        width: 103px;
        height: 137px;
        border-radius: 4px;
    }

    .cartoon_left_bottom_detail {
        position: absolute;
        left: 0;
        bottom: 13px;
        width: 100px;
        display: flex;
        height: 22px;
        font-size: 12px;
        overflow: hidden;
        border-radius: 0 4px;
    }


    /*    .cartoon_middle_box {
        background: linear-gradient(180deg, #403D3F 0%, #64525B 100%);
    }*/



    .cartoon_font_px_22 {
        font-size: 22px;
    }

    .cartoon_font_px_14 {
        font-size: 14px;
        line-height: 24px !important;
        -webkit-line-clamp: 2 !important;
    }


    .headling_middle_two_tag {
        padding: 0px 15px;
        font-size: 16px;
        height: 29px;
        line-height: 29px;
        font-weight: 400;
        color: #999999;
        margin-right: 10px;
        white-space: nowrap;
        position: relative;
        border-radius: 60px;
        cursor: pointer;
        width: auto;
        color: #333;
    }

    .headling_middle_two_tag_active {
        color: #FF5A49;
    }

    .headling_middle_two_tag:hover {
        color: #FF5A49;
    }

    .cartoon_nav_pc {
        height: 60px;
        width: auto;
        display: flex !important;
    }

    .headling_top_tag {
        display: none !important;
    }

    .cartoon_nav_pc a {
        color: #fff;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 60px;
        cursor: pointer;
    }

        .cartoon_nav_pc a.active {
            background: #fff;
            color: #FF5A49;
        }

    .cartoon_left_bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        display: flex;
        height: 22px;
        font-size: 12px;
        overflow: hidden;
        border-radius: 0 4px;
    }

    .cartoon_relation_popup_top {
        font-weight: bold;
    }


    .cartoon_son_pop {
        margin-left: 13.7px !important;
        margin-right: 0 !important;
        margin-top: 14px;
        width: 106px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    #cartoon_relation_popup {
        width: 750px;
    }

    .cartoon_relation_popup {
        max-height: 596px !important;
    }

    .cartoon_relation {
        width: 100%;
        margin-left: 0;
    }

    .cartoon_relation_btn_box {
        position: absolute;
        bottom: 17px;
        left: 136px;
    }

        .cartoon_relation_btn_box div {
            width: 84px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0;
        }


    .cartoon_relation {
        background: #FFF6E9;
    }


    .cartoon_relation_title {
        margin-left: 21px;
    }

    .cartoon_middle_box {
        padding-top: 0px !important;
        width: 1142px;
        padding-bottom: 0 !important;
    }

    .cartoon_detail_image {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        border: 1px solid #DADADA;
        border-bottom: 0;
        width: 100%;
        margin-left: 0;
    }

    .cartoon_relation_top {
        padding: 0px 20px;
    }

    .cartoon_detail_image img {
        width: 660px;
        border: 0;
    }

    .cartoon_nav_box {
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .cartoon_nav_left {
        width: 280px;
        height: 56px;
        border-radius: 4px;
        font-size: 22px;
        cursor: pointer;
    }

    .cartoon_bg_orange {
        background: #FF5A49 !important;
    }

        .cartoon_bg_orange:hover {
            background: #e13927 !important;
        }

    .cartoon_nav_right {
        width: 280px;
        height: 56px;
        border-radius: 4px;
        font-size: 22px;
        cursor: pointer;
    }

        .cartoon_nav_right:hover {
            background: #e13927;
        }


    .cartoon_detail_title {
        color: #000000;
        font-size: 34px;
        line-height: 45px;
        font-weight: bold;
        padding: 0;
        width: 100%;
        margin-left: 0;
    }


    .cartoon_detail_desc {
        padding: 29px 22px;
        width: calc(100% - 44px);
        border: 1px solid #DADADA;
        border-top: 0;
        margin-left: 0;
    }

    .cartoon_detail_course {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        color: #404040;
        opacity: 1;
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
    }

    .cartoon_middle_box_top {
        width: 100%;
        margin-left: 0;
    }

    .cart_box_right {
        opacity: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        transition: 0.2s;
        position: absolute;
        top: 0;
        left: 0;
        z-index:3;
    }

    .cartoon_middle_pc {
        padding: 30px calc(50% - 592px);
        width: 1184px;
        height: auto;
        background: #F2F2F2;
        position: relative;
        overflow: hidden;
    }

    .cartoon_newst {
        background: #fff;
        position: relative;
        border: 1px solid #CCCCCC;
        height: 55px;
        z-index: 2;
        position: relative;
    }

    .cartoon_chapter {
        padding: 0;
        width: 100%;
        background: transparent;
    }

    .chapter_wrap {
        margin-left: -13.7px;
        z-index: 2;
        position: relative;
    }

    .cartoon_son_pop:hover {
        border: 1px solid #FF5A49;
        box-sizing: border-box;
        background: #FFEEE5
    }


    .chapter_wrap_pop {
        padding-bottom: 0px;
        z-index: 2;
        position: relative;
        margin-right: 0 !important;
        margin-left: 0px;
    }

    .cartoon_son {
        margin-right: 13.7px;
        margin-left: 0;
        margin-top: 14px;
        width: 106px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .cartoon_middle_box {
        padding: 30px calc(50% - 592px);
        width: 1184px;
    }

    .cartoon_recommend {
        padding: 30px calc(50% - 592px);
        width: 1184px;
    }

    .cartoon_title {
        font-size: 19px;
    }


    .cartoon_desc {
        line-height: 22px;
    }

    .cartoon_middle_box_top .vg {
        width: 137px;
        height: 182px;
        border-radius: 4px;
    }

    .cartoon_middle_box_top .rg {
        margin-left: 35px;
        width: calc(100% - 172px);
    }

    .cartoon_start_btn {
        position: absolute;
        bottom: 0px;
        width: 141px;
        height: 40px;
        margin-left: 175px;
        cursor: pointer;
    }

    .cartoon_chapter_left_bgc {
        width: auto;
        position: absolute;
        left: 0;
        top: 64px;
        z-index: 1;
    }

    .cartoon_chapter_right_bgc {
        width: auto;
        position: absolute;
        right: -100px;
        top: -50px;
        z-index: 1;
        transform: rotate(180deg);
    }

    .cartoon_box_image_left_bottom {
        width: 184px;
        height: 30px;
        /*background: #FF5A49;*/
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        z-index: 2;
    }

        .cartoon_box_image_left_bottom div {
            white-space: nowrap;
            width: 100%;
            text-overflow: ellipsis;
            text-align: center;
            overflow:hidden
        }



    .tixing_first {
    
    }

    .tixing_first::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 184px;
        height: 30px;
        border-bottom: 30px solid #FF5A49;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
    }

    .tixing_second {
    }

        .tixing_second::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 184px;
            height: 30px;
            border-bottom: 30px solid #FF4690;
            border-top: 15px solid transparent;
            border-right: 15px solid transparent;
        }

    .tixing_third {
    }

        .tixing_third::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 184px;
            height: 30px;
            border-bottom: 30px solid #F1823A;
            border-top: 15px solid transparent;
            border-right: 15px solid transparent;
        }



    .tixing_forth{
    }

        .tixing_forth::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 184px;
            height: 30px;
            border-bottom: 30px solid #4E9BFF;
            border-top: 15px solid transparent;
            border-right: 15px solid transparent;
        }


    .tixing_fivth {
    }

        .tixing_fivth::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 184px;
            height: 30px;
            border-bottom: 30px solid #7FC63A;
            border-top: 15px solid transparent;
            border-right: 15px solid transparent;
        }

    .cartoon_image_first {
        width: 581px;
        height: 314px;
        opacity: 1;
        overflow: hidden;
        float: left;
        position: relative;
        border-radius: 4px;
    }

    .cartoon_image_second {
        width: 285px;
        height: 149px;
        overflow: hidden;
        float: left;
        margin-left: 16px;
        position: relative;
        border-radius: 4px;
    }

    .cartoon_image_third {
        width: 285px;
        height: 149px;
        overflow: hidden;
        float: left;
        margin-top: 16px;
        margin-left: 16px;
        border-radius: 4px;
        position: relative;
    }

    .cartoon_list_box {
        border-radius: 0;
        margin-top: 0px;
    }

    .cartoon_image_first img {
        border-radius: 0;
        width: 100%;
        height: 100%;
    }




    .cartoon_image_second img {
        border-radius: 0;
    }

    .cartoon_image_third img {
        border-radius: 0;
    }


    .cartoon_pc_swiper_text {
        position: relative;
        font-size: 20px;
        color: #FFFFFF;
        width: 179px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-left: 16px;
        letter-spacing: 1px;
    }

    .cartoon_pc_swiper_course {
        position: relative;
        font-size: 14px;
        color: #FFFFFF;
        width: 149px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-left: 16px;
        margin-top: 7px;
    }

    .cartoon_pc_swiper_btn {
        position: relative;
        width: 59px;
        height: 28px;
        background: #FF5A49;
        opacity: 1;
        border-radius: 2px;
        margin-left: 16px;
        margin-top: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .cartoon_pc_swiper_btn img {
            filter: blur(0px);
            width: 13px;
            height: 13px;
            position: relative;
        }

    .cartoon_pc_swiper_box {
        display: block;
        width: 100%;
        height: 314px;
    }

    .cartoon_pc_home_box {
        width: 1184px;
        margin-left: calc(50% - 592px);
        padding-top: 26px;
    }

    .wrap {
        margin-right: -16px;
    }

    .cartoon_box {
        width: 184px;
        height: auto;
        margin-right: 16px;
        margin-left: 0;
    }

    .cartoon_box_top {
        width: 184px;
        height: 244px;
        border-radius: 4px;
        overflow: hidden;
    }

    .cartoon_swiper {
        display: none !important;
    }

    .cartoon_box_image {
        border-radius: 4px;
        transition: 0.3s;
    }

    .cartoon_box_image_top {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        transform: translate(-50%,-50%) scale(1.2);
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s;
    }


    .headling_more_icon {
        display: none;
    }

    .mini_title {
        padding-left: 0%;
        width: 100%;
        color: #2B2B2B;
        font-weight: bolder;
        font-size: 20px;
        height: 70px;
        padding-top: 5px;
    }

    .cartoon_box_title {
        width: 100%;
        /*white-space: pre-line;*/
        font-size: 16px;
        font-weight: 400;
        margin-top: 12px;
        color: #222222;
        height: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-height: 84px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .carton_box_course {
        margin-top: 6px;
        font-size: 12px;
        height: 16px;
    }


    .headling_middle_zw {
        display: none;
    }

    .headling_ytb_video {
        margin-left: 0%;
        width: 100% !important;
        height: 100% !important;
    }

    body, html {
        margin: 0;
        padding: 0;
        font-family: Helvetica,Droidsansfallback,Droid Sans,Retina,arial,PingFangTC,"Microsoft JhengHei",Arial,sans-serif,"PingFangTC","Microsoft JhengHei",Arial,sans-serif;
        scroll-behavior: smooth;
        background-color: #F8F8F8;
    }


    .headling_logo {
        height: 50px;
    }

    .headling_float {
        position: fixed;
        bottom: 100px;
        right: 20px;
        display: none
    }


    footer {
        color: #D6D6D6;
        width: 890px;
    }

    .footlink {
        /*display: flex;*/
        margin-bottom: 0px !important;
    }

    .pc_footer {
        width: 100vw;
        height: 130px;
        margin-top: 0px;
        padding-top: 15px;
        background-color: #434343;
        display: flex;
        justify-content: center;
        color: #D6D6D6;
    }

    .swiper-button-next-box {
        background: #000000;
        opacity: 0.7;
        border-radius: 59px;
        right: 0;
        width: 59px;
        height: 59px;
        margin-top: -45px;
        z-index: 8;
        position: absolute;
        top: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
        transition: all 0.2s;
    }


    .swiper-button-prev-box {
        background: #000000;
        opacity: 0.7;
        border-radius: 59px;
        left: 0px;
        width: 59px;
        height: 59px;
        margin-top: -45px;
        z-index: 8;
        position: absolute;
        top: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 50px;
        transition: all 0.2s;
    }


    .headling_nav {
        display: none;
    }


    .headling_swiper_text {
        width: calc(100%);
        color: #000;
    }


    .headling_swiper_num {
        display: none;
    }

    .headling_top {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: #222;
        box-shadow: 0px 6px 12px rgba(119, 136, 149, 0.1);
        display: flex;
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .headling_top_title {
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
        width: auto;
        height: 100%;
        text-align: left;
        line-height: 70px;
        padding-left: 0;
        margin-left: calc(50% - 592px)
    }

    .headling_top_right {
        width: 445px;
        height: 100%;
        line-height: 70px;
        display: flex;
        align-items: center;
        justify-content: left;
        min-width: 350px;
        padding-right: 0;
        margin-left: 50px;
    }

    .headling_top_tag {
        min-width: 72px;
        width: auto;
        display: inline-flex;
        height: 42px;
        /*background: #D5191D;*/
        line-height: 42px;
        align-items: center;
        font-size: 16px;
        border-radius: 32px;
    }


    .headling_top_tag_mini {
        width: 72px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 300;
        cursor: pointer;
    }


    .headling_red_line {
        width: 1px;
        height: 21px;
        background-color: #67676A;
        opacity: 1;
        transform: scale(1)
    }

    .heading_text_no_select {
        color: #fff
    }

    .headling_middle {
        height: auto;
        background: #fff;
        width: 100%;
        position: fixed;
        z-index: 9;
        top: 60px;
        margin-top: 0;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        max-height: 0;
    }

    .headling_middle_main {
        width: 1183px;
        height: 100%;
        padding: 15px 20px 15px 20px;
        display: flex;
    }



    .headling_middle_tag {
        width: auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        color: #222222;
        margin-right: 40px;
        white-space: nowrap;
        position: relative;
        margin-left: 0px;
        cursor: pointer;
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 4px 7px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

        .headling_middle_tag:hover {
            width: auto;
            height: 23px;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            /*color: #222222;*/
            margin-right: 40px;
            white-space: nowrap;
            position: relative;
            margin-left: 0px;
            color: #fff;
            padding: 4px 7px;
            float: left;
            height: 30px;
            line-height: 30px;
            background: #43424D;
            margin-top: 3px;
            border-radius: 2px;
            margin-bottom: 3px;
        }

    .headling_middle_tag_active {
        width: auto;
        height: 23px;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        /*color: #222222;*/
        margin-right: 40px;
        white-space: nowrap;
        position: relative;
        margin-left: 0px;
        color: #fff;
        padding: 4px 7px;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    /*
        .headling_middle_tag_active::before {
            transition: all .4s;
            content: '';
            position: absolute;
            width: 20px;
            height: 3px;
            border-radius: 15px;
            background: #FA4319;
            bottom: -10px;
            left: 50%;
            transform: translate(-50%);
        }*/

    .headling_main {
        margin-top: 0px;
        margin-left: calc(50vw - 445px);
        width: 890px;
        height: calc(100vh - 168px);
        overflow-y: visible;
        background: #fff;
        height: auto;
        padding-bottom: 10px;
        padding-top: 26px;
    }

    .headling_main_cartoon {
        margin-top: 0px;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: visible;
        background: #f8f8f8;
        height: auto;
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .headling_main a {
        padding: 0 20px;
        display: block;
        margin: 0;
    }

    .headling_word_main_box {
        width: calc(100% - 40px);
        height: auto;
        padding-top: 0px;
        padding-bottom: 50px;
        border-bottom: 20px solid #f8f8f8;
        margin-bottom: 30px;
        padding: 20px;
    }


    .headling_main_box {
        width: calc(100% - 40px);
        margin-bottom: 10px;
        height: 118px;
        display: flex;
        padding-top: 0;
        margin-left: 0;
        border: 1px solid #EEF1F8;
        padding: 20px;
    }


    .headling_main_box_left {
        width: 643px;
        height: 100%;
        margin-right: 33px;
    }

    .headling_main_box_right {
        width: 214px;
        height: 100%;
    }

    .headling_main_box_title {
        width: 100%;
        /*white-space: pre-line;*/
        font-size: 18px;
        font-weight: 400;
        margin-top: 12px;
        color: #222222;
        height: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-height: 84px;
        letter-spacing: 1px;
        margin-left: 20px;
        margin-top: 0;
    }




    .headling_main_box_time {
        height: 20%;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
        position: relative;
        bottom: 0;
        margin-left: 20px;
        margin-top: 20px;
    }

    .headling_main_box_image {
        width: 100%;
        height: 100%;
        min-width: 200px;
    }

    .headling_border {
        width: 0;
        border: 0;
        height: 0;
        transform: scaleY(0.5);
    }


    .headling_word_main_box {
        margin-left: 0;
    }


    .headling_word_main_box_title {
        font-size: 34px;
        font-weight: bold;
        line-height: 45px;
        color: #000000;
        margin-left: 0;
    }

    .headling_modal {
        position: absolute;
        bottom: 0;
        display: none;
        height: 42px;
        width: 100%;
    }

    .headling_word_main_box_time {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        color: #999999;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .headling_wrod_main_box_edit {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        color: #222222;
        /*letter-spacing: 40px;*/
    }

    .headling_point_box {
        width: 100%;
        height: 130px;
        background-color: #f9f9f9;
        position: relative;
        margin-bottom: 80px;
    }

    .headling_point_box_min {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .headling_point_btn_focus {
        width: 80px;
        height: 35px;
        border: 1px solid #cdcdcd;
        color: #666;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        border-radius: 3px;
        margin-right: 10px;
        margin-left: 10px;
        letter-spacing: 1px;
    }

    .headling_point_btn {
        border: 1px solid #ececec;
        width: 80px;
        height: 35px;
        background-color: #ececec;
        color: #777;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        border-radius: 3px;
        margin-right: 10px;
        margin-left: 10px;
        letter-spacing: 1px;
    }


    .headling_point_text {
        font-size: 15px;
        letter-spacing: 1px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: #333;
    }

    .headling_image_main_box {
        max-height: 100%;
        /*height: 181px;*/
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .swiper {
        width: 100%;
        height: 468px;
        position: relative;
        overflow: hidden;
        border: 1px solid #F5F5F5;
        display: flex;
        justify-content: center
    }


    .heading_select_choose {
        width: 10px;
        height: 4px;
        background: #FFB813;
        opacity: 1;
        border-radius: 4px;
        margin-left: 30px;
        margin-right: -10px;
    }

    .heading_select_choose_no {
        width: 10px;
        height: 4px;
        background: #707070;
        opacity: 1;
        border-radius: 4px;
        margin-left: 30px;
        margin-right: -10px;
    }
}

.cartoon_box_image:hover {
    transform: scale(1.05);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}




.headling_swiper_num_big {
    font-size: 20px;
    font-weight: 400;
    color: #FFB813;
    display: table-cell;
    vertical-align: bottom;
    line-height: normal;
}

.headling_swiper_num_small {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: table-cell;
    vertical-align: bottom;
    line-height: 22px;
}

.headling_nav_btn {
    /*min-width: 104px;*/
    height: 44px;
    /*box-shadow: 0px 7px 15px rgba(76,78,84,0.26);*/
    border-radius: 5px;
    /* display: flex;
    align-items: center;*/
    /*justify-content: center;*/
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    padding: 0 22px;
    line-height: 44px;
    text-align: center;
    background: #43424D;
}


.headling_nav_btn_can {
    height: 44px;
    /*box-shadow: 0px 7px 15px rgba(76,78,84,0.26);*/
    border-radius: 5px;
    /* display: flex;
    align-items: center;*/
    /*justify-content: center;*/
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    padding: 0 22px;
    letter-spacing: 1px;
    line-height: 44px;
    text-align: center;
    background: #43424D;
}


.headling_nav_num {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.headling_next {
    width: 25px;
    height: 32px;
    margin-left: 5px;
}

.headling_prev {
    width: 25px;
    height: 32px;
    margin-left: -5px;
    transform: rotate(180deg);
}


.headling_player {
    position: absolute;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
    width: 45px;
    height: 45px;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important
}


.headling_nav_fixed {
    position: fixed;
    top: 46px;
    left: 0;
    background: #fff;
    z-index: 1999999;
    width: 100vw;
    transition: all 0.3s;
    overflow: hidden;
}

.headling_top_tag_31 {
}

.headling_top_tag_31_title {
    height: 40px;
    margin-top: 10px;
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

    .headling_top_tag_31_title img {
        width: 22px;
        margin-right: 5px;
    }

.headling_top_tag_31_text {
    line-height: 50px;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding: 5px;
}

    .headling_top_tag_31_text a {
        padding-top: 1px;
        height: 35px;
        padding: 0 14px;
        background: #fff;
        border-radius: 2px;
        display: inline-flex;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        background: #EEEFF2;
        line-height: 35px;
    }




.headling_top_tag_31_act a {
    line-height: 50px;
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #e6e8ea;
}

.headling_nav_middle {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: right;
}


.headling_more_icon {
    margin-right: 10px;
    height: 20px;
}
