html, body {
  position: relative;
  height: 100%;
}
.container{
  height: 100%;
}
.container{
  min-width: 1280px;
  overflow-x:auto;
}
.fullPage_title{
  width:100%;
  height:468px;
  overflow: hidden;
  position: relative;
  background:#000;
}
.fullPage_title .background-scene {
    width:1200px;
    height:600px;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    overflow: hidden;
    z-index:1;
}
.fullPage_title canvas{
  width:1800px;
  height:900px;
  position: absolute;
  left:50%;
  margin-left:-900px;
  margin-top:-450px;
  top:50%;

}
/* å¤§æ–‡å­— åŠ¨ç”»æ•ˆæžœ */
.fullPage_title .title{
  position: absolute;
  z-index: 2;
  width:100%;
  height:85%;
  top:40%;
  left:0;

}
.fullPage_title .font-ol-title_ZH{
  position: relative;
  overflow: hidden;
  width:250px;
  height:60px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_ZH .f{
  width:250px;
  height:60px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_ZH .o{
  vertical-align: top;
  overflow: hidden;
}
.fullPage_title .font-ol-title_ZH span{
  font-size:60px;
  font-weight: 500;
  color:#FFF;
  transition: all .5s ease;
  display: block;
}
.fullPage_title .font-ol-title_ZH span{
  -webkit-transform: translate(0px, 55px);
          transform: translate(0px, 55px);
}

.is_loaded .fullPage_title .font-ol-title_ZH span{
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.fullPage_title .font-ol-title_EN{
  position: relative;
  overflow: hidden;
  width:450px;
  height:75px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_EN .f{
  height:75px;
  width:450px;
  margin:0 auto;
}
.fullPage_title .font-ol-title_EN .o{
  vertical-align: top;
  overflow: hidden;
}
.fullPage_title .font-ol-title_EN span{
  font-size:40px;
  /* font-weight: 600; */
  color:#FFF;
  transition: all .5s ease;
  display: block;
}
.fullPage_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 300px);
          transform: translate(0px, 300px);
}

.is_loaded .fullPage_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
/* title æ•´è¡Œæ–‡å­—åŠ¨ç”» */
.fullPage_title .font-ol-info{
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 650px;
  height: 30px;
  margin: 0 auto;
}
.fullPage_title .font-ol-info .f{
  height:100%;
}
.fullPage_title .font-ol-info .o{

  height:100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.fullPage_title .font-ol-info span{
  height:100%;
  display: inline-block;
   transition: all .5s ease;
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
.is_loaded .fullPage_title .font-ol-info span{
    -webkit-transform: translate(0px, 2px);
    -webkit-transition-delay:.4s;
    transform: translate(0px, 2px);
    transition-delay:.4s;
}



/* å‰¯æ ‡é¢˜ åŠ¨ç”» */

.little_title  .font-ol-title_ZN{
  width:100px;
  height:35px;
  color:#1f2022;
  font-size:18px;
  font-weight:600;
  overflow: hidden;
}
.little_title  .font-ol-title_EN{
  width:500px;
  height:75px;
  color:#1f2022;
  font-size:65px;
  /* font-weight:600; */
  overflow: hidden;
  text-align: left;
  line-height: 80px;
}
.little_title  .font-ol-title_ZN .f{
  height:20px;
  width:100px;
}
.little_title  .font-ol-title_ZN .o{
  vertical-align: top;
  overflow: hidden;
}
.little_title  .font-ol-title_ZN span{
  font-size:18px;
  font-weight: 500;
  color:#000;
   transition: transform .5s ease;
  display: block;
}
.little_title .font-ol-title_ZN span{
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.little_title  .font-ol-title_EN .f{
  width:500px;
  height:70px;
}
.little_title  .font-ol-title_EN .o{
  vertical-align: top;
  overflow: hidden;
}
.little_title  .font-ol-title_EN span{
  font-size:70px;
  /* font-weight: 600; */
  color:#000;
   transition: transform .5s ease;
  display: block;
}
.little_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 90px);
          transform: translate(0px, 90px);
}
/* joinus åŠ å…¥æˆ‘ä»¬ */

.joinUs{
  width:100%;
  /* padding:75px 0; */
  background:#f5f5f5;
}
.joinUs .content{
  width:1200px;
  margin:0 auto;
  overflow: hidden;
}
.is_loaded .joinUs.little_title .font-ol-title_ZN span{
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.is_loaded .joinUs.little_title .font-ol-title_EN span{
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/* switchTab */
.switchTab{
  width:950px;
  background:#f3f3f3;
  margin:25px auto 0;
}
.switchTab {
  position: relative;
}
.switchTab .tabTitle{
  position: relative;
  width:950px;
  /* height:55px; */
  overflow: hidden;


}
.switchTab .tabTitle > div{
  width:55px;
  font-size:18px;
  color:#878787;
  height:54px;
  line-height: 54px;
  text-align: center;
  float:left;
  overflow: hidden;
  margin-top:2px;
  margin-right:20px;
  cursor: pointer;
  transition: all 200ms ease;
}
.switchTab .tabTitle > div:hover{
  color:#2e2f36;
}
.switchTab .tabTitle > div.active{
  color:#2e2f36;
  font-weight: 500;
}

.switchTab .tabTitle .underline{
  position: absolute;
  width:55px;
  height:4px;
  background:#2e2f36;
  left:0;
  z-index: 111;
  bottom: 0;
  transition: all 500ms ease;
}
.switchTab .tabContent{
  width:100%;
  min-height: 200px;
  margin-top:25px;
  padding-bottom: 20px;

}


.common_content {
  height:inherit;
  display: none;
}
.all{
  display: block;
}
.common_content  ul{
  width:99%;
}
.common_content li{
  width:100%;
  margin:0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common_content .f{
  width:100%;

}
.common_content .o{
  vertical-align: top;
  overflow: hidden;
}
.common_content  ul{
  transition: all 500ms ease;
  height:inherit;
  background:#fff;
  box-shadow: 10px 10px 0px #e3e3e3;
  margin-bottom:30px;
}
.common_content  li .tt{
  width:100%;
  height:100px;
}
.common_content  li h3{
  float:left;
  color:#2e2f36;
  font-size: 24px;
  font-weight: 500;
  line-height: 100px;
  text-indent:2em;
}
.common_content  li h3 span:nth-child(2){
  font-size: 14px;
  color: #8f8f8f;
  font-weight: normal;
}
.common_content  li  i{
  float:right;
  margin-right:20px;
  margin-top:36px;
  width:27px;
  height: 27px;
  background:url(https://bfc-media.domobcdn.com/www/arrow_open.png) no-repeat;
  background-size: 100%;
  transition: all 500ms ease;
}
.common_content .cur  li  i{

  background:url(https://bfc-media.domobcdn.com/www/arrow_close.png) no-repeat;
  background-size: 100%;
}
.common_content li .cn{
  padding: 0 48px;
  display: none;
}
.common_content .cur li .cn{
  display: block;
}
.common_content li .line span{
  display: block;
  height:4px;
  width:55px;
  background: #2e2f36;

}
.common_content li h4{
  color:#2e2f36;
  font-size: 18px;
  font-weight: 500;
  height:60px;
  line-height: 60px;
}
.common_content li  .duty p{
  font-size:16px;
  color:#878787;
  line-height: 32px;
}
.common_content li .mail,
.common_content li .mail a
{
  width:100%;
  height:100px;
  color:#2e2f36;
  font-size: 24px;
  font-weight: 500;
  line-height: 100px;
  text-indent:2em;
}


.common_content ul{
  opacity: 0;
  -webkit-transform: translate(0px, 220px);
          transform: translate(0px, 220px);
}
.active.common_content ul{
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.null{
    padding-left: 10px;
    color: #878787;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  /* font-weight: bold; */
}
a:active {
  color: #000;
}
.title-text {
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 24px;
}
.contain--3T12j {
  width: 1200px;
  margin: auto;
  position: relative;
}
.header-img--GfEHj {
  border-radius: 20px;
  border-radius: var(--border-radius);
  margin-top: 160px;
  width: 1200px;
  height: 240px;
}
.about-header--3mjeO {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
}
.header-container--wEtrw {
  position: absolute;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 335px;
  margin-left: 80px;
  top: 213px;
}
.header-container-text1--3y5St {
  font-family: OPPOSans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.8;
}
.header-container-text2--1mtKJ {
  margin-top: 16px;
  width: 335px;
  height: 1px;
  background: #fff;
  mix-blend-mode: normal;
  opacity: 0.2;
}
.header-container-text3--2uXF8 {
  width: 350px;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 42px;
  margin-top: 4px;
  letter-spacing: 1px;
  color: #fff;
}
.header-container-text4--2O0_e {
  width: 340px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 1px;
  color: #fff;
}
.culture-container--3jCUy {
  margin-top: 80px;
}
.response-container--1eYGR {
  margin-top: 80px;
}
.footer--A4Sos {
  opacity: 1;
  left: 0;
  min-width: 1200px;
  width: 100%;
  height: 200px;
  position: relative;
  background-color: black;
}
.contact-container--2oG12 {
  width: 1200px;
  margin: auto;
  margin-top: 9vh;
}


join-container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.inner-header {
  position: absolute;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  width: 456px;
  z-index: 100;
  left: 50%;
  margin-left: -228px;
  margin-top: 28vh;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-message {
  font-size: 36px;
  line-height: 47px;
}
.join-message-sub {
  margin-top: 16px;
  letter-spacing: 24px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-message-sub .inner-line {
  background: #fff;
  opacity: 0.3;
  height: 0.75px;
  z-index: 2000;
  width: 38.29px;
}
.join-button {
  margin-top: 29px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  width: 144px;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  z-index: 200;
}
.join-button:hover {
  opacity: 0.8;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.inner-logo--31pBX {
  width: 16.28px;
  height: 18px;
}
.inner-text {
  margin-left: 7px;
}
.video {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-message {
  margin-top: -8px;
  margin-left: 15px;
  width: 370px;
  text-align: center;
}
.mask {
  position: absolute;
  background-color: black;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.video-container {
  height: 80.7vh;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}

.cursor-pointer{
  cursor:pointer;
}
.wm-in-work{
  animation: identifier 1s 0.2s ease both;
}
@keyframes identifier {
  0%{
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.job-cards-container {
  width: 100%;
  margin-bottom: 100px;
  padding: 0 0px;
  position: relative;
  box-sizing: border-box;
}

.job-card {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  width: calc((100% - 100px) / 3);
  font-family: Arial, sans-serif;
  position: absolute;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.job-card.visible {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.job-title-header {
  color: #333;
  font-size: 24px;
  background: linear-gradient(180deg, #ebfbf8, #FFFFFF);  
}

.job-title-header-text {
  margin: 0 20px 0px 10px;
  padding: 40px 20px 0 20px;
  color: #258162;
  font-weight: 500;
  font-size: 24px;
}

.down-line {
  height: 3px;
  width: 35px;
  background-color: #258162;
  margin: 15px 20px 20px 30px;
}

.job-section, .job-location, .job-contact {
  padding: 0 20px;
}

.job-section {
  margin-bottom: 25px;
}

.section-title {
  color: #0f0f0f;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 2px 0 10px 10px;
}

.section-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

ul {
  list-style-type: none;
  padding-left: 30px;
}

.job-description li {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}

.job-description li::before {
  content: "•";
  color: #4f4f4f;
  font-size: 30px;
  position: absolute;
  left: -20px;
  top: -12px;
}

.job-location, .job-contact {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.location-icon, .email-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.job-location p, .job-contact p {
  margin: 0;
  color: #333;
}

.job-no-dot {
  list-style-type: none;
  padding-left: 10px;
}

.job-no-dot li {
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.down-line-green {
	position: relative;
  display: inline-block;
}
.down-line-green::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #258062;
}

@media screen and (max-width: 1200px) {
  .job-card {
    width: calc((100% - 50px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .job-card {
    width: 100%;
  }
}

@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .job-card {
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      -webkit-font-smoothing: antialiased;
    }
  }
}