 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 0;
 }

 .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: 1200px;
 	height: 700px;
 	border-radius: 0 30px;
 	margin: 0 auto 30px;
 	overflow: hidden;
 }

 .jobSection img {
 	border: 0;
 	vertical-align: top;
 }

 .jobSection .outerSection {
 	width: 100%;
 	height: 100%;
 }

 .jobSection .outerSection .innerSection {
 	position: relative;
 }

 .jobSection .tabBox {
 	background-color: #404040;
 	display: inline-flex;
 	position: absolute;
 	top: 0;
 	right: 0;
 	z-index: 50;
 }

 .jobSection .tabBox ul {
 	display: flex;
 	flex-wrap: wrap;
 	position: relative;
 	width: 130px;
 	height: 700px;
 	overflow: hidden;
 }

 .jobSection .tabBox ul .underLine {
 	top: 0;
 	left: 0;
 	display: block;
 	position: absolute;
 	width: 9px;
 	background: #ff0042;
 }

 .jobSection .tabBox ul li {
 	margin-bottom: 2px;
 	background-color: #2c2c2c;
 }

 .jobSection .tabBox ul li:last-child {
 	margin-bottom: 0;
 }

 .jobSection .tabBox ul li button {
 	display: flex;
 	justify-content: flex-start;
 	align-items: center;
 	width: 130px;
 	height: 138px;
 	color: #8c8c8c;
 	font-size: 18px;
 	position: relative;
 	box-sizing: border-box;
 }

 .jobSection .tabBox ul li button::before {
 	content: '';
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 9px;
 	height: 100%;
 	background: #515151;
 }

 .jobSection .tabBox ul li.on button::before {
 	background: #ff0042;
 }

 .jobSection .tabBox ul li button .icon {
 	display: flex;
 	width: 50px;
 	height: 34px;
 	align-items: center;
 	padding-left: 25px;
 	box-sizing: border-box;
 }

 .jobSection .tabBox ul li button svg {
 	color: #6C6E88;
 }

 .jobSection .tabBox ul li.on button,
 .jobSection .tabBox ul li:hover button {
 	background-color: #000000;
 	color: #fff;
 }

 .jobSection .tabBox ul li.on button svg,
 .jobSection .tabBox ul li:hover button svg {
 	color: #fff;
 }

 .jobSection .thumbnail-container {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	z-index: 10;
 	display: flex;
 	width: 1070px;
 	height: 130px;
 	box-sizing: border-box;
 	justify-content: space-between;
 	align-items: center;
 }

 .jobSection .thumbnail-container .thumb_arrow {
 	margin-top: -50px;
 	width: 51px;
 	height: 99px;
 	opacity: .9;
 	text-indent: -999em;
 	background: url(https://static.web.sdo.com/mxdc/pic/mxdc_website/web2/job/arrow.png) no-repeat;
 }

 .jobSection .thumbnail-container .thumb_arrow:hover {
 	opacity: 1;
 }

 .jobSection .thumbnail-container .thumb-swiper {
 	overflow: hidden;
 	width: 850px;
 	margin: 0 auto;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide {
 	width: 154px !important;
 	height: 70px !important;
 	flex-shrink: 0;
 	cursor: pointer;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	margin-right: 15px;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_img {
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
 	position: relative;
 	background-color: rgba(255, 255, 255, .6);
 	border: solid 1px #fff;
 	box-sizing: border-box;
 	border-radius: 3px;
 	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;
 	background: linear-gradient(93deg, #F73 6.02%, #FF9364 99.05%);
 	opacity: 0;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_img>img {
 	mix-blend-mode: Luminosity;
 	position: relative;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_txt {
 	color: #fff;
 	font-size: 16px;
 	font-weight: 600;
 	opacity: .67;
 	text-align: center;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide:hover .thumb_img,
 .jobSection .thumbnail-container .thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb_img {
 	border-color: #FF9364;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide:hover .thumb_img::before,
 .jobSection .thumbnail-container .thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb_img::before {
 	opacity: 1;
 	transition: opacity .4s;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide:hover .thumb_img>img,
 .jobSection .thumbnail-container .thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb_img>img {
 	mix-blend-mode: normal;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide:hover .thumb_txt,
 .jobSection .thumbnail-container .thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb_txt {
 	opacity: 1;
 }

 .jobSection .thumbnail-container .thumb_arrow.swiper-button-prev {
 	left: 35px;
 }

 .jobSection .thumbnail-container .thumb_arrow.swiper-button-next {
 	right: 35px;
 	transform: rotateY(180deg);
 }

 .jobSection .thumbnail-container .thumb_arrow.swiper-button-prev.swiper-button-disabled,
 .jobSection .thumbnail-container .thumb_arrow.swiper-button-next.swiper-button-disabled {
 	opacity: .5;
 }

 .jobSection .thumbnail-container .thumb-swiper .swiper-slide .thumb_nickName {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	color: var(--colorWhite);
 	font-size: 24px;
 	font-family: 'fzlt';
 	line-height: 50px;
 	margin: -50px 0 0 -115px;
 	text-shadow:
 		0 0 2px #ea597c,
 		0 0 2px #ea597c,
 		0 0 2px #ea597c,
 		0 0 2px #ea597c;
 }

 .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% 213px;
 	transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo {
 	width: 100%;
 	padding: 0 20px;
 	box-sizing: border-box;
 	position: relative;
 	color: #000;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner {
 	padding: 50px 20px;
 	box-sizing: border-box;
 	width: 390px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag {
 	display: flex;
 	gap: 4px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .state {
 	position: absolute;
 	top: 1px;
 	left: 40px;
 	width: 80px;
 	height: 30px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	font-weight: bold;
 	font-size: 22px;
 	line-height: 30px;
 	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 .char_tag .state.classic {
 	color: #000;
 	background-color: #ff0042;
 }


 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .tag {
 	border: 2px solid rgba(255, 255, 255, 0.30);
 	padding: 0 20px;
 	height: 30px;
 	box-sizing: border-box;
 	display: inline-flex;
 	align-items: center;
 	border-radius: 17px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .tag>span {
 	opacity: .5;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .tag>span:nth-last-child(1) {
 	opacity: 1;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .tag>span+span {
 	margin-left: 9px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .char_tag .tag>span+span::before {
 	content: url('https://static.web.sdo.com/mxdc/pic/mxdc_website/web1/sm_arrow.png');
 	margin-right: 9px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .title {
 	font-size: 52px;
 	font-weight: 500;
 	color: #efd76b;
 	line-height: 70px;
 	margin-bottom: 50px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .title br {
 	display: none;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .mainText {
 	font-size: 18px;
 	line-height: 28px;
 	color: #000;
 	text-shadow: 0 0 6px rgba(255, 226, 78, .7);
 	margin-bottom: 28px;
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .subText {
 	font-size: 18px;
 	line-height: 28px;
 	color: #000;
 	text-shadow: 0 0 6px rgba(255, 226, 78, .7);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn {
 	position: relative;
 	height: 270px;
 	width: 480px;
 	cursor: pointer;
 	border: 4px 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: 61px;
 	height: 61px;
 	margin: -30.5px 0 0 -30.5px;
 	background: url(https://static.web.sdo.com/mxdc/pic/mxdc_website/web2/pc/playBtn.png) no-repeat;
 	transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn:hover img {

 	transform: scale(1.1);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn:hover::before {
 	background-color: rgba(42, 42, 42, .3);
 }

 .jobSection .bannerSwiper .swiper-slide .slideInfo .slideInfo_inner .playBtn:hover::after {
 	transform: scale(1.1);
 }



 .jobSection .bannerSwiper .swiper-slide .slideInfo .mainImg {
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	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: 50px;
 	height: 50px;
 	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: 920px;
 	/* height: 535px; */
 	box-sizing: border-box;
 	padding: 20px;
 	background-color: var(--mainBgColor);
 	border-radius: 30px;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 }

 .video_modal .video_modalInner .close_gn {
 	position: absolute;
 	top: -60px;
 	left: 50%;
 	transform: translateX(-50%);
 }

 .video_modal .video_modalInner video {
 	width: 100%;
 	border-radius: 20px;
 	vertical-align: top;
 }