    body {
        background-color: #020227;
    }

    #container {
        font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
        background-color: #F6F6F6;
    }

    #container .content .search {
        margin: 0 auto;
        background-color: #162350;
        width: 100%;
        height: 80px;
        position: relative;
        pointer-events:auto;
        display: flex;
        justify-content: space-between;
    }
    #container .content .search .s-left >ul>li img{
        width: 20px;
    }
    #container .content .search .s-left >ul>li>span {
        text-align: left;
        margin-top: -8px;
        position: absolute;
    }

    #container .content .search .s-left >ul>li option,
    #container .content .search .s-left >ul>li .opshow {
        height: 22px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        margin: -6px 0 0 11px;
        color: #8891AB;
    }

    #container .content .search .s-left >ul>li option:hover,
    #container .content .search .s-left >ul>li .opshow:hover {
        color: #fff;
        background-color: transparent;
    }

    #container .content .search .s-left > ul>li .triangle {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #DBDEE9;
        position: relative;
        float: right;
        right: 8%;
        top: 25px;
    }

    #container .content .search .s-right input {
        width: 300px;
        height: 50px;
        background-color: rgb(0 0 0 / 19%);
        font-size: 20px;
        font-weight: 400;
        text-align: left;
        color: #B0B7D0;
        text-indent: 30px;
        float: right;
        margin-top: 15px;
        outline: none;
        border: 1px solid #111c40;
        border-radius: 40px;
    }
    #container .content .search .s-right input:hover {
        border: 1px solid #999;
    }
    #container .content .search .s-right {
        flex: 1;
    }

    #container .content .search .s-right input::placeholder {
        color: #B0B7D0;
        opacity: 0.19;
    }

    #container .content .search .s-right .zoom_search, 
    #container .content .search .s-right .zoom_search_show {
        height: 78px;
        position: absolute;
        right: 3%;
        cursor: pointer;
        border: none;
        background-color: transparent;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #container .content .search .s-right button {
        height: 78px;
        cursor: pointer;
        border: none;
        background-color: transparent;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #container .content .search .s-right button > img, 
    #container .content .search .s-right .zoom_search img, 
    #container .content .search .s-right .zoom_search_show img {
        width: 72px;
        height: 72px;
        opacity: 0.19;
        transition: all 0.3s;
    }

    #container .content .search .s-right button > img:hover, 
    #container .content .search .s-right .zoom_search img:hover, 
    #container .content .search .s-right .zoom_search_show img:hover {
        opacity: 0.5;
    }


    #container .content .search .s-right .zoom_search, 
    #container .content .search .s-right .zoom_search_show {
        display: none;
    }

    #container .content .search .s-right > button>img:hover, 
    #container .content .search .s-right > .zoom_search img:hover, 
    #container .content .s-right > .zoom_search_show img:hover {
        opacity: 1;
    }

    #container .content .search li ul {
        width: 188px;
        background: #1C2C5B;
        box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin-top: 1%;
        display: none;
        position: absolute;
        z-index: 2000;
        padding-bottom: 10px;
    }

    #container .content .search li ul .default_li {
        color: #969696;
        background-color: rgba(57, 96, 209, 0.29);
    }
    #container .content .search li ul a:first-child .default_li {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #container .content .search li ul a:last-child .default_li {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #container .content .search li ul li {
        list-style: none;
        height: 32px;
        font-size: 16px;
        font-weight: 500;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        line-height: 32px;
        color: #8891AB;
    }

    #container .content .programme_list {
        background-color: #020227;
        background: #020227;
        padding: 0px 88px 0;
        padding-bottom: 70px;
        min-height: 768px;
    }

    .programme_list ul {
        list-style: none;
        margin: 0 auto;
    }

    .programme_list .sli {
        margin-top: 70px;
    }
    #container .content .search > ul {
        pointer-events:all;
    }

    .programme_list li .s-badge {
        position: absolute;
        overflow: hidden;
        width: 50px;
        height: 20px;
        top: 20px;
        right: 20px;
        text-align: center;
        background: linear-gradient(137deg, #FF597B 0%, #FF224F 100%);
        box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 20%);
        border-radius: 10px;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        text-shadow: 0px 20px 40px rgb(0 0 0 / 20%);
    }

    .programme_list li .s-box {
        color: #fff;
        max-width: 255px;
        height: 340px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        cursor: pointer;
        border-radius: 20px;
        transition: all 0.5s;
    }

    .programme_list li .s-box img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }

    .programme_list li .s-box .s-img {
      width: 100%;
      height:340px;
      position: absolute;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      /* opacity: 0.6; */
    }

    .programme_list li .s-box .s-mask {
        width: 100%;
        height:340px;
        position: absolute;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(90, 182, 242, 0) 0%, #36509C 100%);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    }

    .programme_list li .s-box .s-container {
        position: absolute;
        padding: 0 10px;
        bottom: 10px;
        z-index: 2;
        overflow: hidden;
        width: 100%;
    }

    .programme_list li .s-box:hover {
        transform: scale(1.06);
    }
    .programme_list li .s-box:hover .s-mask {
      background: linear-gradient(180deg, rgba(90, 182, 242, 0) 0%, #F44158 100%);
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    }

    .programme_list li .s-box .s-up {
        font-size: 22px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        /* height: 72px; */
        line-height: 36px;
        /* margin-top: 200px; */
        text-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .programme_list li .s-box .s-middle {
        font-size: 13px;
        font-weight: 400;
        line-height: 33px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .programme_list li .s-box .s-down {
        margin-top: 10px;
        letter-spacing: 1px;
    }

    .programme_list li .s-box .s-down ul {
        list-style: none;
    }

    #container .content .programme_list li .s-box .s-down ul li {
        float: left;
        height: 24px;
        max-width: 85px;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        background: rgba(0, 0, 0, 0.3);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
        border-radius: 11px;
        padding: 4px 10px;
        margin-right: 8px;
    }

    .page-end-more {
        background-color: #313965;
        height: 210px;
    }

    .page-end-more .cate-more-up {
        font-size: 50px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 800;
        color: #FFFFFF;
        padding-top: 30px;
    }

    .page-end-more .cate-more-down {
        padding-top: 15px;
    }

    .page-end-more .cate-more-down .btn-more {
        width: 150px;
        height: 52px;
        line-height: 52px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s;
        background: linear-gradient(135deg, #FA7691 0%, #F44158 100%);
        text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%), 0px 0px 20px 0px #f44158;
        border-radius: 30px;
        border: 0px;
        /* margin-left: 38px; */
    }

    .page-end-more .cate-more-down .btn-more:hover {
        transform: scale(1.06);
    }
    /* .page-end-more .cate-more-down .btn-more:focus {
        outline: auto;
    } */

    .video-container {
        width: 100%;
        background-color: #141a33;
    }

    .video-container video {
        width: 100%;
    }
    #container .content .search .s-left >ul {
        margin: 0 auto;
        width: 100%;
        height: 80px;
        letter-spacing: 1px;
        background-color: #162350;
    }
    .content .search .s-right .operate-area {
        position: absolute;
        display: flex;
        z-index: 2;
        right: 3%;
    }
    .content .search .s-right .close-container {
        cursor: pointer;
        height: 40px;
        margin-top: 25px;
        margin-right: -24px;
        opacity: 0.3;
        display: none;
        z-index: 9999;
    }
    @media (min-width: 768px) {
        #container .content .search .s-left >ul>li {
            list-style: none;
            float: left;
            width: 140px;
            height: 44px;
            background: #1c2f67;
            border-radius: 10px;
            font-size: 10px;
            text-align: left;
            text-indent: 12px;
            color: #969696;
            margin: 18px 15px 18px 0;
            cursor: pointer;
        }
        #container .content .search .s-left >ul>li ul li {
            text-indent: 25px;
            padding-top: 5px;
            padding-bottom: 5px;
            height: 40px;
        }
        #container .content .search .s-left >ul>li ul li:hover {
            background-color: rgba(57, 96, 209, 0.29);
        }
        #container .content .search .s-left >ul>li img {
            float: left;
            margin-left: 10px;
            margin-top: -5px;
            margin-right: -5px;
        }
        #container .content .search .s-left >ul>li:last-child, #htmlOnClick5 {
            background: transparent !important;
            margin-left: -20px !important;
        }
        #container .content .programme_list>div {
            padding: 20px;
        }
        #container .content .programme_list .return {
            max-width: 61px;
            max-height: 61px;
            position: fixed;
            right: 0;
            bottom: 0;
            display: none;
            cursor: pointer;
        }
    }

    @media (max-width: 1121px) {
        @media (min-width: 768px) {
            #container .content .search {
                padding: 0px 18px 0;
            }
            #container .content .search .s-left>ul>li {
                width: 128px;
            }

            #container .content .search .s-left>ul>li.clearf {
                width: 104px;
            }
            #container .content .search .s-right input {
                width: 90%;
            }
        }
    }

    .block_div {
        display: block;
    }

    .hide_div {
        display: none;
    }

    /*手机端适配*/

    @media (max-width: 767px) {
        #container .banner {
            display: none;
        }
        #container .nav_search_molibe {
            display: block!important;
            position: absolute;
            float: left;
            top: 0;
            z-index: 99;
            right: 19%;
            line-height: 57px;
        }
        #container .solago_molibe {
            display: block;
            width: 100%;
        }
        #container .content .programme_list {
            width: 100%;
            margin: 0 auto !important;
            padding: 0px;
            padding-bottom: 45px;
            min-height: 768px;
        }
        #container .content .search .row .li {
            list-style: none!important;
            padding: 0px 8px;
            border-right: 1px solid #e7e7e7;
        }
        #container .content .search .row li:last-child {
            border: none !important;
        }
        #container .content .search {
            background-color: #1C2C5B;
            display: block;
            height: 40px;
            padding: 0px;
        }
        #container .content .search .s-left >ul {
            list-style: none;
            margin: 0 auto;
            height: 40px;
            padding: 5px 0px;
        }
        #container .content .search .s-left > ul>li img {
            width: 11px;
            float: left;
            margin-left: 3px;
            margin-top: -9px;
            margin-right: -8px;
        }
        #container .content .search .s-left >ul>li option {
            position: relative;
            padding: 0%;
            margin: -13px 0 0 6px;
            font-size: 13px;
            font-weight: 600;
            color: #8891AB;
        }
        
        #container .content .search .s-left >ul>li {
            list-style: none;
            float: left;
            /* width: 72px; */
            width: 98px;
            height: 26px;
            background: rgb(57 96 209 / 50%);
            border-radius: 10px;
            font-size: 13px;
            text-align: left;
            text-indent: 12px;
            color: #969696;
            margin: 3px;
            cursor: pointer;
        }
        #container .content .search .s-left >ul>li.clearf {
            display: none;
        }
        #container .content .search .s-left >ul>li .triangle {
            top: 10px;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #DBDEE9;
            right: 10%;
        }
        
        #container .content .search .s-left >ul>li>span {
            text-align: left;
            margin-top: 0;
            position: absolute;
        }
        #container .content .search li ul {
            width: 120px;
            height: auto;
            background-color: #1C2C5B;
            padding: 0px 0px 10px;
        }
        #container .content .search li ul li {
            font-size: 13px;
        }
        #container .content .search .s-right input::marker {
            font-size: 15px;
            color: #8891AB;
            opacity: 1;
        }
        #container .content .search .s-right input {
            display: none;
            position: absolute;
            z-index: 3500;
            width: 103%;
            height: 40px;
            font-size: 15px;
            background: #1C2C5B;
            color: #fff;
            border: 0px;
            margin: 0px;
            margin-top:75px;
            margin-left: -3%;
            border-radius: 0px;
            text-indent: 60px;
        }
        #container .content .search .s-right button { 
            display: none;
        }
        #container .content .search .s-right .zoom_search, 
        #container .content .search .s-right .zoom_search_show { 
            display: block;
            height: 40px;
            right: 0px;
            background-color: #162350;
        }
        #container .content .search .s-right .zoom_search img, 
        #container .content .search .s-right .zoom_search_show img {
            width: 66px;
            height: 66px;
            opacity: 0.30;
            margin-top: -10px;
        }
        #container .content .search .s-right .zoom_search_show {
            display: none;
            z-index: 4000;
            right: auto;
            left: -10px;
            top: 75px;
            background-color: transparent;
        }
        #container .content .search .s-right .zoom_search_show img {
            opacity: 0.5;
        }
        #container .content .search .s-right .zoom_search {
            margin-top: -40px;
        }

        #container .content .search .s-left >ul>li .opshow {
            margin: -16px 0 0 11px;
        }
        .content .search .s-right .operate-area {
            z-index: 9999;
            margin-top: 56px;
            margin-right: 20px;
        }

        .programme_list ul {
            margin-top: 30px;
        }
        
        #container .content .programme_list li {
            width: 100%;
            height: 360px;
            margin: 18px 0px;
            padding: 0 14%;
        }

        #container .content .programme_list li .s-box {
            width: 100%;
            height: 360px;
        }
        .programme_list li .s-box .s-img, .programme_list li .s-box .s-mask {
            height: 360px;
        }
        .programme_list li .s-box .s-container {
            padding: 0 15px;
        }

        /* #container .content .programme_list li .s-box .s-up {
            margin-top: 210px;
        } */
        #container .content .programme_list .s-down ul {
            margin-top: 20px;
        }
        #container .content .programme_list .s-down ul li {
            width: auto;
            margin: 0px;
            padding: 4px 4px;
            margin-right: 4px;
        }

        .page-end-more {
            height: 186px;
        }

        .page-end-more .cate-more-up {
            font-size: 22px;
            font-weight: 800;
            padding-top: 50px;
        }

        .page-end-more .cate-more-down {
            padding-top: 15px;
        }
        .page-end-more .cate-more-down .btn-more {
            width: 120px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
            margin-left: 38px;
        }
    }
    @media (min-width: 520px) and (max-width: 991px) {
        #container .content .programme_list > ul > li {
            flex: 1;
            width: 50%;
            height: 300px;
            padding: 0px;
            margin: 0 auto;
            margin-bottom: 120px !important;
            margin-top: 10px;
        }
    }
    @media (min-width: 1200px) {
        #container .content .search {
            padding: 0px 88px 0;
        }
    }
    @media (max-width: 374px) {
        #container .content .search .s-left > ul >li {
            width: 80px;
        }
        #container .content .search .s-right .zoom_search, 
        #container .content .search .s-right .zoom_search_show {
            background-color: transparent;
        }
    }
    @media (min-width: 1500px) {
        .programme_list .sli {
            width: 20%;
        }
    }