header {
	height: 72px;
	background: #f7fff9;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 999;
	position: sticky;
	z-index: 99999;
}
header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
header img {
	height: 60px;
	display: block;
}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
header nav ul li {
	margin-right: 40px;
}
header nav ul li a {
	display: block;
	font-family: 'a';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}
.swiper-pagination {
	padding: 5px 0;
}

.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	transform: unset !important;
}

.swiper-pagination-bullet-active {
	background-color: #000000;
	transform: scale(1.4) !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 16px;
	height: 18px;
}

/* 添加新的 CSS 样式 */
.mobile-menu-btn {
	display: none;
	width: 30px;
	height: 21px;
	position: relative;
	cursor: pointer;
	z-index: 1001;
}

.mobile-menu-btn span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.mobile-menu-btn span:nth-child(1) {
	top: 0;
}

.mobile-menu-btn span:nth-child(2),
.mobile-menu-btn span:nth-child(3) {
	top: 9px;
}

.mobile-menu-btn span:nth-child(4) {
	top: 18px;
}

.mobile-menu-btn.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.mobile-menu-btn.open span:nth-child(2) {
	transform: rotate(45deg);
}

.mobile-menu-btn.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.mobile-menu-btn.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.banner {
	background-color: #000000;
	height: 590px;
	overflow: hidden;
}
.banner img {
	width: 330px;
	margin: 0 auto 20px;
	display: block;
}
.banner .title {
	font-family: 'a';
	font-weight: 400;
	font-size: 19px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.banner .text {
	font-family: 'q';
	max-width: 700px;
	text-align: center;
	color: #f7fef9;
	margin: 0 auto;
	font-size: 17px;
	margin-bottom: 40px;
}
.banner .btn {
	width: 160px;
	height: 50px;
	border-radius: 29px;
	border: 1px solid #ffffff;
	font-family: 'a';
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	cursor: pointer;
}
.ourGames {
	padding-top: 28px;
	position: relative;
	background-color: #f7fff9;
	border-bottom: 4px solid #000000;
	margin-bottom: 50px;
}
.ourGames .title {
	font-family: 'a';
	font-weight: 400;
	font-size: 34px;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}
.ourGames .all {
	width: 118px;
	height: 44px;
	border: 1px solid #000000;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 17px;
	color: #000000;
	text-align: center;
	line-height: 44px;
	position: absolute;
	right: 90px;
	top: 20px;
	cursor: pointer;
}
.ourGames .swiper,
.isPublished .swiper,
.UnPublished .swiper {
	width: calc(100vw - 290px);
	margin: 0 auto;
	padding-bottom: 60px;
}
.ourGames .item {
	cursor: pointer;
}
.ourGames .item img,
.isPublished .item img,
.UnPublished .item img {
	width: 272px;
	display: block;
	height: 272px;
	object-fit: cover;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
}
.ourTeam {
	position: relative;
	margin-bottom: 20px;
}
.ourTeam .title {
	font-family: 'a';
	font-weight: 400;
	font-size: 34px;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}
.ourTeam .all {
	width: 118px;
	height: 44px;
	border: 1px solid #000000;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 17px;
	color: #000000;
	text-align: center;
	line-height: 44px;
	position: absolute;
	right: 90px;
	top: 20px;
	cursor: pointer;
}
.ourTeam .teamSwiper {
	width: 1600px;
	padding-bottom: 40px;
	/* max-width: 70vw; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}
@media screen and (max-width: 1600px) {
	.ourTeam .teamSwiper {
		width: 1200px;
	}
}
@media screen and (max-width: 1200px) {
	.ourTeam .teamSwiper {
		width: 100%;
	}
}
.ourTeam .teamSwiper .swiper-button-prev,
.ourTeam .teamSwiper .swiper-button-next {
	display: none;
}
@media screen and (max-width: 768px) {
	.ourTeam .teamSwiper .swiper-button-prev,
	.ourTeam .teamSwiper .swiper-button-next {
		display: block;
	}
	.ourTeam .item .bottom {
		padding: 0 50px 30px;
	}
}
.ourTeam .teamSwiper .item {
	justify-content: center;
}
.ourTeam .team .item {
	width: 410px;
	height: 900px;
	background: #e5e5e5;
	margin-right: 40px;
}
.ourTeam .team .item:last-child {
	margin-right: 0;
}
.ourTeam .team .item img {
	margin-bottom: 43px;
	width: 100%;
	height: 335px;
	object-fit: cover;
}
.ourTeam .item:nth-of-type(2) {
}
.ourTeam .bottom {
	padding: 0 30px 30px;
}
.ourTeam .bottom .position {
	font-family: 'a';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin-bottom: 6px;
}
.ourTeam .bottom .name {
	font-family: 'a';
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	margin-bottom: 37px;
}
.ourTeam .bottom .desc {
	margin-bottom: 20px;
}
.ourTeam .bottom .desc * {
	font-family: 'q' !important;
}
.ourTeam .bottom .social {
	display: flex;
	align-items: center;
}
.ourTeam .bottom .social a {
	display: block;
	margin-right: 10px;
}
.ourTeam .bottom .social a img {
	width: 24px;
	height: 24px;
	display: block;
	object-fit: contain;
}
.ourPublisher {
	height: 524px;
	background: #000000;
	padding-top: 40px;
}
.ourPublisher .title {
	font-family: 'a';
	font-weight: 400;
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.ourPublisher .box {
	display: flex;
	align-items: center;
	width: 1270px;
	justify-content: space-between;
	margin: 0 auto;
}
.ourPublisher .box img {
	width: 292px;
	height: 292px;
	display: block;
}
footer {
	background: #f7fef9;
	padding: 50px 30px 0;
}
footer .content {
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	display: flex;
	min-height: 376px;
}
footer .item {
	width: 33%;
}
footer .item:nth-of-type(2) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

footer .item name {
	font-size: 24px;
	margin-bottom: 15px;
}
footer .item img {
	width: 161px;
	margin-bottom: 10px;
}
footer .item div {
	font-family: 'a';
	width: 320px;
	font-size: 16px;
	text-align: center;
}
footer .item .social {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .item .social a {
	display: block;
	margin-right: 20px;
}
footer .item .social img {
	width: 22px;
	display: block;
}
footer .icp {
	height: 60px;
	line-height: 60px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: right;
}
.isHome {
	transition: all 0.5s ease-in-out;
}
.allGame {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.allGame > .title {
	background-color: #f7fff9;
	font-family: 'a';
	font-weight: 400;
	font-size: 34px;
	color: #000000;
	text-align: center;
	line-height: 69px;
}
.isPublished,
.UnPublished {
	height: 440px;
	background: #000000;
	padding-top: 25px;
}
.isPublished .title,
.UnPublished .title {
	font-family: 'a';
	font-weight: 400;
	font-size: 21px;
	color: #ffffff;
	text-align: center;
	line-height: 42px;
	margin-bottom: 40px;
}
.isJobs {
	background-color: #f7fef9;
}
.isJobs .box {
	width: 980px;
	margin: 0 auto;
}
.isJobs .title {
	font-family: 'a';
	font-weight: 400;
	font-size: 56px;
	color: #000000;
	text-align: center;
	line-height: 130px;
}
.isJobs .selectBox {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 50px;
}
.isJobs .selectBox .item {
	margin-right: 15px;
}
.isJobs .selectBox .item .label {
	font-family: 'a';
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-bottom: 6px;
}
.isJobs .selectBox .item .value {
	height: 45px;
	width: 202px;
	border-bottom: 1px solid #000;
	padding: 0 12px 0 12px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 99998;
	color: #757575;
	font-family: 'a';
}
.isJobs .selectBox .item .value img {
	width: 18px;
}
.isJobs .selectBox .item .value .up {
	display: none;
}
.isJobs .selectBox .item .select {
	display: none;
	position: absolute;
}
.isJobs .selectBox .item .value:hover {
	border-width: 2px;
	background-color: #fff;
}
.selectBox .select {
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 202px;
	z-index: 99998;
}
.selectBox .select .option {
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	cursor: pointer;
	transition: all 0.3s;
}
.selectBox .select .option:hover,
.selectBox .select .option.selected {
	background-color: #e5e5e5;
	color: #afafaf;
}
.selectBox .btn {
	width: 123px;
	height: 42px;
	background-color: #4cfc0f;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #000;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 99998;
}
.selectBox .btn:hover {
	background: #7c7f7d;
	color: #fff;
}
.clickPopup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 9999;
	top: 0;
	left: 0;
}
.isJobs .list .label {
	line-height: 43px;
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
}
.isJobs .list .label span {
	margin-left: 20px;
	font-weight: bold;
}
.isJobs .list .item {
	width: 917px;
	height: 140px;
	border: 1px solid #e8e6e6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 50px;
	margin-bottom: 20px;
}
.isJobs .list .item .left .name {
	font-size: 26px;
	color: #000;
	line-height: 52px;
	margin-bottom: 5px;
}
.isJobs .list .item .left .address {
	font-size: 16px;
	color: #000;
	line-height: 32px;
}
.isJobs .list .item .btn {
	width: 115px;
	height: 42px;
	color: #fff;
	background-color: #000;
	transition: all 0.3s;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
}
.isJobs .list .item .btn:hover {
	color: #000;
	background-color: #4cfc0f;
}
.isContact {
	background-color: #f7fef9;
}
.isContact > .box {
	width: 790px;
	margin: 0 auto;
	padding-top: 70px;
}
.isContact > .box .title {
	font-size: 56px;
	margin-bottom: 20px;
}
.isContact .desc {
	width: 669px;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 50px;
	font-family: 'q';
}
.isContact .chat {
	background: #f4f6f5;
	width: 95vw;
	height: 600px;
	margin: 0 auto;
}
.isContact .chat .box {
	width: 790px;
	margin: 0 auto;
	padding-top: 50px;
}
.isContact .chat .box .title {
	font-size: 38px;
	color: #000;
}
.isContact .chat .box .contactInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}
.isContact .chat .box .contactInfo .item .label {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 5px;
}
.isContact .chat .box .contactInfo .item .value {
	font-size: 16px;
	line-height: 32px;
	display: flex;
}
.isContact .chat .box .contactInfo .item .value img {
	margin-right: 3px;
	width: 23px;
	cursor: pointer;
}
.isContact .chat .box .form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.isContact .chat .box .form .item {
	width: 30%;
	margin-bottom: 20px;
}
.isContact .chat .box .form .item:nth-of-type(4) {
	width: 100%;
	margin-bottom: 20px;
}
.isContact .chat .box .form .item .label {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 5px;
}
.isContact .chat .box .form .item input {
	width: 100%;
	height: 37px;
	border: 1px solid #000;
	background-color: #f7fef9;
	padding: 0 10px;
}
.isContact .chat .box .form .item textarea {
	width: 100%;
	height: 86px;
	border: 1px solid #000;
	background-color: #f7fef9;
	padding: 10px;
}
.isContact .chat .box .form .item input:focus,
.isContact .chat .box .form .item input:hover {
	border-width: 2px;
}
.isContact .chat .box .form .submit {
	width: 30%;
	height: 36px;
	background-color: #3e403e;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: -37px;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid #3e403e;
}
.isContact .chat .box .form .submit:hover {
	background-color: #f7fef9;
	border: 1px solid #000;
	color: #000;
}
.isGames {
	background-color: #f7fef9;
}
.isGames .box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}
.isGames .box .mbxAndPage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.isGames .box .mbxAndPage .left {
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
}
.isGames .box .mbxAndPage .left a {
	color: #000;
	margin-right: 3px;
}
.isGames .box .mbxAndPage span {
	opacity: 0.6;
	margin-left: 3px;
}
.isGames .box .mbxAndPage .right {
	display: flex;
	align-items: center;
}
.isGames .box .mbxAndPage .right > div {
	display: flex;
	align-items: center;
	margin: 0 6px;
	cursor: pointer;
	font-size: 16px;
}
.isGames .box .mbxAndPage .right > div.disable {
	opacity: 0.5;
}
.isGames .box .mbxAndPage .right > div svg {
	margin: 0 3px;
}
.isGames .box .container {
	display: flex;
	justify-content: space-between;
}
.isGames .box .container .left {
	width: 500px;
}
.isGames .box .container .left .bigImg {
	border: 1px solid #f4f4f4;
	width: 500px;
	height: 500px;
	object-fit: cover;
	margin-bottom: 40px;
}
.isGames .box .container .left .bigImg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background-color: #000;
}
.isGames .box .container .left .bigImg video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}
.isGames .box .container .left .small {
	display: flex;
	align-items: center;
	overflow: auto;
}
.isGames .box .container .left .small img {
	width: 150px;
	min-width: 150px;
	height: 150px;
	margin-right: 19px;
	cursor: pointer;
	object-fit: cover;
	border-radius: 5px;
}
.isGames .box .container .right {
	width: 450px;
}
.isGames .box .container .right .info {
	display: flex;
	align-items: flex-end;
	padding-bottom: 36px;
	border-bottom: 1px solid #000;
}
.isGames .box .container .right .info img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	display: block;
	margin-right: 16px;
	border-radius: 10px;
}
.isGames .box .container .right .info .name {
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	margin-bottom: 10px;
}
.isGames .box .container .right .info .type {
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}
.isGames .box .container .right .basicInfo {
	border-bottom: 1px solid #000;
	padding-top: 40px;
	margin-bottom: 40px;
}
.isGames .box .container .right .basicInfo div {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin-bottom: 40px;
}
.isGames .box .container .right .desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 80px;
}
.isGames .box .container .right .store {
	display: flex;
	align-items: center;
}
.isGames .box .container .right .store img {
	height: 66px;
	margin-right: 10px;
	display: block;
	cursor: pointer;
}
.isJobsDetail {
	background-color: #f7fef9;
}
.isJobsDetail .box {
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
}
.isJobsDetail .box .back {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	cursor: pointer;
}
.isJobsDetail .box .title {
	font-size: 46px;
	color: #000;
	margin-bottom: 20px;
}
.isJobsDetail .box .address {
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
}
.isJobsDetail .box .names,
.isJobsDetail .box .values {
	display: flex;
	align-items: center;
}
.isJobsDetail .box .values {
	margin-bottom: 60px;
}
.isJobsDetail .box .names div,
.isJobsDetail .box .values div {
	font-size: 14px;
	width: 160px;
}
.isJobsDetail .box .desc {
	width: 700px;
	margin: 0 auto;
}

.isHome,
.isContact,
.isGames,
.isJobs,
.isJobsDetail {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
@media screen and (max-width: 1920px) {
	.ourGames .item img,
	.isPublished .item img,
	.UnPublished .item img {
		width: calc(100vw / 8);
		height: calc(100vw / 8);
	}
}
@media screen and (max-width: 1440px) {
	header {
		height: 60px;
	}
	header img {
		/* width: 140px; */
		height: 50px;
	}
	header nav ul li a {
		font-size: 16px;
	}
	.banner {
		height: auto;
	}
	.banner .btn {
		margin-bottom: 40px;
	}
	.banner img {
		width: 240px;
	}
	.ourGames .item img,
	.isPublished .item img,
	.UnPublished .item img {
		width: 200px;
		height: 200px;
	}
	.ourTeam {
		padding: 0 30px;

		/* flex-wrap: wrap;
		justify-content: space-between; */
	}
	.ourTeam .item:nth-of-type(2) {
		margin: unset;
	}
	.ourTeam .item {
		margin-bottom: 50px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 8px;
		height: 9px;
	}
	.ourPublisher .box {
		width: 90vw;
	}
	.ourPublisher .box img {
		width: 200px;
		height: 200px;
	}
	footer .item {
		display: none;
	}
	footer .item:nth-of-type(2) {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	footer .icp {
		text-align: center;
	}
}
@media screen and (max-width: 1000px) {
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	header .logo {
		position: unset;
		transform: unset;
	}

	.ourTeam .team .item {
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
		height: auto;
	}
	.ourPublisher {
		height: auto;
	}
	.ourPublisher .box {
		display: flex;
		flex-direction: column;
	}
	nav {
		display: none;
	}
	.all {
		position: unset !important;
		margin: 0 auto 30px;
	}
	footer .icp {
		font-size: 12px;
	}
	.mobile-menu-btn {
		display: block;
	}
	nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100vw;
		height: 0px;
		transition: all 0.3s ease;
		background-color: #f7fef9;
		z-index: 100005;
	}
	nav.open {
		height: calc(100vh - 60px);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	header nav ul {
		flex-direction: column;
	}
	nav ul li {
		text-align: center;
		margin-right: 0 !important;
		border-bottom: 1px solid #f5f5f5;
		width: 188px;
		line-height: 72px;
	}
	nav ul li:last-child {
		border-bottom: none;
	}
	header nav ul li a {
		font-size: 20px;
	}
	.banner {
		padding-top: 50px;
	}
	.banner .text {
		font-size: 18px;
		line-height: 36px;
		padding: 0 10px;
	}
	.ourGames .swiper,
	.isPublished .swiper,
	.UnPublished .swiper {
		width: auto;
	}

	.isJobs .box {
		width: 100vw;
		padding: 0 20px;
	}
	.isJobs .list .item {
		width: 100%;
	}
	.isContact > .box {
		width: 100vw;
		padding: 0 20px;
	}
	.isContact .chat {
		height: auto;
		width: 100%;
		padding: 0 20px;
	}
	.isContact .chat .box {
		width: 100%;
	}
	.isGames .box {
		width: 100%;
	}
	.isGames .box .mbxAndPage {
		padding: 0 20px;
	}
	.isGames .box .container {
		flex-wrap: wrap;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.isGames .box .container .left {
		margin-bottom: 20px;
	}
	.isGames .box .container .left,
	.isGames .box .container .right {
		width: 100%;
	}
	.isGames .box .container .left .bigImg {
		width: 100%;
		height: calc(100vw - 40px);
	}
	.isGames .box .container .left .bigImg img,
	.isGames .box .container .left .bigImg video {
		width: 100%;
		height: 100%;
	}

	.isJobsDetail .box {
		width: 100%;
		margin: 0 auto;
		padding-top: 40px;
		padding: 40px 20px 0;
	}
	.isJobsDetail .box .back {
		display: flex;
		align-items: center;
		font-size: 16px;
		color: #000;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.isJobsDetail .box .title {
		font-size: 46px;
		color: #000;
		margin-bottom: 20px;
	}
	.isJobsDetail .box .address {
		font-size: 16px;
		color: #000;
		margin-bottom: 40px;
	}
	.isJobsDetail .box .names,
	.isJobsDetail .box .values {
		display: flex;
		align-items: center;
	}
	.isJobsDetail .box .values {
		margin-bottom: 20px;
	}
	.isJobsDetail .box .names div,
	.isJobsDetail .box .values div {
		font-size: 14px;
		width: 160px;
	}
}
@media screen and (max-width: 768px) {
	.isJobs .title {
		font-size: 32px;
	}
	.isJobs .selectBox {
		flex-direction: column;
		align-items: center;
	}
	.isJobs .selectBox .item {
		margin-bottom: 20px;
		margin-right: 0;
		position: relative;
	}
	.isJobs .selectBox .item,
	.isJobs .selectBox .item .value {
		width: 100%;
	}
	.isJobs .selectBox .item .select {
		width: 100%;
	}
	.isJobs .list .item {
		flex-wrap: wrap;
		height: auto;
		padding: 30px 20px;
	}
	.isJobs .list .item .left {
		margin-bottom: 20px;
	}
	.isJobs .list .item .left .name {
		line-height: 1;
	}
	.isJobs .list .item .btn {
		width: 100%;
	}
	.selectBox .select {
		z-index: 100000;
	}
	.selectBox .select .option:hover {
		background-color: #fff;
		color: #000;
	}
	.selectBox .select .option.selected {
		background-color: #e5e5e5;
		color: #afafaf;
	}
	.isContact .desc {
		width: 100%;
	}
	.isContact .chat .box .contactInfo {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	.isContact .chat .box .contactInfo .item {
		margin-bottom: 20px;
	}
	.isContact .chat .box .form {
		flex-wrap: wrap;
	}
	.isContact .chat .box .form .item {
		width: 100%;
	}
	.isContact .chat .box .form .submit {
		position: unset;
		width: 100%;
		margin-bottom: 20px;
	}
	.isGames .box .container .left .bigImg {
		margin-bottom: 20px;
	}
	.isGames .box .container .left .small img {
		width: 60px;
		min-width: unset;
		height: 60px;
	}
	.isGames .box .container .right .store img {
		height: auto;
		width: 49%;
	}
	.isJobsDetail .box .desc {
		width: 100%;
	}
	footer {
		padding: 0 20px;
	}
}
