/* soft/index */
body {
	overflow-x: hidden;
}

.box-fixed {
	margin-top: -16px;
}

.type-tab ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.type-tab ul li {
	width: 20%;
	margin: 6px 2.1%;
	border-radius: 5px !important;
	border: 1px solid #CCCCCC;
}

.navigation-container {
	margin: 5px 20px 5px 20px;
}

.navigation-container a {
	color: #3399CC;
}

.text {
	/* margin-top: 20px; */
}

.hr {
	border-top: 1px dotted #e5e5e5;
	padding-top: 10px;
}

/* android */
.mod-title {
	padding: 10px 0px 5px 0px;
}

/* toppic/index */
.mod-three1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
	padding-left: 12px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.mod-three1 { width: 100vw; }
}

.mod-three1 li {
	margin: 10px 2.5vw;
}

.mod-three1 li img {
	width: 42vw;
}

.mod-three1 h3 {
	text-align: center;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 40vw;
	margin: 0 auto;
	font-weight: normal;
}

.mod-three {
	width: 90vw;
	margin: 0 auto;
}

.mod-three .title span {
	display: inline-block;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mod-three li {
	width: 100vw;
	margin-bottom: 5px;
	/* padding: 0 10px; */
}
.mod-three .text {
	/* margin-top: 20px; */
	font-size: 14px;
}

/* topic/detail */
.zhuanti_container {
	background-color: gainsboro;
}

.zhuanti_header {
	background-color: white;
	position: relative;
}

.zhuanti_header img {
	width: 100%;
	/* height: 220px; */
}

.more_btn_m2 {
	/* position: absolute; */
	z-index: 9999;
}

.zhuanti_time {
	color: #868686;
	background-color: #F5F5F5;
	padding: 6px 20px;
}

.zhuangti_time_total {
	position: absolute;
	right: 20px;
}

.zhuanti_header h1 {
	width: 89vw;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	padding: 0 20px;
	color: white;
	background-color: rgb(0,0,0,0.4);
}

.more_update_btn {
	background-color: #F5F5F5;
	border-radius: 20px;
	border: 0px !important;
	color: #999999;
}

.zhuanti_header p {
	margin: 0px 20px;
}

.overflow-class {
	padding-bottom: 10px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical; */
}

.more_btn {
	color: #3399CC;
	text-align: right;
	margin: 1px 20px;
}

.white {
	background-color: white;
}

.white li {
	/* width: 92vw; */
	border-bottom: 1px dotted #e5e5e5;
}

.white li:last-child {
	border-bottom: 0px;
}

.more_game_btn {
	width: 100px;
	padding: 5px 30px;
	margin: 15px auto;
	border: 1px dotted #e5e5e5;
	text-align: center;
}

.heji_container {
	margin: 5px 10px;
}

.more_heji_btn {
	width: 50px;
	margin: -20px 0px;
	border: 1px dotted #e5e5e5;
	text-align: center;
	float: right;
	margin-right: 10px;
}

.heji_div {
	margin: 0px 20px;
}

.heji_content {
	display: flex;
	overflow-x: auto;
	/* flex-wrap: wrap; */
	width: 90vw;
}

.heji_content li {
	margin: 5px 15px 0px 0px;
}

.heji_content img {
	width: 43vw;
	/* width: 160px;
	height: 100px; */
}

.heji_content h3 {
	text-align: center;
	margin-top:5px;
}

/* soft/detail */
.crumb {
	margin-top: 16px;
}

.more_btn_m {
    cursor: pointer;
    font-size: 14px;
    color: #3399CC;
	text-align: center;
	padding: 0px;
	margin: 10px auto;
}

.more_btn_m3 {
	margin-top: -5px;
}

.swiper-container-initialize {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgb(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.version_more_ul {
	background-color: white;
	margin: 0px;
	padding: 2px 0px;
}

.version_more_ul li {
	margin: 10px 0px;
	border: 1px solid #ECECEC;
	padding: 10px;
}

.version_more_ul li:hover {
	background-color: #ECECEC;
}

.version_more_ul li h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 200px;
}

.download_small {
	width: 60px;
	height: 24px;
	background-color: #3399CC;
	text-align: center;
	padding-top: 5px;
	margin-top: -25px;
	border-radius: 5px;
}

.download_small a {
	color: white;
	text-decoration: none;
}

.float_left {
	float: right;
}

.download_margin {
	margin-top: -22px;
}

.download_text {
	color: white !important;
	text-decoration: none !important;
}

.paddingtop45 {
	margin-top: -45px;
	margin-right: 40px;
}

.more_btn11 {
	border: 1px solid #3399CC;
	width: 60px;
	/* float: right; */
	text-align: center;
	border-radius: 5px;
	margin-top: -24px;
	margin-right: 0;
	position: absolute;
	right: 18px;
}

.more-btn .down {
	margin: 20px auto;
	background-color: white;
	color: black;
	border: 1px solid #3399CC;
	border-radius: 5px;
}

.t_nav {
	margin: 10px 0px;
	font-size: 16px;
	display: flex;
	justify-content: space-around;
}

.t_nav_on {
	color:  #3399CC;
	border-bottom: 1px solid #3399CC;
}

.t_nav_on a {
	color:  #3399CC;
}
.order_container_content {
	width: 90vw !important;
}
#input-area {
	border: 1px solid #cccccc;
	width: 36vw;
}
.order_button {
	width: 90vw !important;
	margin-left: 10vw!important;
}
.display {
	display: none;
}
.yellow {
	background-color: #F4C239;
}
.order_container {
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.6);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	overflow: hidden;
}
.order_container_content {
	width: 400px;
	height: 260px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.order_title {
	background-color: #CCCCCC;
	height: 40px;
	padding: 10px;
}
.order_content {
	background-color: white;
	height: 220px;
}
.order_time,.order_phone {
	padding: 10px 20px;
}
.order_time span,.order_phone span {
	padding: 10px;
}
.order_content p {
	
	padding: 0px 30px;
}
.order_tip_title {
	margin-top: 20px;
	color: orangered;
}
.order_tip_content {
	margin-bottom: 20px;
}
.order_button {
	margin: 20px 100px;
	width: 400px;
}
.order_button button {
	width: 100px;
}
.submit {
	background-color: orangered;
	border: 0px;
	color: white;
}
.close {
	background-color: #ECECEC;
	border: 0px;
}


.heji_content1 {
	display: flex;
	overflow-x: auto;
	/* flex-wrap: wrap; */
	/* width: 100vw; */
}

.heji_content1 li {
	margin: 15px 15px 15px 0px;
}

.heji_content1 img {
	width: 160px;
}

.heji_content1 h3 {
	text-align: center;
}

/* 猜你喜欢 */
.zhuanti_love {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.zhuanti_love div{
	margin-right: 10px;
}

.zhuanti_love h3 {
	width: 150px;
	background-color: #ECECEC;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 5px 0px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;
	font-weight: normal;
	text-align: center;
}

.zhuanti_love_container {
	display: flex;
}

.zhuanti_love_title {
	margin: 0 10px;
}
.zhuanti_love_title  p:nth-child(1){
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;
	color: #D9001B;
	font-size: 14px;
	text-align: center;
	margin:10px  0;
}
.zhuanti_love_title p:nth-child(2){
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #999999;
	font-size: 13px;
}
.zhuanti_love_img {
	width: 50%;
}
.zhuanti_love_img img{
	width: 100%;
	height: 80px;
}
.zhuanti_love_title {
	width: 100%;
}

.zhuanti_love_content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
}
.zhuanti_love_content li{
	display: block;
	width: 15%;
	margin: 8px 5.0%;
}

.zhuanti_love_content img {
	width: 60px;
	height: 60px;
	border-radius: 6px;
}
.zhuanti_love_content h3 {
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow : ellipsis;
	width: 60px;
	font-weight: normal;
}

.height5 {
	height: 370px;
	overflow:hidden;
}
.height55 {
	height: 740px;
	overflow:hidden;
}
.chang-line {
	height: 2px;
	background-color: #cccccc;
}
.more-bd h3 {
	color: #178DD6;
}

#category_info {
	margin-top: 12px;
}

.m-hover-game-box{position:fixed;display: none;top:0;left:0;z-index:999;width:100%;padding-bottom: 5px;background:#fafafa;-webkit-box-shadow:0 1px .6rem 0 rgba(0,0,0,.2);box-shadow:0 1px .6rem 0 rgba(0,0,0,.2);}
.m-tr .m-td{display:inline-block}
.m-hover-game-box .m-left{overflow:hidden;margin-left:10px;width: 68%;}
.m-hover-game-box .m-left img{float:left;margin-top:8px;width:36px;height:36px;border-radius:5px}
.m-hover-game-box .m-left .m-intro-box{margin-top:8px;margin-left:45px}
.m-hover-game-box .m-left .m-intro-box .u-title{overflow:hidden;color:#464646;text-overflow:ellipsis;white-space:nowrap;font-size: 14px;-ms-text-overflow:ellipsis;}
.m-hover-game-box .m-left .m-intro-box .u-type{color:#aaa;font-size: 12px;}
.m-hover-game-box .m-right{width: 25%;vertical-align:top;text-align:right;}
.m-hover-game-box .m-right .u-btn-dload{display:inline-block;margin-top:10px;width:60px;height:30px;border:none;border-radius:15px;background-image: -webkit-linear-gradient(-90deg,#5adef1 0,#1aabc0 94%);background-image: linear-gradient(-90deg,#5adef1 0,#1aabc0 94%);color:#fff;text-align:center;font-size:14px;line-height:30px;}


.downgbtn {
	margin-top: 12px;
	color: white;
	margin-right: 9px;
}
.topRankingUl li {
	border-bottom: 1px solid rgb(243, 238, 238);
	/* width: 42%; */
	padding-bottom: 5px;
	padding:2px 0;
	position: relative;
}
.topRankingUl3 li {
	width: 100%;
}
.topRankingUl .down {
	right: 0px;
}
.topRankingUl .text {
	font-size: 12px;
}
.a-tag {
	display: flex;
	width: 60%;
	
	/* margin-top:-25px; */
	margin-left:68px;
}
.a-tag .on {
    border: 1px solid #3399CC;
    background-color: white;
    color: #3399CC !important;
}

.a-tag li a {
	margin: -3px;
	color: #3399CC !important;
}
.a-tag li {
	width:56px;
	height: 16px;
	font-size: 12px;
    border: 1px solid #cccccc;
    padding: 1px;
	color: #999999;
	text-align: center;
	margin: 0 2px;
}
.a-tag li span {
	display: inline-block;
	width:80%;
	text-overflow :ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
.topRankingUl3 {
	position: relative;
}
.topRankingUl3 li{
	padding-bottom: 3px;
}
.topRankingUl3 a {
	padding-top: 3px;
}
.juxing {
    background-image: url(../img/juxing25.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 0px;
    padding-top: 2px;
    color: white;
    position: absolute;
    z-index: 99;
    width: 24px;
    height: 24px;
	left: -10px;
    text-align: center;
}
.rank1 {
	background-image: url(../img/f1.png);
	background-size: 22px 28px;
	width: 22px;
	height: 28px;
}
.rank2 {
	background-image: url(../img/f2.png);
	background-size: 22px 28px;
	width: 22px;
	height: 28px;
}
.rank3 {
	background-image: url(../img/f3.png);
	background-size: 22px 28px;
	width: 22px;
	height: 28px;
}
.paihang-more-btn {
	text-align: center;
	width:150px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(232, 234, 234, 1);
	color: #999999;
	margin: 15px auto;
	margin-bottom: 10px;
	border-radius: 20px;
}
.mod-img-list1 {
	margin-left: 10px;
}
.other-paihang-item {
	width: 40% !important;
	margin: 4px 14px !important;
	border-radius: 2px;
}
.other-paihang-item a {
	color: #565656;
	width: 80% !important;
	text-overflow :ellipsis;
	white-space:nowrap;
	overflow: hidden;
	background-color: rgba(242, 242, 242, 1);
	border: 1px solid rgba(242, 242, 242, 1);
	padding: 4px 20px;
	text-align: center;
}
.other-more-btn {
	border: 1px solid rgba(51, 153, 204, 1) !important;
	background-color: white !important;
	color:  rgba(51, 153, 204, 1) !important;
}
.bianji-tuijian-container {
	display: flex;
	overflow-x: auto;
}
.bianji-tuijian-container li {
	margin:0 2px;
	border-bottom: 0px;
}
.bianji-tuijian-container .title {
	font-size: 12px;
	width:60px;
	height: auto;
	text-overflow :ellipsis;
	/* white-space:nowrap; */
	overflow: hidden;
	margin-right: 0 !important;
	font-weight: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: center;
}
/* 热门标签 */
/* .tags_box {
	display: flex;
	flex-wrap: wrap;
	width: 90vw;
} */


/* 热门标签 */
/* .tags_box{padding: 0 10px; overflow: hidden; zoom: 1;display: flex;
	flex-wrap: wrap;width: 95vw;justify-content:space-between}
.tags_box a{display: inline-block; padding: 0 12px; width:36vw;text-overflow :ellipsis;
	white-space:nowrap;
	overflow: hidden;height: 28px; line-height:28px; font-size: 14px; color: #333; border:1px solid #e5e5e5; border-radius: 15px; float: left; margin-right: 8px;margin-bottom: 10px;}
.tags_box a:nth-child(12n+1){background: #6cd47d; border-color: #6cd47d; color: #fff;}
.tags_box a:nth-child(12n+2){background: #ff8b62; border-color: #ff8b62; color: #fff;}
.tags_box a:nth-child(12n+5){background: #37afff; border-color: #37afff; color: #fff;}
.tags_box a:nth-child(12n+6){background: #ff6f6f; border-color: #ff6f6f; color: #fff;}
.tags_box a:nth-child(12n+7){background: #6b6b6b; border-color: #6b6b6b; color: #fff;}
.tags_box a:nth-child(12n+8){background: #ffbc53; border-color: #ffbc53; color: #fff;} */


.game-video { height:14rem;margin:auto;position:relative;overflow:hidden;background-size:cover;background-position:50%}
.game-video video{width:100%;height:100%;-o-object-fit:fill;object-fit:fill;position:absolute;left:0;top:0}
.game-video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.game-video .vback{display:none;width:100%;height:14rem;position:absolute;left:0;z-index:1;background:rgba(0, 0, 0, 0.6);}
.game-video .vback .info{width:120px;flex-wrap:wrap;margin:30px auto .3rem auto;}
.game-video .vback .info .img_box{width:80px;text-align:center;position:relative;margin:0 auto;}
.game-video .vback .info img{display:block;width:80px;height:80px;border-radius:.3rem;margin:0 auto;}
.game-video .vback .info p{color:#fff;font-size:14px;overflow:hidden;white-space:nowrap;margin:.1rem auto 0 auto;text-align:center;}
.game-video .vback .info .replay{display:block;width:80px;height:80px;background:rgba(0, 0, 0, 0.3);position:absolute;top:0;left:.2rem;border-radius:.3rem;}
.game-video .vback .info .replay i{display:block;width:80px;height:80px;background-position:-3.74rem -3.02rem;margin:.44rem auto;}
.game-video .vback .btn{display:block;width:160px;height:34px;line-height:34px;color:#fff;background:#2596fc;border-radius:20px;font-size:16px;text-align:center;margin:10px auto;}
.game-video .vback .btn i{display:inline-block;
	background-image: url(../img/icon.png);
    background-size: 7.5rem 6rem;
	width:12px;height:12px;border-radius:.38rem;margin-left:.1rem;background-position:-1.06rem -4.35rem;position:relative;top:.08rem;}

/*游戏详情*/
.player_xsoft_info{padding: 0px 0;background: #fff;margin: 12px;}
.player_xsoft_info .player_soft_img{position:relative;width: 110px;height: 110px;margin: 0 auto;margin-top: 6px;overflow: hidden;}
.player_xsoft_info .player_soft_img img{width: 110px;height: 110px;border-radius: 16px;}
.player_xsoft_info h1{font-size: 17px;color: #222;height: 33px;line-height: 33px;overflow: hidden;font-weight: normal;font-weight: bold; text-align: center;}

.player_xsoft_info .txt { margin: 5px 0; color: #b0b0b0; font-size: 12px; line-height: 16px; text-align: center;}
.player_xsoft_info .txt2 { text-align: center; font-size: 14px; color: #686868; margin: 5px auto 10px; height: 20px; line-height: 20px; overflow: hidden; width:85%;}
.player_tips{text-align: center;font-size: 12px;color: #358FF0;}
.player_tips span{padding: 0 16px;position: relative;}
.player_tips span::after{content: "";position: absolute;width: 11px;height: 11px;left: 0;top: 50%;margin-top: -5px;background: url(../img/dyw-tip.png) no-repeat;background-size: 11px;}


/* .player_xsoft_info .g_down{width: 95%;height: 40px;display:block;background: #ff8a00;border-radius: 3px;font-size: 18px;color:#FFFFFF;text-align:center;line-height: 40px;margin: 12px auto;}
.player_xsoft_info .down{ background-color: #358FF0;width:80%;border-radius: 20px; }
.player_xsoft_info .nodown{ background-color: #ccc; }
.player_xsoft_info .yuyue{ background-color: #259d5d; }
.player_xsoft_info .downbtn_a{display:inline-block;width: 40%;margin: 10px 4% 10px 3%;background:#fff;border: 1px solid #ff8a00;color: #ff8a00;box-sizing:  border-box;font-size: 18px; border-radius: 5px;}
.player_xsoft_info .downbtn_b{background: #ff8a00;display: inline-block;width: 50%;margin:10px 0;line-height: 20px;height: 38px;padding-top:  2px;vertical-align: top; font-size: 18px; color: #fff; text-align: center; border-radius: 5px;}
.player_xsoft_info .downbtn_b i{display:block;height: 16px;line-height: 16px;font-size:12px;text-align:center;font-style:normal;opacity:.8;}
.player_xsoft_info p{font-size:12px;margin:0 3%;color:#787878; padding:4px 8px;box-sizing:border-box;line-height:20px; margin-bottom:10px;border-radius:5px;}
.player_xsoft_info p em{ color:#f75934;} */

.player_right_soft_info{ overflow:hidden; padding: 0 0 10px;}
.player_right_soft_info .player_ginfoset{ font-size: 12px; color: #808080; overflow: hidden; zoom:1; padding: 0 10px; }
.player_right_soft_info .player_ginfoset li{width: 50%;float: left;line-height: 24px;color: #929292;height: 24px;overflow: hidden;}
.player_right_soft_info .player_ginfoset li a{color: #358FF0;}

.pd_wrap{ width: 100%; overflow: hidden;zoom:1; padding-top: 10px; }
.pd_in {position: relative;color: #AAAAAA;text-align: center; width: 33.3%; float: left;}
.pd_in>div {font-size: 21px;color: #5d5d5d;margin-bottom: 0px;text-align: center;}
.pd_in>div .icon1 { background-image: url(/static/img/icon-hot.png);}
.pd_in>div .icon2 { background-image: url(/static/img/icon-star.png);}
.pd_in>div .icon3 { background-image: url(/static/img/icon-score.png);}
.pd_in>div i {position: relative;top: 1px;width: 20px;height: 21px;margin-right: 5px;display: inline-block;background-size: contain;
background-position: center center;background-repeat: no-repeat;}
.pd_in:not(:last-child):after { content: ""; position: absolute; display: block; width: 1px; height: 30px;}

	.paihang_logo {
		position: absolute;
		top: -16px;
		right: 0px;
	}

	.viewer-next {
		width:60px !important;
		height:60px !important;
		position: fixed;
		top: 40%;
		right: 10px;
		font-size: 20px;
	}
	.viewer-prev {
		width:60px !important;
		height:60px !important;
		position: fixed;
		top: 40%;
		left: 10px;
		font-size: 20px;
	}
	.viewer-toolbar > ul > li::before {
		margin: 20px !important;
	}
.detail-tag {
	margin: 1px 0;
	width: 90vw;
	display: flex;
	flex-wrap: wrap;
}
.detail-tag li {
	margin: 5px;
	width: 20%;
	height: 25px;
	line-height: 25px;
}
.more_btn_m {
	color: #999;
	background-color: #E8EAEA;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}
.topRankingUl-down-right .down {
	right: 13px;
}
.more_btn12 {
	margin-right: 3vw;
	width: 58px;
}
.more_btn13 {
	margin-right: 27px;
}

.detail-tag-width li {
	min-width: 20%;
	max-width: 100%;
	width: auto !important;
}

.detail-tag-width li span {  
    width: 100%;
    padding: 0 4px;
}

.qiyhi1 {
	text-align: center;
}


.fanli {
	width: 110px;
   height: 110px;
   position: absolute;
   bottom: 0px;
   right: 0px;
}

.fanli img {
   width: 100%;
}

