.main-container {
  background-color: #f8f8f9;
  height: 100%;
}

.tab-box {
  padding: 0;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

.tab-box .nav-tabs {
  background-color: #f8f8f9;
  border-bottom: none;
  border-left: 1px solid transparent;
}

.tab-box .nav-tabs .nav-item .nav-link {
  width: 255px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  padding-top: 0;
  font-size: 26px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #0c1a35;
  background-color: #fff;
  border-left: 1px solid transparent;
  border: none !important;
  border: 1px solid rgba(239, 239, 239, 1);
}

.tab-box .nav-tabs .nav-item:nth-child(1) .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
}

.tab-box .nav-tabs .nav-item:nth-child(2) .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
}

.tab-box .nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  background-color: #ffc106;
  color: #0b1c36;
}

.tab-box .nav-tabs .nav-item .nav-link:focus,
.tab-box .nav-tabs .nav-item .nav-link:hover {
  color: #0b1c36 !important;
}

#myTabContent {
  border-left: 1px solid rgba(239, 239, 239, 1);
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  border-right: 1px solid rgba(239, 239, 239, 1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#myTabContent .tab-pane {
  background: #fff;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top-color: 1px solid #ebebeb;
}

.tab-vertical .tab-row {
  display: flex;
  justify-content: flex-start;
}

.tab-vertical .tab-row .tab-vertical-nav {
  width: 257px;
  border-left: 1px solid rgba(239, 239, 239, 1);
  border-right: solid 1px rgba(239, 239, 239, 1);
  border-bottom: none;
}

.tab-vertical .tab-row .tab-vertical-nav .nav-pills .nav-link {
  border-radius: 0;
  height: 81px;
  padding: 0;
  text-align: center;
  line-height: 81px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  border-bottom: solid 1px #efefef;

  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.tab-vertical .tab-row .tab-vertical-nav .nav-pills .nav-link:hover {
  color: #deb85b;
}

.tab-vertical .tab-row .tab-vertical-nav .nav-pills .nav-link.active {
  background-color: #ffffff;
  color: #deb85b;
}

.link-more {
  font-size: 16px;
  color: #000000;
  height: 84px;
  padding: 0;
  text-align: center;
  line-height: 84px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  border-bottom: solid 1px #ebebeb;
}

.link-more .wosai-refresh {
  font-size: 25px;
}

.link-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-vertical .tab-row .tab-vertical-con {
  width: 883px;
  border-right: 1px solid #ebebeb;
}

.tab-vertical .tab-row .tab-vertical-con .tab-content {
  padding: 41px 83px;
}

/* .tab-vertical .tab-row .tab-vertical-con .tab-content .tab-pane  */
.position-type-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;

  margin-top: 20px;
}

.position-type-box span {
  display: block;
  /* height: 30px;
    line-height: 30px; */
  /* border-radius: 100px; */
  border-radius: 10px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 5px 30px 5px 0;
  padding: 18px 44px;
  cursor: pointer;
  /* font-family:PingFangSC-Regular; */
  color: #000;
  background-color: rgba(245, 245, 245, 1);
}

.position-type-box span.active {
  color: #fff;
  background-color: #0c1b35;
  /* margin: 18px 44px; */
  /* font-family:PingFangSC-Medium; */
  font-weight: 500;
  font-size: 15px;
  color: #ffc106;
}

.intro-box .intro-con {
  position: relative;
  margin-top: 37px;
}

.intro-box .intro-con img {
  position: absolute;
  top: 3px;
}

.intro-box .intro-con p {
  padding-left: 30px;

  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.intro-box .intro-con .obj-title {
  font-size: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 30px;
}

.intro-title {
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-family: PingFangSC-Regular;
  font-weight: 400;
}

.email-link {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-align: left;
  color: rgba(0, 0, 0, 0.85) !important;
}

.soon-send {
  float: right;
  width: 192px;
  height: 46px;
  line-height: 46px;
  background: rgba(222, 184, 91, 1);
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1) !important;
  letter-spacing: 1.6px;

  position: relative;
  margin-top: -50px;
}

#social_swiper1,
#school_swiper1 {
  width: 255px;
  /* display: inline-flex; */
  float: left;
}

#social_swiper1 .swiper-slide,
#school_swiper1 .swiper-slide {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  /* font-family:PingFangSC-Regular; */
  font-weight: 400;
  color: #010000;
  border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.my-slide-thumb-active {
  /* font-family:PingFangSC-Medium; */
  background-color: #0c1b34;
  color: #ffc106 !important;
}

.vertical_line {
  width: 1px;
  height: 1020px;
  background-color: rgba(239, 239, 239, 1);
  /* display: inline-block; */
  float: left;
}

#social_swiper2,
#school_swiper2 {
  width: 880px;
  height: 1020px;
  display: inline-flex;
  /* top: -29px; */
  /* left: -5px; */
}

#social_swiper2 .swiper-slide #school_swiper2 .swiper-slide {
  height: 1020px !important;
}

.detail_content {
  margin-left: 68px;
  margin-right: 68px;

  position: relative;
}

/**新版加入我们样式**/
.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 1440px;
  height: 600px;
  background: rgba(7, 27, 55, 0.65);
}
.mask-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 54px;
  color: #ffffff;
  letter-spacing: 10px;
  text-align: center;
  font-style: normal;
}
.employ-module-wrap .block {
  display: flex;
  margin: 30px 148px 60px 148px;
}
.employ-module-wrap .block .module {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 53px 30px 53px;
  width: 368px;
  height: 200px;
  background: #ececec;
  box-shadow: 0px 2px 4px 0px rgba(216, 216, 216, 0.8);
  border-radius: 10px;
  cursor: pointer;
}
.employ-module-wrap .block .module:hover {
  background: url(https://images.wosaimg.com/74/9e3751c3a05d0f2ac9db721f2df77f32620cbc.png)
    100% no-repeat;
  background-size: 100% 100%;
}
.employ-module-wrap .block .module .title {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 27px;
  color: #071b37;
  font-style: normal;
}
.employ-module-wrap .block .module .title .icon {
  margin-left: 3px;
  width: 10px;
  height: 16px;
  background-size: 100%;
  display: none;
}
.employ-module-wrap .block .module:hover .title {
  color: #fff;
}
.employ-module-wrap .block .module:hover .title .icon {
  display: block;
}
.employ-module-wrap .block .module .desc {
  margin-top: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  font-style: normal;
}
.employ-module-wrap .block .module:hover .desc {
  color: #fff;
}
.qrcode-module-wrap {
  padding: 0 147px 42px 147px;
}
.qrcode-module-wrap .qrcode-module {
  display: flex;
}
.qrcode-module-wrap .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 27px;
  color: #071b37;
  font-style: normal;
}
.qrcode-module-wrap .split-line {
  width: 1144px;
  height: 1px;
  background: #d8d8d8;
  margin: 30px 0 42px 0;
}
.qrcode-module-wrap .qrcode-module .block {
  width: 202px;
  height: 230px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin-right: 30px;
  cursor: pointer;
}
.qrcode-module-wrap .qrcode-module .block .wexin {
  width: 117px;
  height: 96px;
  background-size: 100%;
  margin: 53px 42px 38px 43px;
}
.qrcode-module-wrap .qrcode-module .block .vedio {
  width: 89px;
  height: 80px;
  background-size: 100%;
  margin: 61px 56px 46px 57px;
}
.qrcode-module-wrap .qrcode-module .block .desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #7f7f7f;
  text-align: center;
  font-style: normal;
}
.qrcode-module-wrap .qrcode-module .block .wexin-code {
  width: 160px;
  height: 160px;
  background-size: 100%;
  margin: 21px 21px 6px 21px;
  display: none;
}
.qrcode-module-wrap .qrcode-module .block .vedio-code {
  width: 160px;
  height: 160px;
  background-size: 100%;
  margin: 21px 21px 6px 21px;
  display: none;
}
