@charset "utf-8";

:root {
	--red: #F53851;
	--vipcolor: #E6A898;
	--bgcolor: #1f1f29;
	--font4: rgba(255, 255, 255, .4);
	--font6: rgba(255, 255, 255, .6);
	--font9: rgba(255, 255, 255, .9)
}

a:hover {
	color: var(--red)
}

body {
	color: #999;
	font: 12px/1.5 PingFangSC-Regular, Tahoma, Microsoft Yahei, sans-serif;
	font-size: 14px
}

a {
	color: #111
}

a:hover {
	text-decoration: none;
	color: #e73c31
}

.hd-header {
	position: relative
}

.hd-topbar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 220
}

.hd-topbar svg.icon {
	display: block;
	width: 100%;
	height: 100%
}

.hd-topbar-inner {
	margin: 0 auto;
	position: relative;
	height: 68px;
	font: 12px/1.5 PingFang-SC-Medium, PingFangSC-Regular, Tahoma, Microsoft Yahei, sans-serif;
	width: 1856px
}

.hd-logo {
	float: left;
	margin: 21px 36px 0 0
}

.hd-logo h1 {
	width: 108px;
	height: 27px;
	display: block;
	float: left;
	background-image: url(../fonts/logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -500px;
	overflow: hidden
}

.hd-logo .logo-link {
	display: block;
	height: 100%
}

.hd-logo .adv-pic {
	width: 100px;
	height: 40px;
	border-radius: 4px;
	vertical-align: middle;
	margin: 3px 0 0 0
}

.hd-logo .adv-link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 1px;
	margin: 0 8px;
	background: linear-gradient(-180deg, rgba(226, 226, 226, 0) 8%, #777373 56%, rgba(226, 226, 226, 0) 95%)
}

.hd-nav {
	display: none;
	float: left;
	margin-right: 6px;
	margin-top: 26px
}

.hd-subMenu li .txt {
	font-size: 16px;
	line-height: 16px;
	color: rgba(255, 255, 255, .8);
	display: block
}

.hd-subMenu li .txt:hover,
.hd-subMenu li:hover .txt {
	color: var(--red) !important
}

.hd-subMenu li .txt:hover .txt-end,
.hd-subMenu li:hover .txt .txt-end {
	transform: rotate(180deg)
}

.hd-subMenu li .txt-end {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	padding: 0;
	margin-left: 4px;
	vertical-align: middle;
	transition: transform .2s ease
}

.hd-subMenu .hd-subnav.on .hd-nav-channel-more {
	display: block !important
}

.hd-subMenu .hd-nav-channel-more {
	display: none;
	background: rgba(46, 46, 61, .84);
	position: absolute;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 10px;
	top: 68px
}

.hd-subMenu .hd-nav-channel-more::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	display: inline-block;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 9px solid rgba(46, 46, 61, .84);
	position: absolute;
	top: -9px;
	left: 13px
}

.channel-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 24px 24px;
	padding: 24px
}

.channel-item:nth-child(5) i {
	/* font-family: DIN-BlackItalic */
}

.channel-item a {
	display: block;
	/* font-family: PingFangSC-Semibold; */
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	font-weight: 600;
	cursor: pointer
}

.channel-item a:hover {
	color: var(--red)
}

.hd-header form {
	display: none
}

sh-search {
	width: 360px;
	display: block;
	transition: width .2s ease
}

sh-search.act {
	width: 518px
}

@media screen and (max-width:1710px) {
	sh-search {
		width: 260px
	}

	sh-search.act {
		width: 382px
	}
}

@media screen and (max-width:1420px) {

	sh-search,
	sh-search.act {
		width: 240px
	}
}

.hd-header .hd-search {
	position: absolute;
	right: 369px;
	top: 12px;
	z-index: 1
}

.hd-search .G-soResult {
	border-radius: 5px;
	top: 45px;
	left: 5px;
	right: 10px
}

.hd-search .hd-input {
	float: left;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	color: var(--font6) !important;
	font-size: 14px;
	vertical-align: top;
	padding: 13px 152px 13px 16px;
	outline: 0;
	background: 0 0;
	background-image: linear-gradient(130deg, rgba(119, 119, 153, .3) 0, rgba(255, 119, 133, .2) 100%);
	border-radius: 20px
}

.hd-search .hd-input:hover {
	background-image: linear-gradient(130deg, rgba(119, 119, 153, .5) 0, rgba(255, 119, 133, .4) 100%)
}

.hd-search .hd-submit-wrap {
	display: none
}

.hd-search a.hd-submit {
	position: absolute;
	right: 0;
	width: 56px;
	height: 40px;
	cursor: pointer;
	border-radius: 20px;
	border: none;
	text-align: center;
	line-height: 40px;
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-image: url(../fonts/bg-search.svg);
	z-index: 1
}

.hd-search .hd-submit:hover {
	background-position: 0 -50px
}

.hd-search .hd-submit-text {
	display: none
}

.hd-search .search-hot {
	position: absolute;
	top: 0;
	right: 40px;
	font-size: 14px;
	color: var(--font4);
	text-align: right;
	line-height: 40px;
	height: 40px;
	display: block !important;
	padding-right: 32px
}

.hd-search .search-hot:hover {
	color: var(--red)
}

.hd-search .search-hot:hover .icon-hot {
	opacity: .8
}

.hd-search .search-hot .icon-hot {
	width: 22px;
	height: 22px;
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
	margin: 7px 3px 0 0;
	opacity: .2
}

.hd-search .search-hot .icon-hot .icon {
	display: block
}

.hd-function {
	float: right
}

.hd-fBtnBox {
	text-align: center
}

.hd-fBox {
	float: left;
	margin-right: 15px;
	position: relative
}

.hd-fBtn {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 8px;
	width: 39px;
	color: hsla(0, 0%, 100%, .25)
}

.hd-fBox .fico {
	color: #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 1;
	vertical-align: top;
	transform-origin: top center;
	transition: all .3s
}

.hd-fBox .fico:hover,
.hd-fBox:hover .fico {
	color: var(--red)
}

.hd-fBtn .fico-vip {
	background: url(../fonts/vip.svg) no-repeat;
	background-position: center;
	background-size: contain
}

.hd-fBox .fico-app-tip {
	position: absolute;
	top: 15px;
	right: -18px;
	width: 39px;
	height: 16px
}

.hd-fBox .hd-fBtn .text {
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: hidden
}

.hd-fBox-user {
	margin: 0 0 0 18px
}

.hd-fBtn-user {
	width: 40px;
	height: 40px;
	padding: 14px 0;
	position: relative;
	display: block
}

.hd-fCont {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(46, 46, 61, .84);
	border-radius: 10px;
	position: absolute;
	top: 67px;
	right: 0;
	color: #fff;
	width: 340px;
	height: 260px;
	display: none;
	font-size: 14px;
	box-sizing: border-box;
	box-shadow: 0 1px 16px rgba(0, 0, 0, .5)
}

.hd-fCont:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	display: inline-block;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 9px solid rgba(46, 46, 61, .84);
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -4.5px
}

.hd-fBoxVis .hd-fCont {
	display: block;
	-webkit-animation: boxfadeIn .3s ease forwards;
	animation: boxfadeIn .3s ease forwards
}

@keyframes boxfadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes boxfadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.hd-topbar .uico,
.hd-topbar .vico {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 36px;
	margin-right: 8px
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.hd-fBox-vip {
	margin-right: 23px
}

.fico-vip-tip {
	position: absolute;
	top: 15px;
	width: 49px;
	right: -28px;
	-webkit-animation: headShake 1s .5s ease-in-out both;
	animation: headShake 1s .5s ease-in-out both
}

.hd-vip {
	width: 360px;
	height: auto;
	padding: 20px 25px;
	left: -163px
}

.hd-vip .hd-vip-box {
	display: flex;
	justify-content: space-between
}

.hd-vip .vipleft {
	margin-top: 45px
}

.hd-vip .vip-item {
	margin-bottom: 30px;
	color: var(--font9);
	/* font-family: PingFangSC-Medium; */
	font-weight: 500
}

.hd-vip .vip-item .text {
	font-size: 14px;
	text-align: right;
	line-height: 14px;
	font-weight: 500;
	color: var(--font9)
}

.hd-vip .vip-item .text:hover {
	color: var(--vipcolor)
}

.hd-vip .vip-item .vico {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	width: 20px;
	height: 20px
}

.hd-vip .vip-item a {
	display: flex;
	align-items: center
}

.hd-vip .btn-joinvip {
	display: block;
	width: 312px;
	height: 34px;
	line-height: 34px;
	/* font-family: PingFangSC-Semibold; */
	font-size: 14px;
	color: #562117;
	font-weight: 600;
	background-image: linear-gradient(90deg, #ffd4bc 0, #df9f8e 99%);
	border-radius: 17px;
	text-align: center
}

.hd-vip .btn-joinvip:hover {
	background-image: linear-gradient(90deg, rgba(255, 212, 188, .7) 0, rgba(223, 159, 142, .7) 99%)
}

.hd-vip .qrbox {
	display: flex;
	flex-direction: column;
	width: 156px;
	text-align: center
}

.hd-vip .qrbox .qr-title {
	font-size: 14px;
	color: rgba(230, 168, 152, .9);
	position: relative;
	margin-bottom: 8px;
	line-height: 18px
}

.hd-vip .qrbox .qr-title::after,
.hd-vip .qrbox .qr-title::before {
	content: '';
	position: absolute;
	top: 10px;
	width: 26px;
	height: 1px
}

.hd-vip .qrbox .qr-title::before {
	left: 0;
	background-image: linear-gradient(90deg, rgba(235, 203, 194, 0) 0, #d39b8f 100%)
}

.hd-vip .qrbox .qr-title::after {
	right: 0;
	background-image: linear-gradient(90deg, #d39b8f 0, rgba(235, 203, 194, 0) 100%)
}

.hd-vip .qrbox .qr-img {
	width: 150px;
	height: 150px;
	margin: 0 auto 8px auto
}

.hd-vip .qrbox .qr-img img {
	width: 100%
}

.hd-vip .qrbox .qr-desc {
	/* font-family: PingFangSC-Medium; */
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px
}

.hd-history {
	width: 377px;
	height: auto;
	min-height: 180px;
	max-height: 490px;
	right: -167px;
	border-radius: 10px
}

.hd-history-list {
	padding-top: 18px;
	margin-bottom: 24px
}

.hd-history-list-box {
	padding: 0 24px;
	margin-top: 24px;
	max-height: 416px;
	overflow: auto;
	position: relative;
	box-sizing: border-box
}

.hd-history .item {
	position: relative;
	padding: 0 0 0 133px;
	margin: 0 0 10px 0;
	height: 69px;
	overflow: hidden
}

.hd-history .item .item-info a {
	color: var(--font6)
}

.hd-history .item:hover .item-bti {
	color: var(--red)
}

.hd-history .item:hover .item-info a:hover {
	color: var(--red)
}

.hd-history .item-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 121px;
	height: 69px
}

.hd-history .item-photo .photo {
	border-radius: 6px;
	width: 100% !important;
	height: 100% !important
}

.hd-history .item-photo .update {
	display: none
}

.hd-history .item-bti {
	display: block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	color: var(--font9);
	/* font-family: PingFangSC-Medium */
}

.hd-history .item-info {
	color: var(--font6);
	font-size: 14px;
	line-height: 14px
}

.hd-history .item-info .fgx {
	display: inline-block;
	width: 1px
}

.hd-history .item-info .see-pc,
.hd-history .item-info .see-phone {
	background: url(../fonts/see-ico.svg) no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 5px 0 0
}

.hd-history .item-info .see-phone {
	background-position: 0 -20px;
	width: 10px;
	height: 16px
}

.hd-history .item .fgx {
	margin: 0 8px
}

.hd-history .item:last-child {
	margin-bottom: 0
}

.hd-history .date {
	position: relative;
	color: var(--font6)
}

.hd-history .check-box {
	display: none
}

.hd-history .check {
	color: var(--red);
	position: absolute;
	top: 0;
	right: 24px;
	z-index: 100;
	cursor: pointer;
	user-select: none;
	color: var(--font9);
	height: 17px;
	line-height: 17px;
	font-size: 14px
}

.hd-history .check .ipt-switch {
	margin-left: 8px;
	display: inline-block;
	vertical-align: top
}

.hd-history .date-old {
	padding: 0 0 10px 10px;
	margin-top: -3px
}

.hd-history-more {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.hd-history-more a {
	color: rgba(255, 255, 255);
	font-size: 14px
}

.hd-history-more a:hover {
	color: var(--red)
}

.hd-history-tongbu {
	text-align: center;
	width: 280px;
	height: 320px;
	right: -118px
}

.hd-history-tongbu .history-tips {
	background: url(../fonts/login-logo.svg) no-repeat;
	background-size: 90px 30px
}

.hd-fBox .way-phone {
	background-position: 0 -15px
}

.hd-fBox .way-qq {
	background-position: -15px -15px
}

.hd-fBox .way-weixin {
	background-position: -30px -15px
}

.hd-fBox .way-sina {
	background-position: -45px -15px
}

.hd-fBox .way-zhi {
	background-position: -60px -15px
}

.hd-fBox .way-baidu {
	background-position: -75px -15px
}

.hd-person {
	width: 276px;
	padding: 22px 24px 0;
	height: 251px
}

.hd-person:before {
	right: 12px;
	left: auto
}

.hd-person-info {
	height: 32px;
	padding: 0;
	font-size: 16px;
	opacity: .9;
	font-weight: 500
}

.hd-person-info .user {
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	background-image: url(../fonts/icon-normal.svg);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: center right
}

.hd-person-info .exit {
	margin-top: 1px;
	opacity: .6;
	font-size: 14px;
	color: #fff
}

.hd-person-info .exit:hover {
	color: var(--red);
	opacity: 1
}

.hd-person-vip {
	margin: 0 0 16px;
	color: #e8d4b7;
	position: relative
}

.hd-person-vip .adv {
	padding: 0
}

.hd-person-vip .btn-xufei {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 80px;
	background-image: linear-gradient(128deg, #ffeddc 0, #ffc3a6 100%);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .6);
	border-radius: 15px;
	font-size: 14px;
	color: #692a1e;
	text-align: center;
	font-weight: 600;
	line-height: 30px
}

.hd-person-vip .btn-xufei:hover {
	background-image: linear-gradient(128deg, #fff4e9 0, #ffdccb 100%);
	box-shadow: inset 0 1px 0 0 #fff
}

.hd-person-vip .adv {
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.hd-person-enter {
	font-size: 14px;
	color: #fff;
	display: block;
	position: relative;
	margin-bottom: 17px
}

.hd-person-enter:after {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .4;
	background-image: linear-gradient(203deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .57) 50%, rgba(255, 255, 255, 0) 96%)
}

.hd-person-enter .arr {
	float: right;
	margin: 8px 3px 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate3d(0, -50%, 0) rotate(45deg)
}

.hd-person-enter:hover .arr {
	border-top: 2px solid var(--red);
	border-right: 2px solid var(--red)
}

.hd-person-fun {
	padding: 16px 0 0 0
}

.hd-person-fun .item {
	display: inline-block;
	cursor: pointer;
	width: 50%;
	float: left;
	margin: 0 11% 16px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	position: relative
}

.hd-person-fun .item:hover {
	color: var(--red)
}

.hd-person-fun .item-rss,
.hd-person-fun .item-video {
	width: 39%;
	margin: 0 0 16px
}

.hd-person-fun .item .text {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	height: 24px
}

.hd-person-xufei {
	padding: 10px 24px
}

.hd-person-xufei .item {
	color: #faac98
}

.hd-person-xufei .item:hover {
	color: var(--red)
}

.hd-person-xufei .xufei-info {
	height: 90px;
	width: 256px;
	background: url(../fonts/icon-vip.svg);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: 700
}

.hd-person-xufei .xufei-info .user {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-image: -webkit-linear-gradient(0deg, #c26d4e, #692a1e)
}

.hd-person-xufei .xufei-info .exit {
	position: absolute;
	color: #8e553d;
	font-size: 14px;
	top: 15px;
	right: 16px
}

.hd-person-xufei .xufei-info .exit:hover {
	color: var(--red)
}

.hd-person-xufei .xufei-info .vip-tips {
	display: none
}

.hd-person-xufei .xufei-info .btn-xufei-ico {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 80px;
	background-image: linear-gradient(128deg, #ffeddc 0, #ffc3a6 100%);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .6);
	border-radius: 15px;
	font-size: 14px;
	color: #692a1e;
	text-align: center;
	font-weight: 600;
	line-height: 30px
}

.hd-person-xufei .xufei-info .btn-xufei-ico:hover {
	background-image: linear-gradient(128deg, #fff4e9 0, #ffdccb 100%);
	box-shadow: inset 0 1px 0 0 #fff
}

.hd-person-xufei .xufei-info .date {
	font-size: 14px;
	color: #692a1e
}

.hd-person-xufei .hd-person-enter {
	color: #faac98
}

.hd-person-xufei .hd-person-enter:hover {
	color: var(--red)
}

.hd-person-xufei .hd-person-enter .arr {
	border-color: #faac98
}

.hd-person-xufei .hd-person-enter:hover .arr {
	border-top: 2px solid var(--red);
	border-right: 2px solid var(--red)
}

.hd-person-xufei .hd-person-enter:after {
	background-image: linear-gradient(203deg, rgba(185, 148, 137, 0) 0, rgba(184, 146, 135, .57) 50%, rgba(132, 91, 81, 0) 96%)
}

.hd-person-fun .item .ico {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 8px
}

.hd-person-fun .item .tips {
	background: var(--red);
	height: 14px;
	padding: 0 5px;
	line-height: 14px;
	-webkit-border-radius: 24px;
	color: #fff;
	font-size: 12px;
	border-radius: 24px;
	position: absolute;
	top: -3px;
	right: 5px;
	display: none
}

.hd-login {
	text-align: center;
	width: 420px;
	height: auto;
	padding: 22px 44px
}

.hd-login:before {
	left: auto;
	right: 12px
}

.hd-login-qr {
	display: flex
}

.hd-login-qr .hd-login-qr-left {
	width: 139px;
	height: 212px;
	margin-left: -18px;
	margin-right: 14px;
	background-image: url(../images/hd-login-bg.png);
	background-size: cover
}

.hd-login-qr .hd-login-qr-right .qr-tt {
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-family: PingFangSC-Medium; */
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	font-weight: 500
}

.hd-login-qr .hd-login-qr-right .qr-tt::after,
.hd-login-qr .hd-login-qr-right .qr-tt::before {
	content: '';
	width: 26px;
	height: 1px;
	display: block;
	opacity: .2;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	margin-right: 8px
}

.hd-login-qr .hd-login-qr-right .qr-tt::after {
	background-image: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
	margin-left: 8px;
	margin-right: 0
}

.hd-login-qr .hd-login-qr-right .qr-desc {
	/* font-family: PingFangSC-Regular; */
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	text-align: center;
	line-height: 14px;
	margin-top: 15px
}

.hd-login-qr .hd-login-qr-right .qr-desc:last-child {
	margin-top: 6px
}

.hd-login-qr .hd-login-qr-right .qr-desc span {
	color: #f53851
}

.hd-login-photo {
	border-radius: 8px;
	margin-top: 16px
}

.hd-login-logo {
	color: #999;
	position: relative;
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.hd-login .other {
	position: absolute;
	bottom: 50px;
	left: 187px
}

.hd-login .eico {
	background: url(../images/hd-login-logo.svg) no-repeat;
	cursor: pointer;
	width: 32px;
	height: 32px
}

.hd-login .eico:hover {
	opacity: .6
}

.hd-login .eico-qq {
	background-position: -40px 0
}

.hd-login .eico-weixin {
	background-position: -80px 0
}

.hd-login .eico-sina {
	background-position: -120px 0
}

.hd-login .eico-zhi {
	background-position: -160px 0
}

.hd-login .eico-baidu {
	background-position: -200px 0
}

.hd-login .zhuce {
	position: absolute;
	top: 16px;
	right: 16px;
	color: rgba(255, 255, 255, .7);
	/* font-family: PingFang-SC-Medium; */
	font-size: 14px;
	line-height: 14px;
	font-weight: 500
}

.hd-login .zhuce:hover {
	color: #f53851
}

.ipt-switch {
	display: block;
	height: 17px;
	width: 29px;
	position: relative;
	border-radius: 16px;
	cursor: pointer;
	outline: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

.ipt-switch:before {
	box-sizing: border-box;
	height: 17px;
	width: 29px;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background: #727275;
	border-radius: 16px;
	z-index: 1
}

.ipt-switch:after {
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	content: ' ';
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
	border-radius: 16px;
	z-index: 2;
	top: 2px;
	left: inherit;
	right: 2px
}

.ipt-switch:checked {
	background: var(--red)
}

.ipt-switch:checked::before {
	display: none
}

.ipt-switch:checked::after {
	top: 2px;
	left: 2px
}

.hd-topbar-fix {
	position: fixed;
	background: rgba(39, 39, 51, .9);
	box-shadow: 0 28px 50px rgba(25, 24, 40, .35);
	-webkit-animation: fadeIn .6s;
	animation: fadeIn .6s
}

.hd-topbar-fix:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px)
}

.hd-topbar-fix .hd-nav {
	display: block
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.hd-nav-main {
	height: 78px;
	font-size: 16px;
	margin: 0 auto 10px;
	padding: 15px 0;
	overflow: hidden
}

.hd-nav-main .nav-main-inner {
	margin: 0 auto;
	height: 100%;
	position: relative;
	overflow: hidden
}

.hd-nav-main .nav-item {
	float: left;
	position: relative
}

.hd-nav-main .nav-item-row {
	line-height: 30px;
	margin-bottom: 7px
}

.hd-nav-main .sort-bti {
	font-weight: 600;
	display: block;
	margin: 0 0 6px;
	font-size: 24px
}

.hd-nav-main .sort {
	margin-right: 10px
}

.hd-nav-main .sort a,
.hd-nav-main .sort3 a,
.hd-nav-main .sort4 a {
	color: rgba(255, 255, 255, .7)
}

.hd-nav-main .item3 {
	margin: 0 48px 0 0;
	width: 314px
}

.hd-nav-main .item3 .sort3 {
	margin: 0;
	width: 99px;
	display: inline-block
}

.hd-nav-main .item3 .sort3:last-child {
	width: 85px
}

.hd-nav-main .item4 {
	width: 430px;
	position: relative
}

.hd-nav-main .item4 .sort4 {
	width: 100px;
	display: inline-block
}

.hd-nav-main .item3:after,
.hd-nav-main .item4:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	right: 0;
	transform: rotate(-180deg);
	background-image: linear-gradient(203deg, rgba(255, 255, 255, 0) 0, rgba(209, 209, 209, .5) 50%, rgba(255, 255, 255, 0) 96%)
}

.hd-nav-main .nav-other {
	float: right;
	margin: 2px -15px 0 0;
	width: 232px;
	position: relative
}

.hd-nav-main .nav-self,
.hd-nav-main .nav-vip {
	width: 110px;
	float: left;
	display: block;
	text-align: center;
	position: relative
}

.hd-nav-main .nav-vip::before {
	content: '';
	display: block;
	width: 29px;
	height: 30px;
	background: url(../fonts/nav-vip.svg) no-repeat;
	margin: 0 auto 10px
}

.hd-nav-main .nav-self::before {
	content: '';
	display: block;
	width: 28px;
	height: 30px;
	background: url(../fonts/nav-self.svg) no-repeat;
	margin: 0 auto 10px
}

.hd-nav-main .nav-item-main {
	float: left;
	width: 170px
}

.hd-nav-sub {
	background: #f4f4f4;
	height: 40px;
	margin: 68px 0 0;
	line-height: 40px;
	position: static;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-width: 972px
}

.hd-nav-sub .nav-sub-inner {
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 167px
}

.hd-nav-sub .sub-item {
	margin: 0 25px 0 0
}

.hd-nav-sub .subweight {
	font-weight: 700
}

.hd-nav-sub .subred {
	color: #e73c31
}

#footArea {
	background: #fcfcfc;
	height: 145px;
	min-width: 980px
}

.footLink {
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0 15px 0
}

.footLink dl {
	float: left;
	line-height: 24px;
	padding: 0 60px 0 0
}

.footLink dl:last-child {
	padding: 0
}

.footLink dl dd:last-child a {
	margin: 0
}

.footLink dd.lastdd {
	width: 70px
}

.footLink .did_line {
	border-right: 1px dotted #ddd;
	float: left;
	content: "";
	display: block;
	width: 1px;
	height: 90px;
	margin: 10px 37px 0 -20px
}

.footLink dt {
	margin-bottom: 5px
}

.footLink dt a {
	font-weight: 600;
	font-size: 14px;
	color: #111
}

.footLink dt a:hover {
	color: #dd0d0b
}

.footLink dd a {
	margin-right: 26px;
	color: #999
}

.footLink dd a:hover {
	color: #d80c18
}

.footLink .d1 {
	margin: 5px 0 0
}

.footLink dd {
	float: left
}

#foot {
	padding: 15px 0 30px;
	word-spacing: 4px
}

#foot .mailto,
#foot .unline a {
	color: #999
}

#foot .area {
	line-height: 210%
}

.hd-nav-main {
	position: relative
}

.hd-nav-main a {
	color: #fff
}

.hd-nav-main a:hover {
	color: #e73c31
}

.body-black .hd-topbar-open .hd-nav-main .sort a,
.body-black .hd-topbar-open .hd-nav-main .sort-end a,
.body-black .hd-topbar-open .hd-nav-main .sort-zongyi a {
	color: rgba(255, 255, 255, .5)
}

.hd-topbar-open .nav-item .sort-bti,
.hd-topbar-open .nav-item .sort3 {
	font-size: 14px
}

.hd-topbar-open .hd-nav-main .nav-self,
.hd-topbar-open .hd-nav-main .nav-vip {
	font-size: 16px
}

.hd-topbar-open .hd-nav-main {
	height: 98px;
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.hd-topbar-open .hd-nav-main .nav-main-inner {
	margin: 0 auto;
	height: 98px;
	overflow: hidden
}

.hd-topbar-open .hd-nav-main .nav-item {
	float: left;
	position: relative;
	margin-right: 67px;
	padding: 13px 0 0
}

.hd-topbar-open .hd-nav-main .nav-item-row {
	height: 37px;
	line-height: 30px;
	margin-bottom: 0
}

.hd-topbar-open .hd-nav-main .sort a,
.hd-topbar-open .hd-nav-main .sort-end a,
.hd-topbar-open .hd-nav-main .sort-zongyi a {
	color: rgba(51, 51, 51, .5)
}

.hd-topbar-open .hd-nav-main .sort a:hover,
.hd-topbar-open .hd-nav-main .sort-end a:hover,
.hd-topbar-open .hd-nav-main .sort-zongyi a:hover {
	color: #e73c31
}

.hd-topbar-open .hd-nav-main .bti-ico {
	display: inline-block;
	width: 24px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../fonts/nav-ico.svg) no-repeat -45px -1px;
	margin-top: -2px
}

.hd-topbar-open .hd-nav-main .ico-movie {
	background-position: -45px -41px
}

.hd-topbar-open .hd-nav-main .ico-show {
	background-position: -45px -119px
}

.hd-topbar-open .hd-nav-main .ico-comic {
	background-position: -45px -81px
}

.hd-topbar-open .hd-nav-main .sort,
.hd-topbar-open .hd-nav-main .sort-end,
.hd-topbar-open .hd-nav-main .sort-zongyi {
	width: 75px;
	display: inline-block
}

.hd-topbar-open .hd-nav-main .sort-bti {
	font-weight: 600;
	margin-right: 14px;
	width: 81px;
	display: inline-block;
	position: relative;
	padding-right: 16px
}

.hd-topbar-open .hd-nav-main .sort-bti:after {
	content: "";
	display: inline-block;
	height: 14px;
	width: 1px;
	position: absolute;
	right: 1px;
	top: 9px;
	background: #d8d8d8
}

.hd-topbar-open .hd-nav-main .item1 .nav-item-row {
	padding: 0 10px 0 0
}

.hd-topbar-open .hd-nav-main .item1 .sort-end {
	width: 2em
}

.hd-topbar-open .hd-nav-main .item2 .nav-item-row {
	padding: 0 10px 0 0
}

.hd-topbar-open .hd-nav-main .item2 .sort-bti {
	padding: 0
}

.hd-topbar-open .hd-nav-main .item2 .sort-zongyi {
	width: 5em
}

.hd-topbar-open .hd-nav-main .item2 .sort-end {
	width: 2em
}

.hd-topbar-open .hd-nav-main .item3 {
	padding-left: 6px
}

.hd-topbar-open .hd-nav-main .item3 .sort3,
.hd-topbar-open .hd-nav-main .item3 .sort3-end {
	margin: 0;
	width: 105px;
	font-weight: 600;
	display: inline-block
}

.hd-topbar-open .hd-nav-main .item3 .sort3:after {
	display: none
}

.hd-topbar-open .hd-nav-main .item3 .sort3-end {
	width: 4em
}

.hd-topbar-open .hd-nav-main .item4 {
	margin: 0
}

.hd-topbar-open .hd-nav-main .item3:after,
.hd-topbar-open .hd-nav-main .item4:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 5px;
	right: 0;
	background: linear-gradient(-180deg, rgba(226, 226, 226, 0) 8%, #d4d4d4 56%, rgba(226, 226, 226, 0) 95%);
	margin-top: 0
}

.hd-topbar-open .hd-nav-main .nav-other {
	float: right;
	margin-top: -6px;
	width: 232px;
	padding-top: 13px
}

.hd-topbar-open .hd-nav-main .nav-join,
.hd-topbar-open .hd-nav-main .nav-vip {
	width: 110px;
	float: left;
	display: block;
	text-align: center
}

.hd-topbar-open .hd-nav-main .nav-vip {
	color: #c79f6e;
	display: block;
	margin-right: 12px
}

.hd-topbar-open .hd-nav-main .vip-ico {
	background: url(../fonts/vip.svg) no-repeat 0 -30px;
	display: inline-block;
	width: 27px;
	height: 24px;
	vertical-align: middle
}

.hd-topbar-open .hd-nav-main .join-ico {
	background: url(../fonts/join-self.svg) no-repeat;
	width: 110px;
	height: 60px;
	display: block
}

.hd-topbar-open .hd-nav-main .sort {
	margin-right: 0
}

.hd-topbar-open .hd-nav-main .item3 {
	width: auto
}

@media screen and (max-width:1998px) {
	.hd-topbar-inner {
		width: 1589px
	}
}

@media screen and (max-width:1710px) {
	.hd-topbar-inner {
		width: 1260px
	}
}

@media screen and (max-width:1420px) {
	.hd-topbar-inner {
		width: 1048px
	}
}

.hd-history-list .item .active {
	display: none
}

.hd-history-list .item:hover .active {
	display: block
}

.hd-history-list .item .default {
	display: block
}

.hd-history-list .item:hover .default {
	display: none
}

.hd-topbar .hd-nav-main {
	display: none
}

.hd-topbar-open .hd-nav-main {
	display: block;
	margin: 0;
	padding: 0;
	background: 0 0
}

.hd-topbar-open .hd-nav-main a {
	color: #111
}

.hd-topbar-open .hd-nav-main a:hover {
	color: #e73c31
}

.cannotselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hd-fBtn-userlogin {
	background: 0 0
}

.scroll-bar::-webkit-scrollbar {
	width: 5px;
	height: 10px
}

.scroll-bar::-webkit-scrollbar-track:vertical {
	background-color: transparent
}

.scroll-bar::-webkit-scrollbar-thumb:vertical {
	background-color: #313136
}

.scroll-bar::-webkit-scrollbar-thumb {
	border-radius: 5px
}

.adv-link {
	display: none;
	float: left;
	margin-top: -9px
}

.hd-login-float {
	position: fixed;
	bottom: 20px;
	right: 95px;
	width: 306px;
	height: 123px;
	z-index: 998;
	/* font-family: PingFangSC-Regular; */
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: show_float_login;
	animation-name: show_float_login
}

@keyframes show_float_login {
	0% {
		-webkit-transform: translateY(160px);
		transform: translateY(160px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.hd-login-float:before {
	content: '';
	background: url('../images/float_banner.png') no-repeat 0 0/100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 10px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	-moz-backdrop-filter: blur(20px);
	overflow: hidden
}

.hd-login-float:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 133px;
	width: 130px;
	margin: 0 8px;
	position: absolute;
	right: -48px;
	bottom: -20px;
	z-index: 1;
	background: url('../images/float-banner-ico.png') no-repeat 0 0/100%
}

.hd-login-float .login-float-words {
	position: absolute;
	top: 18px;
	left: 18px
}

.hd-login-float h1 {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	text-shadow: 0 1px 6px rgba(79, 1, 34, .2);
	/* font-family: PingFangSC-Medium */
}

.hd-login-float h2 {
	opacity: .8;
	font-size: 14px;
	color: #fcfcfc;
	line-height: 14px;
	text-shadow: 0 1px 4px rgba(79, 1, 34, .2);
	font-weight: 400;
	margin-top: 8px
}

.hd-login-float .login-float-btn {
	background: #fff;
	border-radius: 15.5px;
	font-size: 14px;
	color: #f53851;
	width: 88px;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
	position: absolute;
	top: 75px;
	left: 18px;
	text-align: center;
	cursor: pointer;
	/* font-family: PingFangSC-Semibold */
}

.hd-login-float .login-float-btn:hover {
	opacity: .83;
	color: #fff;
	background-image: linear-gradient(215deg, #9f278a 0, #a0278a 0, #ff4646 36%, #ff4a45 100%);
	cursor: pointer
}

.hd-login-float .login-float-close {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url('../images/float_close.svg') no-repeat 0 0/100%;
	top: 9px;
	right: 9px;
	cursor: pointer;
	z-index: 2
}

.hd-login-float .login-float-close:hover {
	background: url('../fonts/float_close_hover.svg') no-repeat 0 0/100%
}

.hd-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.hd-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.hd-input::-moz-placeholder {
	color: rgba(255, 255, 255, .6)
}

.content .hd-nav-main {
	display: none
}

.page-b .hd-focus-title .title-btns {
	display: none
}

.page-b .hd-focus-menu .menu-item.on {
	margin: 5px 0;
	padding: 0 16px 0 0;
	background: linear-gradient(89deg, rgba(231, 60, 49, 0) 0, rgba(231, 60, 49, .25) 100%);
	border-right: 3px solid #e73c31
}

.page-b .nav-sub {
	display: none
}

.page-b .content .hd-nav-main {
	display: block !important;
	height: 78px;
	margin: 0 auto 10px;
	padding: 15px 0;
	overflow: visible;
	box-sizing: content-box;
	z-index: 30;
	background-image: linear-gradient(to bottom, #0f0f14 0, rgba(31, 31, 41, 0) 100%)
}

.page-b .content .nav-main-inner {
	font-size: 16px
}

.hd-nav-main .nav-item-main {
	width: 164px
}

.hd-nav-main .item3 {
	margin: 0 60px 0 0;
	width: 400px
}

.hd-nav-main .item3 .sort3 {
	width: 133px
}

.hd-nav-main .item4 {
	width: 500px;
	position: relative
}

.hd-nav-main .item4 .sort4 {
	width: 114px
}

.hd-nav-main .item4 .sort4:first-child {
	width: 8em
}

.hd-nav-main .nav-other {
	width: 225px
}

@media screen and (max-width:1998px) {
	.hd-nav-main .item3 {
		margin: 0 35px 0 -10px;
		width: 265px
	}

	.hd-nav-main .item3 .sort3 {
		width: 85px
	}

	.hd-nav-main .item3 .sort3:last-child {
		width: 78px
	}

	.hd-nav-main .item4 {
		width: 425px
	}

	.hd-nav-main .item4 .sort4 {
		width: 103px
	}

	.hd-nav-main .item4 .sort4:nth-child(3) {
		width: 80px
	}
}

@media screen and (max-width:1710px) {
	.hd-nav-main .nav-item-main {
		width: 160px
	}

	.hd-nav-main .item3 {
		margin: 0 33px 0 0
	}

	.hd-nav-main .nav-item {
		font-size: 15px
	}

	.hd-nav-main .nav-other {
		display: none
	}

	.hd-nav-main .item4:after {
		display: none
	}

	.hd-nav-main .item4 {
		width: 260px
	}

	.hd-nav-main .item4 .nav-item-row {
		padding-right: 0
	}

	.hd-nav-main .item4 .sort4 {
		width: 95px
	}

	.hd-nav-main .item4 .sort4:last-child {
		width: 4em
	}

	.hd-nav-main .item3 {
		width: 275px;
		margin-right: 40px
	}

	.hd-nav-main .sort {
		width: 70px
	}

	.hd-nav-main .nav-item-row {
		height: 32px
	}

	.hd-nav-main,
	.hd-nav-main .nav-main-inner {
		height: 74px
	}

	.hd-nav-main .sort-bti {
		font-size: 22px;
		margin-bottom: 10px
	}
}

@media screen and (max-width:1420px) {
	.hd-nav-main .nav-item-main {
		width: 127px
	}

	.hd-nav-main .item3 {
		margin: 0 26px 0 -10px;
		width: 242px
	}

	.hd-nav-main .item3 .sort3 {
		width: 78px
	}

	.hd-nav-main .item3 .sort3:last-child {
		width: 70px
	}

	.hd-nav-main .item4 .sort4 {
		width: 5em
	}

	.fico-vip-tip {
		top: 19px;
		width: 34px;
		right: -11px
	}
}

/* sohutv 2023-12-07 15:58:07 */