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

.log {
	position: relative;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #9ab8d0;
}

.log_bg {
	background: url(/SkinNew/images/topbg.png) no-repeat 0 0;
	background-size: 100% 100%;
}


.logimg1 {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 120px;
	height: 24px;
}

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

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

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

.navigation-container {
	padding: 12px 20px;
	background-color: #eeeeee;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.navigation-container h2 {
		border-left: 3px solid #3399CC;
		height: 18px;
		line-height: 18px;
		padding-left: 10px;
	}

	.navigation-container a {
		color: #777777;
	}

.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;
	/* padding: 0 auto; */
}

	.mod-three1 li img {
		width: 42vw;
		/* height: 100px; */
	}

.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: 92vw;
	margin: 0 auto;
}

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

	.mod-three li {
		width: 90vw;
		margin: 0 8px;
		/* padding: 0 10px; */
	}

	.mod-three .text {
		margin-top: 2px;
		font-size: 14px;
	}

	.mod-three .text2 {
		font-size: 14px;
		color: #888;
	}

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

.zhuanti_header {
	background-color: white;
	padding: 5px;
}

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

.zhuangti_header_content {
	width: 90%;
	background-color: #d6ecbf;
	margin: 10px auto;
	padding: 2px;
	border-radius: 4px;
}

	.zhuangti_header_content h1 {
		font-size: 21px;
		text-align: center;
		margin: 10px 0;
		color: #527E0A;
	}

	.zhuangti_header_content .overflow-class {
		background-color: white;
		padding: 10px;
		border-radius: 2px;
		color: #919191;
		width: 92%;
		margin: 5px auto;
	}

.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 {
		/* border-bottom: 1px dotted #e5e5e5; */
	}

.more_game_btn {
	width: 100px;
	padding: 5px 30px;
	margin: 15px auto;
	/* border: 1px dotted #e5e5e5; */
	text-align: center;
	color: white;
	background-color: #358FF0;
}

.heji_container {
	margin: 5px 22px;
}

.more_heji_txt {
	width: 50px;
	margin: -20px 0px;
	text-align: center;
	float: right;
	margin-right: 6px;
	color: #919191;
}

.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: 10px 15px 15px 0px;
	}

	.heji_content img {
		width: 160px;
		height: 100px;
	}

	.heji_content h3 {
		text-align: center;
	}

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

.textct {
	background-color: white;
}

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

	.version_more_ul li {
		margin: 10px;
		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 #358FF0; */
	float: right;
	text-align: center;
	/* border-radius: 5px; */
	margin-top: -24px;
	margin-right: 12px;
	color: #FF6F6B;
	min-width: 40px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px
}

.more-btn .down {
	margin: 20px auto;
	/* background-color: #358FF0; */
	color: #358FF0;
	border: 1px solid #3399CC;
	border-radius: 20px;
	width: 20%;
}

.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_div1 {
	/* margin: 0px 20px; */
}

.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;
		height: 80px;
	}

	.heji_content1 h3 {
		text-align: center;
	}

/* 猜你喜欢 */
.zhuanti_love {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-top: 5px;
	width: 100%;
}

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

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

.mod-three-xiangguan {
	margin-left: 10px;
	width: 94%;
}

	.mod-three-xiangguan li {
		border: 1px solid #F1F1F1;
		padding: 5px;
		margin: 6px 0;
		color: #5E5E5E;
		height: 32px;
		line-height: 32px;
		position: relative;
	}

	.mod-three-xiangguan .title {
		display: inline-block;
		margin: 0px 6px;
		white-space: nowrap;
		width: 140px;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		line-height: 12px;
		height: 12px;
	}

	.mod-three-xiangguan .down {
		position: absolute;
		top: 10%;
		right: 2px;
	}

.xianguan-page-icon {
	width: 16px;
}

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

.zhhuanti_love_h3_cur {
	color: #358FF0 !important;
	/* background-color: #358FF0 !important; */
}

.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;
	}

	.zhuanti_love_title p:nth-child(2) {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

.zhuanti_love_img {
	width: 50%;
}

	.zhuanti_love_img img {
		width: 160px;
		height: 80px;
	}

.zhuanti_love_title {
	width: 50%;
}

	.zhuanti_love_title p:nth-child(1) {
		color: #777777;
	}

	.zhuanti_love_title p:nth-child(2) {
		color: #ccc;
		font-size: 10px;
	}

.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;
	}

.mod-hd {
	width: 300px;
}

.height5 {
	height: 380px;
	overflow: hidden;
}

.chang-line {
	height: 2px;
	background-color: #cccccc;
}

.more-bd h3 {
	color: #178DD6;
}

#category_info {
	margin-top: 12px;
}

.down {
	border-radius: 20px;
	width: 40px;
	color: #358FF0;
	font-size: 13px;
}

.icon-rank1, .icon-rank2, .icon-rank3 {
	color: white;
	padding-left: 13px;
	padding-top: 6px;
}

.down-btn {
	width: 10px !important;
	margin-left: 5px;
}

.mod-three-container {
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	overflow-x: auto !important;
}

	.mod-three-container li {
		width: 100%;
	}

		.mod-three-container li a {
			display: flex;
			flex-direction: column;
			/* width: 25%; */
		}

.mod-three-container3 {
	width: 100%;
	position: relative;
}

.height546 {
	max-height: 546px;
}

.mod-three-container3 li {
	width: 95%;
	/* border-bottom: 1px solid #F1F1F1; */
}

	.mod-three-container3 li:not(:last-child) {
		border-bottom: 1px solid #F1F1F1;
	}

.mod-three-container3 .juxing {
	left: 0px;
}

.mod-three-container3 .down {
	position: absolute;
	top: 32%;
	right: 0px;
}

.mod-three-container3 .title, .mod-three-container3 p {
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 !important;
	color: #919191;
	font-size: 12px;
}

.mod-three-container3 .title {
	color: #5E5E5E;
	font-size: 13px;
}


.total-container {
	width: 90%;
	border-radius: 5px;
	background-color: white;
	/* position: absolute;
	left: 50%; */
	margin: 0 auto;
	margin-top: -50px;
	z-index: 999;
	position: relative;
	/* transform: translateX(-50%); */
}

#top_apk {
	border-radius: 5px;
}

.total-container1 {
	width: 96%;
	border-radius: 5px;
	background-color: white;
}

	.total-container1 li {
		margin: 0 7px;
	}

.topic_header {
	position: relative;
}

.topic_header_back {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	color: white;
	font-size: 12px;
}

	.topic_header_back a {
		color: white;
		font-size: 12px;
	}

.total-container-line {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #626262;
	font-size: 13px;
}

	.total-container-line div {
		margin: 0 4px;
	}

.total-container-time {
	font-size: 11px;
	color: #aaa;
	text-align: center;
	margin-top: 5px;
}

.clearUl {
	content: "";
	display: block;
	clear: both;
}

.total-container-more {
	text-align: center;
	color: #858A9D;
	font-size: 12px;
	background: #D6EBFF;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
}

.mod-container {
	padding-bottom: 20px;
}

.tuijian_container {
	width: 90%;
	margin: 0 auto;
	background-color: white;
}
