/* 共用样式 */
.content-block {
	padding: 10px 0 75px 0;
}

.title {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 80px 0 35px 0;
}

.title h2 {
	font-weight: 600;
	margin: 0;
}

.popup-content .order-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	background-color: #373737;
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin: 0px 15px 0 0;
}

.popup-content .step2 .order-icon {
	margin-left: 20px;
}

.fancybox-inner {
	overflow: auto !important;
}

/* 首图 */
.section-1 .container {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-1 .container .text-box {
	text-align: center;
}

.section-1 .container .text-box h1 {
	font-size: 50px !important;
	color: #fff !important;
}

.section-1 .container .text-box p {
	font-size: 30px !important;
	color: #fff !important;
}

/* 系统要求 */
.system {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.system .compatible-icon {
	text-align: center;
	margin-right: 160px;
}

.system .compatible-icon:last-child {
	margin: 0;
}

.system .compatible-icon>img {
	height: 60px;
}

.system p {
	font-size: 20px !important;
	margin-bottom: 0;
}

.content-block .container>hr {
	margin: 80px 0;
}

/* 适配产品 */
.compatible-product {
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -3.5%;
}

.compatible-product .product {
	width: 31%;
	margin: 0 0 3.5% 0 !important;
	overflow: hidden;
	position: relative;
	background-color: #f6f6f6;
	border-radius: 20px;
}

.compatible-product .product>p {
	color: #999;
	margin-top: 0;
	font-size: 14px !important;
}

.compatible-product .product-position {
	width: 31%;
	margin: 0 0 3.5% 0 !important;
	background-color: #f6f6f6;
	border-radius: 20px;
}

.compatible-product img {
	width: 100%;
	border-radius: 20px;
}

.one-btn {
	display: none;
}

/* 动画效果 */
.compatible-product .product:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	padding: 14px 18px;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0%;
	opacity: 0;
	transition-duration: .5s;
}

.compatible-product .product:hover:before {
	width: 100%;
	left: 0;
	opacity: 0.7;
	transition-duration: .5s;
}

.compatible-product .product .course-btn {
	width: auto;
	height: 60%;
	padding: 0px 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

.compatible-product .product .course-btn1 {
	justify-content: center;
}

.compatible-product .product .course-btn .btn {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	opacity: 0;
	padding: 15px 25px !important;
	margin: 0;
}

.compatible-product .product .course-btn .btn:hover {
	color: #111111;
	background-color: #ffffff;
}

.compatible-product .product:hover .course-btn .btn {
	opacity: 1;
}

/* 弹窗 */
.fancybox-close {
	position: absolute;
	top: 32px;
	right: 35px;
}

.title-box {
	position: relative;
	z-index: 5;
}

.update-log p {
	margin-top: 40px;
}

.update-log p a {
	text-decoration: underline;
}

.title-box span {
	display: inline-block;
	border-radius: 10px;
	padding: 13px 25px;
	margin-right: 20px;
	font-size: 18px;
	color: #333333;
	background-color: #e8e8e8;
	cursor: pointer;
}

.title-box .active {
	background-color: #3698b1;
	color: #FFF;
}

/* 弹窗-操作步骤样式 */
.content-box {
	width: 900px;
	margin-top: 40px;
}

.content-box .popup-content {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.popup-content:nth-child(1) .step {
	border: none;
	padding-top: 0;
}

.content-box .step {
	width: 49.8%;
	height: auto;
	border-top: 1px dashed #C5C5C5;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-between;
	padding-top: 25px;
}

.popup-content .step:nth-child(2) span {
	margin-left: 100px !important;
}

.content-box .Y-Line {
	width: 1px;
	height: auto;
	border-left: 1px dashed #C5C5C5;
}

.content-box .step p {
	display: inline-block;
	width: 80%;
	margin: 0;
}

.content-box .step img {
	width: 55%;
	margin: 25px auto;
}

/* 特点板块 */
.section-features {
	margin-bottom: 55px;
}

.section-features .features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.features-box {
	width: 49%;
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 35px 30px;
	margin-bottom: 2%;
	display: flex;
	justify-content: space-between;
}

.features-box .text-box {
	width: 75%;
}

.features-box .text-box>h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.features-box .text-box>p {
	font-size: 16px !important;
	line-height: 1.3;
	color: #606060;
	margin: 15px 0 0;
}

.features-box .img-box {
	width: 20%;
	display: flex;
	align-items: center;
}

.features-box .img-box>img {
	width: 100%;
}

/* 手柄视频 */
.handle-video {
	position: relative;
	margin: 50px 0 0;
}

.handle-video .container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.handle-video .container h1 {
	font-size: 30px !important;
}

.handle-video .container .w-video {
	font-size: 30px;
}

.w-video .fa {
	font-size: 30px !important;
}

.handle-video .dots {
	border-radius: 15px;
	top: -1px;
}

.handle-video video {
	border-radius: 15px;
}

/* 适用游戏 */
.game-section {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 80px 0 70px;
}

.game-section img {
	width: 100%;
	border-radius: 15px;
}

.game-section .mobile {
	display: none;
}

.game-section .outer-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-section .outer-layer .text-box {
	text-align: center;
}

.game-section .outer-layer .text-box h3 {
	font-size: 30px;
	color: #ffffff;
}

.game-section .outer-layer .text-box p {
	color: #cdcdcd;
	margin: 5px 0;
}

/* 常见问题 */
.problem {
	margin-top: 55px;
}

.problem h2 {
	font-weight: 600;
}

.problem>ul {
	padding-left: 0;
}

.problem>ul>li {
	padding: 25px 0;
	border-bottom: 1px solid #dbdbdb;
	cursor: pointer;
}

.problem .title {
	font-size: 20px;
	color: #111111;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.problem .title i {
	color: #b0b0b0;
}

.problem .content {
	display: none;
}

.problem .content p {
	font-size: 18px !important;
	color: #606060;
	margin: 0;
	padding-top: 15px;
}

/* 弹窗 */
.fancybox-lock .fancybox-overlay {
	/* 去除透明蒙版 */
	background: none;
}

.fancybox-skin {
	background: #fff !important;
	-webkit-appearance: none;
	appearance: none;
}

.fancybox-lock .fancybox-overlay .fancybox-skin {
	padding: 30px !important;
	background-color: #FFF;
}

/* 底部商标声明 */
.footer-text>p {
	font-size: 15px !important;
	opacity: .3;
}

@media screen and (max-width: 767px) {
	.one-btn {
		border: none;
		background-color: #e8e8e8;
		font-size: 15px;
		padding: 5px 8px;
		margin-right: 5px;
		border-radius: 10px;
		position: relative;
		top: -5%;
	}

	.one-btn:hover {
		border: none;
	}

	.problem>ul>li {
		padding: 15px 0;
	}

	.content-box .step img {
		width: 80%;
		margin: 10px auto;
	}

	#first-picture .container {
		position: absolute !important;
		background-color: transparent !important;
	}

	.fancybox-lock .fancybox-overlay .fancybox-skin {
		padding: 25px 10px 10px 10px !important;
	}

	.content-box {
		width: 100%;
		margin-top: 0px;
	}

	.fancybox-close {
		position: absolute;
		top: 20px;
		right: 5px;
	}

	.title-box span {
		font-size: 15px;
		padding: 5px 8px;
		margin-right: 5px;
	}

	.content-box .popup-content {
		display: flex;
		flex-direction: column;
	}

	.content-box .step {
		width: 100%;
		border-bottom: 1px dashed #C5C5C5;
		border-top: 0;
	}

	.popup-content:nth-child(1) .step {
		border-bottom: 1px dashed #C5C5C5;
	}

	.content-box .Y-Line {
		display: none;
	}

	.popup-content .step2 .order-icon {
		margin-left: 0px;
	}

	.popup-content .order-icon {
		margin: 0px 10px 0 0;
	}

	.content-box .step p {
		width: 85%;
	}

	.popup-content:nth-child(1) .step {
		padding-top: 25px;
	}

	.content-block {
		padding: 10px 0 50px 0;
	}

	.content-block .container {
		padding: 0;
	}

	.title {
		margin: 40px 0 30px 0;
	}

	.content-block .container>hr {
		margin: 40px 0;
	}

	.section-1 .container {
		background: none;
	}

	.section-1 .container .text-box h1 {
		font-size: 25px !important;
		color: #111111;
		font-weight: 600 !important;
	}

	.section-1 .container .text-box p,
	.system p {
		font-size: 16px !important;
	}

	.title h2 {
		font-size: 25px;
	}

	.problem h2 {
		font-size: 25px;
	}

	.system {
		padding: 0 15px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}

	.system .compatible-icon {
		margin: 0 20px 0 0;
	}

	.system .compatible-icon p {
		font-size: 14px !important;
	}

	.compatible-product .product>p {
		display: none;
	}

	.compatible-product {
		padding: 0 2%;
	}

	.compatible-product .product {
		width: 49%;
		margin: 0 0 1.5% 0 !important;
		overflow: hidden;
		position: relative;
		border-radius: 15px;
		background: #f6f6f6;
	}

	.compatible-product .product .course-btn {
		height: 95%;
		justify-content: space-evenly;
		visibility: hidden;
		transition: all 1.5s;
	}

	.compatible-product .product .one-btn {
		opacity: 1;
		display: inline-block;
	}

	.compatible-product .product:hover .course-btn {
		visibility: visible;
		transition: all 1.5s;
	}

	.compatible-product .product:hover .one-btn {
		opacity: 0;
		border: none;
	}

	.compatible-product .product .course-btn .btn {
		font-size: 13px;
		padding: 10px 15px !important;
	}

	.section-features .features {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.features-box {
		width: 100%;
		padding: 20px 15px;
	}

	.features-box .text-box>p {
		margin: 10px 0 0;
	}

	.section-features {
		padding: 0 2%;
		margin-bottom: 45px;
	}

	.handle-video .dots,
	.handle-video video,
	.game-section img {
		border-radius: 0;
	}

	.game-section .pc {
		display: none;
	}

	.game-section .mobile {
		display: block;
	}

	.handle-video .container h1 {
		font-size: 25px !important;
	}

	.game-section {
		margin: 50px 0 50px;
	}

	.game-section h3 {
		font-size: 25px !important;
		margin: 10px 0;
	}

	.game-section .outer-layer .text-box p {
		font-size: 18px !important;
		line-height: 1;
		color: #999 !important;
	}

	.handle-video video {
		width: 100%;
	}

	.problem {
		padding: 0 8%;
	}

	.problem .title {
		font-size: 18px;
		line-height: 1.2;
		text-align: left;
		align-items: flex-start;
	}

	.problem {
		margin-top: 45px;
	}

	.problem .content p {
		font-size: 16px !important;
		line-height: 1.2;
	}

	/* 底部商标声明 */
	.footer-text>p {
		font-size: 13px !important;
		opacity: .3;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.problem .title {
		text-align: left;
	}

	.compatible-product .product .course-btn {
		height: 70%;
	}

	.compatible-product .product .course-btn .btn {
		padding: 8px 10px !important;
	}

	.content-box {
		width: 100%;
	}
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
	.compatible-product .product .course-btn {
		height: 70%;
	}
}

@media only screen and (min-width:1921px) and (max-width:2560px) {}

@media only screen and (min-width:2561px) and (max-width: 3200px) {}