.screening {
	position: relative;
	width: 100%;
	border-top: 6px solid #f5f5f5;
}

.screening_hd {
	overflow: hidden;
	padding: 12px;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
}

.screening_hd span {
	text-align: center;
	flex: 1;
	color: #666;
	font-size: 15px;
}

.screening_hd span::after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 6px;
	background: url(../images/icon_tab.png) no-repeat;
	background-size: 100%;
	margin: 0 0 1px 6px;
}

.screening_hd span.on {
	color: #0ec5a1;
}

.screening_hd span.on::after {
	background-position: 0 -6px;
}

.screening_bd {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	box-shadow: 0 8px 19px #f3f2f2;
	padding-bottom: 10px;
	z-index: 10
}

.screening_bd ul+ul {
	display: none;
}

.screening_bd ul {
	padding: 12px;
}

.screening_bd ul li {
	float: left;
	width: 25%;
}

.screening_bd ul li a {
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #666;
	background: #f2f2f2;
	border-radius: 12px;
	text-align: center;
	margin: 6px;
}

.screening_bd ul li a.on {
	background: #0ec5a1;
	color: #fff;
}

.downls {
	overflow: hidden;
	padding: 12px;
}

.downls .item {
	overflow: hidden;
	width: 100%;
	display: flex;
}

.downls .item .img {
	display: block;
}

.downls .item .img,
.downls .item .img img {
	width: 64px;
	height: 64px;
	border-radius: 12px;
}

.downls .item .info {
	flex: 1;
	height: 64px;
	margin: 0 12px;
}

.downls .item .info .bt {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	display: flex;
}

.downls .item .info .bt h1 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	margin-right: 5px;
}

.downls .item .info .bt a {
	height: 20px;
	width: 40px;
	min-width: 40px;
	border-radius: 4px;
	background: #f5f5f5;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #ff9933;
	margin: 2px 0 0 8px;
}

.downls .item .info .type {
	font-size: 12px;
	color: #999;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}

.downls .item .info .type span,
.downls .item .info .type .star {
	float: left;
}

.downls .item .info .type .star {
	margin: 5px 0 0 0;
}

.downls .item .info p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #999;
}

.downls .item .info p span {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}



.page-top {
	overflow: hidden;
	padding: 10px;
	display: block !important
}

.page-top .item {
	overflow: hidden;
	width: 100%;
	display: flex;
}

.page-top .item .img {
	display: block;
}

.page-top .item .img,
.page-top .item .img img {
	width: 64px;
	height: 64px;
	border-radius: 12px;
}

.page-top .item .info {
	flex: 1;
	height: 64px;
	margin: 0 12px;
}

.page-top .item .info .bt {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	display: flex;
}

.page-top .item .info .bt h1 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	margin-right: 5px;
}

.page-top .item .info .bt a {
	height: 20px;
	width: 40px;
	min-width: 40px;
	border-radius: 4px;
	background: #f5f5f5;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #ff9933;
	margin: 2px 0 0 8px;
}

.page-top .item .info .type {
	font-size: 12px;
	color: #999;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}

.page-top .item .info .type span,
.page-top .item .info .type .star {
	float: left;
}

.page-top .item .info .type .star {
	margin: 5px 0 0 0;
}

.page-top .item .info p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #999;
}

.page-top .item .info p span {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.page-top .btn {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	background: #288bde;
	margin-top: 15px;
}

.page-top .btn.btn-disabled {
	background: #ccc !important;
}

.page-top .downl_wd {
	display: flex;
	text-align: center;
	margin-top: 12px;
}

.page-top .downl_wd .downl_a {
	width: 100px;
	height: 48px;
	background: #f2f2f2;
	border-radius: 3px;
}

.page-top .downl_wd .downl_a span {
	font-size: 14px;
	color: #111;
	width: 100%;
	font-weight: bold;
	margin-top: 7px;
	display: inline-block;
}

.page-top .downl_wd .downl_b {
	background: #288bde;
	flex: 1;
	height: 48px;
	margin-left: 12px;
	border-radius: 3px;
}

.page-top .downl_wd .downl_b span {
	font-size: 14px;
	color: #fff;
	width: 100%;
	font-weight: bold;
	margin-top: 7px;
	display: inline-block;
}

.page-top .downl_wd .downl_b i {
	color: #f2f2f2;
	font-size: 12px;
}

.page-top .tips {
	overflow: hidden;
	color: #ff7200;
	font-size: 12px;
	border: 1px solid #f2f2f2;
	border-radius: 12px;
	height: 22px;
	line-height: 22px;
	margin: 12px 0 0;
	text-align: center;
}



.page-btn {
	background: #fff;
	padding: 10px;
	padding-top: 0;
	display: block !important
}

.page-btn .btn {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	background: #0ec5a1;
	margin: 0 auto;

}

.btn.btn-disabled,.btn.no {
	background: #ccc !important;
}



.downls .btn {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	background: #0ec5a1;
	margin-top: 15px;
}

.downls .btn.btn-disabled {
	background: #ccc !important;
}

.downls .downl_wd {
	display: flex;
	text-align: center;
	margin-top: 12px;
}

.downls .downl_wd .downl_a {
	width: 100px;
	height: 48px;
	background: #f2f2f2;
	border-radius: 3px;
}

.downls .downl_wd .downl_a span {
	font-size: 14px;
	color: #111;
	width: 100%;
	font-weight: bold;
	margin-top: 7px;
	display: inline-block;
}

.downls .downl_wd .downl_b {
	background: #0ec5a1;
	flex: 1;
	height: 48px;
	margin-left: 12px;
	border-radius: 3px;
}

.downls .downl_wd .downl_b span {
	font-size: 14px;
	color: #fff;
	width: 100%;
	font-weight: bold;
	margin-top: 7px;
	display: inline-block;
}

.downls .downl_wd .downl_b i {
	color: #f2f2f2;
	font-size: 12px;
}

.downls .tips {
	overflow: hidden;
	color: #ff7200;
	font-size: 12px;
	border: 1px solid #f2f2f2;
	border-radius: 12px;
	height: 22px;
	line-height: 22px;
	margin: 12px 0 0;
	text-align: center;
}

.img_list {
	margin: 12px 0 12px 12px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.img_list ul li {
	position: relative;
	margin-right: 6px;
	display: inline-block;
	height: 170px;
	overflow: hidden;
	background: #f5f5f5;
}

.img_list ul li img {
	height: 170px;
	width: initial;
	position: relative;
	z-index: 1;
}

.img_list ul li span.icon_video {
	/* margin-top: -px;*/
	width: 40px;
	height: 40px;
	background: url(../images/icon_details_play.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
}

.m_video {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20195;
	background: #000;
}

.close_video {
	position: absolute;
	z-index: 20199;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	bottom: 60px;
	width: 40px;
	height: 40px;
	background: url(../images/close_btn.png) no-repeat;
	background-size: 100% auto;
}

.tjvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	overflow: hidden;
}

.j-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

.game_tags {
	padding: 0 12px;
	overflow: hidden;
}

.game_tags a {
	float: left;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	border-radius: 12px;
	font-size: 12px;
	border: 1px solid #f2f2f2;
	color: #999;
	margin: 0 8px 8px 0;
}

.desc_bd {
	overflow: hidden;
	margin: 12px;
}

.desc_bd .desc_cont {
	line-height: 1.9;
	font-size: 15px;
	color: #555;
	overflow: hidden;
	max-height: 360px;
	position: relative;
}
.desc_bd .desc_cont::before{
	z-index: 100;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.desc_bd .desc_cont h3 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	position: relative;
	padding-left: 10px;
}

.desc_bd .desc_cont h3::before {
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 18px;
	top: 7px;
	left: 0;
	background: #ff7200;
	content: '';
}

.desc_bd .desc_cont img {
	display: block;
	margin: 10px auto;
	max-width: 90%;
	height: auto !important;
}

.desc_bd .btn {
	font-size: 12px;
	color: #3399ff;
	float: right;
}

.desc_bd .btn::after {
	width: 14px;
	height: 7px;
	display: inline-block;
	content: '';
	background: url(../images/icon_more.png) no-repeat;
	background-size: 100%;
	margin-left: 5px;
}

.desc_bd.on .desc_cont {
	max-height: initial;
}

.desc_bd.on .desc_cont p a {
	color: #0000ff
}

.desc_bd.on .btn:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#downl_slid {
	margin: 12px 0 12px 12px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 82%;
	padding-right: 18%;
}

#downl_slid .top_list {
	margin: 0 8px 0 0;
}

#downl_slid .top_list li .btn {
	width: 50px;
}

#downl_slid .top_list li .info .bt {
	margin-top: 6px;
}

#downl_slid .top_list li .size {
	margin-top: 12px;
}

#downl_slid .swiper-pagination {
	bottom: -2px;
}

#downl_slid .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 3px;
}

.related_list {
	margin: 10px 12px;
	overflow: hidden;
}

.related_list li {
	overflow: hidden;
	display: flex;
}

.related_list li a {
	display: block;
	flex: 1;
	line-height: 27px;
	color: #555;
	font-size: 12px;
	height: 27px;
	overflow: hidden;
	margin-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.related_list li span {
	line-height: 27px;
	color: #999;
}

/*# sourceMappingURL=downls.css.map */

.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	background: url(../images/newclose.png) no-repeat 11px 0px;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px;
}

.downls .btns {
	text-align: center;
	margin: 15px 0;
}

.downls .btns img {
	display: block;
	max-width: 351px;
	max-height: 32px;
	margin: 0 auto;
}


/* 2020-01-17 */
#xgk {
	border-top: 1px #f5f5f5 solid;
	margin-top: 10px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;
}

#xgk a {
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 0 8px;
	margin-right: 4px;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	width: 26%;
	overflow: hidden;
	text-align: center;
}

#xgk a:nth-child(1) {
	color: #288bde;
}

#xgk a:nth-child(2) {
	color: #0ec5a1;
}

#xgk a:nth-child(3) {
	color: #f60;
}

#xgk a:nth-child(4) {
	color: #f00;
}

/*2020-1-17*/

.section {
	overflow: hidden;
	border-top: 6px solid #f5f5f5;
}

.section .section-hd h3 {
	height: 30px;
	line-height: 30px;
	padding: 12px 12px 8px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.section .list:after {
	content: " ";
	display: table
}

.section .list:after {
	clear: both
}

.section .soft-list .item {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.section .soft-list .pic {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
	border-radius: 8px;
}

.section .soft-list .tit {
	font-size: 14px;
	color: #686b6a;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	margin-top: 5px;
}


/* 高速下载 */

.down-btnBox {
	position: relative;
	padding: 10px;
}

.checkhover {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 28px;

}

.checkhover .iicon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:url(/statics/3310/mobile/images/right.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 2px;
}

.iicon.checkhoverOn {
	background-color: #0ec5a1;
}
.iicon.checkhover1{
background-color: #c6c6c6 !important;	
}
.down-btn {
	margin-top: 40px;
}

.down-btn a {
	float: right;
	background: #0ec5a1;
	color: #fff;
	width: 120px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	text-align: center;
	margin-top: -40px;
}

.down-btn a.no-ptbtn {
	background: #ccc;
	color: #333;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

.mobLgCont {
	color: #666;
	font-size: 14px;
	margin-top: 6px;
}

.mobLgCont .checked {
	background: url(/statics/3310/mobile/images/warn.png) no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.no-btn {
	background: #ccc;
	display: block;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	width: 90%;
	margin: 10px auto;
	text-align: center;
	color: #333;
}

