.product {
	background: #fafafa;
}

.product_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	background-image: url(../img/graypiece.png);
	/*border-bottom: 2px solid #D8D8D8;*/
}

.new_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	/*style="width: 100%; height: 50px; display:flex; align-items:center; justify-content:center;"*/
	background-image: url(../img/graypiece.png);
}

.new_content {
	width: 100%;
	position: absolute;
	top: 50px;
	bottom: 40px;
}

.new_footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #D8D8D8;
}

.product_title>p {
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bolder;
	margin-left: 20px;
	color: #434343;
}

.product_title>a {
	font-size: 15px;
	font-weight: normal;
	margin-right: 20px;
}

.other {
	width: 100%;
	height: 100%;
}

.product_main {
	width: 100%;
	height: 100%;
	/*border: 2px solid #D8D8D8*/
}

.products {
	width: 100%;
	height: 95%;
}

.product_content {
	height: 100%;
	padding: 0;
	padding-left: 0;
}

.games {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 20px;
	padding: 0px;
	list-style-type: none;
}

.games>li {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D8D8D8
}

.games>li .icon {
	width: 160px;
	height: 100%;
	float: left;
}

.games>li .icon>img {
	width: 100%;
	height: 100%;
}

.cont_title {
	width: 100%;
	height: 26%;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	/*border-bottom: 1px solid #D8D8D8;*/
}

.cont_text {
	width: 100%;
	height: 74%;
}

.games>li .cont {
	position: absolute;
	left: 180px;
	bottom: 0;
	right: 0px;
	height: 100%;
}

.other-info {
	/*background: rgba(255,255,255,0.87);*/
	position: absolute;
	top: 0;
	bottom: 0;
	bottom: 0;
	right: 0;
	margin-left: 10;
}

.news {
	width: 100%;
}

.addr {
	width: 100%;
}

.games-all {
	width: 98%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px;
	list-style-type: none;
}

.games-all>li {
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
	border: 2px solid #D8D8D8;
}

.games-all>li .icon {
	width: 160px;
	height: 100%;
	float: left;
}

.games-all>li .icon>img {
	width: 100%;
	height: 100%;
}

.games-all>li .cont {
	position: absolute;
	left: 180px;
	bottom: 0;
	right: 0px;
	height: 100%;
}

