* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

body {
	background-color: rgb(246, 247, 247);
}

.div_top {
	width: 100%;
	height: auto;
}

.div_head {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	z-index: 99999999;
	transition: all .2s ease;
	border: none;
	border-radius: 0px;
	padding: 10px;
}

.div_head1 {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	z-index: 99999999;
	transition: all .2s ease;
	border: none;
	border-radius: 0px;
	padding: 5px;
}

.navbar-brand {
	padding: 10px 15px;
}

.logo_img {
	display: block;
	width: auto;
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

.link_btn a {
	cursor: pointer;
	color: #E0E0E0 !important;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	text-decoration: none;
}

.link_btn a:hover {
	cursor: pointer;
	color: #fff !important;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	text-decoration: none;
}

.tc_img {
	width: 65px;
	height: auto;
}

.div_head_right {
	float: right;
	height: 100%;
	padding-top: 15px;
}

.div_head_right li {
	padding: 0px 50px;
	display: block
}

.div_head_right li span {
	color: #fff;
	font-size: 18px;
}

.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner_img {
	width: 100%;
	height: auto;
}

.my-dots {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	width: 16px;
	height: 16px;
	background-image: url(../img/dot1.png?v=1.1);
}

.my-dots-active {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 16px;
	margin: 0 20px;
	background-image: url(../img/dot2.png?v=1.2);
}

.div_content1 {
	width: 100%;
	height: auto;
	padding: 80px 0px;
}

.div_content1_container {
	height: 100%;
}

.div_content1_left {
	height: 100%;
}

.div_content1_head {
	min-height: 150px;
}

.div_content1_head_p1 {
	font-size: 20px;
	color: rgb(68, 68, 68);
	margin-top: 15px;
}

.div_content1_head_p2 {
	font-size: 15px;
	color: rgb(68, 68, 68);
	line-height: 25px;
}

.info_btn {
	width: 160px;
	height: 40px;
	background-color: rgb(207, 38, 67);
	border-radius: 3px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
}

.div_content1_right {
	height: 100%;
}

.div_content1_footer1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.div_content1_footer_div {
	width: 33%;
	height: auto;
	text-align: center;
}

.red_span {
	font-size: 25px;
	font-family: "microsoft yahei";
	color: rgb(208, 39, 68);
	font-style: italic
}

.div_content2 {
	width: 100%;
	height: 550px;
	background: url(../img/bg1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
}

.div_content2_container {
	margin: auto;
}

.div_content2_content {
	margin-top: 50px;
	overflow: hidden;
}

.div_content2_left {
	padding: 0px;
	background: #fff;
	height: 450px;
	padding: 30px;
	display: -webkit-flex;
	display: flex;
}

.div_content2_left_content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.div_content2_right {
	padding: 0px;
	overflow: hidden;
	height: 450px;
	background: url(../img/img1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.div_content2_left_div {
	width: 500px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 30px;
}

.div_content2_left_div img {
	width: 80px;
	height: auto;
}

.div_content2_left_div_right {
	padding-left: 30px;
}

.div_content2_head {
	margin-top: 40px;
	min-height: 300px;
}

.div_content2_head_p2 {
	font-size: 18px;
	color: rgb(68, 68, 68);
	margin-top: 5px;
	line-height: 35px;
}

.div_content2_head_p3 {
	font-size: 18px;
	color: rgb(68, 68, 68);
	margin-top: 40px;
	line-height: 30px;
}

.mobile_show{
		display: none;
	}
	.pc_show{
		display: block;
	}

.div_content3 {
	width: 100%;
	background: url(../img/main_bg.jpg) no-repeat;
	background-position: center;
	height: auto;
}

.div_content3 .main3 {
	width: 100%;
	height: 1080px;
	overflow: hidden;
}

.div_content3 .main3 .product_game_all {
	width: 100%;
	height: 620px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	text-align: center;
}

.div_content3 .main3 .product_game_all .product_game_count {
	margin: 0 auto;
	position: relative;
	top: 40px;
	left: -130px
}

.div_content3 .main3 .product_game_all .swiper-container {
	overflow: inherit !important
}

.div_content3 .main3 .product_game_all .p1 {
	top: -40px;
	transition: top 1s linear
}

.div_content3 .main3 .product_game_all .last_item {
	margin-right: 40px
}

.div_content3 .main3 .product_game_all .swiper-slide {
	width: 350px !important
}

.div_content3 .main3 .product_game_all .product_game {
	position: relative;
	width: 350px;
	height: 600px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.div_content3 .main3 .product_game_all .product_game .product_game_1 {
	width: 350px;
	height: 600px;
	top: 0px;
	left: 2px;
	overflow: hidden;
	position: absolute
}

.div_content3 .main3 .product_game_all .product_game .product_game1 {
	width: 350px;
	height: 600px;
	background-size: 350px 600px;
	background-size: 350px 600px;
	position: absolute
}

.div_content3 .main3 .product_game_all .product_game .product_game_1_1 {
	width: 350px;
	height: 600px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute
}

.div_content3 .main3 .product_game_all .product_game .product_game2 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
}

.div_content3 .main3 .product_game_all .product_game .product_game3 {
	position: absolute;
	width: 100%;
	height: 100%;
}

.div_content3 .main3 .product_game_all .product_game .product_game3 .product_game_button {
	position: absolute;
	width: 130px;
	height: 34px;
	top: 475px;
	margin-left: -65px;
	left: 50%;
	opacity: 0;
	background: url(../img/more.png) no-repeat;
	background-size: 130px 34px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.div_content3 .main3 .product_button {
	width: 500px;
	height: 100px;
	margin: 0 auto;
	top: 100px;
	position: relative;
}

.div_content3 .main3 .product_button .product_left_button {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 10%;
	top: 5px;
	background: url(../img/left_btn.png) no-repeat;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer
}

.div_content3 .main3 .product_button .product_right_button {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 80%;
	top: 5px;
	background: url(../img/left_btn.png) no-repeat;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.div_content4 {
	width: 100%;
	height: 1000px;
	background: url(../img/bg4.jpg) left bottom no-repeat, url(../img/bg5.jpg) right bottom no-repeat;
	background-color: rgb(238, 238, 238);
}

.div_content4_body {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.careers_div{
		width: 100%;height: auto;padding: 20px 20px 10px 50px;background-color: #fff;margin-top: 50px;
	}

.select_type,.select_type1{
	cursor: pointer;
}

.careers_ul{
	width: 100%;
	list-style: none;
	margin-bottom: 0;
}

.careers_ul li{
	display: inline-block;
	width: 12%;
	height: 30px;
	text-align: center;
	font-size: 15px;
	color: rgb(112,112,112);
	font-family: "microsoft yahei";
}

.careers_ul li span{
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

.span_active{
	background: rgb(67,67,67);
	color: #fff;
}

.div_content4_body_div {
	width: 240px;
	height: auto;
	padding: 20px 10px 20px 10px;
	cursor: pointer;
	position: relative;
}

.div_content4_body_div img {
	width: 200px;
	height: auto;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
}

.div_content4_body_div img:hover {
	position: absolute;
	top: -165px;
	z-index: 999999;
	width: 210px;
	height: auto;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5);
	transition: .3s;
}

.box {
	display: block;
	width: 100%;
	height: 100%;
}

.box1 {
	display: none;
}

.box ul {
	width: 100%;
	height: 100%;
	list-style: none;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	cursor: pointer;
}

.box ul .imgBox {
	width: 19%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.box ul .active {
	width: 60%;
	height: auto;
}

.box ul .imgBox>img {
	width: auto;
	height: 100%;
	cursor: pointer;
}

.wallpaper-list {
	color: white;
	width: 100%;
}

.wallpaper-list li {
	cursor: pointer;
	height: 380px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 30px 0;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-position-y: 0;
	overflow: hidden;
}

.wallpaper-list li .icon {
	font-size: 80px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.wallpaper-list li .more {
	font-size: 18px;
}

.wallpaper-list li .show-detail {
	height: 300px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	padding: 10px 10px;
}

.wallpaper-list li .show-detail h2 {
	text-align: center;
	color: rgb(211, 61, 86);
	font-size: 28px;
}

.wallpaper-list li .show-detail h6 {
	text-align: center;
	line-height: 1.5;
	color: #8a8a8a;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
}

.wallpaper-list li .show-detail p {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;

}

.wallpaper-list li:hover {
	background-position-y: -20px;
}

.wallpaper-list li:hover .icon {
	-webkit-transform: translateY(-60%) scale(0.8);
	transform: translateY(-60%) scale(0.8);
}

.wallpaper-list li:hover .show-detail {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.introduce-about {
	background-color: #fff;
	background: url(../img/bg6.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	padding: 50px 0;
	min-height: 600px;
	height: auto;
	display: flex;
}

.introduce-about img{
	width: 180px;
	height: auto;
	opacity: 0;
}

.introduce-about_content {
	width: 100%;
	height: auto;
	min-height: 611px;
	background: url(../img/bg7.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.introduce-about_content_title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin-top: 50px;
}


.div_table {
	width: 100%;
	font-size: 15px;
	text-align: center;
	background: #fff;
}

.div_table tr {
	border-bottom: 1px solid #E6E6E6;
}

.div_table th,
td {
	text-align: center;
	padding: 20px;
}

.bottom_img {
	width: 100%;
	position: absolute;
	bottom: 25px;
}

.bottom_img img {
	width: 80px;
	height: auto;
}

.social_info_title {
	position: relative;
	height: 650px;
	width: 100%;
	background: url(../img/bg8.jpg) no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.game_info_content{
	height: 600px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	 align-items: center;
}

.game_info_content_left{
	width: 30%;text-align: right;
}

.game_info_content_right{
	width: 70%;padding-left: 50px;
}

.game_info_content_right_div2{
	margin-top: 30px;
}

.social_info_title_div {
	margin: auto;
	color: #fff;
}

.title_span {
	display: block;
	margin-top: 100px;
	padding-bottom: 50px;
	font-size: 50px;
}

.social_info_title_div_div {
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
}

.social_info_title_div_div div {
	padding: 0;
}

.info_span {
	font-size: 18px;
}

.info_span1 {
	font-size: 13px;
	color: darkgrey;
}

.info_span2 {
	font-size: 15px;
	color: rgb(112, 112, 112);
}

.social_info_content {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px;
}

.text-indent{
	text-indent:4rem;
	font-size: 17px;
	line-height: 40px;
}

.content_title {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.content_left {
	color: #221e1f;
	font-size: 18px;
	font-weight: 700;
	height: 25px;
	padding-right: 10px;
}

.unrline {
	width: 80%;
	height: 0;
	border-bottom: 1px solid rgba(35, 27, 24, .1);
}

.social-detail__content {
	color: #7b7b7d;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
	white-space: pre-line;
}

.cooperation_img img {
	width: 80px;
	height: auto;
}

.contacts {
	color: white;
	padding: 80px 0 160px 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.contacts .section-title {
	margin-bottom: 240px;
}

.contacts .contacts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts .contacts-list .contact-box {
	color: white;
	margin: 10px;
	width: 100px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-decoration: none;
}

.contacts .contacts-list .contact-box:hover {
	-webkit-transform: translateY(-36px);
	transform: translateY(-36px);
}

.contacts .contacts-list .contact-box:hover .contact {
	background-color: rgb(209, 48, 54);
	border-color: rgb(209, 48, 54);
}

.contacts .contacts-list .contact-box:hover .more {
	opacity: 1;
}

.contacts .contacts-list .contact-box:hover .title {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.contacts .contacts-list .title {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.contacts .contacts-list .contact {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height: 100px;
	width: 100px;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 15px;
	display: flex;
}

.contacts .contacts-list .contact img {
	width: 50%;
	height: auto;
	margin: auto;
}

.contacts .contacts-list .more {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	margin-top: 15px;
	border: 2px solid #fff;
	padding: 5px;
	opacity: 0;
}

.contact-us {
	background-color: white;
	border-top: 5px solid rgb(209, 48, 54);
	padding: 80px 0;
}

.contact-us .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.div_footer{
	width: 100%;
	height: auto;
	background-color: rgb(16,17,38);
	padding-bottom: 60px;
}

.div_footer_content{
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
}

.game_contnet_title{
	width: 100%;
	height: auto;
	color: rgb(238,238,238);
	text-align: center;
	margin-top: 100px;
}

@media screen and (min-width:320px) and (max-width:769px) {
	.div_content2 {
		padding: 30px 0px;
		height: auto;
	}

	.cooperation_content {
		display: block;
	}

	.cooperation_content1 {
		display: none;
	}

	.div_content3_content {
		display: none;
	}

	.div_content3_content1 {
		display: block;
	}

	.div_head_right {
		float: left;
	}

	.div_head_right li {
		padding: 10px 20px;
		display: block
	}

	.swiper-pagination {
		display: none;
	}

	.div_content1_head {
		min-height: 100px;
	}

	.div_content1_right {
		margin-top: 50px;
	}

	.div_content2_right img {
		width: 100%;
		height: auto;
	}

	.div_content2_head_p3 {
		width: 50%;
	}

	.div_content2_content {
		margin-top: 0px;
	}

	.bottom_img {
		width: 100%;
		position: absolute;
		bottom: 5px;
	}

	.div_content2_left {
		height: auto;
	}

	.div_content2_left_div {
		width: 100%;
	}

	.div_content2_left_div_right {
		padding-left: 30px;
	}

	.div_content2_right {
		height: 300px;
	}

	.social_info_title {
		height: 330px;
	}

	.title_span {
		display: block;
		font-size: 30px;
		padding-bottom: 10px;
		margin-top: 80px;
	}

	.content_left {
		width: 100%;
	}

	.unrline {
		display: none;
	}

	.div_content3 .main3 .product_button {
		display: none;
	}

	.div_content3 .main3 .product_button .product_right_button {
		left: 75%;
	}

	.div_content4 {
		width: 100%;
		height: auto;
		background: url(../img/bg5.jpg) no-repeat;
		background-color: rgb(238, 238, 238);
		background-position: bottom;
	}

	.div_content4_body_div {
		width: 45%;
		height: auto;
	}

	.div_content4_body_div img {
		width: 95%;
		height: auto;
		padding: 5px;
	}

	.div_content4_body_div img:hover {
		position: relative;
		top: 0px;
		z-index: 999999;
		width: 95%;
		height: auto;
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5);
		transition: .3s;
	}
	
	.game_info_content{
		height: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		 align-items: center;
		 -webkit-flex-wrap: wrap;
		 flex-wrap: wrap;
		 margin-top: 20px;
	}
	
	.game_info_content_left{
		width: 100%;text-align: center;
	}
	
	.game_info_content_right{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	
	.game_info_content_right_div2{
		margin-top: 10px;
	}

	.careers_div{
		width: 100%;height: auto;padding: 20px 20px 10px 10px;background-color: #fff;margin-top: 30px;
	}
	
	.careers_ul li{
		width: auto;
		margin-left: 10px;
	}
	
	.careers_ul li span{
		border-radius: 5px;
	}
	
	.mobile_show{
		display: block;
	}
	.pc_show{
		display: none;
	}
		
	.div_content3 .main3 {
		width: 100%;
		height: 900px;
		overflow: hidden;
	}
	
	.div_content3 .main3 .product_game_all_mobile {
		width: 100%;
		height: 620px;
		margin: 0 auto;
		position: relative;
		top: 0px;
		text-align: center;
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_count_mobile {
		margin: 0 auto;
		position: relative;
		top: 40px;
		left: 
	}
	
	.div_content3 .main3 .product_game_all_mobile .swiper-container {
		overflow: inherit !important
	}
	
	.div_content3 .main3 .product_game_all_mobile .swiper-slide {
		width: 100% !important
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile {
		position: relative;
		width: 100%;
		height: 600px;
		margin-right: 0px;
		margin-left: 0px;
		display: inline-block;
		overflow: hidden;
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile .product_game_1_mobile {
		width: 100%;
		height: 600px;
		top: 0px;
		left: 0px;
		overflow: hidden;
		position: absolute
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile .product_game1_1_mobile {
		width: 350px;
		height: 600px;
		background-size: 350px 600px;
		background-size: 350px 600px;
		position: absolute;
		left: calc(50% - 175px);
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile .product_game_1_1_mobile {
		width: 100%;
		height: 600px;
		background: rgba(0, 0, 0, 0.6);
		position: absolute
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile .product_game2_mobile {
		position: absolute;
		width: 350px;
		height: 100%;
		opacity: 0;
		left: calc(50% - 175px);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile .product_game3_mobile .product_game_button_mobile {
		position: absolute;
		width: 130px;
		height: 34px;
		top: 475px;
		margin-left: -65px;
		left: 50%;
		opacity: 0;
		background: url(../img/more.png) no-repeat;
		background-size: 130px 34px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	}
	
	.div_content3 .main3 .product_game_all_mobile .product_game_mobile .product_game3_mobile {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	.div_footer {
	    padding-bottom: 20px;
	}
	
	.banner_top{
		margin-top: 70px;
	}
	
	.contacts .section-title {
		margin-bottom: 30px;
	}
	
	.contacts {
		padding: 30px 0 20px 0;
	}
	
	.game_contnet_title{
		margin-top: 50px;
	}
}
