/* font */
@font-face {
	font-family: 'wukong-Regular';
	src: url('../fonts/wukong-font/wukong-Regular.eot');
	src: url('../fonts/wukong-font/wukong-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/wukong-font/wukong-Regular.woff') format('woff'),
		url('../fonts/wukong-font/wukong-Regular.ttf') format('truetype'),
		url('../fonts/wukong-font/wukong-Regular.svg#wukong-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* base */
.section-two,
.section-first,
.section-introduce,
.section-picture,
.section-feature,
.section-parameter {
	position: relative;
}

.section-two .container h1,
.section-introduce .container h1 {
	color: #dfdad3 !important;
	font-size: 36px !important;
	font-family: "wukong-Regular" !important;
	font-weight: normal !important;
}

.section-parameter.spec h1 {
	font-family: "wukong-Regular" !important;
	font-weight: normal !important;
}

.section-parameter.spec .text-left h3,
.section-parameter.spec .text-left li {
	font-family: "wukong-Regular" !important;
	font-weight: normal !important;
}

.section-two .container p,
.section-introduce .container p {
	color: #cfcac4 !important;
	margin: 0px;
	font-family: "wukong-Regular" !important;
	font-weight: normal !important;
}

.container .red {
	color: #a83d32;
}

/* 1*/
.section-first {
	width: 100%;
	background-color: #000;
}

.section-first>.bg-box>video {
	width: 100%;
	vertical-align: bottom;
}

.section-first .background-image {
	display: none;
}

/* logo */
.section-first .content-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}

.section-first .content-box .logo {
	width: auto;
	position: absolute;
	margin-top: 50px;
	margin-left: 50px;
}

.section-first .content-box .logo img {
	width: 30%;
	margin-right: 1%;
}

.section-first .content-box .handle-box {
	width: 40%;
	height: 70%;
	position: absolute;
	top: 45%;
	right: 6%;
	transform: translate(0%, -50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* popup style */
.fancybox-close {
	display: none;
}

.fancybox-skin {
	background-color: transparent;
	box-shadow: none !important;
}

.popup-wukong>img {
	position: relative;
}

.popup-wukong>.handle-btn {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0%;
	display: flex;
}

.popup-wukong .handle-btn>.btn-box {
	width: 50%;
	display: flex;
	justify-content: center;
}

.popup-wukong .handle-btn>.btn-box .wireless-btn {
	width: 200px;
	height: 60px;
	background-image: url('/images/2024/black-myth/wireless-btn.png');
	background-size: 100% 100%;
	cursor: pointer;
}

.popup-wukong .handle-btn>.btn-box .wired-btn {
	width: 200px;
	height: 60px;
	background-image: url('/images/2024/black-myth/wired-btn.png');
	background-size: 100% 100%;
	cursor: pointer;
}

.popup-wukong .handle-btn>.btn-box .wireless-btn:hover {
	background-image: url('/images/2024/black-myth/wireless-btn2.png');
}

.popup-wukong .handle-btn>.btn-box .wired-btn:hover {
	background-image: url('/images/2024/black-myth/wired-btn2.png');
}

/* .handle-box a {
	display: contents;
} */
.handle-box img:nth-child(1) {
	width: 38%;
	margin-bottom: 45px;
}

.handle-box img:nth-child(2) {
	width: 60%;
	margin-bottom: 60px;
}

.handle-box img:nth-child(3) {
	width: 45%;
	margin-bottom: 15px;
	cursor: pointer;
}

.handle-box img:nth-child(4) {
	width: 90%;
	order: 2;
	margin-top: 15px;
}

.handle-box .buy-box>a {
	font-size: 18px;
	color: #ffe9c587;
	order: 1;
	font-family: "wukong-Regular" !important;
}

.handle-box .buy-box>a:hover {
	color: #db9b34;
}

/* 2 */
.section-two .container {
	width: auto;
	text-align: left;
	padding: 2%;
	position: absolute;
	top: 18%;
	left: 10%;
	background-image: url('/images/2024/black-myth/text-box.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.section-two .container p {
	width: 580px;
	font-size: 20px !important;
}

/* 3 */
.section-introduce .container {
	width: 70%;
	padding: 0;
	position: absolute;
	top: 48%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: 100;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.section-introduce .container .left-box {
	width: 710px;
	height: auto;
}

.section-introduce .left-box h1 {
	padding-left: 8%;
}

.section-introduce .left-box p {
	font-size: 23px !important;
}

.left-box>.text-bg {
	width: 715px;
	height: auto;
	padding: 30px 45px;
	background-image: url('/images/2024/black-myth/text-bg.png');
	background-size: 100% 100%;
	position: relative;
	z-index: 99;
}

.left-box>.switch {
	width: 85%;
	text-align: center;
}

.left-box>.switch>img {
	width: 65%;
	margin-top: -45px;
}

.section-introduce .wukong {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.section-introduce .wukong img {
	height: 90%;
	transform: translateX(10%);
}

/* button */
.section-introduce .btn-box {
	width: 710px;
	margin-top: 55px;
}

.section-introduce ul {
	width: 85%;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.introduce-btn {
	width: 220px;
	height: 65px;
	background-size: 100% 100% !important;
	cursor: pointer;
}

ul>.btn1 {
	background: url('/images/2024/black-myth/introduce-wireless.png?00');
}

ul>.btn2 {
	background: url('/images/2024/black-myth/introduce-wired.png?00');
}

ul>.active.btn1 {
	background: url('/images/2024/black-myth/introduce-wireless2.png?00');
}

ul>.active.btn2 {
	background: url('/images/2024/black-myth/introduce-wired2.png?00');
}

/* 4 */
.section-picture .container {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-0%, -50%);
	z-index: 100;
}

.section-picture .container>img {
	width: 45%;
	margin-bottom: 50px;
}

/* Swiper */
.swiper-slide {
	width: auto !important;
}

.swiper-slide img {
	width: 100%;
	border: 5px solid #947b5e;
	border-radius: 32px;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: #594830;
	border-radius: 0;
	transform: rotate(45deg);
	display: inline-block;
	opacity: 1;
	margin: 0 15px;
}

.swiper-pagination-bullet:hover {
	background-color: #a78555;
}

.swiper-pagination-bullet-active {
	width: 25px;
	height: 50px;
	margin-top: -10px;
	background-color: transparent;
	transform: rotate(0deg);
	background-image: url('../images/2024/black-myth/active.png');
	background-size: 100% 100%;
}

.swiper-pagination-bullet-active:hover {
	background-color: transparent;
}

.swiper-button-front,
.swiper-button-after {
	width: 21px;
	height: 33px;
	cursor: pointer;
	display: inline-block;
}

.swiper-button-front {
	background: url('../images/2024/black-myth/front.png') no-repeat;
	background-size: 100%;
}

.swiper-button-after {
	background: url('../images/2024/black-myth/after.png') no-repeat;
	background-size: 100%;
}

.swiper-button-front:hover {
	background: url('../images/2024/black-myth/front-2.png') no-repeat;
	background-size: 100%;
}

.swiper-button-after:hover {
	background: url('../images/2024/black-myth/after-2.png') no-repeat;
	background-size: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

/* swiper Mask */
.layer-mask {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	opacity: 0.7;
	transition: all 0.5s;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.swiper-slide-active .layer-mask {
	display: none;
}

.swiper-container .swiper-button-front2,
.swiper-container .swiper-button-after2 {
	width: 17%;
	height: 100%;
	background-image: none;
	position: absolute;
	z-index: 99;
}

.swiper-container .swiper-button-front2 {
	left: 0;
}

.swiper-container .swiper-button-after2 {
	right: 0;
}

.swiper-container .swiper-button-front2:hover,
.swiper-container .swiper-button-after2:hover {
	background-image: none;
}

.switch-box {
	width: 1200px;
	margin: 15px auto;
	display: flex;
	align-items: center;
}

.switch-box .pagination {
	display: flex;
	align-items: center;
}

.switch-box .swiper-button {
	width: 80px;
	margin: 0 3% 0 2%;
	display: flex;
	justify-content: space-between;
}

/* 5 */
.section-feature .container {
	width: 1200px;
	height: auto;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	display: flex;
	justify-content: space-between;
}

.section-feature .container:before,
.section-feature .container:after {
	content: none;
}

.section-feature .left-box,
.section-feature .right-box {
	width: 585px;
	margin: 0px;
	padding: 0px;
}

.section-feature .left-box div:last-child,
.section-feature .right-box div:last-child {
	margin-bottom: 0px;
}

.section-feature .container h1 {
	font-size: 36px !important;
	color: #ebb37b !important;
	line-height: 1.1 !important;
	font-weight: normal !important;
	margin: 0;
	font-family: "wukong-Regular" !important;
}

.section-feature .container p {
	font-size: 18px !important;
	color: #b0aba6 !important;
	line-height: 1.5;
	margin: 20px 0 0;
	font-family: "wukong-Regular" !important;
}

.left-box .compatible .Windows,
.left-box .compatible .Android {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 35px;
}

.left-box .compatible .Windows img,
.left-box .compatible .Android img {
	width: 50px;
	margin-right: 50px;
}

.left-box .compatible h2 {
	font-size: 24px;
	color: #e3ded7;
	margin: 0;
	font-family: "wukong-Regular" !important;
}

.left-box .compatible p,
.left-box .compatible p {
	font-size: 14px !important;
	margin: 0;
}

.section-feature .compatible,
.section-feature .reward,
.section-feature .rocker,
.section-feature .shoulder,
.section-feature .joysticks,
.section-feature .d-pad {
	padding: 40px 45px;
	border: 2px solid #947b5e;
	background-color: #00000091;
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.section-feature .compatible {
	height: 300px;
	display: flex;
	flex-direction: column;
}

.section-feature .reward {
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-feature .shoulder {
	height: 560px;
	position: relative;
}

.section-feature .rocker {
	height: 590px;
	display: flex;
	flex-direction: column;
}

.section-feature .rocker img {
	margin-top: 20px;
	border-radius: 20px;
}

.section-feature .joysticks,
.section-feature .d-pad {
	display: flex;
	align-items: center;
}

.section-feature .joysticks img,
.section-feature .d-pad img {
	border-radius: 16px;
	margin-right: 20px;
}

.section-feature .joysticks,
.section-feature .d-pad {
	height: 290px;
}

.shoulder img {
	width: 80%;
	position: absolute;
	right: 0;
}

.spec .col-md-6 hr,
.spec .col-md-12 hr {
	border: .5px solid #716d621f;
}

/* Divider */
.divide1,
.divide2,
.divide3,
.divide4,
.divide5 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -15%;
	z-index: 99;
}

.divide1,
.divide3 {
	bottom: -14%;
}

.divide4 {
	bottom: -10%;
}

.divide5 {
	bottom: -18%;
}

/* 6 */
.section-parameter .container .wireless,
.section-parameter .container .wired {
	display: none;
}

.section-parameter .container {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 0 !important;
}

.section-parameter .container #carousel-spec {
	opacity: 1;
}

.section-parameter .container .spec {
	background-color: transparent !important;
}

.section-parameter .none-li>br {
	display: none;
}

.section-parameter .spec>.col-md-12>.none-li {
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 13.3333vw !important;
	}

	.section-two .container h1,
	.section-introduce .container h1 {
		font-size: 0.46rem !important;
		padding: 0;
	}

	.section-two .container p {
		width: auto;
		font-size: 0.25rem !important;
		line-height: 1.2;
	}

	.section-picture .container,
	.section-feature .container {
		overflow: hidden;
	}

	/* 1 */
	.section-first>.bg-box>video {
		display: none;
	}

	.section-first .background-image {
		display: block;
	}

	.section-first .background-image {
		width: 100%;
		background-color: #000;
		position: relative;
	}

	.section-first .content-box {
		height: auto;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		overflow: hidden;
	}

	.section-first .content-box .logo {
		position: static;
		margin: 0 0 0.55rem;
		display: flex;
		justify-content: center;
	}

	.section-first .content-box .logo img {
		width: 2.6rem;
		margin: 0;
	}

	.section-first .content-box .handle-box {
		width: 100%;
		position: static;
		transform: none;
	}

	.handle-box img:nth-child(1) {
		display: none;
	}

	.handle-box img:nth-child(2) {
		width: 4.5rem;
		margin-bottom: 0.35rem;
	}

	.handle-box img:nth-child(3) {
		width: 4.4rem;
		margin-bottom: 0.15rem;
		order: 2;
	}

	.handle-box img:nth-child(4) {
		width: 110%;
		text-align: center;
		margin-bottom: 0.3rem;
		order: 1;
	}

	.handle-box .buy-box>a {
		font-size: 0.28rem !important;
		text-align: center;
		order: 3;
		display: block;
	}

	.handle-box .buy-box .divide-hide {
		display: none;
	}

	/* popup */
	.popup-wukong>img {
		width: 6.5rem;
	}

	.popup-wukong {
		position: relative;
	}

	.popup-wukong>.handle-btn {
		height: 100%;
		bottom: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.popup-wukong .handle-btn>.btn-box:first-child {
		margin-top: 4.5rem;
	}

	.popup-wukong .handle-btn>.btn-box:last-child {
		margin-top: 5.6rem;
	}

	.popup-wukong .handle-btn>.btn-box .wireless-btn,
	.popup-wukong .handle-btn>.btn-box .wired-btn {
		width: 2.6rem;
		height: 0.75rem;
	}

	/* close button */
	.fancybox-close {
		display: block;
		position: absolute;
		top: auto;
		bottom: -.8rem;
		left: 50%;
		transform: translateX(-50%);
		width: 0.7rem;
		height: 0.7rem;
		background: url('/images/2024/black-myth/icon/close.png') center / 98% no-repeat;
		cursor: pointer;
	}

	/* 2 */
	.section-two .container {
		width: 5.2rem;
		padding: 4.5% 3% 5%;
		text-align: center;
		top: 29%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.section-two .container h1 {
		margin: 0.1rem 0;
	}

	/* 3 */
	.section-introduce .container {
		width: 100%;
		text-align: center;
		top: 50%;
		left: 50%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.section-introduce .left-box p {
		font-size: 0.25rem !important;
	}

	.section-introduce .container .left-box {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.left-box>.text-bg {
		width: 5.2rem;
		padding: 0.5rem;
		margin-top: 0.2rem;
	}

	.section-introduce .wukong {
		display: none;
	}

	.section-introduce .btn-box {
		width: 100%;
		margin-top: 0.75rem;
	}

	.left-box>.switch {
		width: 100%;
	}

	.left-box>.switch>img {
		width: 4rem;
		margin-top: -0.3rem;
	}

	.section-introduce ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section-introduce ul li:first-child {
		margin-bottom: 0.35rem;
	}

	.introduce-btn {
		width: 2.9rem;
		height: 0.8rem;
	}

	/* 4 */
	.switch-box {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 0;
	}

	.section-picture .swiper-slide {
		width: 6.2rem !important;
		height: 4.8rem !important;
	}

	.swiper-slide img {
		width: 100%;
		height: 100%;
		border: 3px solid #947b5e;
		border-radius: 12px;
		object-fit: cover;
		object-position: center;
	}

	.swiper-slide .layer-mask {
		border-radius: 12px;
	}

	.section-picture .container>img {
		width: 100%;
		margin-bottom: 0.75rem;
	}

	.switch-box .swiper-button {
		display: none;
	}

	.swiper-pagination-bullet {
		width: 0.12rem;
		height: 0.12rem;
		margin: 0 0.15rem;
	}

	.swiper-pagination-bullet-active {
		width: 13px;
		height: 30px;
		margin-top: -5px;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 0%;
	}

	/* 5 */
	.section-feature .container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section-feature .container h1 {
		font-size: 0.36rem !important;
	}

	.left-box .compatible h2 {
		font-size: 0.3rem;
	}

	.section-feature .container p {
		font-size: 0.24rem !important;
		line-height: 1.3;
		margin: 0.25rem 0 0;
	}

	.left-box .compatible p,
	.left-box .compatible p {
		margin: 0.15rem 0 0;
	}

	.section-feature .left-box,
	.section-feature .right-box {
		width: 5.95rem;
	}

	.section-feature .left-box>div:last-child,
	.section-feature .right-box>div:last-child {
		margin-bottom: 0.35rem;
	}

	.section-feature .compatible,
	.section-feature .reward,
	.section-feature .rocker,
	.section-feature .shoulder,
	.section-feature .joysticks,
	.section-feature .d-pad {
		height: auto;
		padding: 0.4rem;
		margin-bottom: 0.35rem;
	}

	.left-box .compatible .Windows,
	.left-box .compatible .Android {
		margin-top: 0.33rem !important;
		margin-bottom: 0 !important;
	}

	.left-box .compatible .Windows img,
	.left-box .compatible .Android img {
		width: 0.5rem;
		margin-right: 0.35rem;
	}

	.section-feature .joysticks {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}

	.section-feature .joysticks img {
		width: 100%;
		margin: 0;
	}

	.section-feature .shoulder {
		display: flex;
		flex-direction: column;
	}

	.shoulder h1,
	.shoulder p {
		width: 3rem;
	}

	.shoulder img {
		width: 2.3rem;
		position: absolute;
		top: 50%;
		right: -0.05rem;
		transform: translate(0%, -50%);
	}

	.section-feature .d-pad img {
		width: 1.95rem;
		margin-right: 0.15rem;
	}

	/* 6 */
	.section-parameter .container .wireless,
	.section-parameter .container .wired {
		display: block;
	}

	.section-parameter .container .wired {
		margin-top: 0.6rem;
	}

	.section-parameter .container {
		width: 5.95rem;
		top: 50%;
	}

	.section-parameter .container .spec>.col-sm-6,
	.section-parameter .container .spec>.col-sm-6>.col-sm-12 {
		padding: 0;
	}

	.section-parameter #carousel-spec {
		display: none;
	}

	.section-parameter .container .col-sm-12 {
		text-align: center;
	}

	.section-parameter .container .col-sm-12>img {
		width: 3rem;
		margin-top: 0.6rem;
	}

	.section-parameter .container .wireless>img {
		width: 3.9rem;
		margin-top: 0.6rem;
	}

	.section-parameter.spec h1 {
		font-size: 0.6rem !important;
	}

	.section-parameter .container h3,
	.section-parameter .container li {
		font-size: 0.25rem !important;
		line-height: 1.5 !important;
		text-align: center;
		list-style: none;
	}

	.section-parameter .container h3 {
		font-size: 0.36rem !important;
		margin-top: 0.4rem;
	}

	.section-parameter .spec>.col-md-12>.none-li {
		font-size: 0.17rem !important;
	}

	.section-parameter .parting {
		width: 7.5rem;
		margin: 0 !important;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.section-parameter .hr-hide {
		opacity: 0;
		height: 0.35rem;
		margin: 0 !important;
	}

	.section-parameter .none-li>br {
		display: block;
	}

	/* divider */
	.divide1,
	.divide2,
	.divide3 {
		bottom: -5%;
	}

	.divide4 {
		bottom: -6%;
	}

	.divide5 {
		bottom: -3%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	/* 1 */
	.section-first .content-box .handle-box {
		top: 43%;
	}

	.section-first .content-box .logo {
		margin-top: 20px;
		margin-left: 15px;
	}

	.handle-box .buy-box>a {
		font-size: 10px;
	}

	.handle-box img:nth-child(1) {
		width: 45%;
		margin-bottom: 15px;
	}

	.handle-box img:nth-child(2) {
		width: 70%;
		margin-bottom: 15px;
	}

	.handle-box img:nth-child(3) {
		margin-bottom: 10px;
	}

	.handle-box img:nth-child(4) {
		width: 100%;
		margin-top: 13px;
	}

	/* popup */
	.popup-wukong>img {
		width: 90vw;
	}

	.popup-wukong>.handle-btn {
		bottom: 25px;
	}

	.popup-wukong .handle-btn>.btn-box .wireless-btn,
	.popup-wukong .handle-btn>.btn-box .wired-btn {
		width: 150px;
		height: 41px;
	}

	/* 2 */
	.section-two .container {
		text-align: center;
		padding: 2% 3% 2.5%;
		top: 28%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.section-two .container h1,
	.section-introduce .container h1 {
		font-size: 33px !important;
	}

	.section-two .container p {
		width: 520px;
		font-size: 17px !important;
		line-height: 1.1;
	}

	/* 3 */
	.section-introduce .container {
		left: 40%;
	}

	.section-introduce .container .left-box {
		width: 390px;
	}

	.left-box>.text-bg {
		width: 95%;
		padding: 20px 20px;
	}

	.left-box>.switch {
		width: 100%;
	}

	.section-introduce .left-box p {
		font-size: 15px !important;
		line-height: 1.2;
	}

	.section-introduce .btn-box {
		width: 390px;
		margin-top: 20px;
	}

	.section-introduce ul {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}

	.introduce-btn {
		width: 145px;
		height: 40px;
	}

	.section-introduce .wukong img {
		transform: translateX(25%);
	}

	.section-first .content-box .logo img {
		width: 25%;
	}

	/* 4 */
	.section-picture .container>img {
		width: 50%;
		margin-bottom: 20px;
	}

	.swiper-slide img {
		width: 600px;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 8%;
	}

	.switch-box {
		width: 600px;
	}

	.switch-box .swiper-button-front {
		margin-right: 15px;
	}

	.section-parameter .container .spec {
		margin: 0;
	}

	/* 5 */
	.section-feature .container {
		width: 760px;
		overflow: hidden;
	}

	.section-feature .left-box,
	.section-feature .right-box {
		width: 377.5px;
	}

	.section-feature .compatible,
	.section-feature .reward,
	.section-feature .rocker,
	.section-feature .shoulder,
	.section-feature .joysticks,
	.section-feature .d-pad {
		padding: 15px;
		margin-bottom: 5px;
	}

	.section-feature .container h1 {
		font-size: 28px !important;
	}

	.section-feature .container p {
		font-size: 15px !important;
	}

	.section-feature .shoulder {
		height: 425px;
	}

	.section-feature .compatible {
		height: 225px;
	}

	.left-box .compatible .Windows img,
	.left-box .compatible .Android img {
		margin-right: 25px;
	}

	.section-feature .reward {
		height: 195px;
	}

	.left-box .compatible .Windows,
	.left-box .compatible .Android {
		margin-top: 10px;
	}

	.section-feature .rocker {
		height: 430px;
	}

	.section-feature .d-pad,
	.section-feature .joysticks {
		height: 215px;
	}

	.section-feature .joysticks img,
	.section-feature .d-pad img {
		width: 120px;
		margin-right: 10px;
	}

	/* 6 */
	.section-parameter .container {
		top: 52%;
	}

	.spec .container .carousel {
		padding: 0;
	}

	.section-parameter.spec h1 {
		margin: 0;
	}

	.spec .text-left h3 {
		margin-top: 10px;
	}

	.section-parameter .container #carousel-spec img {
		width: 80%;
		margin: 0 auto;
	}

	.spec .col-md-6 hr {
		margin: 10px 0;
	}

	.divide2 {
		bottom: -15%;
	}

	.divide2 {
		bottom: -12%;
	}

	.divide4 {
		bottom: -13%;
	}

	.divide3,
	.divide5 {
		bottom: -10%;
	}

	.spec .container .row li {
		line-height: 1.2;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

	/* 1 */
	.section-first .content-box .handle-box {
		top: 43%;
	}

	.section-first .content-box .logo {
		margin-top: 20px;
		margin-left: 15px;
	}

	.handle-box .buy-box>a {
		font-size: 12px;
	}

	.handle-box img:nth-child(1) {
		width: 45%;
		margin-bottom: 15px;
	}

	.handle-box img:nth-child(2) {
		width: 70%;
		margin-bottom: 15px;
	}

	.handle-box img:nth-child(3) {
		margin-bottom: 10px;
	}

	.handle-box img:nth-child(4) {
		width: 100%;
		margin-top: 15px;
	}

	/* popup */
	.popup-wukong>img {
		width: 90vw;
	}

	.popup-wukong .handle-btn>.btn-box .wireless-btn,
	.popup-wukong .handle-btn>.btn-box .wired-btn {
		width: 180px;
		height: 50px;
	}

	/* 2 */
	.section-two .container {
		text-align: center;
		padding: 2% 3% 2.5%;
		top: 28%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.section-two .container h1,
	.section-introduce .container h1 {
		font-size: 33px !important;
	}

	.section-two .container p {
		width: 490px;
		font-size: 17px !important;
	}

	/* 3 */
	.section-introduce .container .left-box {
		width: 450px;
	}

	.left-box>.text-bg {
		width: 450px;
		padding: 20px 20px;
	}

	.left-box>.switch {
		width: 100%;
	}

	.section-introduce .left-box p {
		font-size: 15px !important;
	}

	.section-introduce .btn-box {
		width: 450px;
		margin-top: 20px;
	}

	.section-introduce ul {
		width: 100%;
	}

	.introduce-btn {
		width: 170px;
		height: 50px;
	}

	.section-introduce .wukong img {
		transform: translateX(18%);
	}

	.section-first .content-box .logo img {
		width: 25%;
	}

	/* 4 */
	.section-picture .container>img {
		margin-bottom: 20px;
	}

	.swiper-slide img {
		width: 650px;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 15%;
	}

	.switch-box {
		width: 650px;
	}

	.section-parameter .container .spec {
		margin: 0;
	}

	/* 5 */
	.section-feature .container {
		width: 990px;
		overflow: hidden;
	}

	.section-feature .left-box,
	.section-feature .right-box {
		width: 490px;
	}

	.section-feature .compatible,
	.section-feature .reward,
	.section-feature .rocker,
	.section-feature .shoulder,
	.section-feature .joysticks,
	.section-feature .d-pad {
		padding: 25px;
		margin-bottom: 10px;
	}

	.section-feature .container h1 {
		font-size: 28px !important;
	}

	.section-feature .container p {
		font-size: 15px !important;
	}

	.section-feature .shoulder {
		height: 460px;
	}

	.section-feature .compatible {
		height: 260px;
	}

	.section-feature .reward {
		height: 190px;
	}

	.left-box .compatible .Windows,
	.left-box .compatible .Android {
		margin-top: 20px;
	}

	.section-feature .rocker {
		height: 490px;
	}

	.section-feature .d-pad,
	.section-feature .joysticks {
		height: 260px;
	}

	/* 6 */
	.section-parameter .container {
		top: 52%;
	}

	.spec .container .carousel {
		padding: 0;
	}

	.section-parameter.spec h1 {
		margin: 0;
	}

	.spec .text-left h3 {
		margin-top: 20px;
	}

	.section-parameter .container #carousel-spec img {
		width: 80%;
		margin: 0 auto;
	}

	.spec .col-md-6 hr {
		margin: 10px 0;
	}

	.divide2 {
		bottom: -12%;
	}

	.divide4 {
		bottom: -15%;
	}

	.divide3,
	.divide5 {
		bottom: -10%;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {

	/* popup */
	.popup-wukong>img {
		width: 80vw;
	}

	.popup-wukong .handle-btn>.btn-box .wireless-btn,
	.popup-wukong .handle-btn>.btn-box .wired-btn {
		width: 180px;
		height: 50px;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 6%;
	}

	/* 5 */
	.section-feature .container {
		width: 990px;
	}

	.section-feature .left-box,
	.section-feature .right-box {
		width: 490px;
	}

	.section-feature .compatible,
	.section-feature .reward,
	.section-feature .rocker,
	.section-feature .shoulder,
	.section-feature .d-pad {
		padding: 25px;
		margin-bottom: 10px;
	}

	.section-feature .container h1 {
		font-size: 28px !important;
	}

	.section-feature .container p {
		font-size: 15px !important;
	}

	.section-feature .shoulder {
		height: 460px;
	}

	.section-feature .compatible {
		height: 260px;
	}

	.section-feature .reward {
		height: 190px;
	}

	.left-box .compatible .Windows,
	.left-box .compatible .Android {
		margin-top: 20px;
	}

	.section-feature .rocker {
		height: 490px;
	}

	.section-feature .d-pad {
		height: 240px;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
	.section-first .content-box .logo img {
		width: 25%;
	}

	.handle-box img:nth-child(1) {
		margin-bottom: 30px;
	}

	.handle-box img:nth-child(2) {
		margin-bottom: 35px;
	}

	.handle-box img:nth-child(3) {
		margin-bottom: 10px;
	}

	.handle-box img:nth-child(3) {
		margin-top: 15px;
	}

	.section-two .container h1,
	.section-introduce .container h1 {
		font-size: 33px !important;
		line-height: 1.2;
	}

	.section-two .container p {
		width: 490px;
		font-size: 17px !important;
	}

	.section-introduce .left-box p {
		font-size: 15px !important;
	}

	.section-first .content-box .handle-box {
		top: 45%;
	}

	/* popup */
	.popup-wukong>img {
		width: 80vw;
	}

	.popup-wukong .handle-btn>.btn-box .wireless-btn,
	.popup-wukong .handle-btn>.btn-box .wired-btn {
		width: 180px;
		height: 50px;
	}

	.section-two .container {
		top: 15%;
		padding: 2% 3% 2%;
	}

	.section-introduce .container .left-box {
		width: 520px;
	}

	.left-box>.text-bg {
		width: 520px;
		padding: 30px 35px;
	}

	.left-box>.switch>img {
		width: 60%;
		margin-top: -55px;
	}

	.left-box>.switch,
	.section-introduce .btn-box,
	.section-introduce ul {
		width: 520px;
	}

	.section-introduce .btn-box {
		margin-top: 35px;
	}

	.section-introduce .wukong img {
		transform: translateX(15%);
	}

	.section-introduce ul {
		display: flex;
		justify-content: space-around;
	}

	.introduce-btn {
		width: 190px;
		height: 55px;
	}

	/* 4 */
	.section-picture .container>img {
		width: 50%;
		margin-bottom: 35px;
	}

	.swiper-slide img {
		width: 850px;
		border: 3px solid #947b5e;
		border-radius: 32px;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 17%;
	}

	.switch-box {
		width: 800px;
	}

	/* 5 */
	.section-feature .container h1 {
		font-size: 28px !important;
	}

	.section-feature .container p {
		font-size: 16px !important;
	}

	.left-box .compatible h2,
	.left-box .compatible h2 {
		font-size: 22px;
	}

	.section-feature .container {
		width: 910px;
	}

	.section-feature .left-box,
	.section-feature .right-box {
		width: 450px;
	}

	.left-box .compatible .Windows img,
	.left-box .compatible .Android img {
		margin-right: 30px;
	}

	.section-feature .compatible,
	.section-feature .reward,
	.section-feature .rocker,
	.section-feature .shoulder,
	.section-feature .joysticks,
	.section-feature .d-pad {
		padding: 20px;
		margin-bottom: 10px;
	}

	.section-feature .shoulder {
		height: 440px;
	}

	.section-feature .compatible {
		height: 235px;
	}

	.section-feature .reward {
		height: 195px;
	}

	.left-box .compatible .Windows,
	.left-box .compatible .Android {
		margin-top: 20px;
	}

	.section-feature .rocker {
		height: 470px;
	}

	.section-feature .d-pad,
	.section-feature .joysticks {
		height: 240px;
	}

	.section-feature .d-pad img {
		width: 180px;
		margin-right: 15px;
	}

	/* 6 */
	.section-parameter .container {
		top: 53%;
	}

	.spec .container .carousel {
		padding: 0;
	}

	.section-parameter.spec h1 {
		margin: 0;
	}

	.spec .text-left h3 {
		margin-top: 20px;
	}

	.section-parameter .container #carousel-spec img {
		width: 80%;
		margin: 0 auto;
	}

	.spec .col-md-6 hr {
		margin: 10px 0;
	}
}

@media only screen and (min-width: 1930px) and (max-width: 2559px) {
	.divide5 {
		bottom: -21%;
	}
}

@media only screen and (min-width: 2560px) and (max-width: 2879px) {
	.section-two .container {
		top: 20%;
		left: 13%;
	}

	.section-introduce .container {
		left: 48%;
	}

	.section-introduce .container .left-box {
		width: 820px;
	}

	.left-box>.text-bg {
		width: 800px;
		padding: 40px 40px;
	}

	.left-box>.switch>img {
		width: 70%;
		margin-top: -60px;
	}

	.section-introduce .btn-box {
		width: 820px;
	}

	.section-introduce .btn-box {
		margin-top: 60px;
	}

	.section-introduce .wukong img {
		transform: translateX(5%);
	}

	.section-picture .container>img {
		width: 43%;
		margin-bottom: 70px;
	}

	.divide4 {
		bottom: -13%;
	}

	.divide5 {
		bottom: -22%;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 24.5%;
	}
}

@media only screen and (min-width: 2880px) {
	.handle-box .buy-box>a {
		font-size: 22px;
	}

	.popup-wukong>img {
		width: 60vw;
	}

	.popup-wukong>.handle-btn {
		bottom: 5vh;
	}

	.section-two .container {
		left: 15%;
	}

	.section-introduce .container {
		left: 50%;
	}

	.section-introduce .container .left-box {
		width: 800px;
	}

	.left-box>.text-bg {
		width: 800px;
	}

	.left-box>.switch {
		width: 90%;
	}

	.left-box>.switch>img {
		width: 80%;
		margin-top: -45px;
	}

	.section-introduce .btn-box {
		width: 800px;
	}

	.section-introduce ul {
		width: 90%;
	}

	.divide1,
	.divide3,
	.divide4 {
		bottom: -15%;
	}

	.divide2 {
		bottom: -13%;
	}

	.divide5 {
		bottom: -20%;
	}

	.swiper-container .swiper-button-front2,
	.swiper-container .swiper-button-after2 {
		width: 30%;
	}
}