body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	background: #1b201d;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #ffff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

a:hover {
	color: #3EDF2F;
}


html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


::-webkit-scrollbar {
	width: 2px !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: rgba(62, 223, 47, .8) !important;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

* {
	box-sizing: border-box;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}


.left {
	background: #151917;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 200px;
	z-index: 100000;
}

.rBox {
	margin-left: 216px;
	margin-right: 16px;
}

.mainBox {
	min-height: 100vh;
	max-width: 1280px;
	overflow: hidden;
	min-width: 1260px;
}

.userBox {
	height: 158px;
	width: 152px;
	text-align: center;
	padding-top: 24px;
	cursor: pointer;
	margin: 0 auto 20px;
	padding-bottom: 18px;
	border-bottom: 1px #282e2b solid;
}

.userBox .userImg {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 auto 10px;
}

.userBox .userName {
	font-size: 14px;
	color: #3EDF2F;
	margin-top: 10px;
}

.userBox .userTs {
	color: #565B58;
	font-size: 12px;
	margin-top: 8px;
	line-height: 18px;
}

.userBox .userVip {
	width: 60px;
	height: 18px;
	/* background: linear-gradient(270deg, #41FDE1 0%, #1A3964 100%); */
	border-radius: 4px;
	font-size: 12px;
	margin: 8px auto 0;
	color: #3EDF2F;
	transform: scale(0.9);
}

.navBox a {

	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	color: #9EA2A0;
	font-size: 14px;
}

.navBox li {
	margin-bottom: 8px;
	height: 40px;
	line-height: 40px;
}

.navBox li.on a {
	color: #fff;
}

.navBox li a:hover {
	color: #fff;
}


.navBox li:hover {
	background: url(../images/leftHover.png) no-repeat;
}

.navBox li.on {
	background: url(../images/leftHover.png) no-repeat;
}

.navBox a.a1 {
	background: url(../images/h1.png) 24px center no-repeat;
}

.navBox li.on a.a1,
.navBox li .a1:hover {
	background: url(../images/h12.png) 24px center no-repeat;
}

.navBox a.a2 {
	background: url(../images/h2.png) 24px center no-repeat;
}

.navBox li.on a.a2,
.navBox li .a2:hover {
	background: url(../images/h22.png) 24px center no-repeat;
}

.navBox a.a3 {
	background: url(../images/h3.png) 24px center no-repeat;
}

.navBox li.on a.a3,
.navBox li .a3:hover {
	background: url(../images/h32.png) 24px center no-repeat;
}

.navBox a.a4 {
	background: url(../images/h4.png) 24px center no-repeat;
}

.navBox li.on a.a4,
.navBox li .a4:hover {
	background: url(../images/h42.png) 24px center no-repeat;
}

.leftAbs {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 1000;
	width: 200px;
}

.close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1200;
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, .5);
}

.close:hover {
	background: #3EDF2F;
}

.close img {
	margin: 3px auto;
	display: block;
	width: 12px;
	height: 12px;
}


.leftAbs img.ad {
	display: block;
	margin: 0 auto;
	max-width: 200px;
	max-height: 160px;
}

#history-container {
	padding: 10px;
}

.history-item {
	height: 36px;
	line-height: 36px;
	margin-bottom: 12px;
}

.history-item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	margin-left: 42px;
}

.history-item a {
	color: #9EA2A0;
}

.history-item a:hover {
	color: #fff;
}


.history-item img {
	width: 36px;
	border-radius: 8px;
	height: 36px;
	float: left;
}

.history-item:after {
	clear: both;
	display: table;
	content: " "
}

.rTopBox {
	height: 60px;
}



.rTop {
	position: fixed;
	left: 216px;
	right: 16px;
	height: 60px;
	background: #1b201d;
	z-index: 1000;
}

.rTopAbs {
	float: left;
	position: relative;
}

.rTopAbs .ad {
	max-height: 60px;
	display: block;
}

.rTopRbox {
	float: right;
	margin-top: 10px;
	height: 40px;
}

.searchBox {
	width: 400px;
	height: 40px;
	position: relative;
	border-radius: 20px;
	background: #131715;
	box-sizing: border-box;
	padding: 0 20px;
}

#search2 {
	display: none;
}

.searchBox.focused {
	border-radius: 20px 20px 0 0;
}

.searchBox.focused #search1 {
	display: none;
}

.searchBox.focused #search2 {
	display: block;
}

.searchBox.focused #search2:hover img {
	transform: rotate(180deg)
}

.xt {
	height: 1px;
	background: #232725;
	margin-bottom: 10px;
}

.searchTitle {
	color: #3EDF2F;
	font-size: 15px;
}

.hotList {
	padding-top: 12px;
}

.hotList li {
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 12px;
}

.hotList li img {
	float: left;
	height: 36px;
	width: 36px;
	border-radius: 8px;
}

.hotList li a {
	display: block;
}

.hotList li a:hover p {
	color: #fff;
}

.hotList li p {
	margin-left: 42px;
	color: #9EA2A0;
	font-size: 14px;
	padding-right: 8px;
}

.hotList li p span {
	color: #3EDF2F;
}

.searchList {
	display: none;
	overflow: auto;
	box-sizing: border-box;
	padding: 16px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #131715;
	height: 318px;
	border-radius: 0 0 20px 20px;
}


.searchBox .searchInpt {
	background: #131715;
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 280px;
	color: #fff;
}

.searchBox .searchButton {
	height: 40px;
	float: right;
	border: none;
	background: none;
	padding-left: 15px;
	cursor: pointer;
}

#slideBox {
	margin-top: 16px;
	border-radius: 12px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#slideBox .bd img {
	display: block;
	height: 400px;
	width: 100%;
}

#slideBox .hd {
	box-sizing: border-box;
	padding: 60px 0;
	position: absolute;
	width: 180px;
	height: 400px;
	z-index: 100;
	right: 96px;
	top: 0;
	bottom: 0;
	/* 	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); */
	background: rgba(0, 0, 0, .5);

}

#slideBox .hd li img {
	width: 24px;
	height: 24px;
	margin-top: 16px;
	float: left;
	border-radius: 6px;
}

#slideBox .hd li p {
	color: #fff;
	margin-left: 32px;
}

#slideBox .hd li.on {
	/* background: linear-gradient(90deg, #3EDF2F 0%, #FFFD7A 100%); */
	background: #3EDF2F;
}

#slideBox .hd li.on p {
	font-size: 16px;
	color: #131715;
}


#slideBox .hd li {
	cursor: pointer;
	height: 56px;
	line-height: 56px;
	padding: 0 12px;
}

.indexTj {
	padding: 16px 20px 0;
	margin-top: 16px;
	background: #151917;
	border-radius: 12px;
}

.indexList {
	padding: 16px 20px 0;
	margin-top: 16px;
	background: #151917;
	border-radius: 12px;
}


.multipleLine {
	padding-top: 12px;
	position: relative;
	padding-bottom: 24px;
}

.multipleLine .hd {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 100;
}

.multipleLine .hd ul {
	display: inline-block;
}

.multipleLine .hd ul li {
	cursor: pointer;
	font-size: 0;
	display: inline-block;
	color: #fff;
	width: 8px;
	height: 4px;
	background: #3EDF2F;
	border-radius: 2px;
	margin-left: 5px;
	overflow: hidden;
	opacity: 0.2;
	text-indent: -9000px;
}

.multipleLine .hd ul li.on {
	width: 28px;
	height: 4px;
	opacity: 1;
}


.multipleLine .tjImg {
	width: 96px;
	height: 96px;
	float: left;
	border-radius: 12px;
}

.multipleLine .bd {
	height: 256px;
	overflow: hidden;
}

.multipleLine .bd li {
	width: 448px;
	float: left;
	margin-bottom: 32px;
}

.multipleLine .bd li:nth-child(even) {
	float: right;
}

.multipleLine .bd li a {
	display: block;
	position: relative;
	color: #fff;
}

.multipleLine .bd li .tjAppAbs {
	position: absolute;
	right: 0;
	top: 32px;
	width: 88px;
	height: 32px;
	background: #3EDF2F;
	border-radius: 16px;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
}

.multipleLine .bd li a:hover .tjAppAbs {
	background: linear-gradient(270deg, #FFD61E 0%, #2FDA1F 100%);
	box-shadow: 0px 3px 6px 0px rgba(62, 223, 47, 0.2);
	color: #fff;
}

.multipleLine .bd li a:hover .tjAppT {
	color: #3EDF2F;
}


.multipleLine .tjAppT {
	font-size: 16px;
}

.tjappRbox {
	padding-top: 6px;
	margin-left: 116px;
	width: 230px;
}

.tjappRbox .tjAppSpan {
	color: #9EA2A0;
	display: inline-block;
	width: 56px;
	height: 20px;
	line-height: 20px;
	background: #2F3331;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	margin-top: 17px;
}

.tjappRbox .tjAppp {
	color: #565B58;
	font-size: 12px;
	margin-top: 9px;
}

.indexTab .hd li {
	display: inline-block;
	height: 32px;
	font-size: 14px;
	line-height: 24px;
	color: #9EA2A0;
	width: 80px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.indexTab {
	margin-bottom: 16px;
}

.indexTab .hd li:hover,
.indexTab .hd li.on {
	font-size: 16px;
	color: #3EDF2F;
	background: url(../images/tabbg.png) bottom center no-repeat;
}

.indexTab .bd li {
	float: left;
	width: 96px;
	margin-right: 55px;
	margin-bottom: 20px;
}

.indexTab .bd {
	height: 450px;
	overflow: hidden;
	padding-top: 16px;
}

.indexTab .bd li a {
	display: block;
	color: #fff;
}

.indexTab .bd li p {
	font-size: 14px;
	line-height: 20px;
}

.indexTab .bd li img {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 12px;
	margin-bottom: 8px;
}

.indexTab .bd li a:hover img {
	border: 2px #3EDF2F solid;
}

.indexTab .bd li a:hover p {
	color: #3EDF2F;
}

.indexTab .bd li:nth-child(7),
.indexTab .bd li:nth-child(14),
.indexTab .bd li:nth-child(21),
.indexTab .bd li:nth-child(28) {
	margin-right: 0;
}

.rankingBox {
	margin-top: 16px;
	padding-bottom: 20px;
}

.rankingBox .rankingList:nth-child(3) {
	float: right;
	margin-right: 0;
}

.rankingList {
	padding-top: 20px;
	float: left;
	width: 336px;
	background: #20252c url(../images/libg.png) no-repeat;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 19px;
	border: 1px #222734 solid;

}

.rankingTit {
	margin: 0 10px;
	padding-bottom: 18px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background: url(../images/h2bg.png) no-repeat center 26px;
	border-bottom: 1px #3e434d solid;
}

.mt16 {
	margin-top: 16px;
}

.rankingTit img {
	float: left;
	margin-right: 6px;
}





.rankingUl li:nth-child(1) span {
	text-indent: -100px;
	background: url(../images/1.png) no-repeat;
}

.rankingUl li:nth-child(2) span {
	text-indent: -100px;
	background: url(../images/2.png) no-repeat;
}

.rankingUl li:nth-child(3) span {
	text-indent: -100px;
	background: url(../images/3.png) no-repeat;
}

.rankingUl li a {
	padding: 15px;
	display: block;
	height: 105px;
}

.rankingUl li span {
	margin-top: 14px;
	width: 28px;
	height: 28px;
	text-align: center;
	float: right;
	line-height: 28px;
	color: #565B58;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}

.rankingUl li+li {
	border-top: 1px #292d37 solid;
}

.rankingUl li:hover {
	background: #292d37;
}

.rankingUl li:hover span {
	font-weight: bold;
	color: #3EDF2F;
	font-size: 18px;
}

.rankingUl li .rankingAp {
	width: 105px;
	height: 75px;
	border-radius: 12px;
	margin-right: 12px;
	float: left;
}

.rankingUlRith h4 {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
}

.rankingUlRith li a:hover h4 {
	color: #3EDF2F;
}


.rankingUlRith p {
	color: #9EA2A0;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 15px;
	background: url(../images/r1.png) left center no-repeat;
}

.rankingUlRith {
	padding-top: 6px;
	float: left;
	width: 150px;
}

.rankingUl li a:hover {}

.rankingUl li a:hover .rankingUlRith p {
	background: url(../images/r2.png) left center no-repeat;
}

.rankingUl li a:hover h4 {
	color: #fff;
}

.rmBox {
	background: #151917;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 16px;
}

.rmUl {
	padding-top: 16px;
	padding-bottom: 24px;
}

.rmUl li img {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 12px;
	margin-bottom: 10px;
}

.rmUl li {
	margin-left: 38px;
	float: left;
	width: 88px;
	overflow: hidden;
}

.rmUl li p {
	text-align: center;
	color: #fff;
}

.rmUl li a:hover p {
	color: #3EDF2F;
}

.rmUl li a:hover img {
	border: 2px #3EDF2F solid;
}

.listNav {}

.listNav a {
	width: 80px;
	text-align: center;
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 16px;
	background: #2F3331;
	border-radius: 16px;
	color: #9EA2A0;
	font-size: 14px;
	margin-bottom: 10px;
}

.listNav a:hover {
	color: #3EDF2F;
}

.listNav a.on {
	/* background: linear-gradient(270deg, #8AFF39 0%, #30CC21 100%);
	box-shadow: 0px 4px 6px 0px rgba(62, 223, 47, 0.3); */
	background: #3EDF2F;
	color: #fff;
}

.listBox {
	margin-top: 16px;
	padding: 24px 16px 36px;
	background: #151917;
	border-radius: 12px;
}

.listBox ul {
	padding-top: 16px;
	margin-left: -4px;
}

.listBox li {
	float: left;
	height: 96px;
	margin-left: 4px;
	width: 335px;
	overflow: hidden;
	margin-bottom: 8px;
}

.listBox li a {
	height: 96px;
	display: block;
	padding: 16px;
	border-radius: 12px;
	position: relative;
}

.listBox li .listAp {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	float: left;
	margin-right: 12px;
}

.listBox li .listRtxt {
	width: 150px;
	float: left;
}

.listBox li h4 {
	color: #fff;
	margin-bottom: 6px;
	font-size: 14px;
}

.listBox li p {
	line-height: 1.4;
	font-size: 12px;
	color: #9EA2A0;
}

.listBox li .btn {
	width: 66px;
	position: absolute;
	right: 16px;
	top: 36px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	color: #3EDF2F;
	font-size: 12px;
	border-radius: 12px;
	border: 1px solid #3EDF2F;
}

.listBox li a:hover {
	background: rgba(62, 223, 47, 0.05);
}

.listBox li a:hover .btn {
	background: #3EDF2F;
	background: linear-gradient(270deg, #FFD61E 0%, #2FDA1F 100%);

	color: #fff;
	border: none;
}

.pages {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.pages a {
	display: inline-block;
	margin: 0 2px;
	background: #454C48;
	border-radius: 6px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 12px;
	color: #fff;
}

.pages a:hover,
.pages a.active {
	background: #3EDF2F;
	color: #fff;
}

.webImg {
	margin-top: 16px;
	margin-right: -16px;
	position: relative;
	margin-left: -16px;
}

.webImg img {
	display: block;
}

.webImg .webAbs {
	height: 150px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/zdbg.png);
}

.webTopList {
	margin-top: -60px;
	position: relative;
	z-index: 100;
	margin-right: -8px;
	margin-left: -16px;

}

.webTopList li {
	width: 25%;
	float: left;
	padding-left: 16px;
	padding-right: 8px;
}

.webTopList li img {
	width: 240px;
	height: 150px;
	border-radius: 12px;
	display: block;
}

.webTopList li a:hover img {
	transform: scale(1.08);
	border: 2px #3EDF2F solid;
}

.webTopList li a {
	display: block;
}

.picScroll-left {
	margin-top: 20px;
}

.picScroll-left .stitle {
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.picScroll-left .stitle img {
	float: left;
	margin-right: 3px;
}

.picScroll-left .hd {
	height: 24px;
	line-height: 24px;
}

.picScroll-left .hd .next,
.picScroll-left .hd .prev,
.picScroll-left .hd ul {
	float: right;
	cursor: pointer;
}

.picScroll-left .hd .next img,
.picScroll-left .hd .prev img {
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 3px;
	margin-left: 3px;
}

.picScroll-left .hd .prev {
	margin-right: 8px;
}

.picScroll-left .hd .next img {
	/* transform: rotate(180deg); */
}

.picScroll-left .hd .next:hover,
.picScroll-left .hd .prev:hover {
	background: #3EDF2F;
}

.picScroll-left .hd ul {
	padding: 10px 5px 0 6px;
}

.picScroll-left .hd li {
	float: left;
	width: 4px;
	height: 4px;
	margin: 0 2px;
	border-radius: 4px;
	background: #454C48;
	overflow: hidden;
	text-indent: -9999px;

}

.picScroll-left .hd li.on {
	background: #fff;

}



.picScroll-left .hd .next,
.picScroll-left .hd .prev {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #454C48;
	border-radius: 4px;
	margin-top: 4px;
}

.picScroll-left .bd {}

.picScroll-left .picList {
	margin-top: 16px;
}

.picScroll-left .picList li {
	padding-top: 16px;
	float: left;
	padding-left: 24px;
	width: 209px !important;
	box-sizing: border-box;
}

.picScroll-left .picList li a {
	display: block;
}

.picListImg {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	margin-right: 8px;
}

.picListRbox {
	margin-left: 48px;
	overflow: hidden;
}

.picListRbox h5 {
	font-size: 15px;
	color: #fff;
}

.picListT1 {
	color: #9EA2A0;
	font-size: 12px;
	margin-top: 2px;
}

.picListT2 {
	color: #9EA2A0;
	font-size: 12px;
	margin-top: 12px;
}

.picScroll-left .picList li a:hover .picListT2 {
	color: #3EDF2F;
}

.picScroll-left .picList li a:hover img {
	/* transform: scale(1.1); */
	border: 2px #3EDF2F solid;
}

.lxBox {
	margin-top: 15px;
	height: 2px;
	background: #282D2A;
	margin-left: -24px;
	position: relative;
}

.lxBox::before {
	content: "";
	position: absolute;
	left: 24px;
	top: -3px;
	width: 8px;
	height: 8px;
	background: #454c48;
	border-radius: 100%;
}

.webNews {
	margin-top: 25px;
	padding-bottom: 20px;
}

.newsT {
	height: 24px;
	line-height: 24px;
	color: #3EDF2F;
	font-size: 16px
}

.newsT img {
	float: left;
	margin-right: 3px;

}

.picMarquee-left {
	padding-top: 12px;
	overflow: hidden;
	position: relative;
	height: 170px;
	width: 1031px;
}

.picMarquee-left .picList li {
	margin-right: 32px;
	float: left;
	width: 160px !important;
	padding-top: 10px;
}

.picMarquee-left .picList li p {
	color: #9EA2A0;
	font-size: 12px;
	margin-top: 3px;
	height: 16px;
}


.picMarquee-left .picList li img {
	width: 160px;
	height: 100px;
	border-radius: 8px;
}

.picMarquee-left .picList li a {
	display: block;
}

.picMarquee-left .picList li a:hover img {
	/* 	transform: scale(1.1); */
	border: 2px #3EDF2F solid;
}

.picMarquee-left .picList .pict {
	margin-top: 3px;
	color: #fff;
}

.picMarquee-left .picList li a:hover .pict {
	color: #3EDF2F;
}

.articleBox {
	margin-top: 16px;
	border-radius: 12px;
	background: #151917;
	padding: 32px;
	padding-bottom: 20px;
}

.articleBox .appImg {
	width: 144px;
	height: 144px;
	border-radius: 24px;
	float: left;
	margin-right: 24px;
}

.xxBox {
	height: 16px;
	overflow: hidden;
}

.articleInfo {
	padding-top: 12px;
	float: left;
	width: 340px;
}

.articleInfo h1 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}


.xxBox img {
	margin-right: 3px;
	float: left;
}

.articleAppUl {
	padding-top: 10px;
}

.articleAppUl li span {
	color: #565B58;
}

.articleAppUl li {
	color: #9EA2A0;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
}

.articleBtn {
	margin-top: 10px;
	float: right;
}

.articleBtn:hover img {
	/* transform: scale(1.1); */
}

.articleTxt {
	margin-top: 30px;
	color: #9EA2A0;
	line-height: 1.8;
	font-size: 14px;
}

.articleTxt p {
	margin-bottom: 10px;
}

.articleImgList {
	margin-top: 20px;
	height: 160px;
	overflow: hidden;
}

.listImgBox {
	height: 160px;

}

.listImgBox li {
	float: left;
	width: 264px;
	height: 160px;
	margin: 0 16px;

}

.listImgBox li img {
	width: 264px;
	height: 160px;
	display: block;
	border-radius: 10px;
}



.listImgBox .sPrev,
.listImgBox .sNext {
	width: 32px;
	height: 80px;
	margin-top: 40px;
	border-radius: 8px;
	background: #454c48;
	opacity: .5;
}

.listImgBox .sPrev:hover,
.listImgBox .sNext:hover {
	opacity: 1;
}


.listImgBox .sPrev img,
.listImgBox .sNext img {
	display: block;
	margin: 27px auto 0;
	width: 28px;
}

.listImgBox .sPrev img {
	transform: rotate(180deg)
}


.listImgBox ul {
	width: 880px;
	float: left;
}

.listImgBox .tempWrap {
	float: left;
	margin: 0 16px;
	width: 880px;
}

.listImgBox .sPrev {
	float: left;
}

.listImgBox .sNext {
	float: right;
}

.articleTit {
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	border-left: 2px #3EDF2F solid;
}

.activeCon {
	margin-top: 12px;
	background: #181C1A;
	border-radius: 8px;
	border: 1px solid #1E2220;
	padding: 16px;
	line-height: 1.8;
}

.activeCon {
	color: #9EA2A0 !important;
}

.activeCon p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #9EA2A0 !important;
}

.activeCon img {
	vertical-align: middle;
}

.activeCon h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.like {
	background: #151917;
	margin-top: 16px;
	border-radius: 12px;
	padding: 15px;
	margin-bottom: 20px;
}

.likeTopTle {
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 16px;
	color: #3EDF2F;
}

.likeTopTle img {
	float: left;
	margin-right: 6px;
}

.likeTopR img {
	margin-top: 2px;
	float: left;
	margin-right: 6px;
}

.likeTopR:hover {
	color: #3EDF2F;
}

.likeTopR:hover img {
	transform: rotate(180deg)
}



.likeTopR {
	color: #9EA2A0;
	cursor: pointer;
	float: right;
	height: 24px;
	line-height: 24px;
}

.likeUl {}

.hide {
	display: none;
}

.likeUl li {
	width: 96px;
	float: left;
	margin-top: 10px;
	margin-right: 47px;
}

.likeUl li img {
	width: 96px;
	height: 96px;
	border-radius: 12px;
	margin-bottom: 8px;
}

.likeUl li a {
	display: block;
}

.likeUl li a:hover .p01 {
	color: #3EDF2F;

}

.likeUl li:last-child {
	margin-right: 0;
}


.likeUl li .p01 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 3px;
}

.likeUl li .p02 {
	text-align: center;
	color: #565B58;
	font-size: 12px;
}


ul.menu {
	list-style-type: none;
	position: absolute;
	width: 120px;
	background-color: #2F3331;
	padding: 10px 0;
	display: none;
	border-radius: 10px;
	z-index: 100000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

ul.menu li {
	text-align: center;
}

ul.menu li a {
	color: #9EA2A0;
}

ul.menu li a:hover {
	color: #fff;
}


ul.menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}



ul.menu li a {
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
}

.body-hidden {
	overflow: hidden;
}



.userDlBox {
	position: fixed;
	z-index: 100000;
	background: rgba(0, 0, 0, .5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.userDlPop {
	position: fixed;
	color: #fff;
	left: 50%;
	top: 50%;
	z-index: 200;
	background: #1b201d;
	width: 380px;
	border-radius: 14px;
	overflow: hidden;
	margin-left: -190px;
	margin-top: -215px;
}

.userDlPopTit {
	padding: 28px 0 10px;
	text-align: center;
	position: relative;
	background: #151917;
	border-radius: 10px 10px 0 0;
}

.userDlPopTit .popAbs {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.userForm {
	padding: 25px 20px;
}


.userForm .hd ul {
	display: inline-block;
	text-align: center;
}

.userForm .hd ul li {
	position: relative;
	cursor: pointer;
	padding: 0 18px;
	font-size: 17px;
	display: inline-block;
	padding-bottom: 6px;
	margin: 0 10px;
}

.userForm .hd {
	text-align: center;
	margin-bottom: 25px;
}

.userForm .hd ul li em {
	position: absolute;
	width: 1px;
	height: 12px;
	right: -10px;
	top: 5px;
	background: rgba(0, 0, 0, .18);
}

.userForm .hd li.on {
	font-weight: bold;
}

.userForm .hd li.on span {
	background: #3edf2f;

	position: absolute;
	left: 5px;
	right: 5px;
	bottom: -3px;
	height: 2px;
}

.userForm .bd ul {
	display: none;
}

.userForm .popTab .popInput {
	font-size: 15px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	line-height: 40px;
	border: none;
	border-radius: 10px;
	margin-bottom: 20px;
	color: #fff;
	background: #2F3331;
}

.userForm .popTab .popButton {
	height: 50px;
	display: block;
	width: 100%;
	font-size: 17px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	background: #3edf2f;
	color: #fff;
}




.userForm .userLi {
	color: #333;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin-bottom: 10px;
}

.userForm .userLi span {
	display: inline-block;
	color: #9EA2A0;
	width: 70px;
	text-align: right;
	margin-right: 8px;
}

.userForm .userLi p {
	display: inline-block;
	background: #3edf2f;
	padding: 0 15px;
	color: #fff;
	border-radius: 10px;
}

.ut2 {
	margin-top: 15px;
	text-align: center;
}

.userForm .userLi div {
	display: inline-block;
	color: #fff;
}

.userForm .userLi p.rzBtn {
	background: #f60;
}

.userForm .popButton2 {
	background: #f60 !important;
	margin-top: 15px;
}

#promptContent {
	position: fixed;
	left: 50%;
	top: 50%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	width: 200px;
	text-align: center;
	line-height: 1.6;
	padding: 6px 15px;
	border-radius: 5px;
	margin-left: -100px;
	margin-top: -10px;
	font-size: 15px;
	z-index: 1000000;
	display: none;
}

#goComplete {
	cursor: pointer;
	display: none;
}

#complete {
	display: none;
}

.UnderageTxt {
	font-size: 14px;
	line-height: 1.8;
}

.UnderageTxt span {
	color: #f60;
}

.UnderageTxt .ut1 {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	background: #2F3331;
	padding: 8px;
	border-radius: 5px;
}

.yzmBox {
	position: relative;
}

.yzmBox .getCaptcha {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3edf2f;
	border: none;
	color: #fff;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	width: 88px;
}

.yzmBox #countdown {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ccc;
	border: none;
	color: #fff;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	width: 88px;
	display: none;
}

.registerGo {
	text-align: right;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.6;
}

.registerGo span {
	display: inline-block;
	padding: 4px 15px;
	color: #f60;
	border-radius: 6px;
	cursor: pointer;
}

.tipsBtn {
	margin-top: 20px;
}

.tipsBtn span {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;

}

.tipsBtn span:nth-child(2) {
	color: #f60;
}

.tipsBtn span:nth-child(1) {
	color: #3edf2f;
}

.disabled-button {
	background-color: #2F3331 !important;
	color: #888 !important;
	cursor: not-allowed !important;
}



/* 2024-08-13 */
.indexTopBox {
	height: 340px;
	margin-top: 16px;
	overflow: hidden;
}

.indexTopBoxLeft {
	float: left;
	width: 620px;
	height: 340px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.indexTopBoxLeft:hover img {
	/* transform: scale(1.1); */
}


.indexTopBoxLeft p {
	height: 40px;
	line-height: 40px;
	background: url(../images/pbg.png);
	position: absolute;
	z-index: 10;
	left: 0;
	text-align: center;
	padding: 0 10px;
	right: 0;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.indexTopBoxLeft:hover p {
	color: #3EDF2F;
}

.indexTopBoxLeft img {
	width: 620px;
	height: 340px;
	display: block;
}

.indexTopBoxRith {
	margin-left: 619px;
}

.indexTopBoxRith .item {
	float: left;
	width: 197px;
	display: block;
	height: 162px;
	position: relative;
	border-radius: 10px;
	margin-left: 16px;
	overflow: hidden;
	margin-bottom: 15px;
}

.indexTopBoxRith .item img {
	width: 197px;
	height: 162px;
	display: block;
}

.indexTopBoxRith .item p {
	height: 40px;
	line-height: 40px;
	background: url(../images/pbg.png);
	position: absolute;
	z-index: 10;
	left: 0;
	text-align: center;
	padding: 0 10px;
	right: 0;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.indexTopBoxRith .item:hover p {
	color: #3EDF2F;
}

/* .indexTopBoxRith .item:hover img {
	transform: scale(1.1);
} */

.indexHot {
	margin-top: 16px;
	padding-bottom: 16px;
}

.ntitle2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.indexHotUl {
	margin-left: -15px;
}

.indexHotUl li {
	margin-top: 16px;
	float: left;
	margin-left: 15px;

}

.indexHotUl li a {
	display: block;
	width: 250px;
	overflow: hidden;
	border: 1px #232933 solid;
	border-radius: 10px;
	background: #1e242c;
}

.indexHotUl li img {
	width: 250px;
	height: 163px;
	display: block;

}

.indexHotUl li .pic {
	width: 250px;
	height: 163px;
	overflow: hidden;
	border-radius: 10px;
}

.indexHotUl li .indexHotUlTxt {
	padding: 15px;
}

.indexHotUlTxt .t2 {
	color: #658596;
	margin-top: 8px;
	font-size: 13px;
}

.indexHotUlTxt .t3 {
	margin-top: 6px;
	font-size: 12px;
	color: #9EA2A0;
}

.indexHotUlTxt .t1 {
	font-size: 16px;
	color: #fff;
}

.indexHotUl li a:hover {
	background: #242d36;
	border: 1px rgba(62, 223, 47, .2) solid;
}

.indexHotUl li a:hover .t1 {
	color: #3EDF2F;
}


/* .indexHotUl li a:hover img {
	transform: scale(1.1);
} */

.mt16 {
	margin-top: 16px;
}


.picScroll-left .bd {
	padding-top: 16px;
	margin-left: -16px;
}

.dateList li {
	float: left;
	width: 250px;
	margin-left: 16px;
	margin-bottom: 15px;
}

.bdImg {
	height: 172px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.bdImg img {
	width: 100%;
	height: 172px;
}

.bdImgBox {
	border-radius: 10px;
	background: #1e242c;
	margin-top: 20px;
	overflow: hidden;
	border: 1px #232933 solid;
}

.bdImgBox a {
	display: block;
}


.bdxt {
	width: 266px;
	position: relative;
	margin-top: 7px;
	height: 2px;
	background: #257d1e;
}

.bdxt::before {
	position: absolute;
	left: 50%;
	width: 14px;
	margin-left: -26px;
	content: "";
	top: -10px;
	border: 4px #1b201d solid;
	z-index: 100;
	background: #2FDA1F;
	height: 14px;
	border-radius: 100%;
}

.dateList .t1 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 12px;
}

.bdTxt {
	padding: 15px;
}

.bdTxt .tt1 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.bdBtn {
	margin-top: 8px;
}

.bdTxt .tt2 {
	color: #658596;
	font-size: 13px;
}

.bdTxt .lt1 {
	line-height: 28px;
	color: #9EA2A0;
	font-size: 12px;
	float: left;
}

.bdTxt .lbtn {
	background: #257d1e;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	border-radius: 12px;
	padding: 0 15px;
	float: right;
}

.dateList li a:hover .bdImgBox {
	background: #242d36;
	border: 1px rgba(62, 223, 47, .2) solid;
}

.dateList li a:hover .lbtn {
	background: #3EDF2F;
}

.dateList li a:hover .bdTxt .tt1 {
	color: #3EDF2F;
}


.jgImg {
	text-align: center;
}

.jgImg img {
	display: block;
	width: 80px;
	opacity: .8;
	margin: 0 auto 20px;
}

#downloadApp .UnderageTxt .ut1 span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}

#downloadApp .UnderageTxt .ut1 {
	padding: 15px 10px;
}


#dapp {
	margin-top: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #07c160;
}

#dapp:hover {
	background: #3EDF2F;
	color: #fff;
}