﻿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;
}



@media screen and (min-width: 0px) {

    .topAdOffset {
     margin-top:50px;
    }


    .gdfixed {
        display: none;
    }

    .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: 57px;
    }




    .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:53px;
        text-align: center;
    }


    .headling_float {
        position: fixed;
        bottom: 120px;
        right: 4%;
        z-index: 999999;
    }

    .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 {
        color: #828282;
        background-color: #F9F9F9;
    }

        footer div {
        
          font-size:14px;
          margin-bottom:12px;

        }

        footer a {
            font-size: 14px;
            color: #828282;
        }


    .headling_top {
        width: 100%;
        height: 50px;
        background: #F04142;
        display: flex;
        position:fixed;
        top:0;
        z-index:999
    }

    .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% - 20px);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right:20px;


    }

    .headling_top_tag {
        min-width: 62px;
        width: auto;
        display: inline-flex;
        height: 33.5px;
        background: #D5191D;
        line-height: 33.5px;
        align-items: center;
        font-size: 15px;
        border-radius: 16px 16px 16px 16px;
    }


    .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: #E86568;
        opacity: 1;
        transform: scale(0.5)
    }

    .heading_text_no_select {
        color: #F69699
    }


    .headling_middle {
        height: 43px;
        background: #F5F5F5;
        width: 100%;
        margin-top:0px;
    }

    .headling_middle_zw {
    width:100%;
    height: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: 14px;
        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: 16px;
        font-weight: 400;
        line-height: 23px;
        color: #CD292D;
        margin-left: 24px;
        white-space: nowrap;
        position: relative;
    }

    .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 {
        height: auto;
        overflow-y: 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%;
        margin-left: 4%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .headling_video_main_box {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .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: 17px;
        font-weight: 400;
        line-height: 25px;
        color: #2C2C2C;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        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;
        border: 1px solid #F5F5F5;
        display: flex;
        justify-content: center
    }

    .headling_swiper_num {
        width: 35px;
        display: flex;
        justify-content: right;
        vertical-align: bottom;
        align-items: end;
        height: 29px;
    }

        .headling_swiper_num span {
        }


    .headling_swiper_text {
        color: #686868;
        letter-spacing: 1px;
        width: calc(100% - 35px);
    }

    .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;
    }
}

@media screen and (min-width: 750px) {

    .topAdOffset {
        margin-top: 110px;
    }

    .gdfixed {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        font-size: 20px;
        width: 100px;
        box-shadow: -4px 0px 12px rgba(25,18,78,0.1);
        text-align: center;
        background:#f5f5f5;
    }

    .fixed_cate {
        display: block;
        position: fixed;
        min-width: 200px;
        max-width:500px;
        height: auto;
        font-size:18px;
        background: #f5f5f5;
        right: calc(50% - 445px);
        box-shadow: 0px 4px 6px rgba(45,50,120,0.1);
        border-radius: 6px;
        top: 150px;
        padding: 10px;
        transition: all 0.2s;
        overflow: hidden;
        transform-origin: top right;
    }

        .fixed_cate div {
            float: left;
            line-height: 40px;
            margin: 0px 20px;
            cursor:pointer;
        }


    .headling_logo {
        height: 50px;
    }

    .headling_float {
        position: fixed;
        bottom: 100px;
        right: 20px;
        display:none
    }

    
        footer {
        color: #828282;
        background-color: #F9F9F9;
        width:890px;
    }

    .footlink {
    
        /*display:flex;*/
        margin-bottom:0px !important;
       
    
    }

    .pc_footer {
        width: 100vw;
        height: 130px;
        padding-top:15px;
        background-color: #f9f9f9;
        margin-left: calc(445px - 50vw);
        display: flex;
        justify-content: center;
    }

    .swiper-button-next-box {
        background: #000000;
        opacity: 0.7;
        border-radius: 4px 0px 0px 4px;
        right: 0;
        width: 45px;
        height: 87px;
        margin-top: -55px;
        z-index: 8;
        position: absolute;
        top: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .swiper-button-prev-box {
        background: #000000;
        opacity: 0.7;
        border-radius: 0px 4px 4px 0px;
        left: 0px;
        width: 45px;
        height: 87px;
        margin-top: -55px;
        z-index: 8;
        position: absolute;
        top: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .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: #F04142;
        box-shadow: 0px 6px 12px rgba(119, 136, 149, 0.1);
        display: flex;
        position: fixed;
        top: 0;
        z-index: 9;
    }

    .headling_top_title {
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
        width: 445px;
        margin-left: calc(50vw - 445px);
        height: 100%;
        text-align: left;
        line-height: 70px;
        padding-left:0;
    }

    .headling_top_right {
        width: 445px;
        height: 100%;
        line-height: 70px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 350px;
        padding-right: 0
    }

    .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: #E86568;
        opacity: 1;
        transform: scale(1)
    }

    .heading_text_no_select {
        color: #F69699
    }

    .headling_middle {
        height: 50px;
        background: #F5F5F5;
        width: 100%;
        position: fixed;
        top: 60px;
        z-index: 9;
        margin-top:0;
    }

    .headling_middle_zw {
    display:none;
    
    }

    .headling_middle_main {
        margin-left: calc(50vw - 445px);
        width: 890px;
        height: 100%;
        line-height: 72px;
        display: flex;
        align-items: center;
        position: relative;
        overflow:hidden;
    }


    .headling_middle_tag {
        width: auto;
        height: 23px;
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        color: #222222;
        margin-right: 40px;
        white-space: nowrap;
        position: relative;
        margin-left: 0px;
        cursor: pointer;
    }

        .headling_middle_tag::before {
            transition: all .4s;
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            border-radius: 15px;
            background: #FA4319;
            bottom: -10px;
            left: 50%;
            transform: translate(-50%);
        }

    .headling_middle_tag_active {
        width: auto;
        height: 23px;
        font-size: 20px;
        font-weight: 400;
        line-height: 23px;
        color: #222222;
        margin-right: 40px;
        white-space: nowrap;
        position: relative;
        margin-left: 0px;
    }


        .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 {
        padding-top: 48px;
        margin-left: calc(50vw - 445px);
        width: 890px;
        height: auto;
        overflow-x: hidden;
    }

    .headling_word_main_box {
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 80px;
    }


    .headling_main_box {
        width: 100%;
        margin-bottom: 30px;
        height: 118px;
        display: flex;
        padding-top: 0;
        margin-left: 0;
    }


    .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;
        line-height: 28px;
        color: #222222;
        height: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 84px;
        letter-spacing: 1px;
    }

    .headling_main_box_time {
        height: 20%;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
        position: relative;
        bottom: 0;
    }

    .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_word_main_box_time {
        font-size: 18px;
        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
    }
}

.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: #F04142;
    display: table-cell;
    vertical-align: bottom;
    line-height: normal;
}

.headling_swiper_num_small {
    font-size: 14px;
    font-weight: 400;
    color: #AFAFAF;
    display: table-cell;
    vertical-align: bottom;
    line-height: 23px;
}

.headling_nav_btn {
    height: 40px;
    border: 1px solid #F04142;
    border-radius: 35px;
    /*  display: flex;
    align-items: center;
    justify-content: center;*/
    color: #fff;
    margin: 0;
    /*padding: 0;*/
    padding: 0 20px;
    font-weight: 300;
    font-size: 18px;
    background-color: #F04142;
    white-space: nowrap;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
}

.headling_nav_btn_can {
    /*width: 104px;*/
    height: 40px;
    border: 1px solid #F04142;
    border-radius: 35px;
    /* display: flex;
    align-items: center;
    justify-content: center;*/
    background-color: #F04142;
    color: #fff;
    margin: 0;
    /*padding: 0;*/
    font-weight: 300;
    font-size: 18px;
    padding: 0 20px;
    white-space: nowrap;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
}


.headling_nav_num {
    width: 125px;
    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
}