:root {
	--tx-color: #F1F1F1;
	--tx-border: #2f2f2e;
	--tx-color2: #F1F1F1;
	--tx-color3: #030202;
	--tx-color4: #ffca6a;
	--tx-bg2: #0b172d
}

body {
	background-color: #1e1e32;
	color: #f1f1f1
}

a {
	color: #f1f1f1
}

.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: 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: 1em
}

.h-100 {
	height: 100%
}

.tx-spot {
	position: absolute;
	top: 0;
	right: 0;
	height: 1.6em;
	padding: 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 .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 .3em;
	height: 1.6em;
	background-color: #fc0;
	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: .75em
}

.ico-author-commen>span {
	height: 1.7em;
	color: #fff;
	border-radius: 3px;
	padding: 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: #fff;
	line-height: 2.8;
	height: 2.8em
}

.tx-textarea {
	background-color: var(--tx-bg2);
	color: #4c4c4c
}

.header {
	padding: 20px 0;
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	background-color: #1e1e32;
	transform: translateX(-50%)
}

.desktop-padding-top {
	padding-top: 120px
}

.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: #f1f1f1;
	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: #1e1e32;
	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
}

.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: .8em
}

.ico-right {
	position: absolute;
	right: 5px;
	bottom: 3px;
	font-size: .8em;
	color: #fff;
	z-index: 20
}

.ico-type {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-flex;
	height: 1.6em;
	font-size: .85em;
	align-items: center;
	padding: 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: #f1f1f1
}

.j19-btn1-group>* {
	margin: 0 8px 0 0
}

.info-tags.j19-btn1-group>* {
	margin-bottom: 5px
}

.j19-btn1-group>*.tx-bg {
	background: -webkit-linear-gradient(45deg, #fe628e, #ecaebf 80%);
	border-color: var(--tx-color);
	color: #1d2437
}

.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 .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
}

.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
}

.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;
	object-fit: contain;
	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 {}

.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: .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 .5em .5em 0;
	border-radius: 2px
}

.pagebar a:hover,
.pagebar .now-page {}

.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: -.6em;
	top: -.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: .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: .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: #f1f1f1;
	padding: 0
}

.tx-comment-item .tx-input {
	background-color: var(--tx-bg2);
	border: 1px solid var(--tx-border);
	color: #f1f1f1
}

.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, .08);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, .04);
	margin: 1em 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, .08);
	border-radius: 60%;
	opacity: .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: red
}

.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 {}

.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;
	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: .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-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 .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: .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 .3s ease 1;
	transform: scale(1)
}

.tx-tips>span del {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .9em;
	position: absolute;
	top: -1.6em;
	right: -.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 .2s ease 1;
	animation: tx_animation_display .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, .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 .3s ease 1;
	animation: tx_animation_size .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, .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: .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;
		position: fixed;
		background-color: #1e1e32;
		width: 96%;
		height: 60px
	}

	.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: #1e1e32;
		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: #f1f1f1;
		flex: auto
	}

	.wap-nav-box {
		display: flex;
		width: 100%;
		align-items: center;
		position: fixed;
		top: 59px;
		z-index: 999;
		background: #1e1e32;
		width: 96%
	}

	.home-flash .swiper-slide img {
		height: auto
	}

	.home-zhu-box li div {
		height: auto;
		padding: 3vw 3vw 3vw 40%;
		font-size: .9em
	}

	.author-bg-wap-img {
		margin: -2.5em 0 3vw;
		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: wrap
	}

	.wap-roll.custom-mobile-menu {
		max-height: 80px
	}

	.wap-roll>* {
		flex: none
	}

	.wap-w100 {
		margin-left: -2vw;
		margin-right: -2vw
	}

	.footer {
		padding: 2vw 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: .7em
	}

	.tx-wap-spot {
		position: absolute;
		top: 0;
		right: 0;
		height: 1.6em;
		padding: 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;
		flex-wrap: wrap;
		justify-content: start
	}

	.wap-tab a {
		display: block;
		width: 14%;
		width: auto;
		font-size: 16px;
		margin-right: 10px !important;
		text-align: center
	}

	.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: 400;
	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: 700;
	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: #fff;
	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
}

@media(max-width:767px) {
	.mac_pop {
		width: 95% !important;
		height: 38% !important
	}
}

.w-100 {
	width: 100%
}

.justify-content-left {
	justify-content: left
}

.rounded-circle {
	border-radius: 50% !important
}

.fw-bold {
	font-weight: 700
}

.logo,
.logo * {
	height: 65px
}

@media screen and (max-width:768px) {

	.logo,
	.logo * {
		height: 2.8em
	}
}

.tx-wide {
	width: 100%;
	max-width: 95%
}

.main-gradient-wrapper,
.main-gradient-wrapper a,
.main-gradient-text {
	font-weight: 700
}

.main-gradient-text.on,
.main-gradient-wrapper .on {
	background: linear-gradient(45deg, #fe628e, #ecaebf 80%);
	background: -webkit-linear-gradient(45deg, #fe628e, #ecaebf 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	color: unset
}

.main-gradient-text:hover,
.main-gradient-wrapper a:hover,
.main-gradient-wrapper li:hover,
a:hover,
.tab-hd>*.on,
.tab-t>*.on {
	background: linear-gradient(45deg, #fe628e, #ecaebf 80%);
	background: -webkit-linear-gradient(45deg, #fe628e, #ecaebf 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	color: unset
}

.main-gradient-background.on,
.main-gradient-background:hover,
.main-gradient-background.on a,
.pagebar .now-page {
	background: -webkit-linear-gradient(45deg, #fe628e, #ecaebf 80%);
	font-weight: 700;
	border-radius: 8px
}

.main-gradient-background.on i,
.main-gradient-background.on a {
	color: #232974
}

.main-gradient-background:hover,
.main-gradient-background a:hover,
.main-gradient-background li:hover,
.pagebar .now-page:hover {
	-webkit-text-fill-color: #000
}

.tx-btn,
.play-url.active {
	background: -webkit-linear-gradient(45deg, #fe628e, #ecaebf 80%);
	font-weight: 700;
	color: #1d2437
}

.tx-btn:hover,
.play-url.active:hover {
	background: -webkit-linear-gradient(45deg, #fe628e, #ecaebf 80%);
	font-weight: 700;
	-webkit-text-fill-color: #fff
}

.tx-input:focus,
.tx-select:focus,
.tx-textarea:focus {
	border-color: #fe628e !important
}

.tx-radius {
	border-radius: 15px
}

.neonText {
	color: #fff;
	text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa
}

.mb-5px {
	margin-bottom: 5px
}

.nav li a i,
.flex-c-a i {
	font-size: 1.6em
}

.nav li a,
.flex-c-a {
	margin: 0;
	white-space: nowrap
}

ul.nav li {
	width: 60px;
	text-align: center
}

.tab-hd>*.on::after,
.tab-t>*.on::after {
	display: none
}

.nav-wap-style li a {
	justify-content: left
}

.home-flash .swiper-slide img {
	object-fit: fill;
	height: 100%;
	object-fit: cover;
	height: 100%;
	aspect-ratio: 3/1
}

.zzs-main section {
	overflow: hidden
}

.zzs-main p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.play-head {
	background: #91919129;
	padding: 10px 20px;
	border-radius: 5px;
	display: flex;
	align-items: center
}

.foot-logo img {
	object-fit: contain
}

.footer {
	padding: 0
}

.mobile-padding-top {
	display: none
}

.custom-video-list li {
	width: 24%;
	display: inline-block
}

.custom-type-column {
	overflow: hidden
}

.custom-type-column li {
	width: calc(100%/12)
}

@media screen and (max-width:768px) {
	.tx-wide {
		width: 100%;
		max-width: 100%
	}

	ul.nav li {
		width: auto;
		text-align: left;
		margin-right: 8px;
		width: 14%;
		text-align: center;
		font-size: 12px
	}

	.wap-tab {}

	.wap-tab a {
		white-space: nowrap
	}

	.gg-box {
		max-height: 15vh
	}

	.mobile-padding-top {
		display: block;
		padding-top: 120px
	}

	.desktop-padding-top {
		padding-top: 0
	}

	.custom-video-list {
		width: 100%
	}

	.custom-video-list li {
		width: 50%
	}

	.custom-type-column {
		overflow: hidden
	}

	.custom-type-column li {
		width: calc(100%/5)
	}
}