* {
    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: #2a2a2a;
    border: 2px solid #282828;
}

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

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

.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 20px 20px 20px;
}
.mynav-box{
    display: none;
}
.adv-content {
    max-width: 1320px;
    overflow: auto;
    margin: 10px auto;
    background: #fff;
    padding: 20px;
}

.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;
    padding: 0 20px;
}

.nav-link-content {
    /* overflow: hidden; */
}

.nav-list {
    /* background: none; */
    margin-top: 10px;
    /* display: none; */
}

.nav-list-detail {
    margin-top: 0px;
    border-radius: 0 0 10px 10px;
}

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

.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;
    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: 40px;
    height: 40px;
    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: 14px;
    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: #f5f5f5;
    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: 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 {
    min-height: calc(100vh - 360px);
    overflow: hidden;
    margin: 0 auto;
}

.common-bottom a {
    /* padding: 5px; */
    color: #5a5a5a;
    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: 110px;
    color: #000000;
    border-radius: 3px;
    transition: all ease 0.2s;
    height: 100%;
    align-items: center;
    justify-content: center;
}

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

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

.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; */
    border-radius: 5px;
    min-width: 50px;
    max-height: 300px;
    /* padding: 10px; */
    overflow: auto;
}

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

.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;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0px -10px 13px 0px #000;
}

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

.head-nav-link-box {
    align-items: center;
    color: #000000;
    width: 200px;
    display: block;
    /* height: 35px; */
    white-space: nowrap;
    overflow: hidden;
}

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

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

.head-time-now {
    font-size: 14px;
}

.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: 22px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    text-shadow: 2px -1px 0px #ffffff;
}

.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;
    max-width: 1320px;
    ;
    ;
    border-radius: 5px;
    ;
    ;
    margin: 10px auto;
}

.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:
        center;
    line-height: 35px;
}

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

.v-pageList-box {
    padding: 0 5px;
    margin-top: 10px;
}

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

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

.pageList-all-c {
    font-weight: 800;
    margin-top: 10px;
    text-align: center;
}

.v-pageList a.active {
    font-weight: 800;
    border-color: #5e5e5e;
    color: #ffffff;
    background: #5e5e5e;
}

.v-pageList a.actpage {
    font-weight: 800;
    border-color: #5e5e5e;
    color: #ffffff;
    background: #5e5e5e;
}

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

.v-pageList {
    display:
        flex;
    align-items: center;
    justify-content: center;
}

.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: 150px;
    width: 50px;
    border-radius: 5px;
    background: #00000012;
    padding: 10px 0;
}

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

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

@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 (max-width: 1000px){
    .c-h-c-c{
        width:calc(50% - 8px);
    }
} */
@media screen and (max-width: 768px) {
    .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;
        border-radius: 0;
        margin: 0;
    }

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

    .top-nav-list-a a {
        width:25%;
        padding: 2px 5px;
    }

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

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

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

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

    .nav-list-a .a-box {
        width: calc(50% - 10px);
        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 10px;
        padding-bottom: 5px;
    }

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

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