* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: 'iconfont';
    /* Project id 2759866 */
    src: url('/s02/static/fonts/font_2759866_x1uadd14k0s.woff2?t=1629819514338') format('woff2'), url('/s02/static/fonts/font_2759866_x1uadd14k0s.woff?t=1629819514338') format('woff'), url('/s02/static/fonts/font_2759866_x1uadd14k0s.ttf?t=1629819514338') format('truetype');
}

/* @font-face {
    font-family: 'logo';
    src: url('/s02/static/fonts/logocc.ttf?t=1629819514338') format('truetype');
} */

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    /* height: 100%; */
    /* overflow: hidden; */
}

body {
    background: #0f0028;
    /* font-size: 16px; */
    /* line-height: 29px; */
    color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    color: #fff;
}

.hidden {
    display: none !important;
}

.v-flex {
    display: flex;
    flex-direction: row;
}

.v-flex-item {
    flex: 1;
}

.v-row {
    flex-direction: row;
}

.v-column {
    flex-direction: column;
}

.v-link {
    color: #576B95;
}

.v-items-center {
    align-items: center;
}

.v-justify-center {
    justify-content: center;
}

.v-justify-end {
    justify-content: flex-end;
}

.v-justify-start {
    justify-content: flex-start;
}

.v-justify-around {
    justify-content: space-around;
}

.v-justify-between {
    justify-content: space-between;
}

.v-center {
    text-align: center;
}

.v-inline-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v-column-item {
    display: flex;
    flex-direction: column;
}

.v-items-start {
    align-items: flex-start;
}

.v-flex-wrap {
    flex-wrap: wrap;
}

.top-bg-cont {
    background: #000;
    overflow: hidden;
}

.padding10 {
    padding: 10px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.padding20 {
    padding: 20px;
}

.history-list {
    height: 305px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#adv-comm-dom,
#adv-comm-dom-append,
#adv-comm-dom-append2 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 1320px;
}

#adv-comm-dom a,
#adv-comm-dom-append a {
    display:
        inline-block;
}
#adv-comm-dom-append h3,#adv-comm-dom h3{
    color: #ff0000;
    padding: 10px 0;
    font-size: 20px;
}
#adv-comm-dom img,
#adv-comm-dom-append img {
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
}

#adv-banner a {
    width: 50%
}

#adv-banner {
    display: flex;
    flex-wrap: wrap;
}

#adv-banner img {
    width: 100%
}

@media screen and (max-width: 800px) {
    #adv-banner a {
        display: block;
        width: 100%;
    }

    .only-pc {
        display: none;
    }

    #adv-banner img {
        width: 100%;
        height: auto;
    }
}

#adv-app {
    margin: 5px 0px 0 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#adv-app a {
    margin: 5px;
    width: 78.00px;
    display: inline-block;
    text-align: center;
}

#adv-app a img {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 10px auto;
}

@media screen and (max-width: 700px) {
    #adv-comm-dom {
        margin: 0px auto;
        background: #91919117;
    }

    #adv-app {
        margin: 5px 5px 0 5px;
    }

    #adv-app a {
        width: calc(20% - 10px);
    }

    #adv-app a img {
        width: 100%;
        height: calc(20vw - 14px);
    }

    #adv-app a span {
        font-size: 12px;
        font-weight: 800;
    }
}

a:hover {
    /* text-decoration: underline; */
}

.h-item {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
    background: rgb(87, 78, 72);
}

.h-item:nth-child(3n) {
    height: 80px;
    width: 80px;
}

.big-category {
    max-width: 1300px;
    margin: 0 auto;
}

.big-category a {
    width: 10%;
}

.left-con {
    width: 70%;
    padding-right: 10px;
}

.right-con {
    width: 30%;
    padding-left: 5px;
}

input,
textarea {
    outline: 0;
    -webkit-appearance: none;
}

.page-content {
    max-width: 1320px;
    /* overflow: auto; */
    margin: 10px auto;
    /* border-radius: 10px; */
    min-height: calc(100vh - 360px);
    line-height: 30px;
    /* background: #fff; */
    /* padding: 0 20px; */
}

.adv-content {
    max-width: 1320px;
    overflow: auto;
    margin: 0px auto;
    padding: 15px;
}

.common-content {
    max-width: 1320px;
    overflow: auto;
    margin: 10px auto;
    line-height: 30px;
    /* padding: 0 20px; */
}

.nav-link-content {
    padding-bottom: 30px;
    /* overflow: hidden; */
}

.nav-list {
    /* background: none; */
}

.nav-link-content .list-item {
    color: #bebebe;
    /* padding: 5px; */
    /* display: flex; */
    align-items: center;
}

.nav-link-content .list-item h3 {
    font-size: 16px;
    padding: 20px 0 5px 0;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-link-content .list-item h3 .more {
    font-size: 14px;
    font-weight: 400;
    width: 80px;
    text-align: right;
}

.nav-link-content .list-item h3 .more a {}

.nav-link-content .list-item h3 .more a:hover {
    color: #cdcdcd
}

.nav-link-content .list-item h3 i {
    font-size: 22px;
    padding: 0 5px;
    font-weight: 400;
}

.nav-link-content .list-item h3 small {
    margin: 0 5px;
    font-weight: 100;
    font-size: 12px;
    color: #818181;
}


.nav-list-a {
    display: flex;
    flex-wrap: wrap;
}

.nav-list-a a {
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.nav-list-a .a-box:hover {
    top: 0px;
}

.nav-list-a .a-box .now-open {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-list-a .a-box .now-open span {
    font-size: 12px;
    margin: 0 5px;
}

.nav-list-a .a-box .now-open i {
    font-size: 15px;
}

.nav-list-a .a-box .now-open a {
    font-size: 14px;
    color: #a8a8a8;
    cursor: pointer;
    display: block;
    width: 20px;
    text-align: center;
}

.nav-list-a .a-box .now-open a.h5 {
    /* color: #f44336; */
    width: 25px;
    font-size: 12px;
}

.nav-list-a .a-box .now-open a.app {
    /* color: #f44336; */
    font-size: 12px;
    width: 25px;
}

.nav-list-a .a-box .now-open a.link {
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-list-a .a-box .now-open a.link .go_link {
    position: absolute;
    left: 35px;
    top: -5px;
    width: 40px;
    background: #000000d5;
    color: #ffffff;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    z-index: 20;
    text-align: center;
}

.nav-list-a .a-box .now-open a.link .go_link::after {
    content: '';
    position: absolute;
    left: -14px;
    top: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 8px solid #000000d5;
}

.nav-list-a .a-box .now-open a:hover {
    color: #f1404b;
}

.nav-list-a a:hover .nav-link-right h4,
.nav-list-a a.active .nav-link-right h4 {
    color: #f1404b;
}

.nav-list-a .a-box.active .nav-link-right h4 {
    color: #f1404b;
}

.nav-list-a a .nav-link-right {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 45px);
}

.nav-list-a a .nav-link-left {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background-color: #aaaaaa;
    opacity: 0.8;
}

.nav-list-a a .nav-link-left img {
    max-height: 100%
}

.nav-list-a a .nav-link-left i {
    border-radius: 50%;
    display: flex;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff0d;
    text-shadow: 1px 5px 7px #000;
}

.nav-list-a a .nav-link-left .link-img {
    height: 100%;
    background: #fff;
}

.nav-list-a a h4 {
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-list-a a .desc-info {
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;

}

.nav-list-a .desc-tip {
    position: absolute;
    left: -5%;
    top: calc(100% + 15px);
    width: 110%;
    background: #000000d5;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    z-index: 20;
    white-space: pre-wrap;
    line-height: 20px;
}

.nav-list-a .desc-tip::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -14px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #000000d5;
}

.nav-list-a .a-box {
    width: calc(16.666% - 10px);
    background: #16003a;
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
    position: relative;
    margin: 5px;
    transition: all ease 0.3s;
    top: 0px;
}

@media screen and (max-width: 1500px) {
    .nav-list-a .a-box {
        width: calc(20% - 10px);
    }

}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .nav-list-a .a-box {
        width: calc(25% - 10px);
    }
}




.open-pc-nav-box {
    display: flex;
    width: 25px;
    height: 22px;
    line-height: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.open-pc-nav span {
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: #6c3abb;
    display: block;
    transition: all ease 0.3s;
}

.open-pc-nav span:nth-child(1),
.open-pc-nav span:nth-child(3) {
    width: 25px;
}

.open-pc-nav.active span:nth-child(1),
.open-pc-nav.active span:nth-child(3) {
    width: 25px;
}

.menu-h5.active .open-pc-nav span:nth-child(1) {
    transform: rotateZ(45deg);
    position: absolute;
    top: 10px;
    left: 0px;
}

.menu-h5.active .open-pc-nav span:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 12px;
    left: -10px;
}

.menu-h5.active .open-pc-nav span:nth-child(3) {
    transform: rotateZ(-45deg);
    position: absolute;
    top: 10px;
    left: 0px;
}

.top-header .open-pc-nav:hover span {}

.header-bg .open-pc-nav span {
    background: #686868;
}

.nav-pc-menu {
    display: flex;
    margin-left: 50px;
    height: 100%;
}

.nav-content {
    min-height: calc(100vh - 360px);
    overflow: hidden;
    margin: 0 auto;
}

.common-bottom a {
    font-size: 14px;
    margin-right: 5px;
}

.common-bottom a:hover {}

.common-bottom-content {
    max-width: 1320px;
    margin: 0 auto;
}

.common-bottom-content .copyright {
    padding: 10px 0px;
}


.header-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

.header-content a {

    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 20px;
    color: #000000;
    font-size: 15px;
}

.top-header .nav-pc-menu a {
    font-size: 16px;
    display: flex;
    width: 100px;
    border-radius: 3px;
    transition: all ease 0.2s;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.top-header .nav-pc-menu a.active {
    color: #eb0061 !important;
    /* font-weight: 800; */
}

.top-header a i {
    font-size: 14px;
    height: 15px;
    display: block;
}

.top-header a:hover {
    color: #e91e63 !important;
}

.top-header.header-bg {
    background: #ffffffc4;
    backdrop-filter: blur(10px);
}

.top-header.header-bg a {
    color: #656565
}

.top-header.header-bg a:hover {
    color: #ce0000
}

.menu-h5 {
    height: 60px;
    width: 70px;
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1000;
}

.menu-h5 i {
    font-size: 40px;
    color: #ff0000;
}

.header-bg .menu-h5 i {
    color: #737373;
}

.h5-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.only-h5 {
    display: none;
}

.common-bottom {
    width: 100%;
    z-index: 10;
    font-size: 14px;
    padding: 30px 0 15px 0;
    margin-top: 10px;
    background: #0b001e;
}

.right-menu {
    position: fixed;
    right: 10px;
    max-height: 100%;
    bottom: 10%;
    width: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none;
}

.right-menu .a {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
    background: #919191;
    border-radius: 50%;
    cursor: pointer;
}

.right-menu .a i {
    display: block;
    margin: 0 auto;
    font-size: 25px;
}

.right-menu .a:hover {
    color: rgb(182, 4, 4);
}

.link-top-user {
    padding: 10px 0px;
    display: none;
}

.link-top-user .list-item {}

.link-top-user .list-item h3 {
    margin: 10px 0;
    color: #000000;
    font-size: 16px;
}

.top-user-content {
    background: #f5f5f5;
    border-radius: 5px;
    min-width: 50px;
    max-height: 300px;
    padding: 10px;
    overflow: auto;
}

.top-nav-list-a a {
    padding: 0 5px;
    font-size: 14px;
    width: 96px;
    float: left;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-nav-list-a a:hover,
.top-nav-list-a a.active,
.top-nav-list-a a:visited {
    text-decoration: underline;
}

.commonly-hot {
    padding: 10px 0px;
    overflow: auto;
}

.commonly-hot h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.commonly-hot-content {}

.commonly-hot-content .hot-content-c-box a {
    text-align: center;
    width: 8.33333%;
    margin: 5px 0;
    float: left;
    display: flex;
    align-items: center;
}

.commonly-hot-content .hot-content-c-box a.active,
.commonly-hot-content a:hover {

    text-decoration: underline;
    color: black;
}

.commonly-hot-content a:hover span {
    color: black;
}

.c-h-c-c {
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.c-h-c-c-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.c-h-c-c .more {
    width: 80px;
    text-align: right;
    font-size: 14px;
}

.c-h-c-c .more small {
    padding: 0 5px;
    font-weight: 100;
    font-size: 12px;
    color: #818181;
}

.c-h-c-c h3 {
    padding: 10px 0 5px 0;
    color: #000000;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.commonly-hot-content a img {
    display: block;


    width: 18px;
    height: 18px;

    border: none;
}

.commonly-hot-content a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000000;
    padding: 0 3px;
    width: 100%;
}

.commonly-used {
    padding: 20px 0px 0 0px;
}

.commonly-used h3 {
    margin: 0 0 5px 0;
    color: #000000;
    font-size: 16px;
}

.commonly-used-content {
    /* background: #f5f5f5; */
    border-radius: 5px;
    min-width: 50px;
    /* padding: 5px 10px; */
    display: flex;
    flex-wrap: wrap;
}

.commonly-used-content a {
    display: flex;
    height: 34px;
    font-size: 13px;
    align-items: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    /* background: #ffffff; */
    border-radius: 2px;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    max-width: 33%;
    min-width: 90px;
    text-shadow: 5px 3px 6px #000000;
    text-align: center;
}

.commonly-used-content a i {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;

}

.commonly-used-content a img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 2px;
}

.is-pc {
    display: block !important;
}

.is-h5 {
    display: none;
}

.head-nav-name {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    /* backdrop-filter: blur(10px); */
    box-shadow: 0px -10px 13px 0px #07135a;
    background: #0f0028;
}

.head-nav-name-box {
    width: 1320px;
    margin: 0 auto;
    padding: 0px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.head-nav-link-box {
    width: 260px;
    display: flex;
    height: 60px;
    overflow: hidden;
    align-items: center;
}

.box-left-logo {
    margin-right: 10px;
    display: flex;
    align-items: center;

    height: 40px;
    max-width: 120px;
}

.box-right-info {
    font-size: 12px;
}

.box-left-logo img {
    max-height: 100%;
    height: 40px;
}

.head-title-text {
    font-size: 18px;
    font-weight: 800;
}

.head-title-link {
    font-size: 18px;
    font-weight: 800;
    color: #26c472;
    word-break: break-all;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hot-content-c-box {
    overflow: hidden;
    width: calc(100% - 150px);
}

.cate-top .cate-top-a {
    width: calc(8.333% - 6px);
    text-align: center;
    background: #393939;
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    padding: 12px 5px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cate-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 5px 10px;
}

.top-img-box {
    height: 200px;
    background: url(https://tse1-mm.cn.bing.net/th/id/R-C.6880386968f3ca174838977dfd0176a2?rik=Ijr13wcYNGzxnQ&riu=http%3a%2f%2fi1.img.969g.com%2fdown%2fimgx2014%2f10%2f24%2f289_102432_51cd2.jpg&ehk=c%2fSLWXlgnUd6YP60DnoXTjBIU5Wwi6TjRmXFM0GRcqw%3d&risl=&pid=ImgRaw&r=0) center center no-repeat #ddd;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    ;
    color: #fff;
    text-shadow: 5px 5px 10px #000;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    max-width: 1320px;
    border-radius: 5px;
    margin: 10px auto;
}

.top-img-box::after {
    content:
        '';
    position:
        absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    top: 0;
    left: 0;
}

.top-img-box .span {
    position:
        relative;
    z-index: 10;
    width: 100%;
    text-align:
        center;
    line-height: 35px;
}

.top-img-box .span span {
    font-size: 36px;
}

.page-content-ccc {
    width: 100%;
    padding: 0 2px;
}

.page-center-scroll {
    overflow: auto;
    display: flex;
    max-width: calc(100% - 200px);
}

.v-pageList {
    display: flex;
    margin: 15px auto;
    width: 100%;
    flex-wrap: nowrap;
}

.v-pageList-box {
    /* background: #2d2d2d; */
    /* padding: 0 5px; */
}

.v-pageList a {
    height: 40px;
    line-height: 37px;
    background: #1f0c3e;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    margin: 0 2px;
    padding: 0;
    border-radius: 3px;
    border: 2px solid #1f0c3e;
    font-size: 14px;
    min-width: 40px;
    color: #bdbdbd;
}

.v-pageList .next-page {
    width: 100px;
}

.pageList-all-c {
    font-weight: 800;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}

.v-pageList a.active {
    font-weight: 800;
    border-color: #eb0061;
    color: white;
    background: #eb0061;
}

.v-pageList a:hover,
.v-pageList a.active:hover {
    border-color: #eb0061;
    background: #eb0061;
    color: #ffffff;
}

.friendLinks-title {
    padding: 0px 0 0 0;
}

.friendLinks-title h3 {
    font-size: 16px;
}

.friendLinks-content {
    padding: 10px 0 10px 0;
}

.friendLinks-content a {
    font-size: 14px;
    padding: 0 5px;
}

.friendLinks-content a:hover {
    text-decoration: underline;
}

.nav-h5-menu {
    position: fixed;
    background: #0f0028;
    height: calc(100% - 48px);
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 10000;
    padding-top: 5px;
    display: none;
    overflow: auto;
}

.nav-h5-menu.active {
    display: block;
}

.nav-h5-menu .card {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #8f8f8f2e;
}

.nav-h5-menu .card a {
    display: inline-block;
    text-align:
        center;
    border-radius: 10px;
    width: calc(25% - 8px);
    margin: 4px 4px;
    font-size: 16px;
    border: 2px solid #0069eb;
    border-radius: 3px;
    color: #0069eb;
    padding: 6px 3px;
}

.nav-h5-menu a.active {
    /* font-weight: 800; */
    /* text-decoration: underline; */
}

.zuijinMore {
    display: none;
}

.articleBar {
    display: flex;
    flex-wrap: wrap;
}

.articleBar a {
    width: calc(25% - 10px);
    display: block;
    background: #1f0c3e;
    margin: 0px 5px 10px 5px;
    overflow: hidden;
    transition: all ease 0.3s;
}

.articleBar a .img-box {
    position: relative;
}

.articleBar a span.video-time {
    position:
        absolute;
    bottom: 0;
    right: 0;
    background: #00000075;
    padding: 2px 3px;
    font-size: 13px;
    color: #fff;
}

.articleBar a:hover {
    background: #250856;
}

.articleBar a .ln-info {
    position: relative;
}

.articleBar a .ln-info .img {
    display: block;
    margin: 0 auto;
    background: #000000;
}

.articleBar a h1 {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 23px;
    font-weight: 100;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.articleBar a .detailInfo {
    font-size: 14px;
    padding: 3px 8px;
}

.articleBar a .detailInfo .info {
    padding: 2px 0;
    font-size: 12px;
}

.articleBar a .tag {
    background: #eb0061a6;
    font-size: 13px;
    height: 22px;
    padding: 0 3px;
    line-height: 20px;
    margin-right: 5px;
    display: block;
    color: #ffc6c6;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    border: 1px solid #f00;
}

.articleBar a .img-box {
    height: 0;
    padding-bottom: 67.00%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0d0718;
    background-position: center center;
    transition: all ease .3s;
    position: relative;
}
.articleBar a .img-box img{
    width: auto;
    height:100%;
    border:none;
    background: #01010159;
    position: absolute;
    left: 0;
    top: 0;
}
.articleBar a * {}

.articleBar a:hover .img-box::after {
    content:"";
    background: url(https://bttzyw23.com/Tpl/custom//images/load.png) no-repeat 50% #00000029;
    position:absolute;
    left:0;
    top:0;
    display:block;
    width: 100%;
    height: 100%;
    background-size: 35px 35px;
}

.articleBar a .time {
    line-height: 20px;
}

.articleBar a .time i {
    font-size: 13px;
}

.articleBar a .view i {
    font-size: 12px;
}

.articleBar a .views {}

.category-content {
    max-width: 1320px;
    margin: 5px auto;
    padding: 0 0px;
    display: flex;
    flex-wrap: wrap;
}

.category-content a {
    width: calc(10% - 6px);
    display: inline-block;
    padding: 8px 0;
    /* background: #1c0048; */
    text-align: center;
    margin: 3px;
    font-size: 16px;
    border: 2px solid #eb0061;
    border-radius: 3px;
    color: #eb0061;
}

.category-content a:hover,.category-content a.active {
    color: #ffffff !important;
    background: #eb0061a6;
}

.category-content a span {
    display: block;
}

.category-content a span.name {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.category-content a span.num {
    font-size: 12px;
}
.top-tips{
    font-size: 14px;
    padding: 10px;
    line-height: 25px;
}
.search-input {
    border: 2px #ffffff solid;
    border-right: 0;
    width: 75%;
    height: 50px;
    color: #140034;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.search-input:focus {
    border-color: 2px #ffffff solid;
}

input:focus-visible {
    outline: none;
}

.search-btn {
    background: #3b1c6c;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 25%;
    border-radius: 0 5px 5px 0;
    display: block;
    user-select: none;
}

.search-btn:hover {
    background: #4a1d93;
}

.search-tag-list a {
    width: 51px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.search-tag-list a:hover {
    /* font-weight: 800; */
    /* text-decoration: underline; */
    color: #FF0084;
}

.vod-search-box {
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

.search-tag-list {
    max-width: 620px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

#TanChuangGongGao {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 10000;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

#TanChuangGongGao .TanChangHeader {
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 800;
    position:
        relative;
    height: 68px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #140034;
}

#TanChuangGongGao .TanChangHeader span {

    font-size: 30px;
    cursor: pointer;
    font-weight: 100;
    transition: all ease 0.3s;
}

#TanChuangGongGao .TanChangHeader span:hover {
    transform: rotate(45deg);
}

#TanChuangGongGao .TanChuangContent {
    background: #0b001e;
    padding: 20px;
    min-height: 180px;
    max-height: 500px;
    overflow: scroll;
}

#TanChuangGongGao .TanChuangGongGaoBox {
    width: 600px;
    box-shadow: 2px 7px 22px -3px #000;
    border-radius: 10px;
    overflow: hidden;
}

#theme-color-set {
    position: absolute;
    right: 0px;
    /* z-index: 100; */
    /* bottom: 150px; */
    /* width: 60px; */
    /* border-radius: 5px; */
}

#theme-color-set a {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#theme-color-set a i {
    font-size: 25px;
    display: inherit;
}

body.theme-white {
    background: #fff;
    color: #0f0028;
}

body.theme-white a {
    color: #fff;
}

body.theme-white .page-content {
    background: #fff;
}

body.theme-white .search-input {
    border-color: rgb(59 28 108);
}

body.theme-white .adv-content {}

body.theme-white .head-nav-name {}

body.theme-white .nav-list-a .a-box {
    background: #f9f4ff;
}

body.theme-white .common-bottom {
    background: #f3f3f3;
}

body.theme-white .nav-link-content .list-item h3,
body.theme-white .link-top-user .list-item h3,
body.theme-white .commonly-used h3,
body.theme-white .c-h-c-c h3,
body.theme-white .commonly-hot-content a span,
body.theme-white .nav-list-a a,
body.theme-white .top-header .nav-pc-menu a,
body.theme-white .head-nav-link-box {
    color: rgb(20 0 52)
}

body.theme-white .pageList-all-c {
    color: rgb(20 0 52);
}

body.theme-white .common-content {

    color: rgb(20 0 52);
}

body.theme-white .friendLinks-content a {
    color: rgb(20 0 52);
}

body.theme-white #TanChuangGongGao .TanChuangContent {
    background: rgb(242 244 255);
}

body.theme-white a {
    color: rgb(20 0 52);
}

body.theme-white #TanChuangGongGao .TanChangHeader {
    background: #ffffff;
    border-bottom: none;
}

body.theme-white .open-pc-nav span {
    background: #6c36bd;
}

body.theme-white .top-user-content {
    background: #fff;
}

body.theme-white .common-bottom {
    color: #0f0028;
}

body.theme-white .nav-h5-menu {
    background: #fff;
}

body.theme-white .v-pageList a {
    background: #fff;
    border: 2px solid #282828;
}

body.theme-white .v-pageList a.active {
    background: #fff;
    border: 2px solid #eb0061;
    color: #eb0061;
}
body.theme-white .category-content a{
    color: #eb0061;
}
body.theme-white .category-content a.active{
    color: #ffffff;
}
body.theme-white .head-nav-name {
    background: #fff;
}

body.theme-white .page-content {}
a.theme-white-icon{
    display: block;
}
body.theme-white a.theme-white-icon {
    display: none;
}

body.theme-white a.theme-black-icon {
    display: block !important;
}

body.theme-white .articleBar a .img-box {
    background-color: #e9e9e9;
}
#theme-color-set-h5 {
    position: fixed;
    top: 16px;
    right: 85px;
    z-index: 1000;
}

#theme-color-set-h5 a i {
    font-size: 26px;
    font-weight: 100;
    color: #6c3abb;
}

a.theme-black-icon {
    display: none !important;
}

.vdetail-content .videoDetail {
    /* padding: 5px; */
}

.vdetail-content .detail-tujian-title {
    font-size: 16px;
    padding: 15px 8px;
}

.vdetail-content .title-info {
    padding: 0 10px;
}

.vdetail-content .title-info>div {
    margin: 0px 0 10px 0;
}

.vdetail-content .title-info h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.vdetail-content .title-info time {
    font-size: 14px;
    margin: 5px 0;
}

.vdetail-content .title-info a.tag-cate {
    background: #eb0061a6;
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    border: 1px solid #eb0061;
}

#video {
    background: #000;
    overflow: hidden;
    text-align: center;
    padding:10px;
}
#video img{
    max-width:100%;
    margin: 2px 0;
}
.vdetail-content {
    background: none;
}

.vdetail-content .content h1 {
    text-align: left;
    padding: 0px 0;
}

.vdetail-content .video-tips {
    padding: 10px;
    background: #e91e6333;
    color: #e91e63ad;
    font-size: 14px;
}

.vdetail-content .more {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.vdetail-content .more h4 {
    padding: 10px 0;
}

#go-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 50px;
    background: rgb(189 0 122 / 70%);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.vdetail-content .more a {
    width: 95%;
    display: block;
    text-align: center;
    margin: 10px auto;
    background: #ff0047a6;
    line-height: 55px;
    border-radius: 5px;
    border: 1px solid #ff4a7c;
    color: #fff;
    font-size: 18px;
}

.vdetail-content .more a:hover {
    background: #db003d;
}

.video-content-detail-info {
    padding: 5px;
    word-break: break-all;
    line-height: 30px;
    font-size: 16px;
}
.video-content-detail-info p{
    margin-bottom: 10px;
}
.video-content-detail-info h1 {
    font-size: 14px;
}

.video-content-detail-info span {
    margin-right: 5px;
}
.video-content-detail-info img{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px;
}
#mycate {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    max-width: 1325px;
    margin: 0 auto;
}

#mycate a {
    width: 78.8px;
    border: 1px solid #cb0045;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    margin: 2px 2px;
    border-radius: 3px;
}
.search-page .search-title {
    text-align: center;
    font-size: 18px;
    padding: 15px;
}

.search-page .no-search-content {
    text-align: center;
    padding: 50px;
}
.add-daorufan,.add-daorumulu{
    height: 1px;
    overflow: auto;
    opacity: 0;
}
.main-m{
    margin-top:15px;
}
@media screen and (min-width: 768px) {

    ::-webkit-scrollbar {
        width: 0px;
        height: 2px;
        border-radius: 20px;
        background: none;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: none;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgb(212, 212, 212);
    }
}

@media screen and (max-width: 1500px) {
    .nav-list-a .a-box {}

    .cate-top .cate-top-a {
        width: calc(20% - 5px);
    }
}

@media screen and (max-width: 1400px) {
    .c-h-c-c {
        /* width:calc(33.33% - 8px); */
    }

    .cate-top .cate-top-a {
        width: calc(25% - 5px);
    }
}

@media screen and (max-width: 1200px) {
    .nav-list-a .a-box {}

    .c-h-c-c {
        /* width: calc(50% - 8px); */
    }
}
@media screen and (min-width:700px) and (max-width: 1000px) {
  .category-content a{
    width: calc(33.33% - 6px);
  }
}
@media screen and (min-width:700px) {
    .page-content-ccc {
        justify-content: center;
    }
}

/* @media screen and (max-width: 1000px){
    .c-h-c-c{
        width:calc(50% - 8px);
    }
} */
@media screen and (max-width: 768px) {
    .category-content a {
        width: calc(25% - 6px);
        padding: 6px 3px;
    }
    #mycate a{
        width: calc(20% - 4px);
    }
    .vdetail-content .video-tips {
        font-size: 12px;
    }

    .cate-list {}

    .cate-list a {
        width: calc(25% - 6px);
        text-align: center;
    }

    .articleBar a .detailInfo .info {
        font-size: 12px;
    }

    .articleBar a .detailInfo .info i {
        font-size: 14px;
    }

    #TanChuangGongGao .TanChuangGongGaoBox {
        max-width: calc(100% - 20px);
    }

    .articleBar {
        padding: 0 2px;
    }

    .articleBar a .detailInfo {
        padding: 0 5px 5px 5px;
    }

    .articleBar a .img-box {
        /* height: 120px; */
        /* padding-bottom: 75%; */
    }

    .articleBar a {
        width: calc(50% - 4px);
        margin: 0px 2px 6px 2px;
    }

    .menu-h5 {
        display: flex;
    }

    .nav-pc-menu {
        display:
            none;
    }

    .adv-content {
        padding: 5px;
    }

    .top-img-box {
        height: 100px;
        padding-top: 15px;
        width: calc(100% - 10px);
    }

    .top-img-box .span span {
        font-size: 25px;
    }

    .top-nav-list-a a {
        width: 25%;
    }

    .link-top-user,
    .commonly-used {
        /* padding: 0 5px; */
    }

    .commonly-hot-content a span {
        padding: 0 2px;
    }

    .commonly-hot-content a img {
        margin: 0 auto;
        width: 30px;
        height: 30px;
    }

    .commonly-hot-content .hot-content-c-box a {
        width: 25%;
    }

    .hot-content-c-box {
        display: flex;
        width: calc(100% - 150px);
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .nav-link-content .list-item h3,
    .commonly-used h3,
    .commonly-hot h3 {
        font-size: 14px;
    }

    .is-pc {
        display: none !important;
    }

    .is-h5 {
        display: block;
    }

    .c-h-c-c {
        width: 100%;
        margin: 0;
    }

    .nav-list-a a .nav-link-left {
        width: 40px;
        height: 40px;
    }

    .nav-list-a a .nav-link-left {
        line-height: 30px;
    }

    .nav-list-a a .nav-link-left i {
        font-size: 12px;
    }

    .nav-link-content {
        padding: 0 0px;
        padding-bottom: 30px;
    }

    .nav-list-a .a-box {
        width: calc(50% - 10px);
        padding: 10px;
    }

    .nav-menu {
        position: fixed;
        width: 100%;
        z-index: 200;
        display: none;
        background: #fff;
        opacity: 0;
    }

    .nav-menu .logo .logo-img {
        max-width: 100%;
        height: 40px;
    }

    .nav-menu-list {
        padding-left: 50px;
    }

    .nav-menu .nav-menu-list a {
        width: 50%;
        padding: 10px 0;
        font-weight: 100;
        float: left;
        font-size: 14px;
    }

    .page-content {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
        /* padding-bottom: 50px; */
    }

    .nav-menu .logo .logo-close {
        display: flex;
    }

    .only-pc {
        display: none !important;
    }

    .only-h5 {
        display: block;
    }

    .nav-menu .logo {
        background: none;
    }

    .tab-bar {
        height: 60px;
        background: #ffffff;
        position: fixed;
        display: flex;
        width: 100%;
        left: 0;
        bottom: 0;
        box-shadow: 10px 10px 10px 10px #d3d3d3;
    }

    .tab-bar a {
        width: 25%;
        text-align: center;
        font-size: 12px;
        color: #000000;
        padding: 5px;
    }

    .tab-bar a.active {
        color: #a80c0c;
    }

    .tab-bar a .icon-image {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-link-content .list-item {
        padding: 0;
        margin: 0;
    }

    .link-top-user .list-item {
        width: 100%;
        margin: 0;
    }


    .c-h-c-c h3 {
        padding: 5px 0px;
    }

    .c-h-c-c {
        background: none;
    }

    .commonly-hot {
        padding: 5px 0;
    }

    .head-nav-name-box {
        /* background: #ff0000; */
        padding: 0 10px;
    }

    .head-nav-name {}

    .nav-list-a .a-box .now-open {
        display: none;
    }

    .cate-top .cate-top-a {
        width: calc(50% - 3px);
    }

    .cate-top {
        padding-top: 0;
    }

    .theme-white .tab-bar {
        background: #3a3a3a;
        box-shadow: 10px 10px 10px 10px #222222;
    }

    .theme-white .tab-bar a.active {
        color: #ff7171;
    }
}

@media screen and (min-width:1500px) {
    .articleBar a {
        width: calc(25% - 10px);
    }
}
.websitecommondom{
    max-width: 1300px;
    margin: 0 auto;
    padding: 5px;
}
.websitecommondom h1{
    font-size: 18px;
}
.websitecommondom a{
    font-size: 14px;
}
.d-detail{
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.d-detail span{
    width: 45%;
    display: inline-block;
}
.websitecommimages {
    display: flex;
    height: 226px;
    overflow: hidden;
    overflow-x: scroll;
    max-width: 1320px;
    margin: 0 auto;
    /* opacity: 0; */
    /* position: fixed; */
    /* top:0; */
    /* left:10%; */
}
.websitecommimages img {
    padding: 4px 4px;
    display: inline-block;
    border-radius: 10px;
}
.websitecommondom{
    max-width: 1200px;
    margin: 0 auto;
    position: fixed;
    opacity: 0;
    top:0;
    left:10%;
    padding:10px;
    height: 0;
    overflow: hidden;
}
.site-name{
    font-size: 22px;
    padding: 8px;
}
.btn-group a {
    width: 96%;
    padding: 16px;
    background: #26c472;
    display:block;
    text-align:center;
    color: white;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 5px;
}
body.theme-white .btn-group a{
    color: #fff;
}