.container {
    position: relative;
    width: 100%;
    padding-top: 45px;
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
}

.swiper-container .swiper-wrapper {
    width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    width: 100%;
    height: 197px;
    object-fit: cover;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-text {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-text > p {
    width: 100%;
    font-size: 13px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 15px;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-description {
    width: 100%;
    height: 50px;
    background: rgba(245,245,245,1);
    border-radius: 1px;
    box-sizing: border-box;
    padding: 0 7px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-description .icon {
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-description > p {
    flex: 1;
    font-size: 11px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
    line-height: 15px;
}

.swiper-container .swiper-wrapper .swiper-slide .tag {
    width: 26px;
    height: 16px;
    border-radius: 2px;
    color: rgba(255,255,255,1);
    background: rgba(54,112,43,1);
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 9;
}

.swiper-container .swiper-pagination-custom {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
}

.swiper-container .swiper-pagination-custom .swiper-pagination-customs {
    width: 10px;
    height: 7px;
    background: rgba(216,216,216,1);
    margin: 0 2px;
    display: inline-block;
}

.swiper-container .swiper-pagination-custom .swiper-pagination-customs-active {
    background: rgba(255,0,0,1);
}

.ads_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.ads_container .ads_box_js {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0;
    border-radius: 2px;
}

.ads_container .ads_box {
    width: 100%;
    border-radius: 2px;
}

.ads_container .ads_box .micro_small {
    width: 100%;
    height: 137px;
    box-sizing: border-box;
    padding: 14px 0;
    border-bottom: 1px solid #F0F0F0;
    align-items: center;
}

.ads_container .ads_box .micro_small .left_info {
    flex: 1;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ads_container .ads_box .micro_small .left_info .cont {
    font-size: 18px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 20px;
}

.ads_container .ads_box .micro_small .left_info .btm .tag {
    width: 26px;
    height: 16px;
    border-radius: 2px;
    color: rgba(255,255,255,1);
    background: rgba(54,112,43,1);
    font-size: 12px;
    margin-right: 6px;
}

.ads_container .ads_box .micro_small .left_info .btm .time {
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
}

.ads_container .ads_box .micro_small .img {
    width: 130px;
    height: 107px;
    object-fit: cover;
}

.ads_container .ads_box .micro_big {
    display: block;
    width: 100%;
    border-radius: 2px;
    position: relative;
}

.ads_container .ads_box .micro_big .img {
    width: 100%;
    height: 197px;
    object-fit: cover;
}

.ads_container .ads_box .micro_big .des {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    background: #000;
    background: -webkit-linear-gradien(transparent,#000000);
    background: -moz-linear-gradient(transparent,#000000);
    background: -ms-linear-gradient(transparent,#000000);
    background: -o-linear-gradient(transparent, #000000);
    background: linear-gradient(transparent,#000000);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.ads_container .ads_box .micro_big .tag {
    width: 26px;
    height: 16px;
    border-radius: 2px;
    color: rgba(255,255,255,1);
    background: rgba(54,112,43,1);
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 9;
}

.header_fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    background: rgba(245,245,245,1);
}

.header_bar {
    position: relative;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    margin-bottom: 1px;
}

.header_bar .header_title {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 40px;
}

.header_bar .header_title .title {
    width: 89px;
    height: 32px;
}

.header_bar .header_text {
    font-size: 18px;
    font-family: AdobeGothicStd-Bold,AdobeGothicStd;
    font-weight: bold;
    color: rgba(26,25,25,1);
    letter-spacing: 1px;
    line-height: 40px;
    margin-left: 10px;
}

.header_bar .header_menu {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.header_bar .header_menu .icon {
    width: 22px;
    height: 22px;
}

.search_box {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 6px 0 15px;
    background: rgba(242,242,242,1);
}

.search_box .logo {
    width: 71px;
    height: 37px;
    margin-right: 13px;
}

.search_box .input_box {
    flex: 1;
    height: 36px;
    border: 1px solid rgba(205,205,205,1);
}

.search_box .input_box .input_left {
    flex: 1;
    height: 36px;
    position: relative;
}

.search_box .input_box .input {
    width: 100%;
    min-width: 60%;
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(26,25,25,1);
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 11px;
}

.search_box .input_box .auto_key {
    width: 100%;
    border: 1px solid rgba(205,205,205,1);
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 10;
    background-color: #FFFFFF;
    border-top: none;
    box-sizing: border-box;
    padding: 0 11px;
}

.search_box .input_box .auto_key > li {
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
}

.search_box .input_box .icon_wrapper {
    width: 42px;
    height: 36px;
    background: rgba(219,219,219,1);
}

.search_box .input_box .icon_wrapper .icon {
    width: 15px;
    height: 16px;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.mask.show {
    display: block;
}

.side_bar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99;
    width: 87%;
    height: 100vh;
    background: #FFFFFF;
    transition: all ease 0.3s;
}

.side_bar.show {
    left: 0;
}

.side_bar .search_box {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    background: rgba(242,242,242,1);
}

.side_bar .search_box .logo {
    width: 71px;
    height: 37px;
    margin-right: 13px;
}

.side_bar .search_box .input_box {
    flex: 1;
    height: 36px;
    border: 1px solid rgba(205,205,205,1);
}

.side_bar .search_box .input_box .icon_wrapper {
    width: 42px;
    height: 36px;
    background: rgba(219,219,219,1);
}

.side_bar .search_box .input_box .icon_wrapper .icon {
    width: 15px;
    height: 16px;
}

.side_bar .search_box .input_box .input {
    width: 100%;
    min-width: 80%;
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(26,25,25,1);
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 11px;
}

.side_bar .side_menu {
    width: 100%;
    box-sizing: border-box;
    padding: 0 51px;
}

.side_bar .side_menu .menu_item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.side_bar .side_menu .menu_item .text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(102,102,102,1);
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 16px 0;
}

.side_bar .side_menu .menu_item .text.selected {
    color: rgba(0,0,0,1);
}

.side_bar .side_menu .menu_item .border {
    width: 100%;
    content: '';
    height: 1px;
    background: linear-gradient(90deg,rgba(238,238,238,0) 0%,rgba(127,125,125,0.63) 49%,rgba(216,216,216,0) 100%);
    border-radius: 1px;
    opacity: 0.59;
}

.icon_content {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 14px;
    margin-bottom: 11px;
}

.icon_content .icon_box {
    width: 100%;
    box-sizing: border-box;
}

.icon_content .icon_box .icon_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.icon_content .icon_box .icon_item .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.icon_content .icon_box .icon_item .hint {
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(102,102,102,1);
}

.category {
    width: 100%;
}

.category .icon_power {
    width: 100%;
    text-align: right;
    font-size: 10px;
    font-family: LucidaGrande;
    color: #8A8585;
    font-weight: bold;
    background: #FFFFFF;
    box-sizing: border-box;
    padding-top: 3px;
    padding-right: 5px;
}

.category .tab_bar {
    width: 100%;
    height: 42px;
    overflow-x: auto;
    margin-bottom: 1px;
    background: #FFFFFF;
}

.category .tab_bar .tab_item {
    margin-left: 21px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.category .tab_bar > div:nth-last-child(1) p {
    margin-right: 21px;
}

.category .tab_bar .tab_item.text > p {
    font-size: 18px;
    line-height: 30px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: #8A8585;
}

.category .tab_bar .tab_item.text_on > p {
    font-size: 18px;
    line-height: 30px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: #1A1919;
}

.category .tab_bar .tab_item.text_on > p::after {
    width: 70%;
    content: '';
    height: 3px;
    background: rgba(255,0,0,1);
    border-radius: 2px;
    display: block;
    margin: 0 auto;
}

.category .tab_container {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 14px 0;
    background: #FFFFFF;
}

.category .tab_container .swiper {
    width: 100%;
    height: 197px;
    background: rgba(153,153,153,1);
}

.category .tab_container .description {
    width: 100%;
    height: 50px;
    background: rgba(245,245,245,1);
    border-radius: 1px;
    margin-bottom: 10px;
}

.category .tab_container .description .icon {
    width: 34px;
    height: 34px;
    margin: 0 8px;
}

.category .tab_container .description .text {
    flex: 1;
    margin-right: 7px;
    font-size: 11px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
    line-height: 15px;
}

.popular_news {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 14px;
    margin-bottom: 10px;
}

.cate_news,.video_news {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0px 14px;
    margin-bottom: 10px;
}

.news_swiper {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 12px;
}

.news_swiper .swiper {
    width: 100%;
    height: 197px;
    background: rgba(153,153,153,1);
}

.news_swiper .description {
    width: 100%;
    height: 50px;
    background: rgba(245,245,245,1);
    border-radius: 1px;
    box-sizing: border-box;
    padding: 0 10px;
}

.news_swiper .description .text {
    width: 100%;
    font-size: 11px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
    line-height: 15px;
}

.news_title {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #F0F0F0;
}

.news_title .text {
    flex: 1;
    font-size: 20px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(26,25,25,1);
}

.news_title::before {
    content: '';
    width: 4px;
    height: 17px;
    background: rgba(255,0,0,1);
    display: block;
    margin-right: 7px;
}

.news_title .share {
    width: 28px;
    height: 15px;
}

.news_list {
    width: 100%;
}

.news_list .news_container {
    width: 100%;
    height: 137px;
    box-sizing: border-box;
    padding: 14px 0;
    border-bottom: 1px solid #F0F0F0;
}

.news_list .news_container .left_container {
    flex: 1;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news_list .news_container .left_container .cont {
    font-size: 18px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 20px;
}

.news_list .news_container .left_container .btm > p {
    width: 45%;
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .news_container .left_container .btm .time {
    text-align: right;
}

.news_list .news_container .pic {
    width: 130px;
    height: 107px;
    object-fit: cover;
}

.more {
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.more > p {
    font-size: 13px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(26,25,25,1);
    box-sizing: border-box;
    padding: 5px 10px;
    border-bottom: 2px solid #3C3A3A;
}

.more > img {
    width: 12px;
    height: 7px;
}

.video_list {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
}

.video_list .video_item {
    width: 48%;
    margin-bottom: 15px;
}

.video_list .video_item .video {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.video_list .video_item .des {
    width: 100%;
    font-size: 14px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 18px;
}

.video_list .video_item .source {
    width: 100%;
    margin-top: 14px;
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
}

.video_ad {
    width: 48%;
    position: relative;
    margin-bottom: 15px;
}

.video_ad .ad_container {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.video_ad .ad_container .ads_small {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.video_ad .ad_container .img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.video_ad .ad_container .des {
    width: 100%;
    font-size: 14px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 18px;
}

.video_ad .ad_container .source {
    margin-top: 14px;
    font-size: 12px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(153,153,153,1);
}

.video_ad .ad_container .tag {
    width: 26px;
    height: 16px;
    border-radius: 2px;
    color: rgba(255,255,255,1);
    background: rgba(54,112,43,1);
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 9;
}

.bottom_navbar {
    width: 100%;
}

.bottom_navbar .menu_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 77px;
    background: rgba(51,51,51,1);
}

.bottom_navbar .menu_box .menu_item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bottom_navbar .menu_box .menu_item .text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(255,255,255,1);
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 16px 0;
}

.bottom_navbar .menu_box .menu_item .text.selected {
    color: rgba(125,125,125,1);
}

.bottom_navbar .menu_box .menu_item .border {
    width: 100%;
    content: '';
    height: 1px;
    background: linear-gradient(90deg,rgba(238,238,238,0) 0%,rgba(74,74,74,0.63) 49%,rgba(216,216,216,0) 100%);
    border-radius: 1px;
}

.bottom_navbar .privacy {
    width: 100%;
    height: 55px;
    background: rgba(27,27,27,1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom_navbar .privacy .hint_top {
    font-size: 14px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(255,255,255,1);
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.bottom_navbar .privacy .hint_btm {
    font-size: 11px;
    font-family: AdobeFanHeitiStd-Bold,AdobeFanHeitiStd;
    font-weight: bold;
    color: rgba(125,125,125,1);
}

.black_mask {
    width: 100%;
    height: 60px;
    background: #000;
    background: -webkit-linear-gradien(transparent,#000000);
    background: -moz-linear-gradient(transparent,#000000);
    background: -ms-linear-gradient(transparent,#000000);
    background: -o-linear-gradient(transparent, #000000);
    background: linear-gradient(transparent,#000000);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.rc-headline {
    color: #333 !important;
}

.ads_container .ads_box .micro_big .rev_des {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 15px;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 1px;
}

.ads_container .ads_box .micro_big .rev_tag {
    width: 100%;
    text-align: right;
    border-radius: 2px;
    color: #8A8585;
    font-size: 10px;
    font-weight: bold;
}
