#detail {
	margin: 0 auto;
	color: white;
}

#detail .gametitle {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#detail .gametitle_en {
	margin: 10px 0;
	text-align: center;
	font-size: 20px;
}

#detail .provider,
#detail .issuedate {
	margin: 10px 0;
	font-size: 16px;
	color: #8A97A0;
}

#detail .provider a {
	color: #8A97A0;
}

#detail .tags {
	text-align: center;
	margin: 10px 0;
}

#detail .tags a {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px;
	color: #67c1f5;
	background-color: rgba(103, 193, 245, 0.2);
	line-height: 15px;
	height: 20px;
	font-size: 14px;
}

#detail .titleimg {
	text-align: center;
	margin: 10px 0;
}

#detail .titleimg img {
	width: 450px;
	height: 210px;
}

#detail .describe {
	color: #F8F8FF;
	font-size: 16px;
	line-height: 30px;
}

#screenshot {
	margin: 20px 0;
	height: 400px;
	width: 100%;
}

#screenshot h2 {
	font-size: 16px;
	color: white;
	margin: 5px;
}

#down {
	margin: 40px 10px 0 10px;
}

#down h2 {
	font-size: 16px;
	color: white;
	padding: 5px 0;
}

#down .downurl a {
	display: inline-block;
	margin: 5px;
	padding: 8px 10px 0 10px;
	color: #67c1f5;
	background-color: rgba(103, 193, 245, 0.2);
	width: 250px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 3px;
}

#down .downurl span {
	font-size: 12px;
}

#down .sm {
	color: #F8F8FF;
	margin: 10px 50px;
	padding: 10px;
	font-size: 12px;
	border: 1px dashed orange
}

#relation {
	margin: 30px 0 0 0;
}

#relation h2 {
	color: white;
	margin-bottom: 10px;
}

#relation .gamelist {
	text-align: center;
}

#relation .gamelist li {
	float: left;
	width: 30%;
	height: 120px;
	padding: 0 23px 30px 0;
}

#relation .gamelist img {
	width: 100%;
	height: 90%;
	padding-bottom: 5px;
}

#relation .gamelist a {
	color: #67c1f5;
}

#popwin {
	position: fixed;
	inset: 0px;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
}

#pop_down {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 460px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.95);
	text-align: center;
	transform: translate(-50%, -50%);
	overflow: hidden;
	z-index: 10001;
	background: #fff;
	padding: 20px;
}

#pop_down p {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

#pop_down .pop_btn li {
	padding-top: 10px;
	width: 50%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: blue;
	text-align: center;
	cursor: pointer;
}

.btn_close {
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

.btn_close::before,
.btn_close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 20px;
	top: 12px;
	right: 2px;
	background: #999;
	cursor: pointer;
}

.btn_close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pop_code {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.95);
	text-align: center;
	transform: translate(-50%, -50%);
	overflow: hidden;
	z-index: 10001;
	background: #fff;
	padding: 20px;
}

#pop_code p {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

#pop_code .pop_btn p {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: blue;
	text-align: center;
	cursor: pointer;
}

#pop_mobile {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.95);
	text-align: center;
	transform: translate(-50%, -50%);
	overflow: hidden;
	z-index: 10001;
	background: #fff;
	padding: 20px;
}

#pop_mobile p {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

.gamecomment {
	margin: 40px 0 30px 0;
	clear: both;
}

.gamecomment h2 {
	color: white;
	margin-bottom: 10px;
}

.gamecomment .comment-input {
	display: block;
	box-shadow: none;
	width: 95%;
	height: 150px;
	border-radius: 8px;
	color: #e6e6e6;
	background-color: #333;
	border: 1px solid #e6e6e6;
	padding: 8px;
	resize: none;
}


.gamecomment .comment-button {
	display: block;
	text-align: right;
	padding: 5px 10px;
	margin: 5px 0;
}

.gamecomment .commentlist {
	margin: 10px 0 30px 0;
}

.gamecomment dl {
	border: 1px dashed #afafaf;
	border-radius: 8px;
	padding: 10px;
	margin: 0 0 15px 0;
	color: white;
}

.gamecomment dt {
	height: 25px;
	font-size: 9pt;
	line-height: 150%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

.gamecomment dd {
	line-height: 150%;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#ilike p {
	text-align: center;
	margin: 15px auto;
	background-color: #bb841c;
	padding: 10px 25px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	width: 80px;
	cursor: pointer;
}

.discount {
	padding: 5px;
	display: flex;
	height: 40px;
	border: gray 1px dashed;
	border-radius: 5px;
}

.discount .label {
	font-size: 16px;
	color: #8A97A0;
	line-height: 35px;
}

.discount .discount_price {
	font-size: 28px;
	color: #ff6521;
	font-weight: bold;
	padding: 0 15px;
}

.discount .price {
	font-size: 14px;
	color: white;
	text-decoration: line-through;
	line-height: 35px;
	padding-right: 20px;
}

.discount .endtime {
	font-size: 14px;
	color: white;
	line-height: 35px;
}

.discount .zhekou {
	width: 41px;
	height: 25px;
	background-color: #4cb77e;
	border-radius: 5px;
	display: inline-block;
	color: white;
	text-align: center;
	line-height: 25px;
	margin: 5px 0 auto;
}

.discount .shidi {
	width: 50px;
	height: 25px;
	background-color: #4cb77e;
	border-radius: 5px;
	display: inline-block;
	color: white;
	text-align: center;
	line-height: 25px;
	margin: 5px 5px;
}

.discount .link {
	flex-grow: 1;
	text-align: right;
}

.discount .link a {
	display: inline-block;
	width: 90px;
	height: 35px;
	background-image: linear-gradient(180deg, #fa4d00 0%, #ffa200 100%);
	color: white;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	margin:3px 0 0 10px;
	font-weight: bold;
}