 button {
 	background: none;
 	border: none;
 	padding: 0;
 	margin: 0;
 	font: inherit;
 	color: inherit;
 	cursor: pointer;
 	display: flex;
 	align-items: center;
 }

 .jobSection .bannerSwiper {
 	height: 100%;
 }

 .jobSection .bannerSwiper .swiper-wrapper .swiper-slide {
 	overflow: hidden;
 }

 .jobSection .bannerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
 	background-position: 0 2.7rem;
 	background-size: 100% 7.5rem;
 }

 .jobSection .bannerSwiper .swiper-wrapper .swiper-slide>a {
 	display: block;
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
 	position: relative;
 }


 .jobSection .bannerSwiper .swiper-wrapper .swiper-slide>a>img {
 	position: absolute;
 	left: 50%;
 	top: 0;
 	transform: translateX(-50%);
 }

 .jobSection {
 	position: relative;
 	width: 100%;
 	height: 100%;
 }

 .jobIcon img {
 	width: .24rem;
 	height: .26rem;
 	object-fit: cover;
 }

 .mainImg img {
 	width: auto;
 	height: 100%;
 	object-fit: cover;
 }

 .jobSection .outerSection {
 	position: relative;
 	width: 100%;
 	height: 100%;
 }

 .jobSection .outerSection .innerSection {
 	position: relative;
 }

 .jobSection .tabBox {
 	position: absolute;
 	top: 2rem;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
 	justify-content: center;
 	z-index: 3;
 }

 .jobSection .tabBox ul {
 	display: flex;
 	justify-content: center;
 	gap: .3rem;
 	position: relative;
 	overflow: hidden;
 }

 .jobSection .tabBox ul li {
 	position: relative;
 	height: .5rem;
 	padding: 0 .15rem;
 	width: max-content;
 	overflow: hidden;
 }

 .jobSection .tabBox ul li button {
 	width: 100%;
 	color: var(--colorWhite);
 	font-size: .4rem;
 	font-weight: bold;
 	line-height: .5rem;
 }

 .jobSection .tabBox ul li.on button,
 .jobSection .tabBox ul li:hover button {
 	color: var(--colorWhite);
 }

 .jobSection .tabBox ul li::before {
 	content: '';
 	width: 0%;
 	height: .15rem;
 	border-radius: .1rem;
 	position: absolute;
 	z-index: -1;
 	bottom: 0px;
 	left: 50%;
 	transform: translateX(-50%);
 	transition: width .2s var(--easeIng);
 	background-color: var(--colorPurple);
 }

 .jobSection .tabBox ul li.on::before, .jobSection .tabBox ul li:hover::before {
 	width: 100%;

 }

 .jobSection .thumbnail-container {
 	position: absolute;
 	bottom: .5rem;
 	left: 0;
 	right: 0;
 	z-index: 10;
 	width: 6.5rem;
 	height: 1.48rem;
 	margin: 0 auto;
 	box-sizing: border-box;
 }

 .jobSection .thumbnail-container .thumb_arrow {
 	position: absolute;
 	top: auto;
 	right: auto;
 	left: 50%;
 	bottom: 0;
 	margin: auto;
 	margin-left: -.5rem;
 	width: .26rem;
 	height: .24rem;
 	text-indent: -999em;
 	background: url(https://static.web.sdo.com/mxd/pic/mxd/web8/mobile/thumb_arrow.png) no-repeat 50% 50%;
 	background-size: 100% 100%;
 }

 .jobSection .thumbnail-container .thumb_arrow.swiper-button-next {
 	margin-left: .25rem;
 	transform: rotate(-90deg);
 }

 .jobSection .thumbnail-container .thumb-swiper {
 	overflow: hidden;
 	width: 6.5rem;
 	padding-top: .2rem;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide {
 	width: 1.85rem;
 	overflow: hidden;
 	position: relative;
 	transform-origin: center bottom;
 	transition: all .3s ease;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_img {
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
 	position: relative;
 	box-sizing: border-box;
 	border-radius: 0 .18rem;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_img::before {
 	content: '';
 	width: 100%;
 	height: 100%;
 	display: block;
 	position: absolute;
 	opacity: 0;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_img>img {
 	position: relative;
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_nickName {
 	position: absolute;
 	top: .1rem;
 	left: .1rem;
 	color: var(--colorWhite);
 	font-size: .24rem;
 	font-family: 'fzlt';
 	line-height: .3rem;
 	text-shadow:
 		0 0 2px #ea597c,
 		0 0 2px #ea597c,
 		0 0 2px #ea597c,
 		0 0 2px #ea597c;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb_img {
 	border: .04rem solid transparent;
 	background-clip: padding-box, border-box;
 	background-origin: padding-box, border-box;
 	background-image:
 		linear-gradient(var(--colorWhite), var(--colorWhite)),
 		linear-gradient(90deg, #ff27ff, #d691f7, #8acfeb, #01ebe4);
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
 	transform: scale(1);
 }

 .jobSection .thumbnail-container .thumb_arrow.swiper-button-next {
 	transform: rotateY(180deg);
 }

 .jobSection .char_contents {
 	height: 100%;
 	width: 100%;
 	overflow: hidden;
 	position: absolute;
 	left: 0;
 	top: 0;
 }

 .jobSection .bannerSwiper .swiper-slide {
 	background-position: center center;
 	display: flex;
 	justify-content: center;
 	position: relative;
 	background-repeat: no-repeat;
 	background-position: -100% 3.1rem;
 	transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo {
 	width: 100%;
 	padding: 3.4rem .50rem;
 	box-sizing: border-box;
 	position: relative;
 	color: #000;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner {
 	position: relative;
 	z-index: 5;
 	box-sizing: border-box;
 	color: var(--colorWhite);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag {
 	display: flex;
 	gap: .04rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .state {
 	position: absolute;
 	top: -.6rem;
 	left: 0;
 	width: .8rem;
 	height: .3rem;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	font-weight: bold;
 	font-size: .22rem;
 	line-height: .3rem;
 	text-transform: uppercase;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .state.new {
 	color: #000;
 	background-color: #FF5B5B;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .name {
 	font-size: .54rem;
 	color: var(--colorGray2);
 	line-height: .54rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .englishName {
 	font-size: .2rem;
 	line-height: .2rem;
 	margin-bottom: .2rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .detail {
 	height: .4rem;
 	margin-bottom: .1rem;
 	display: flex;
 	align-items: center;
 	gap: .2rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .nickName {
 	font-size: .38rem;
 	line-height: .4rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .jobIcon {
 	padding: 0 .1rem;
 	height: .3rem;
 	line-height: .3rem;
 	font-size: .2rem;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	gap: 5px;
 	background-color: var(--colorGray2);
 	border-radius: 15px;
 }



 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .title br {
 	display: none;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .mainText {
 	width: 4rem;
 	font-size: .26rem;
 	line-height: .40rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .subText {
 	width: 4rem;
 	font-size: .26rem;
 	line-height: .40rem;
 	margin-bottom: .2rem;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn {
 	position: relative;
 	height: 2.13rem;
 	width: 3.8rem;
 	cursor: pointer;
 	border: .04rem solid var(--colorGray2);
 	border-radius: 20px;
 	overflow: hidden;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn img {
 	display: block;
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 	transition: all .3s ease;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn::before {
 	content: "";
 	position: absolute;
 	z-index: 2;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background-color: rgba(42, 42, 42, .5);
 	transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn::after {
 	content: "";
 	position: absolute;
 	z-index: 2;
 	top: 50%;
 	left: 50%;
 	width: .38rem;
 	height: .38rem;
 	transform: translate(-50%, -50%);
 	background: url(https://static.web.sdo.com/mxd/pic/mxd/web8/mobile/playBtn.png) no-repeat;
 	background-size: 100% 100%;
 	transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .mainImg {
 	position: absolute;
 	top: 1.8rem;
 	right: 0;
 	width: 5.7rem;
 	height: 10rem;
 	transform: translateX(100%);
 	transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
 }

 .jobSection .bannerSwiper .swiper-slide.swiper-slide-visible .slideInfo .mainImg {
 	transform: translateX(0px);
 }

 /* 视频弹框 */
 body.overflowHidden {
 	width: 100%;
 	height: 100%;
 	overflow: hidden !important;
 }

 .close_gn {
 	width: .5rem;
 	height: .5rem;
 	background-image: url("https://static.web.sdo.com/mxdc/pic/mxdc_website/web1/modal_close_type1.png");
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: contain;
 	font-size: 0;
 	margin-left: auto;
 }

 .close_gn:hover {
 	background-image: url("https://static.web.sdo.com/mxdc/pic/mxdc_website/web1/modal_close_type1_on.png");
 }

 .modal_target.none {
 	display: none;
 }

 .video_modal {
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background-color: rgba(50, 52, 65, .9);
 	z-index: 100000000;
 }

 .video_modal .video_modalInner {
 	position: absolute;
 	width: 100%;
 	/* height: 535px; */
 	box-sizing: border-box;
 	padding: .2rem;
 	background-color: var(--mainBgColor);
 	border-radius: .3rem;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 }

 .video_modal .video_modalInner .close_gn {
 	position: absolute;
 	top: -.6rem;
 	left: 50%;
 	transform: translateX(-50%);
 }

 .video_modal .video_modalInner video {
 	width: 100%;
 	border-radius: .2rem;
 	vertical-align: top;
 }