/*
Theme ID: ecms337
Author: 墨鱼移植
Author QQ：48444431
Author Email：48444431@qq.com
Author URL: http://www.moyublog.com/
*/
:root {
    --tx-color: #ff5b82;
    --tx-border: #2f2f2e;
    --tx-color2: #edcead;
    --tx-color3: #545454;
	--tx-color4: #ffca6a;
    --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);
}

.tx-bg4 {
    background-color: var(--tx-color4);
}

.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: 1.8em;
    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(../images/ico-gq-gc.svg) no-repeat left 0 var(--tx-color);
    background-size: auto 100%;
}

.tx-auxiliary-hg {
    padding-left: 2.2em;
    background: url(../images/ico-gq-hg.svg) no-repeat left 0 #004491;
    background-size: auto 100%;
}

.tx-auxiliary-om {
    padding-left: 2.2em;
    background: url(../images/ico-gq-om.svg) no-repeat left 0 #5f40c4;
    background-size: auto 100%;
}

.tx-auxiliary-rb {
    padding-left: 2.2em;
    background: url(../images/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(../images/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(../images/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(../images/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(../images/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(../images/ico-vip-qz.svg);
    position: relative;
    z-index: 20;
}

.tx-input {
    background-color: var(--tx-bg2);
    color: #fff;
    line-height: 2.8;
    height: 2.8em;
}

.tx-textarea {
    background-color: var(--tx-bg2);
    color: #4c4c4c;
}

.header {
    padding: 20px 0;
    position: relative;
    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: 7vw;
}

.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: 3px;
    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;
	cursor: pointer;
}

.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: 1920px;
    padding: 40px 0;
    margin: 0 auto;
}

.info-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 560px;
}

.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 .info-video-tips.play {
    padding: 0;
}

.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;
	overflow-y: scroll;
    overflow: -moz-scrollbars-none;
}
.info-side-h ul::-webkit-scrollbar {
    display: none;
}

.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: 5vw 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-email{
    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-box>a.tx-bg4 {
    background-color: #daad5c;
}

.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;
}




#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: 8vw;
    }
    .nav li a {
        color: var(--tx-color2);
        margin: 0 1.2em 0 0;
    }
    .search-box {
        padding: 2vw;
        position: fixed;
        top: 0;
        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%;
    }
	.wap-hide{
		display: none;
	}
	.pc-hide{
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.pc-hide{
		display: none;
	}
	
	
}



.mac_pop_bg,
.mac_pop_msg_bg {
	position: fixed;
	z-index: 129;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.mac_pop,
.mac_pop_msg {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999 !important;
	padding: 20px;
	min-width: 160px;
	min-width: 160px;
	border-radius: 2px;
	background: rgb(37 37 37);
	color: #fff;
	transform: translate(-50%, -50%);
}

.mac_pop .pop_top {
	height: 40px;
	width: 100%;
}

.mac_pop .pop_top h2 {
	float: left;
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	font-family: "microsoft yahei";
}

.mac_pop span.pop_close {
	float: right;
	width: 23px;
	height: 23px;
	font-size: 0;
	text-indent: 9999;
	cursor: pointer;
	font-weight: bold;
	display: block;
	background: url("../images/background.png") -10px 0 no-repeat;
}

.mac_pop_msg .pop-msg {
	padding: 0 15px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}

.gbook_content {
	width: 100% !important;
	border: 1px #2f2f2e solid;
	border-radius：: 2px;
	color: #ffffff;
	padding: 10px 10px 0;
}

.msg_code input {
	height: 30px;
	border: 1px solid #2f2f2e;
	border-radius: 3px;
}

.mac_verify_img {
	pointer-events: unset !important;
	height: 30px;
}

.mac_login {
	padding: 30px;
	width: 400px;
	height: 350px;
	background: #fff;
	box-sizing: border-box;
	font-family: "microsoft yahei"
}

.mac_login {
	width: 100% !important
}

.mac_login .mac_login_form .login_form_group {
	margin-top: 20px
}

.mac_login .mac_login_form .login_form_group input {
	padding: 4px 10px 4px 36px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cacaca;
	box-sizing: border-box
}

.mac_login .mac_login_form .login_form_group input.mac_u_name {
	background: url(../images/u_name.png) no-repeat 7px 8px
}

.mac_login .mac_login_form .login_form_group input.mac_u_pwd {
	background: url(../images/u_pwd.png) 8px 8px no-repeat
}

.mac_login .mac_login_form .login_form_link {
	margin-top: 10px;
	text-align: right
}

.mac_login .mac_login_form .login_form_link a {
	font-size: 12px;
	color: #333;
	margin-left: 15px
}

.mac_login .mac_login_form .login_form_link a {
	font-size: 12px;
	color: #333;
	margin-left: 15px
}

.mac_login .mac_login_form input.login_form_submit {
	background: #2fa5ff;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	background-color: #ff6575 !important;
	border-color: #ff6575 !important;
	border: .0625rem solid #e2e2e2;
	border-radius: .1875rem;
	cursor: pointer;
	text-align: center;
	padding: 0
}
#login_opacity_bg {
	width: 100%;
	position: absolute;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	top: 0;
	left: 0;
	display: none;
	z-index: 100
}
.tbox {
	width: 580px;
	height: 350px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
	display: none;
	z-index: 101;
	top: 50%;
	left: 50%;
	position: fixed;
	margin: -250px 0 0 -295px
}
.tbox #logo {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
}
.tbox #tips {
    width: 270px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 12px;
}
.tbox .hline {
    width: 50px;
    height: 15px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    zoom: 1;
}
.tbox .fl {
    float: left;
}
.tbox .tiptext {
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.tbox .fr {
    float: right;
}
.tbox .btn {
    border-radius: 2px;
    display: block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 29px;
    font-size: 18px;
    color: #fff;
    background: #ff5b82;
    text-decoration: none;
    text-align: center;
	position: relative;
}
.tbox .btn:hover {
	background: #ff5b82;
	text-decoration: none
}
.pansbtn{
    border-radius: 2px;
    display: block;
    width: 270px;
    height: 34px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background: #E2523A;
    text-decoration: none;
    text-align: center;
	position: relative;
	cursor: pointer;
	border: 0px;
}
.pansbtn:hover {
	background: #d2341a;
	text-decoration: none
}
.tbox i{margin-right: 5px;}
.tbox a {
	-webkit-transition: all 0s;
	transition: all 0s
}
.tbox .close {

	position: absolute;
	right: 18px;
	top: 16px;
	font-size: 30px;
	line-height: 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}
.tbox .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.viptps {
    height: 280px;
    margin-top: -130px;
}
.vipcon {
    color: #090;
    font-size: 28px;
    line-height: 250px;
    text-align: center;
}
.vipcon a {
    color: red;
}
#panstext{display:none;}
.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;background:#252525;padding:3px;border:solid 1px #2f2f2e;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}
@media (max-width: 767px) {
	.mac_pop {
		width: 95% !important;
		height: 38% !important;
	}
	.tbox {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    zoom: 1;
    display: none;
    z-index: 101;
    top: 25%;
    left: 5%;
    right: auto;
    position: fixed;}
}
.keyimg a{color:#fff;}
.keyimg img{height:30px;}

.hfxx img{ width:100%; height:auto;padding-bottom:3px;}

.indexfc li{ float:left; width:6.6%; display:inline-block; text-align:center; margin-bottom:10px;}
.indexfc li img{ max-width:90%; width:90%;border-radius:8px;}
.endmenu{ display:none;}
@media (max-width: 767px) {
	.indexfc li{ width:20%;}	
	.indexfc li img{max-width:90%;width:90%;}
	.endmenu {
		display: block;
		position: fixed;
		bottom: 0;
		left:0px;
		height: 55px;
		background: #252525;
		width: 100%;
		overflow: hidden;
		z-index: 999;
		/* border-top: 2px solid #ccc; */
		
		
		
	}
	.endmenu li{ float:left; width:20%; text-align:center;padding-top: 5px;}
	.endmenu li i {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
		font-size: 23px;
		color:#edcead;
	}
    .endmenu li a {
        flex-direction: column;
        margin: 2vw 0;
        height: auto;
    }
    .endmenu li:hover a,
    .endmenu li.on a,
    .endmenu li:hover a *,
    .endmenu li.on a * {
        background-color: transparent;
        color: var(--tx-color);
    }	
	.phonehide{display:none;}
}

.tc_Masked{
		    background-color: rgb(0 0 0 / 63%);
		    position: fixed;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    z-index: 9999;
		}
		.tc_contetn{
		    position: fixed;
		    display: flex;
		    top: 50%;
		    left: 50%;
			width: 360px;
		    transform: translateX(-50%) translateY(-50%);
		    z-index: 99999;
		}
		.close_tc{
		    position: absolute;
			right: 10px;
			top: 11px;
		}
		.close_tc img{
		    width: 22px;
		    height: 22px;
		    margin-left: 5px;
		    margin-top: 0px;
		    cursor: pointer;
			background-color: #fff;
			border-radius: 50%;
		}
		.ope_tc{
		    background-color: #fff;
		    color: #000;
		    display: flex;
		    justify-content: space-around;
		    margin-top: -1px;
		    padding:10px 30px;
		    padding-top: 0;
            padding-bottom: 15px;
		}
		.ope_tc div{
		    padding: 4px 0;
		    flex: 6;
		    text-align: center;
		    cursor: pointer;
		    background-color: #ff5b82;
		    color: #fff;
		    border-radius: 8px;
            font-size: 16px;
		}
		.ope_tc div:first-child{
		    margin-right: 8px;
            background-color: #fff;
            color: #ff5b82;
            border: 1px solid #ff5b82;
		}
        #indexTc{
            /* height: 600px; */
            /* width: 300px; */
            background-color: #ff5b82;
			width: 100%;
        }
        .index_tc{
			
			width: 100%;
            background-color: #ff5b82;
            color: #fff;
            font-size: 14px;
            border-radius: 15px;
            overflow: hidden;
        }
        .index_tc .tc_h1{
            font-size: 18px;
            font-weight: bold;
            padding:10px 15px;
        }
        .index_tc .tc_content{
            background-color: #fff;
            color: #000;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            padding: 5px 14px;
        }
        .index_tc .tc_content .tc_list .tc_title{
            font-size: 14px;
            color: #383838;
            margin-bottom: 5px;
        }
        .index_tc .tc_content .tc_list .tc_title span{
            font-size: 15px;
        }
        .index_tc .tc_content .tc_list .tc_main{
            background-color: #F5F5F5;
            padding:5px 8px;
            padding-bottom: 6px;
            border-radius: 8px;
            margin: 5px 0;
        }
        .index_tc .tc_content .tc_list .tc_main .main_title{
            display: flex;
            margin-bottom: 4px;
            color: #383838;
        }
        .index_tc .tc_content .tc_list .tc_main .tc_main_content{
            margin-bottom: 6px;
        }
        .index_tc .tc_content .tc_list .tc_main .main_title ul li{
           color: #383838;
            list-style: disc;
            margin-left: 20px;
        }

        .index_tc .tc_content .tc_list .tc_main .main_title img{
            width: 30px;
            height: 30px;
        }
        .index_tc .tc_content .tc_list .tc_main .main_content{
            display: flex;
            border-radius: 50px;
            background-color: #fff;
            justify-content: space-between;
            margin-bottom: 4px;
        }
        .index_tc .tc_content .tc_list .tc_main .main_content .main_content_c{
			border: 1px solid #ccc;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
			border-right:none;
			flex: 1;
            display: flex;
            padding:4px 10px;
			font-size: 14px;
            color: #666;
			overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            align-items: center;
        }
		.index_tc .tc_content .tc_list .tc_main .main_content .main_content_c div{
			margin-bottom: 1px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #666;
            font-family:"SimHei";
            font-family:"榛戜綋";
            font-family:"\9ED1\4F53";
		}
        .index_tc .tc_content .tc_list .tc_main .main_content .main_content_c img{
         
            height: 15px;
            padding-right: 12px;
			
        }
        .index_tc .tc_content .tc_list .tc_main .main_content .main_content_copy{
            background-color: #ff5b82;
            padding:4px 10px;
            color: #fff;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            cursor: pointer;
			display: flex;
			align-items: center;
        }
        .index_tc .tc_content .tc_list .tc_main{}
        .index_tc .tc_content .tc_list .tc_main{}
        
		@media only screen and (max-width: 640px){
			.tc_contetn{
				width:78%;
			}
		}
        .loading-wrapper {
            /* width: 100px; */
            /* height: 100px; */
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.8);
            border-radius: 8px;
            color: #fff;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: none;
            font-size: 13px;
            z-index: 999999;
        }
        .loading-view {
            height: 40px;
            position: relative;
            margin: 10px 0;
        }
#myElement {
    white-space: pre-line; /* 或者可以使用pre、pre-wrap等值 */
}