

:root {
    --tx-color: #ff5b82;
    --tx-border: #2f2f2e;
    --tx-color2: #edcead;
    --tx-color3: #545454;
    --tx-bg2: #252525;
}

body {
    background-color: #1e1e1e;
    color: #898989;
}

a {
    color: #898989;
}

.iconfont {
    line-height: 1;
}

.tx-wide {
    width: 100%;
    max-width: 1920px;
}

.tx-c1 {
    color: var(--tx-color);
}

.tx-c2 {
    color: var(--tx-color2);
}

.tx-c3,
.tx-btn.tx-c3:hover {
    color: var(--tx-color3);
}

.tx-bg {
    background-color: var(--tx-color);
}

.tx-bg2 {
    background-color: var(--tx-bg2);
}

.tx-bg3 {
    background-color: var(--tx-color2);
}

.bg-black1 {
    background-color: #101010;
}

.bg-blue {
    background-color: #787ddf;
}

.f-blue {
    color: #787ddf;
}

.bo-r8 {
    border-radius: 8px;
    overflow: hidden;
}

.bo-r5,
.tx-input,
.tx-btn,
.tx-textarea {
    border-radius: 5px;
}

.tx-btn-radius {
    border-radius: 100px;
}

.img-box[data-ratio="50"] {
    padding-top: 42.5%;
}

.img-em {
    width: 2em;
    height: 2em;
    display: inline-flex;
    line-height: 1;
    object-fit: cover;
}

.img-hem {
    width: auto;
    height: 1em;
    display: inline-flex;
    line-height: 1;
    object-fit: cover;
}

.img-h5em {
    width: auto;
    height: 5em;
    display: inline-flex;
    line-height: 1;
    object-fit: cover;
}

.mr3em {
    margin-right: 3em
}

.h-100 {
    height: 100%;
}

.tx-spot {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.6em;
    padding: 0 0.6em;
    border-radius: 3em;
    background-color: var(--tx-color);
    color: #fff;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.tx-auxiliary {
    display: inline-flex;
    align-items: center;
    height: 1.6em;
    padding: 0 0.6em;
    color: #fff;
    position: relative;
}

.tx-auxiliary-gc {
    padding-left: 2.2em;
    background: url(../fonts/ico-gq-gc.svg) no-repeat left 0 var(--tx-color);
    background-size: auto 100%;
}

.tx-auxiliary-hg {
    padding-left: 2.2em;
    background: url(../fonts/ico-gq-hg.svg) no-repeat left 0 #004491;
    background-size: auto 100%;
}

.tx-auxiliary-om {
    padding-left: 2.2em;
    background: url(../fonts/ico-gq-om.svg) no-repeat left 0 #5f40c4;
    background-size: auto 100%;
}

.tx-auxiliary-rb {
    padding-left: 2.2em;
    background: url(../fonts/ico-gq-rb.svg) no-repeat left 0 #fff;
    background-size: auto 100%;
    color: #222;
}

.ico-uthor-type {
    display: inline-flex;
    align-items: center;
    padding: 0 0.3em;
    height: 1.6em;
    background-color: #ffcc00;
    color: #fff;
    border-radius: 2px;
}

.uthor-type-1 {
    background-color: #004491;
}

.uthor-type-2 {
    background-color: #f80471;
}

.uthor-type-3 {
    background-color: #5f40c4;
}

.uthor-type-4 {
    background-color: #5f40c4;
}

.uthor-type-5 {
    background-color: var(--tx-color);
}

.ico-author-commen {
    display: inline-flex;
    align-items: center;
    font-size: 0.75em;
}

.ico-author-commen>span {
    height: 1.7em;
    color: #fff;
    border-radius: 3px;
    padding: 0 0.2em 0 1.2em;
    position: relative;
    z-index: 2;
    margin-left: -1em;
}

.ico-author-commen::before {
    position: relative;
    z-index: 3;
}

.author-type-hgvip>span {
    background-color: #5b39e7;
}

.author-type-hgvip::before {
    content: "";
    width: 2em;
    height: 2em;
    background: url(../fonts/ico-vip-hg.svg) no-repeat 0 0;
    background-size: auto 100%;
}

.author-type-gcvip>span {
    background-color: #f93960;
}

.author-type-gcvip::before {
    content: "";
    width: 2em;
    height: 2em;
    background: url(../fonts/ico-vip-gc.svg) no-repeat 0 0;
    background-size: auto 100%;
}

.author-type-svip>span {
    background-color: #edcead;
    color: var(--tx-color3);
}

.author-type-svip::before {
    content: "";
    width: 2em;
    height: 2em;
    background: url(../fonts/ico-vip-hg.svg) no-repeat 0 0;
    background-size: auto 100%;
}

.author-type-svip>i {
    display: inline-flex;
    width: 2em;
    height: 2em;
    background: url(../fonts/ico-vip-gc.svg) no-repeat 0 0;
    background-size: auto 100%;
    margin-left: 3px;
}

.author-type-svip>i:nth-child(2) {
    background-image: url(../fonts/ico-vip-qz.svg);
    position: relative;
    z-index: 20;
}

.tx-input {
    background-color: var(--tx-bg2);
    color: #4c4c4c;
    line-height: 2.8;
    height: 2.8em;
}

.tx-textarea {
    background-color: var(--tx-bg2);
    color: #4c4c4c;
}

.header {
    padding: 20px 0;
    /*position: relative;*/
    position: fixed;
    z-index: 99;
}

.logo,
.logo * {
    line-height: 1;
    height: 3.5em;
    width: auto;
    display: inline-flex;
}

.nav li a,
.flex-c-a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1.8em 0 0;
}

.nav li a i,
.flex-c-a i {
    font-size: 2em;
    color: var(--tx-color2);
    line-height: 1;
}

.nav li.on *,
.nav li:hover * {
    color: var(--tx-color);
}

.search-box input {
    width: 100%;
    background-color: var(--tx-bg2);
    border-color: var(--tx-bg2);
    border-radius: 5em;
    padding: 0 1em 0 3em;
    color: #898989;
    height: 3em;
    line-height: 3;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5em;
    height: 3em;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease 0s;
}

.search-box form button.on {
    opacity: 1;
    visibility: visible;
}

.search-box form i {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.wap-nav-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #1e1e1e;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.wap-nav-logo,
.wap-nav-logo * {
    line-height: 1;
    height: 12vw;
}

.nav-wap-style li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    background-color: var(--tx-bg2);
    border-radius: 5px;
    margin: 0 0 2vw 0;
}

.nav-wap-style li a i {
    font-size: 1.2em;
    margin: 0 4px 0 0;
    color: var(--tx-color2);
}

.home-flash .swiper-slide img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.swiper-pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2em;
    z-index: 20;
}

.swiper-pagination {
    display: inline-flex;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 3em;
    padding: 4px 0;
}

.swiper-pagination>* {
    margin: 0 5px;
    background-color: var(--tx-color2);
    opacity: 1;
}

.swiper-pagination>.swiper-pagination-bullet-active {
    background-color: var(--tx-color);
}

.home-ad-box li img{
    height: 135px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.home-zhu-box li div {
    background-color: var(--tx-bg2);
    border-radius: 8px;
    border: 1px solid var(--tx-border);
    padding: 0 1em 0 40%;
    position: relative;
    height: 135px;
}

.home-zhu-box li div>i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-image: url(../images/home-zhu-ico.png);
    background-position: 3% bottom;
    background-repeat: no-repeat;
    background-size: 460% auto;
}

.home-zhu-box li:nth-child(2) div>i {
    background-position: 34% bottom;
}

.home-zhu-box li:nth-child(3) div>i {
    background-position: 66% bottom;
}

.home-zhu-box li:nth-child(4) div>i {
    background-position: 97% bottom;
}

.img-box-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
    /*background: url(../images/img-box-bg.png) repeat-x 0 bottom;*/
    background-size: auto 100%;
}

.ico-left {
    position: absolute;
    bottom: 7px;
    left: 10px;
    z-index: 20;
    color: #fff;
    font-size: 0.8em;
}

.ico-right {
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 0.8em;
    color: #fff;
    z-index: 20;
}

.ico-type {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    height: 1.6em;
    font-size: 0.85em;
    align-items: center;
    padding: 0 0.6em;
    border-radius: 0 0 0 10px;
    background-color: var(--tx-color2);
    color: #815e4d;
    z-index: 20;
}

.ico-type.bg-gray {
    background-color: #889298;
    color: #fff;
}

.j19-btn1-group>*,
.j19-btn1 {
    background-color: var(--tx-bg2);
    border: 1px solid var(--tx-border);
    padding: 0 1em;
    border-radius: 5em;
    height: 2em;
    display: inline-flex;
    align-items: center;
    color: #898989;
}

.j19-btn1-group>* {
    margin: 0 8px 0 0;
}

.info-tags.j19-btn1-group>*{
    margin-bottom: 5px;
}
.j19-btn1-group>*.tx-bg {
    background-color: var(--tx-color);
    border-color: var(--tx-color);
    color: #fff;
}

.tab-hd>*,
.tab-t>* {
    position: relative;
    display: inline-flex;
    height: 2.2em;
    align-items: center;
}

.tab-hd>*.on,
.tab-t>*.on {
    color: var(--tx-color);
}

.tab-hd>*.on::after,
.tab-t>*.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    height: 5px;
    border-radius: 1em;
    background-color: var(--tx-color);
    margin-left: -1em;
}

.tx-icon {
    display: inline-flex;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 1;
}

.tx-icon-wp {
    background-image: url(../images/ico-wp.png);
    background-repeat: no-repeat;
    background-size: 6em auto;
    background-position: 0 center;
    height: 1.5em;
}

.ico-vip {
    background-image: url(../images/ico-vip.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
    height: 1em;
    width: 1em;
}

.ico-kefu {
    background-image: url(../images/ico-kefu.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
    height: 1em;
    width: 1em;
}

.icon-down {
    background-image: url(../images/down-list-ico.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
    height: 2em;
    width: 2em;
}

.ico-wp2 {
    background-position: -2.1em center;
}

.ico-wp3 {
    background-position: -4.15em center;
}

.ico-vip-qy {
    background-image: url(../images/ico-vio-qy.png);
    background-repeat: no-repeat;
    background-size: 12em auto;
    background-position: 0 0;
    height: 3em;
    width: 3em;
    font-size: 2em;
}

.ico-vip-qy.qy2 {
    background-position: -3em 0;
}

.ico-vip-qy.qy3 {
    background-position: -6em 0;
}

.ico-vip-qy.qy4 {
    background-position: -9em 0;
}

.ico-vip-qy.qy5 {
    background-position: 0 -3em;
}

.ico-vip-qy.qy6 {
    background-position: -3em -3em;
}

.ico-vip-qy.qy7 {
    background-position: -6em -3em;
}

.ico-vip-qy.qy8 {
    background-position: -9em -3em;
}

.wp-line {
    display: flex;
    position: relative;
    background-color: #414141;
    width: 100%;
    height: 15px;
    border-radius: 5em;
}

.wp-line>i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--tx-color);
    border-radius: 5em;
}

.item-wp {
    display: block;
    position: relative;
    padding: 6% 0 10% 6%;
}

.item-wp>.img-box {
    z-index: 2;
    border-radius: 8px;
}

.item-wp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: url(../images/wp-item-x.png) no-repeat 0 0;
    background-size: 100% auto;
    z-index: 1;
}

.item-wp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: url(../images/wp-item-s.png) no-repeat 0 0;
    background-size: auto 100%;
    z-index: 3;
}

.ico-xunz {
    display: inline-flex;
    width: 3.5em;
    height: 4em;
    background-image: url(../images/ico-xz.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 4em;
    line-height: 1;
}

.xunz-hg2018 {
    background-position: -3.7em 0;
}

.xunz-hg2019 {
    background-position: -7.4em 0;
}

.xunz-hg2020 {
    background-position: -11.1em 0;
}

.xunz-hgjj {
    background-position: -14.8em 0;
}

.xunz-rqzb {
    background-position: -18.5em 0;
}

.xunz-nddj {
    background-position: -22.1em 0;
}

.xunz-mxzb {
    background-position: -25.8em 0;
}

.xunz-bnns {
    background-position: -29.5em 0;
}

.xunz-ndjj {
    background-position: -33.2em 0;
}

.author-bg {
    padding: 30px 0;
    position: relative;
}

.author-bg .tx-wide {
    position: relative;
    z-index: 2;
}

.author-bg>i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    width: 40%;
}

.author-bg>i img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.author-bg>i::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, var(--tx-bg2), transparent);
}

.app-main {
    padding: 50px 10%;
}

.wangpan-list>li {
    padding: 1em 0.6em;
    border-bottom: 1px solid var(--tx-border);
}

.wangpan-list-btn {
    justify-content: space-between;
}

.wangpan-list-btn>* {
    width: 48%;
    height: 2.6em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tx-bg2);
    border: 1px solid var(--tx-border);
    border-radius: 5px;
}

.footer {
    padding: 2em 1em 1em 1em;
}

.foot-logo,
.foot-logo * {
    line-height: 1;
    height: 4em
}

.links li {
    margin: 0 1em 5px 0;
}

.copy {
    background-color: var(--tx-bg2);
    padding: 1.2em;
}

.bg-roll .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bg-roll .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.tx-box-center {
    margin-left: auto;
    margin-right: auto;
}

.zzs-main {
    width: 100%;
    max-width: 800px;
    padding: 40px 0;
    margin: 0 auto;
}

.info-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 560px;
    z-index: -999;
}

.info-video #dplayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-video .info-video-tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2%;
}

.info-video-tips>* {
    position: relative;
    z-index: 3;
}

.info-video-tips::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .85);
}

.info-video-tips .info-video-tips-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    display: block;
}

.ico-zip {
    display: inline-flex;
    width: 1em;
    height: 1em;
    background: url(../images/down-list-ico.png) no-repeat 0 0;
    background-size: auto 1em;
}

.info-video-txt .swiper-container {
    height: 2em;
    line-height: 2;
    overflow: hidden;
}

.info-side-h ul {
    max-height: 520px;
    overflow-x: hidden;
    overflow-y: auto;
}

.info-side-phb {
    padding-left: 5em;
}

.info-side-phb ul li {
    position: relative;
}

.info-side-phb ul li::before {
    content: "";
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    left: -5em;
    background: url(../images/ico-phb.png) no-repeat 0 0;
    background-size: auto 4em;
    margin-top: -2em;
}

.info-side-phb ul li:nth-child(2):before {
    background-position: -4em 0;
}

.info-side-phb ul li:nth-child(3):before {
    background-position: -8em 0;
}

.info-side-phb ul li:nth-child(4):before {
    background-position: -12em 0;
}

.info-side-phb ul li:nth-child(5):before {
    background-position: -16em 0;
}

.info-side-phb ul li:nth-child(6):before {
    background-position: -20em 0;
}

.info-side-phb ul li:nth-child(7):before {
    background-position: -24em 0;
}

.info-side-phb ul li:nth-child(8):before {
    background-position: -28em 0;
}

.info-side-phb ul li:nth-child(9):before {
    background-position: -32em 0;
}

.info-side-phb ul li:nth-child(10):before {
    background-position: -36em 0;
}

.info-bottom-flash .swiper-button-next,
.info-bottom-flash .swiper-button-prev {
    width: 4em;
    height: 4em;
    padding: 7px;
}

.info-bottom-flash .swiper-button-next {
    right: 0;
    justify-content: flex-end;
}

.info-bottom-flash .swiper-button-prev {
    left: 0;
    justify-content: flex-start;
}

.info-bottom-flash .swiper-button-next::after,
.info-bottom-flash .swiper-button-prev::after {
    font-size: 1.2em;
    color: #fff;
}

.info-bottom-flash .swiper-button-next::before,
.info-bottom-flash .swiper-button-prev::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    top: 0;
}

.info-bottom-flash .swiper-button-next::before {
    right: -50%;
}

.info-bottom-flash .swiper-button-prev::before {
    left: -50%;
}

.about-list {
    width: 100%;
}

.about-list1 {
    padding: 40px 0;
}

.about-list1::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: var(--tx-bg2);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -5px;
}

.about-list1>* {
    padding: 0 0 0 50%;
}

.about-list1>*:nth-child(2n) {
    padding: 0 50% 0 0
}

.about-list1>* section {
    padding: 10px 0 10px 40px;
}

.about-list1>*:nth-child(2n) section {
    padding: 10px 40px 10px 0;
}

.about-title::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -40px;
    width: calc(100% + 40px);
    height: 10px;
    background-color: var(--tx-bg2);
    z-index: 9;
}

.about-title::after {
    content: "";
    position: absolute;
    left: -55px;
    bottom: -30px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--tx-color);
    border: 10px solid var(--tx-bg2);
    border-radius: 50%;
    z-index: 10;
}

.about-list1>*:nth-child(2n) .about-title::before {
    left: auto;
    right: -40px;
}

.about-list1>*:nth-child(2n) .about-title::after {
    left: auto;
    right: -55px;
}

.nicescroll-rails {
    background-color: var(--tx-bg2);
    opacity: 1!important;
}

.tx-404-box {
    padding: 5vw 0;
}

.tx-404-box img {
    height: 26em;
    width: auto;
}

.page-tags-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.page-tags-box::before {
    content: "";
    position: absolute;
    left: 33%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid var(--tx-border);
}

.page-tags-box::after {
    content: "";
    position: absolute;
    left: 67%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid var(--tx-border);
}

.page-tags-box>* {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 0 1em;
    height: 3em;
    border-radius: 5px;
}

.page-tags-box>*:hover {
    background-color: var(--tx-color);
    color: #fff;
}

.page-tags-box>*:hover * {
    color: #fff;
}

.search-tips-box {
    width: 100%;
    max-width: 500px;
    padding: 10vw 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-tips-box img {
    width: 50%;
    height: auto;
}

.user-icons {
    position: absolute;
    right: 0;
    top: 6px;
    height: 2em;
    font-size: 0.8em;
    display: inline-flex;
    align-items: center;
    background-color: var(--tx-color);
    color: #fff;
    padding: 0 1em;
    border-radius: 5em;
    z-index: 20;
}

.tips-j19{
    border: 1px solid var(--tx-color);
}


/* 分页条 */

.pagebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagebar>* {
    padding: 0 1em;
    line-height: 2.4;
    background-color: var(--tx-bg2);
    margin: 0 0.5em 0.5em 0;
    border-radius: 2px;
}

.pagebar a:hover,
.pagebar .now-page {
    color: #fff;
    background-color: var(--tx-color);
}


/* 评论 */

.msg img.avatar {
    width: 4em;
    height: 4em;
    border-radius: 50%;
}

.msg .msg img.avatar,
.msg .msg .portrait-box {
    width: 2em;
    height: 2em;
}

.msg .msg .member-nav-img.svip::before,
.msg .msg .member-nav-img.admin::before{
    width: 2em;
    height: 2em;
    background-size: auto 2em;
    right: -0.6em;
    top: -0.6em;
    background-position: -2.8em 0;
}
.msg .msg .member-nav-img.admin::before{
    background-position: 0 0;
}
.msg .po-r .icon-gou-copy {
    position: absolute;
    bottom: 1px;
    right: 0.8em;
}

.msgname {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.msgusername {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.msg .msg {
    padding: 1em;
    margin: 0.8em 0 0 4em;
    border-radius: 4px;
    background-color: var(--tx-bg2);
    border-radius: 8px;
}

.msg .tx-btn-mini {
    line-height: 1.3;
    padding: 0 5px;
}

.tx-comment-textarea {
    background-color: var(--tx-bg2);
    border-radius: 8px;
    border: 1px solid var(--tx-border);
}

.tx-comment-textarea textarea {
    width: 100%;
    background-color: transparent;
    z-index: 10;
    border: 0;
    color: #898989;
    padding: 0;
}

.tx-comment-item .tx-input {
    background-color: var(--tx-bg2);
    border: 1px solid var(--tx-border);
    color: #898989;
}

.tx-comment-item .tx-btn {
    background-color: var(--tx-color);
    border-radius: 5em;
}

.msgtext img {
    display: inline-block;
    height: 1.8em;
    width: auto;
    vertical-align: middle;
    margin: 0 2px;
}

.msgtext img.comm-img2 {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 2px;
}

.bg-gray1 {
    background-color: #fcfcfc;
}

.reply-frm {
    padding: 1em;
    background-color: var(--tx-bg1);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, .04);
    margin: 1em 0 0 0;
    position: relative;
}

.reply-frm #cancel-reply {
    position: absolute;
    right: 0;
    top: -2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 60%;
    opacity: 0.5;
}

.reply-frm .emoji-box {
    width: 50%;
}

.portrait-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.msg .portrait-box {
    width: 4em;
    height: 4em;
    border-radius: 50%;
}

.portrait-box strong {
    font-size: 2.2em;
    line-height: 1;
}

.msg .msg .portrait-box strong {
    font-size: 1em;
}

.portrait-1 {
    background-color: #e48181;
}

.portrait-2 {
    background-color: #fe4c4c;
}

.portrait-3 {
    background-color: #fe4c86;
}

.portrait-4 {
    background-color: #ff3eb9;
}

.portrait-5 {
    background-color: #be62e5;
}

.portrait-6 {
    background-color: #8762e5;
}

.portrait-7 {
    background-color: #6265e5;
}

.portrait-8 {
    background-color: #629de5;
}

.portrait-9 {
    background-color: #5aafc1;
}

.portrait-10 {
    background-color: #5ac199;
}

.portrait-11 {
    background-color: #679a73;
}

.portrait-12 {
    background-color: #698049;
}

.portrait-13 {
    background-color: #e9d41f;
}

.portrait-14 {
    background-color: #ffaf3d;
}

.portrait-15 {
    background-color: #ff6b3d;
}

.portrait-16 {
    background-color: #ff0000;
}

.portrait-17 {
    background-color: #745555;
}

.portrait-18 {
    background-color: #555874;
}

.portrait-19 {
    background-color: #695574;
}

.portrait-20 {
    background-color: #a47575;
}

.portrait-21 {
    background-color: #38606a;
}

.portrait-22 {
    background-color: #3c493b;
}

.portrait-23 {
    background-color: #362679;
}

.portrait-24 {
    background-color: #ff8dcb;
}

.portrait-25 {
    background-color: #ff8d92;
}

.portrait-26 {
    background-color: #ff4784;
}

.portrait-27 {
    background-color: #0600ff;
}

.portrait-28 {
    background-color: #00aeff;
}

.portrait-29 {
    background-color: #5bc49e;
}

.portrait-30 {
    background-color: #8887bc;
}

.emoji-box {
    border: 1px solid var(--tx-border);
    background-color: var(--tx-bg2);
    border-radius: 5px;
    width: 400px;
    z-index: 20;
    margin-top: 10px;
}

.emoji-box>div {
    display: none;
}

.emoji-box>div.on {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.emoji-box>div>* {
    width: 10%;
    padding: 2px;
    border-right: 1px solid var(--tx-border);
    border-bottom: 1px solid var(--tx-border);
}

.emoji-box>.emoji-2>* {
    width: 16.666%;
}

.emoji-box>div>*:nth-child(8n) {
    border-right: 0;
}

.emoji-p-box,
.ov-v {
    overflow: visible!important;
}


/* 会员部分 */

.login-main {
    width: 100%;
    max-width: 420px;
    padding: 80px 15px;
    margin: 0 auto;
}

.login-ico>* {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1em;
}

.login-ico>* i {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/ico-login.png) no-repeat 0 0;
    background-size: auto 5em;
}

.login-ico>*:nth-child(2) i {
    background-position: -7.1em 0;
}

.login-ico>*:nth-child(3) i {
    background-position: -14.1em 0;
}

.user-main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3vw 0;
}

.member-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    border-radius: 8px;
    margin-bottom: 2px;
}

.member-nav li:hover a,
.member-nav li.on a {
    background-color: var(--tx-color);
    color: #fff;
}

.member-nav li:hover a *,
.member-nav li.on a * {
    color: #fff;
}

.user-box-bg {
    background-image: url(../images/vip-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.user-vip-box {
    border-radius: 5px;
    padding: 20px 20px 3em 20px;
    position: relative;
    color: #fff;
}

.user-vip-box>a.tx-btn {
    position: absolute;
    bottom: -1.5em;
    left: 10%;
    width: 80%;
    font-size: 1.2em;
}

.user-vip-box>a.tx-btn:hover {
    opacity: 1;
}

.user-vip-box>a.bg-blue {
    background-color: #5b5fae;
}

.user-vip-box>a.tx-bg {
    background-color: #da486b;
}

.user-vip-box>a.tx-bg3 {
    background-color: #c0a07e;
}

.user-vip-jj .tx-bg2 {
    padding: 0 20px 0 0;
    justify-content: center;
}

.user-question-box li.on p {
    display: block;
}

.user-question-box li.on h3,
.user-question-box li.on h3 i {
    color: var(--tx-color);
}

.user-question-box li.on .icon-zuoyou {
    transform: rotate(90deg);
}

.user-vip-box1 p.f-14 a {
    display: inline-flex;
    height: 2.4em;
    align-items: center;
    padding: 0 1.5em;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px 5px 0 0;
    color: var(--tx-color3);
}

.user-vip-box1 p.f-14 a.on {
    background-color: rgba(0, 0, 0, .1);
}

.member-nav-img {
    display: inline-block;
    border-radius: 50%;
}

.member-nav-img.svip {
    background-color: var(--tx-color2);
    padding: 3px;
    position: relative;
}

.member-nav-img.admin {
    background-color: var(--tx-color);
    padding: 3px;
    position: relative;
}

.member-nav-img.svip::before {
    content: "";
    position: absolute;
    right: -1.1em;
    top: -1.1em;
    width: 4em;
    height: 4em;
    background: url(../images/ico-hg.png) no-repeat -5.5em 0;
    z-index: 13;
    background-size: auto 4em;
    transform: rotate(15deg);
}
.member-nav-img.admin::before {
    content: "";
    position: absolute;
    right: -1.1em;
    top: -1.1em;
    width: 4em;
    height: 4em;
    background: url(../images/ico-hg.png) no-repeat 0 0;
    z-index: 13;
    background-size: auto 4em;
    transform: rotate(15deg);
}

.delfavorite-box.on .delfavorite {
    display: flex;
}

.delfavorite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
    background-color: rgba(0, 0, 0, .5);
    color: var(--tx-color);
    cursor: pointer;
}

.delfavorite i {
    line-height: 1.2;
    font-size: 4em;
}

.user-tuijian-span {
    display: inline-flex;
    height: 1.6em;
    width: auto;
    margin-left: 10px;
    max-width: 50%;
    object-fit: cover;
    justify-content: flex-end;
}

.aff-tips::before {
    content: "";
    position: absolute;
    left: 1.1em;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: var(--tx-color);
    z-index: 1;
}

.aff-tips li {
    position: relative;
    z-index: 10;
    padding: 0.5em 0 0 4em;
}

.aff-tips li i {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4em;
    height: 2.4em;
    background-color: var(--tx-color);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-style: normal;
}

.aff-tips li:not(:last-child) {
    margin-bottom: 3em;
}

.user-aff-list li section {
    border-radius: 8px;
    color: #fff;
    position: relative;
    padding: 20px 15px;
    line-height: 1.1;
}

.user-aff-list li section>i {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.user-aff-list li:nth-child(1) section {
    background-image: linear-gradient(to top right, #ff928b, #fe6889);
}

.user-aff-list li:nth-child(2) section {
    background-image: linear-gradient(to top right, #727cfe, #fb83ec);
}

.user-aff-list li:nth-child(3) section {
    background-image: linear-gradient(to top right, #6676ff, #35bafd);
}

.user-aff-list li:nth-child(4) section {
    background-image: linear-gradient(to top right, #09afe9, #2cf49b);
}

.wap-user-vip-box .tx-btn {
    background-color: #fff;
    border-radius: 5em;
}

.wap-user-vip-box .col-8 {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px dashed #fff;
}


/*
dplayer播放器重置
*/

.dplayer-play-icon {
    position: relative;
}

.dplayer-play-icon svg,
.dplayer-bezel-icon svg,
.diplayer-loading-icon svg {
    display: none;
}

.dplayer-play-icon::after,
.dplayer-bezel-icon::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 24px;
    height: 24px;
    background: url(../images/ico-zt.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.dplayer-bezel-icon::after {
    width: 28px;
    height: 28px;
    top: 12px;
    left: 12px;
}

.dplayer-paused .dplayer-play-icon::after,
.dplayer-paused .dplayer-bezel-icon::after {
    background: url(../images/ico-play.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.diplayer-loading-icon {
    width: 80px;
    height: 80px;
}

.diplayer-loading-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(../images/ico-lodding.png) no-repeat 0 0;
    background-size: 100% 100%;
    animation: circle 3s infinite linear;
}

.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played .dplayer-thumb {
    background: url(../images/ico-zz.png) no-repeat 0 0 transparent!important;
    background-size: 100% 100%!important;
    top: -10px!important;
    right: -5px!important;
    width: 31px!important;
    height: 31px!important;
}

.dplayer-controller .dplayer-bar-wrap,
.dplayer-controller .dplayer-bar-wrap .dplayer-bar,
.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-loaded,
.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played {
    height: 3px;
}

.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played,
.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner {
    background-color: #ff8297!important;
}

.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb {
    background: url(../images/ico-zz.png) no-repeat 0 0 transparent!important;
    background-size: 100% 100%!important;
}

.dplayer-setting-icon>span>*,
.dplayer-full-icon>span>*,
.dplayer-volume-icon>span>* {
    display: none;
}

.dplayer-setting-icon>span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-set.png) no-repeat 0 0;
    background-size: 100% 100%;
    animation: circle 3s infinite linear;
}

.dplayer-full-icon>span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-qp.png) no-repeat 0 0;
    background-size: 100% 100%;
    animation: circle 3s infinite linear;
}

.dplayer-volume-icon>span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-yy.png) no-repeat 0 0;
    background-size: 100% 100%;
    animation: circle 3s infinite linear;
}

#TXDiggTip {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 1.5rem 3rem;
    display: none;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1999
}

ins {
    text-decoration: none;
}


/**弹出提示文字框**/

@keyframes tx_animation_size {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tx_animation_display {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.tx-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.tx-tips-on {
    opacity: 1;
    visibility: visible;
}

.tx-tips>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8em 2em;
    background-color: #fff;
    color: var(--tx-color);
    border-radius: 3px;
    z-index: 2;
    border: 2px solid var(--tx-color);
    position: relative;
    transform: scale(0);
    transition: all .35s ease 0s;
}

.tx-tips-on>span {
    animation: tx_animation_size 0.3s ease 1;
    transform: scale(1);
}

.tx-tips>span del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    position: absolute;
    top: -1.6em;
    right: -0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.tx-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}

.tx-tips::after,
.tx-pop>.tx-pop-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.tx-pop-txt {
    width: 420px;
    background-color: var(--tx-color2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    position: relative;
    z-index: 10;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-animation: tx_animation_size 0.3s ease 1;
    animation: tx_animation_size 0.3s ease 1;
}

.tx-pop-txt>.pd20 {
    background-color: var(--tx-bg2);
    border-radius: 8px;
}

.tx-pop-out .tx-pop-txt {
    transform: scale(0);
}

.tx-pop-txt>h2 {
    line-height: 2.8;
    padding: 0 1em;
    color: #725b41;
}

.tx-pop-txt>button {
    position: absolute;
    right: 6px;
    top: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8em;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tx-pop-btn {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9em;
}

.tx-pop-btn button:not(:last-child) {
    margin-right: 1em;
}

@media screen and (min-width: 1200px) {
    .tx-wide {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 2vw 0 1vw 0;
    }
    .header .mr3em {
        margin: 0;
    }
    .logo,
    .logo * {
        height: 12vw;
    }
    .nav li a {
        color: var(--tx-color2);
        margin: 0 1.2em 0 0;
    }
    .search-box {
        padding: 3vw;
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #1e1e1e;
        display: none;
    }
    .search-box>a{
        position: absolute;
        right: 2vw;
        top: 0;
        height: 100%;
        display: inline-flex;
        align-items: center;
    }
    .search-box form{
        margin-right: 3em;
    }
    .search-box input,
    .search-box form button {
        line-height: 2.6;
        height: 2.6em;
    }
    .search-on{
        display: flex;
        align-items: center;
        margin: 0 3vw;
        height: 2.6em;
        background-color: var(--tx-bg2);
        border-radius: 5em;
        padding: 0 1em;
        color: #898989;
        flex: auto;
    }
    .wap-nav-box {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .home-flash .swiper-slide img {
        height: auto;
    }
    .home-zhu-box li div {
        height: auto;
        padding: 3vw 3vw 3vw 40%;
        font-size: 0.9em;
    }
    
    .author-bg-wap-img {
        margin: -2.5em 0 3vw 0;
        align-items: flex-end;
    }
    .app-main {
        padding: 5vw 0;
    }
    .wangpan-list-btn>* {
        flex-direction: column;
        padding: 1vw 0;
        height: auto;
        border: 0;
        background-color: transparent;
    }
    .wangpan-list-btn>* i {
        margin: 0;
        font-size: 1.8em;
    }
    .wangpan-list-btn>* span {
        display: none;
    }
    .wangpan-list>li {
        padding: 3vw 0;
    }
    .zzs-main {
        padding: 2vw 0;
    }
    .wap-roll {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap;
    }
    .wap-roll>* {
        flex: none;
    }
    .wap-w100 {
        margin-left: -2vw;
        margin-right: -2vw;
    }
    .footer {
        padding: 2vw 1vw 1vw 1vw;
    }
    .foot-logo,
    .foot-logo * {
        height: 6vw;
    }
    .tx-pop-txt {
        width: 80%;
    }
    .info-video {
        padding-top: 60%;
    }
    .page-info .header .search-box,
    .page-info .wap-nav-box {
        display: none;
    }
    .page-info .header .header-return {
        display: inline-flex;
        align-items: center;
    }
    .page-info .header .logo {
        flex: auto;
        justify-content: center;
    }
    .video-txt-btn {
        justify-content: space-between;
        padding: 0 4vw;
    }
    .video-txt-btn a {
        flex-direction: column;
        margin: 0;
        padding: 0 2vw;
    }
    .video-txt-btn>* .tx-wap-spot {
        font-size: 0.7em;
    }
    .tx-wap-spot {
        position: absolute;
        top: 0;
        right: 0;
        height: 1.6em;
        padding: 0 0.6em;
        border-radius: 3em;
        background-color: var(--tx-color);
        color: #fff;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }
    .j19-btn1-group>* {
        margin: 0 8px 8px 0;
    }
    .info-xg-roll {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .info-xg-roll>* {
        width: 170%;
    }
    .info-side-phb {
        padding: 0 5em 0 0;
    }
    .info-side-phb ul li::before {
        left: auto;
        right: -5em;
    }
    .info-bottom-flash .swiper-container {
        width: 120%;
    }
    .about-list1>*,
    .about-list1>*:nth-child(2n) {
        padding: 5vw 0;
        position: relative;
    }
    .about-list1::before {
        left: 5.5em;
        margin: 0;
    }
    .about-list1>* section,
    .about-list1>*:nth-child(2n) section {
        padding: 0 0 0 8em;
    }
    .about-title>p {
        position: absolute;
        left: -8em;
        top: 0;
        display: inline-flex;
        flex-direction: column;
        color: var(--tx-color2);
    }
    .about-title>p span {
        font-size: 1.35em;
    }
    .about-title::before {
        display: none;
    }
    .about-title::after,
    .about-list1> :nth-child(2n) .about-title::after {
        left: -3.1em;
        right: auto;
        bottom: auto;
        top: 0;
    }
    .nicescroll-rails>div {
        width: 25vw!important;
    }
    .about-list {
        padding-bottom: 2em;
    }
    .about-list ul {
        width: 200%;
    }
    .page-tags-box>* {
        width: 48%;
    }
    .page-tags-box::after {
        display: none;
    }
    .page-tags-box::before {
        left: 50%;
    }
    .info-down-box .tx-flex-col2 {
        flex-direction: column;
    }
    .info-down-box .tx-flex-col2>* {
        margin: 2vw 0;
    }
    .info-down-box .tx-flex-col2 .f-30.tx-flex-hc {
        font-size: 3em;
    }
    .member-nav li a {
        flex-direction: column;
        margin: 2vw 0;
        height: auto;
    }
    .member-nav li:hover a,
    .member-nav li.on a,
    .member-nav li:hover a *,
    .member-nav li.on a * {
        background-color: transparent;
        color: var(--tx-color);
    }
    .wap-user-bg {
        background: url(../images/wap-user-bg.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .user-vip-jj>ul {
        width: 220%;
    }
    .wap-tab {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 1em;
    }
    .bg-roll .swiper-slide img,
    .home-ad-box li img{
        height: auto;
    }
    .page-info .search-on{
        /*display: none;*/
    }
    .emoji-box,.reply-frm .emoji-box{
        width: 100%;
    }
}
/*悬浮*/
@media(max-width:768px){
.vedio-title{margin-bottom: 30px;}
}



#o63092 {animation-duration: 10000ms;animation-iteration-count: infinite;animation-timing-function: linear;}@keyframes spin {from {transform:rotate(0deg);}to {transform:rotate(360deg);}}
.f1{}
#r1 {
    position: fixed;
    bottom: 48%;
    z-index: 19999 !important;
    right: 2px;
}
#r2 {
    position: fixed;
    bottom: 30%;
    z-index: 19999 !important;
    right: 2px;
}
@media(max-width:768px){
.f1{display:block;}
}



.float-top {
    width:1180px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 9999;
	height:90px;
    display:none;
    margin:auto;
}

.float-bottom {
    width:960px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 99;
	height:150px;
	margin:auto;
}


.float-top img {width:100%;height:120px}
.float-bottom img {width:100%;height:100%}

.myui-extra {   
                position: fixed;
                z-index: 999;
                right: 10px;
                bottom: 150px;
            }
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
.myui-extra li{position:relative;padding:15px 10px 0}
.myui-extra li a{display:block;width:50px;height:50px;line-height:50px;text-align:center;border-radius:4px;font-size:18px;cursor:pointer;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.backtop-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.nav-wap-style li{
    flex: 33%;
}
.header {
    top: 0;
    left: 3%;
    right: 3%;
    background-color: #1e1e1e;

}
.ad_top {
    margin-top: 90px;
}
@media (min-width: 720px)
{
body
    {
        padding-bottom: 160px;
    }
}
@media (max-width: 720px)
{
body
    {
        padding-top: 90px !important;
        padding-bottom: 100px;
    }
.gddh {
    top: 90px;
}
.float-top {
    display: block;
	z-index:999;
	width:100%;
    height:90px;
}

.float-bottom {
    display: block;
	z-index:999;
	width:100%;
    height:90px;
}
.sidebar
    {
        top: 148px !important;
    }

.wap-nav-info {
    /*top: 90px;*/
    top: 120px;
}
.myui-extra li a{width:35px;height:35px;line-height:35px;font-size:16px}

.header {
    /*top: 90px;*/
    top: 120px;
    left: 0;
    right: 0;
    width: 100%;
}
.ad_top {
    /*margin-top: 60px;*/
    margin-top: 90px;
}
}

.MacPlayer {
							background: #000000;
							font-size: 14px;
							color: #F6F6F6;
							margin: 0px;
							padding: 0px;
							position: relative;
							overflow: hidden;
							width: 100%;
							height: 100%;
							min-height: 100px;
						}

						.MacPlayer table {
							width: 100%;
							height: 100%;
						}

						.MacPlayer #playleft {
							position: inherit;
							!important;
							width: 100%;
							height: 100%;
						}
@media (max-width: 720px)
{
    .play-box {
        height: 210px;
    }
}






.languagemenu_container:before {
                content: '';
                border-top: 8px solid #fff;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                position: absolute;
                bottom: -8px;
                right: 0;
                transform: translateX(-50%);
            }
        
            .languagemenu_container {
                position: absolute;
                right: 0; /* 与语言按钮对齐 */
                top: 100%; /* 在按钮下方显示 */
                z-index: 98;
                width: auto;
                max-height: 300px; /* 设置最大高度 */
                overflow-y: auto; /* 启用纵向滚动条 */
                box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05), 0 1.5rem 2.2rem rgba(0, 0, 0, .1) !important;
                background: #fff;
                border-radius: 6px;
                display: none; /* 默认隐藏 */
            }
        
            /* 自定义滚动条样式 */
            .languagemenu_container::-webkit-scrollbar {
                width: 8px; /* 滚动条宽度 */
            }
        
            .languagemenu_container::-webkit-scrollbar-thumb {
                background-color: #ccc; /* 滚动条颜色 */
                border-radius: 4px; /* 滚动条圆角 */
            }
        
            .languagemenu_container::-webkit-scrollbar-thumb:hover {
                background-color: #aaa; /* 滚动条悬停时的颜色 */
            }
        
            .languagemenu_container .languagemenu_item {
                width: 95px;
                padding: 8px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
                color: #282828;
                cursor: pointer;
            }
        
            .languagemenu_container .languagemenu_item:hover {
                background: #f3f5f7;
                color: #ff2a14;
            }
        
            .shoutu-fixedbar {
                position: fixed;
                z-index: 1;
                bottom: 75px;
                right: 15px;
            }
        
            .shoutu-fixedbar li {
                margin-top: 10px;
            }
        
            .shoutu-fixedbar li a {
                display: block;
                width: 34px;
                height: 34px;
                text-align: center;
                line-height: 34px;
                border: 1px solid rgba(0, 0, 0, 0.1);
                border-radius: 50%;
                background-color: #ffffff;
            }
        
            .shoutu-fixedbar li a:hover {
                background-color: #ff2a14;
                color: #fff;
            }
            
            
            
            



/*顶部大横幅*/
.imgBox{ display:block; width:100%; margin:2px 0px}
.imgBox img{ width: 100%;max-width: 100%;max-height:180px;min-height: 180px;}

/*文字*/
.txtguanggao {
    display: flex;
    flex-wrap: wrap;
}

.txtguanggao a {
    width: 24.8%;  /* 每个链接占据24.8%的宽度 */
    border-radius: 3px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background-color: rgb(255, 153, 159);
    margin: 1px;
    transition-duration: .3s;
    text-decoration: none;
}

/* 针对手机端（屏幕宽度小于768px） */
@media (max-width: 768px) {
    .txtguanggao a {
        width: 24.8%;  /* 保持每个链接的宽度为24.8% */
    }
}

/* 针对更小屏幕的手机设备（比如宽度小于480px） */
@media (max-width: 480px) {
    .txtguanggao a {
        width: 24.8%;  /* 保持每个链接的宽度为24.8% */
    }
}

.txtguanggao a:nth-child(1) {background-color: #e28651;}
.txtguanggao a:nth-child(2) {background-color: #ef79dd;}
.txtguanggao a:nth-child(3) {background-color: #b75f5f;}
.txtguanggao a:nth-child(4) {background-color: #ce9400;}
.txtguanggao a:nth-child(5) {background-color: #ef79dd;}
.txtguanggao a:nth-child(6) {background-color: #e28651;}
.txtguanggao a:nth-child(7) {background-color: #ce9400;}
.txtguanggao a:nth-child(8) {background-color: #b75f5f;}
.txtguanggao a:nth-child(9) {background-color: #988282;}
.txtguanggao a:nth-child(10) {background-color: #ce9400;}
.txtguanggao a:nth-child(11) {background-color: #e28651;}
.txtguanggao a:nth-child(12) {background-color: #996699;}
.txtguanggao a:nth-child(13) {background-color: #ce9400;}
.txtguanggao a:nth-child(14) {background-color: #988282;}
.txtguanggao a:nth-child(15) {background-color: #996699;}
.txtguanggao a:nth-child(16) {background-color: #e28651;}
.txtguanggao a:nth-child(17) {background-color: #ff785d;}
.txtguanggao a:nth-child(18) {background-color: #239bb3;}
.txtguanggao a:nth-child(19) {background-color: #ff785d;}
.txtguanggao a:nth-child(20) {background-color: #5e94bf;}
.txtguanggao a:nth-child(21) {background-color: #663366;}
.txtguanggao a:nth-child(22) {background-color: #003300;}
.txtguanggao a:nth-child(23) {background-color: #003366;}
.txtguanggao a:nth-child(24) {background-color: #996699;}
.txtguanggao a:nth-child(25) {background-color: #666666;}
.txtguanggao a:nth-child(26) {background-color: #006699;}
.txtguanggao a:nth-child(27) {background-color: #993333;}
.txtguanggao a:nth-child(28) {background-color: #6593b7;}
.txtguanggao a:hover{background:#DC3545;}

/*横幅*/
.hf-small{ display:block; width:100%; margin:2px 0px}
.hf-small img{ width: 100%;max-width: 100%;height:60px;}

/*小图标*/
.icon {overflow:hidden;}
.icon ul {padding:0;margin:0}
.icon ul li {float:left;width:25%;list-style:none;text-align:center}
.icon ul li a{font-size:14px;color:#ff0000;text-decoration:none;}
.icon ul li a:hover{color:#FF9800;}
.icon ul li img{margin:0 auto;padding:4px;width:56px;height:56px;border-radius:15px;}
.icon ul li img:hover{background-color:#FF9800;}
@media screen and (max-width: 960px) {
.txtguanggao a{width: 24.3%;float: left;border-radius: 3px;line-height: 33px;height: 33px;text-align: center;font-size: 14px;color: #fff;display: inline-block;background-color: rgb(255, 153, 159);margin: 1px;transition-duration: .3s;}
}







.custom-nav-style {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: flex-start; /* 左对齐，子项自动换行 */
    gap: 1vw; /* 子项之间的间隙 */
    margin: 0;
    padding: 0;
    list-style: none; /* 去除列表样式 */
}

.custom-nav-style li {
    flex: 1 1 auto; /* 根据内容自动调整宽度 */
    margin-bottom: 1vw; /* 底部间隙 */
}

.custom-nav-style li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    padding: 0.5em 1em;
    background-color: var(--tx-bg2);
    border-radius: 15px; /* 圆角效果 */
    text-align: center;
    text-decoration: none;
    color: var(--tx-color2); /* 文本颜色 */
    transition: background-color 0.3s ease; /* 添加背景色过渡效果 */
    white-space: nowrap; /* 防止文字换行 */
}

.custom-nav-style li a:hover {
    background-color: var(--tx-bg-hover); /* 鼠标悬停时的背景色变化 */
}

.custom-nav-style li a i {
    font-size: 1.2em;
    margin-right: 8px; /* 增加图标和文字之间的间距 */
    color: var(--tx-color2);
}

/* 确保所有屏幕上的样式一致 */
@media (max-width: 768px) {
    .custom-nav-style {
        gap: 2vw; /* 在较小屏幕上适当增加间距 */
    }

    .custom-nav-style li {
        flex: 1 1 auto; /* 保持自动调整宽度 */
    }
}
