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

@font-face {
    font-family: 'iconfont';
    /* Project id 2759866 */
    src: url('/nav_03/static/fonts/font_2759866_x1uadd14k0s.woff2?t=1629819514338') format('woff2'), url('/nav_03/static/fonts/font_2759866_x1uadd14k0s.woff?t=1629819514338') format('woff'), url('/nav_03/static/fonts/font_2759866_x1uadd14k0s.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;
}

body.theme-black {
    background: #2a2a2a;
    color: #fff;
    /* min-height: 100vh; */
}

body.theme-black .page-content {
    background: #3a3a3a;
}

body.theme-black .adv-content {
    background: #3a3a3a;
}

body.theme-black .head-nav-name {
    background: #3a3a3a;
}

body.theme-black .nav-list-a .a-box {
    background: #2a2a2a;
}

body.theme-black .common-bottom {
    background: #3a3a3a;
}

body.theme-black .nav-link-content .list-item h3,
body.theme-black .link-top-user .list-item h3,
body.theme-black .commonly-used h3,
body.theme-black .c-h-c-c h3,
body.theme-black .commonly-hot-content a span,
body.theme-black .nav-list-a a,
body.theme-black .top-header .nav-pc-menu a,
body.theme-black .head-nav-link-box {
    color: #d5d5d5;
}

body.theme-black .common-content {
    background: #3a3a3a;
    color: #fff;
}

body.theme-black .friendLinks-content a {
    color: #fff;
}

body.theme-black #TanChuangGongGao .TanChuangContent {
    background: #3a3a3a;
}

body.theme-black a {
    color: #d5d5d5;
}

body.theme-black #TanChuangGongGao .TanChangHeader {
    background: #1c1c1c;
    border-bottom: none;
}

body.theme-black .open-pc-nav span {
    background: #ffffff;
}

body.theme-black .common-bottom {
    color: #fff;
}

body.theme-black .nav-h5-menu {
    background: #1c1c1c;
}

body.theme-black .v-pageList a {
    background: #3a3a3a;
    border: 2px solid #3a3a3a;
}

body.theme-black .v-pageList a.active {
    background: #1c1c1c;
    border: 2px solid #1c1c1c;
}

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

body {
    background: #f5f5f5;
    font-size: 14px;
    /* line-height: 29px; */
    font-family: "Microsoft YaHei";
}
body.theme-white{
    color: #404040;
}
a {
    text-decoration: none;
    color: #404040;
}

.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;
    font-size: 26upx;
}

.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;
}
.c-red{color: #e91e63 !important;}
.c-blue{color: #5600ff !important;}
.c-orange{color: #ff693a !important;}
.c-green{color: #08f400 !important;}
.c-sky{color: #00d9ff !important;}
.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;
}
.space-height{
    height:50px;
}
#adv-comm-dom {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    width: 100%;
}

#adv-comm-dom a {
    display:
        inline-block;
}

#adv-comm-dom 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 5px 0 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 5px auto;
}

@media screen and (max-width: 700px) {
    #adv-app {
        margin: 0;
    }

    #adv-app a {
        width: calc(20% - 4px);
        margin: 5px 2px 5px 2px;
    }

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

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

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;
}
.l-nav-list-box{
}
.l-cate-nav-item{
    line-height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    display: block;
}

.theme-white .l-cate-nav-item{
}

.l-cate-nav-item span{
    position: relative;
}
.l-cate-nav-item span i{
    position: absolute;
    opacity: 0.2;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -18px;
    transition: all ease 0.3s;
    background: #ff00b7;
}
.theme-black .l-cate-nav-item span i{
    opacity: 0.3;
}
a.l-cate-nav-item:hover span i{
    opacity: 1;
}
.l-cate-nav-item.active{
    color:#000;
}
.theme-black .l-cate-nav-item.active{
    color:#fff;
}
.l-cate-nav-item.active span i{
    opacity: 0.8;
}
.l-nav-list{
    padding: 0 10px;
    display: flex;
    align-items: center;
    overflow-y: auto;
    justify-content: center;
    height: calc(100% - 100px);
}
.page-content {
    /* max-width: 1320px; */
    /* overflow: auto; */
    margin: 10px auto;
    /* border-radius: 10px; */
    /* min-height: calc(100vh - 360px); */
    line-height: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.page-content.nav-list{
    margin: 10px auto;
}
.mynav-box{
    display: none;
}
.adv-content {
    /* max-width: 1320px; */
    overflow: auto;
    margin: 0px auto;
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    display: none;
}
.search-content {
    position: relative;
    overflow: hidden;
    height: 220px;
    margin-top:10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.search-input {
    border: 0;
    border-right: 0;
    width: 75%;
    height: 50px;
    color: #140034;
    font-size: 16px;
    padding: 0 10px;
    font-size: 16px;
    background: #fff;
}

.search-input:focus,.search-input:blur {
    border-color: 2px #E91E63 solid;
}
.search-btn {
    background: #E91E63;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 25%;
    display: block;
    user-select: none;
}
.search-inputb{
    position: relative;
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    width: 50%;
    min-width: 315px;
    border: 5px solid #ffffff40;
    border-radius: 5px;
    border-radius: 8px;
    overflow: hidden;
}
.search-btn:hover {
    background: #c71451;
}
.navsDom a {
    padding: 1px 0px;
    font-size: 16px;
    display: inline-block;
    width: 15.66%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
}
.navsDom a img.icon {
    width: 17px;
    height: 17px;
    vertical-align: -1px;
    border-radius: 3px;
    margin-right: 5px;
}
.navsDom h3 {
    padding: 20px 0 10px 0;
    display: block;
    font-size: 16px;
}
.navsDom h3:nth-child(1){
    padding-top: 0;
}
.common-content {
    /* max-width: 1320px; */
    overflow: auto;
    margin: 10px auto;
    line-height: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 0 20px;
}

.nav-link-content {
    /* overflow: hidden; */
    min-height: 50vh;
}

.nav-link-content .list-item{
    margin-bottom: 10px;
}

.nav-link-content .list-item h3 {
    font-size: 16px;
    padding: 5px 0 5px 0;
    color: #000000;
    margin: 0px 0 0px 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: #404040;
}
.nav-item-info{
    display: flex;
}
.nav-list-a .a-box:hover {
    top: 0px;
}

.nav-list-a .a-box .now-open {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.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;
    position: absolute;
    background-color: rgb(233 30 99 / 47%);
    top: 0;
    right:0;
    height: 100%;
    width:100%;
    opacity: 0.2;
    border-radius: 0 5px 5px 0;

}
.theme-black .nav-list-a .a-box .now-open i {opacity: 0.7;}
.nav-list-a .a-box .now-open a {
    font-size: 20px;
    color: #00000030;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    z-index: 10;
}
.theme-black .nav-list-a .a-box .now-open a{color: #d3d3d3;}
.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: 45px;
    top: 7px;
    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: 25px;
    height: 25px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #0000002e;
    background-color: #ff00b7;
    border: 2px solid #00000024;
}

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

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

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

.nav-list-a a h4 {
    font-size: 15px;
    line-height: 20px;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    width: calc(100% - 19px);
}

.nav-list-a a .desc-info {
    font-size: 11px;
    height: 25px;
    line-height: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: none;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    width: 78%;
    color: #919191;
    padding-top: 5px;
}

.nav-list-a .desc-tip {
    position: absolute;
    left: -5%;
    top: calc(100% + 5px);
    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% - 6px);
    background: #f5f5f5;
    padding: 8px 0px 8px 8px;
    border-radius: 3px;
    position: relative;
    margin: 3px;
    /* transition: all ease 0.3s; */
    top: 0px;
}

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

}

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

@media screen and (max-width: 1200px) {
    .nav-list-a .a-box {
        width: calc(25% - 6px);
    }
}
#page-nav-conm{}
#left-nav{
    width: 230px;
    height: 100%;
    background: #191919;
    position: fixed;
    top: 0;
    left: -230px;
    z-index: 1001;
    /* transition: all 0.3s ease; */
}
.theme-white #left-nav{
    background: #ffffff;
}
.left-nav-menu #left-nav{
    left:-230px;
}
#right-content{
    float: right;
    padding: 0 10px;
    width: calc(100% - 230px);
    /* transition: all 0.3s ease; */
}

.left-nav-menu #right-content{
    width:100%;
    max-width: 1600px;
    margin: 0 auto;
    float: unset;
}
.left-nav-menu .head-nav-name{
    width:100%;
    right:0;
}
.left-nav-menu .nav-pc-menu{
    max-width: 1600px;
    margin:0 auto;
}

#page-nav-conm.left-nav-menu{}

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

.open-pc-nav span {
    width: 35px;
    height: 2px;
    border-radius: 2px;
    background: #7a7a7a;
    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 {
    overflow: hidden;
    margin: 0 auto;
}

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

.common-bottom a:hover {}

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

.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: 110px;
    color: #000000;
    border-radius: 3px;
    transition: all ease 0.2s;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-header .nav-pc-menu a.active {
    font-weight: 800;
}

.top-header .nav-pc-menu a.active::before {
    content: "";
    position: absolute;
    height: .2rem;
    width: .2rem;
    background: #373737;
    left: 50%;
    margin-left: .4rem;
    border-radius: 10px;
    bottom: 12px;
}

.top-header .nav-pc-menu a.active::after {
    content: "";
    position: absolute;
    height: .2rem;
    width: 1rem;
    left: 50%;
    background: linear-gradient(90deg,#e8e8e8 0,#616161 100%),#373737;
    margin-left: -0.7rem;
    border-radius: 10px;
    bottom: 12px;
}

.top-header a i {
    font-size: 14px;


    height: 15px;
    display: block;
}

.top-header a:hover {
    color: #2196f3;
}

.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: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: none;
}

.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%;
    background: #ffffff;
    z-index: 10;
    font-size: 14px;
    color: #646464;
    padding: 30px 0 20px 0;
    margin-top: 10px;
    clear: both;
    border-radius: 5px 5px 0 0;
}

.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: 0px 0px;
    display: none;
}

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

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

.top-user-content {
    /* background: #f9f9f9; */
    min-width: 50px;
    max-height: 300px;
    /* padding: 10px; */
    overflow: auto;
}
#mynowuse h3{
    margin-bottom: 15px;
}
.top-nav-list-a a {
    padding: 7px 10px;
    font-size: 14px;
    float: left;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #E91E63;
    color: #E91E63;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.top-nav-list-a a i{
    width:8px;
    height:8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff00b7;
}
body.theme-black .top-nav-list-a a{
    color: #E91E63;
}
.top-nav-list-a a.active,
.top-nav-list-a a:hover,
.commonly-hot-content .hot-content-c-box a:hover span {
    color: #f1404b;
}

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

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

.commonly-hot-content {}

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

.commonly-hot-content .hot-content-c-box a.active span,
.commonly-hot-content a:hover span {
    color: #f1404b;
}

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

.c-h-c-c {
    width: 100%;
    overflow: hidden;
    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 {
    color: #000000;
    width: 110px;
    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: #404040;
    padding: 0 3px;
    width: 100%;
}

.commonly-used {
    padding: 10px 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: 30px;
    font-size: 14px;
    align-items: center;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    /* background: #ffffff; */
    border-radius: 5px;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    max-width: 33%;
    /* min-width: 90px; */
    text-shadow: 5px 3px 6px #2a2a2a7a;
    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: 70px;
    color: #2c2c2c;
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 1000;
    width: calc(100% - 250px);
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.bg-colorc{
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height: 80px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.head-nav-name::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    backdrop-filter: blur(8px)
}
.head-nav-name-box {
    padding: 0px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff7a);
}

.theme-black .head-nav-name-box{
    background: linear-gradient(90deg, #3a3a3a, #3a3a3a, #0000007a);
}

.head-nav-link-box {
    align-items: center;
    width: 100%;
    display: flex;
    /* height: 35px; */
    height: 80px;
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 10px;
    border-bottom:1px solid #31313175;
}
.theme-white .head-nav-link-box{
    border-bottom:1px solid #b8b8b842;
}
.box-left-logo {
    margin-right: 15px;
    display: flex;
    align-items: center;
    height: 50px;
    max-width: 120px;
}

.box-right-info .head-time-now {
    font-size: 10px;
}
.head-nav-name-box .head-nav-link-box{
    padding: 10px 0px;
}
.head-nav-name-box .head-title-link{
    margin-top: -10px;
}
.box-right-info {
}
.box-right-info .head-text-des{
    margin-top: 3px;
}
.box-left-logo img {
    max-height: 100%;
    height: 40px;
}
.l-logo{
}
.head-title-text {
    font-size: 18px;
    font-weight: 800;
}

.head-title-link {
    font-size: 18px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 158px;
}
.l-colse-navl{
    position: absolute;
    right: -38px;
    top: 16px;
    width: 38px;
    height: 40px;
    background: #000;
    opacity: 0.8;
    color: #fff;
    border-radius: 0 10px 10px 0;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
}
.theme-white .l-colse-navl{
    background: #00000030;
}
.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 bottom no-repeat #ddd;
    color: #fff;
    text-shadow: 5px 5px 10px #000;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    margin: 10px auto;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

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

.top-img-box .span {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: left;
    line-height: 35px;
    max-width: 1000px;
    margin: 0 auto;
}
.top-img-box .span.des{
    max-width: 1000px;
    margin: 5px auto;
    line-height: 20px;
    text-align: left;
}
.top-img-box .span span {
    font-size: 30px;
}

.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;
}

/* 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;
} */
.page-content-ccc {
    width: 100%;
    padding: 0 5px;
}
.v-pageList {
    display: flex;
    margin: 25px auto 0 auto;
    width: 100%;
    flex-wrap: nowrap;
}

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

.v-pageList a {
    height: 50px;
    line-height: 47px;
    background: #191919;
    display: inline-block;
    text-align: center;
    margin: 5px 0px;
    padding: 0;
    border-radius: 3px;
    border: 2px solid #191919;
    font-size: 16px;
    min-width: 50px;
    color: #bdbdbd;
}
.v-pageList .page-center-scroll a{margin: 0px 2px;}

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

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

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

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

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

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

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

.friendLinks-content a {
    font-size: 14px;
    margin-right: 10px;
}

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

.nav-h5-menu {
    position:
        fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 10000;
    padding-top: 50px;
    display: none;
}

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

.nav-h5-menu a {
    display:block;
    text-align:center;
    line-height: 60px;
    font-size: 18px;
}

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

.zuijinMore {
    display: none;
}

#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;
    border-bottom: 1px solid #fdfdfd;
    background: #f3f3f3;
}

#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: #ffffff;
    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: fixed;
    right: 20px;
    z-index: 100;
    bottom: 5%;
    width: 50px;
    border-radius: 5px;
    background: #00000061;
    padding: 10px 0;
}
#theme-color-set a{
    color: #fff;
}
.theme-white #theme-color-set{
    background: #ffffff78;
}
.theme-white #theme-color-set a{
    color: #000;
}
#theme-color-set a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#theme-color-set a i {
    font-size: 25px;
}
.head-time-now{
    position: absolute;
    right: 20px;
    top: 26px;
    color: #fff;
}
.theme-white .head-time-now{color:#191919}
@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);
    }
    .page-content-ccc{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .v-pageList .next-page{width: 200px;margin:0 2px;}
}

@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: 1300px) {
    .nav-list-a .a-box {}

    .c-h-c-c {
        /* width: calc(50% - 8px); */
    }
    #left-nav{
        display: none;
    }
    #right-content{width:100%;}
    .head-nav-name{width:calc(100% - 20px)}
    body.theme-black .top-nav-list-a a{
        color: #E91E63;        font-size: 12px;
    }
    .head-time-now{
        display: none;
    }

}

/* @media screen and (max-width: 1000px){
    .c-h-c-c{
        width:calc(50% - 8px);
    }
} */
@media screen and (max-width: 768px) {
    .head-nav-name-box .head-title-link{
        margin-top: 0px;
    }
    .navsDom a {
        padding: 0px 10px 0px 10px;
        font-size: 14px;
        display: inline-block;
        width: 31%;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        background: none;
    }

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

    .menu-h5 {
        display: flex;
    }

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

    .adv-content {
        padding: 5px;
    }

    .top-img-box {
        height: 100px;
        padding-top: 15px;
    }

    .top-img-box .span span {
        font-size: 25px;
    }
    .top-img-box .span,.top-img-box .span.des{text-align: center;}
    .top-nav-list-a a {
        width: calc(25% - 2px);
        padding: 5px 2px;
        margin: 3px 1px;
        text-align: center;
    }

    .top-user-content {
        padding: 5px;
    }

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

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

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

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

    .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: 16px;
    }

    .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: 25px;
        height: 25px;
    }

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

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

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

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

    .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 8px;
        padding-bottom: 10px;
    }

    .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: 14px;
        color: #000000;
        padding: 5px;
    }

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

    .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: #ffffff; */
        padding: 0 10px;
    }

    .head-nav-name {}

    .nav-list-a .a-box .now-open {}

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

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

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

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