/* ==== common ==== */

.container {
  width: 100%;
  font-family: "PingFang-SC-Regular", Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
}

.row {
  display: flex;
}

.fp-watermark {
  display: none;
}

.button {
  display: inline-block;
  line-height: 48rem;
  font-size: 16rem;
  font-weight: 400;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0 40rem;
  height: 48rem;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 24rem;
}

textarea,
input {
  border: none;
}

textarea:focus,
input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

/* ==== fixed-header ==== */

.fixed-header {
  width: 100%;
  /* height: 108rem; */
  height: 120rem;
  padding: 0 50rem;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-header .logo {
  width: 163rem;
  display: flex;
  align-items: center;
}

.fixed-header .logo img,
.fixed-header .menu-bar img {
  width: 100%;
}

.fixed-header .menu-bar {
  width: 40rem;
  display: flex;
  align-items: center;
}

/* ==== menu ==== */

#menu {
  width: 100%;
  height: calc(100% - 120rem);
  background-color: #000000;
  position: fixed;
  top: -100vh;
  z-index: 998;
  /* border-top: 1rem solid #f2f2f2; */
  padding-left: 60rem;
  transition: all 0.3s;
  overflow: auto;
}

#menu.active {
  top: 120rem;
}

#menu li {
  line-height: 95rem;
}

/* 
#menu li:last-child {
  border-bottom: none;
} */

#menu li a {
  text-decoration: none;
  font-size: 32rem;
  color: #F0EFEF;
  /* display: block; */
  width: 100%;
  font-family: 苹方-港, Semibold;
}

#menu li .arrow {
  width: 28rem;
  height: 28rem;
  margin: 0 0 0 15rem;
}

.selectLangWrap {
  padding-left: 67rem;
}

.selectLangWrap .selectLang {
  display: flex;
  align-items: center;
  line-height: 70rem;
  font-size: 32rem;
}

.selectLangWrap .selectLang img {
  margin-right: 14rem;
  width: 17rem;
  height: 11rem;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right .testPlay {
  margin-right: 10rem;
}

/* .fixed-header #menu .langWrap>span {
  margin: 0 13rem 0 19rem;
} */

#menu .langWrap .langImg,
#menu .selectLangWrap img {
  display: inline-block;
  width: 40rem;
  height: 26rem;
  /* UI Properties */
  border-radius: 4rem;
}

.fixed-header #menu .langWrap .selectPc {
  width: 7rem;
  height: 7rem;
}

.fixed-header #menu .selectProjectWrap:hover .selectProject,
.fixed-header #menu .selectKnowWrap:hover .selectKnow,
.fixed-header #menu .langWrap:hover .selectLangWrap {
  /* display: block; */
  height: auto;
  padding: 10rem 0;
  overflow: initial;
}

.downSelect {
  transition: .2s;
  z-index: 999;
  /* display: none; */
  /* background: url(../img/home/langBg.png) no-repeat 100% 100%; */
  height: 0rem;
  /* padding-top: 27rem; */
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 60rem;
}

.showSelect {
  height: auto;
}

.downSelect.showSelect .selectLang {
  /* width: 200rem; */
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.8); */
  font-size: 28rem;
  font: normal normal normal 28rem/60rem 苹方-港, Semibold !important;
}


.selectLangWrap .selectLang img {
  margin-right: 12rem;
}

.fixed-header .testPlay {
  margin-left: 80rem;
  height: 50rem;
  line-height: 50rem;
  padding: 0 50rem;
  position: relative;
  background: none;
}

.fixed-header .testPlay::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(270deg, #4ba8ee, #337ce6);
  border-radius: 6rem;
  z-index: -1;
  transform: skew(-9deg);
}

/* ==== home section ==== */

/* .home {
  padding-top: 110rem;
} */

.home-box,
.homeCarousel {
  height: 100%;
}

.homeCarousel {
  width: 100%;
}

.home-box .swiperBg1,
.home-box .swiperBg2 {
  width: 100%;
  /* height: 100%; */
  margin-top: 120rem;
  height: calc(100% - 120rem);
  background-image: url("../img/comm/bg-zh1.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-box .swiperBg2 {
  background-image: url("../img/comm/bg-zh3.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-en .swiperBg1 {
  background-image: url("../img/comm/bg-en1.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-en .swiperBg2 {
  background-image: url("../img/comm/bg-en3.jpg");
  /* background-color: #f3f4f8; */
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home .container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home .container .icon-group {
  width: 660rem;
  height: 262rem;
  background-image: url("../img/home/FBSports.png");
}

.home .container .nowStart {
  margin-top: 33.47rem;
  width: 260rem;
  height: 68rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 52rem;
  opacity: 1;
  backdrop-filter: blur(30rem);
  -webkit-backdrop-filter: blur(30rem);
  font-size: 28rem;
  color: #000000;
  text-align: center;
  line-height: 68rem;
  cursor: pointer;
}


.project {
  padding-top: 60rem;
  text-align: center;
}

.project .projectWrap .left {}

.project .projectWrap .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project .title {
  font-size: 52rem;
  font-family: PingFangSC-Semibold;
}

.project .left .content {
  font: normal normal normal 24rem/42rem PingFang SC;
  margin-top: 10rem;
  padding: 0 30rem;
}

.project .projectWrap .left img {
  width: 344rem;
  height: 109rem;
  margin-top: 474rem;
}

.project .rightImg {
  width: 200rem;
  float: left;
  margin-left: 53rem;
}

.no2 {
  flex-direction: column;
}

.no2 img {
  width: 1300rem;
}

.no2 .title {
  width: 100%;
  padding-left: 200rem;
}


body .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
body .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20rem 0;
}

body .swiper-pagination-vertical.swiper-pagination-bullets,
body .swiper-vertical>.swiper-pagination-bullets {
  left: 0%;
  right: initial;
}

body .swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 0.4;
}

body .swiper-pagination-bullet-active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}

.support {
  overflow: hidden;
  padding-top: 60rem;
}

.main-features {
  padding-left: 259rem;
  padding-right: 259rem;
  display: flex;
  transition: .2s;
  position: relative;
  height: calc(100vh - 60rem);
  padding-top: 120rem;
}

.main-features__item {
  width: 259rem;
  opacity: 0.2;
  position: relative;
  cursor: pointer;
}

.main-features__item .itemTit,
.main-features__item .itemContent {
  visibility: hidden;
  width: 100vw;
  transform: translateX(-34%);
  padding: 0 30rem;
  text-align: center;
}

.main-features__item .itemTit {
  font-size: 42rem;
  font-family: PingFangSC-Semibold;
  height: 73rem;
  line-height: 1;
}

.main-features__item .itemContent {
  font: normal normal normal 24rem/32rem PingFang SC;
  height: 201rem;
  margin-top: 24.5rem;
}


.main-features__item.active .itemTit,
.main-features__item.active .itemContent {
  visibility: visible;
}

.main-features__item.active {
  opacity: 1;

}

.main-features__item .imgHandle {
  width: 259rem;
  height: 594rem;
}

.brand {
  padding-top: 120rem;
  text-align: center;
}

.brand .container {
  height: 100%;
}

.brand .title {
  margin-top: 29rem;
  font-size: 52rem;
  font-family: PingFangSC-Semibold;
}

.brand .subtitle {
  margin-top: 19rem;
  font: normal normal normal 24rem/32rem PingFang SC;
}

.brand .imgWrap {
  /* height: 662rem; */
  position: relative;
  margin-top: 68rem;
  text-align: left;
  padding: 0 55rem;
}

.brand .imgWrap img {
  width: 100rem;
  height: 50rem;
  margin-right: 64rem;
  margin-bottom: 60rem;
}

.brand .imgWrap img:nth-child(4n) {
  margin-right: 0;
}

.footer {
  padding-top: 120rem;
  padding-bottom: 76rem;
  font-size: 18rem;
  background: #262626 0% 0% no-repeat padding-box;
}

.footer .gli {
  text-align: center;
  padding-top: 59rem;
}

.footer .gli img {
  width: 160rem;
}

.footer .gli .sub {
  padding: 21rem 50rem 0;
  font: normal normal normal 18rem/32rem PingFang SC;
}

.footer .menuWrap {
  margin-top: 115rem;
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 50rem;
}

.footer .menuWrap .menuList {
  flex: 1;
  padding-right: 10rem;
}

.footer .menuWrap .menuList a {
  margin-bottom: 28rem;
  display: block;
  color: #fff;
}

.footer .menuWrap .menuList .sub {
  font: normal normal 600 18rem/28rem PingFang SC;
  margin-bottom: 28rem;
}

.bottomWrap {
  margin-top: 177rem;
  text-align: center;
}

.footerImg {
  width: 254rem;
  display: none;
}

.footer .subTile {
  text-align: center;
  color: #828282;
  opacity: 1;
  line-height: 24rem;
  margin: 24rem auto 0;
  text-align: center;
  padding: 0 50rem;
}

#go-to-top {
  position: fixed;
  right: 50rem;
  bottom: 50rem;
  width: 40rem;
  height: 40rem;
  cursor: pointer;
}

#go-to-top img {
  width: 100%;
  height: 100%;
}

.mainWrap {
  padding-bottom: 255rem;
  padding-top: 90rem;
}

.mainTitle {
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 52rem;
  margin-top: 110rem;
  text-align: center;
  padding: 0 50rem;
}

.mainContent {
  margin-top: 52.5rem;
  color: #FFFFFF;
  padding: 0 40rem;
  font: normal normal normal 24rem/38rem 苹方-简, Regular;
}

.about {
  padding: 120rem 0 150rem 0;
}


.about .mainContent {
  margin-top: 45rem;
  padding: 0 50rem;
  font: normal normal normal 24rem/38rem 苹方-简, Regular;
}

.yearWrap {
  /* width: 1651rem; */
  height: 1431rem;
  background: url(../img/comm/about.png) no-repeat;
  /* padding: 87rem 0 0; */
  background-size: 100% auto;
}

.yearDevelop {
  margin-top: 130.5rem;
  position: relative;
}

.yearDevTextWrap {
  display: flex;
  height: auto;
  width: 230rem;
  /* width: 450rem; */
  position: absolute;
}

.yearDevTextWrap img {
  width: 30rem;
  height: auto;
}

.year {
  margin-top: 17rem;
  font: normal normal normal 40rem/39rem HeadLineA;
}

.yearText {
  margin-top: 4rem;
  font: normal normal normal 14rem/28rem PingFang SC;
}

.year2024 {
  left: 197rem;
  top: 100rem
}

.year2023 {
  left: 414rem;
  top: 200rem;
}

.year2021 {
  top: 510rem;
  left: 174rem;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.year2016 {
  top: 747rem;
  right: 174rem;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.year2015 {
  top: 970rem;
  right: 385rem;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.year2009 {
  top: 1170rem;
  right: 150rem;
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-end;
}

.yearDevelop .mainTitle {
  font-size: 46rem;
}

.countryWrap {
  margin-top: 52rem;
}

.countryWrap .left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20rem;
}

.countryWrap .right {
  flex: 1;
  position: relative;
}

.subTit {
  font-size: 32rem;
  text-align: center;
  font-family: PingFangSC-Semibold;
}

.country {
  margin-right: 40rem;
  font: normal normal normal 18rem/32rem 苹方-简, Regular;
}

.country:last-child {
  margin: 0;
}

.countryWrap .right img {
  margin-top: 67rem;
  width: 100%;
}

.countryWrap .right .imgTxt {
  text-align: center;
  font: normal normal 600 24rem/56rem 苹方-简, Regular;
}

.contactWrap {
  padding-top: 110rem;
}

.projectWrap .projectMain {
  padding-top: 180rem;
}

body .pagination-left .swiper-pagination-vertical.swiper-pagination-bullets,
body .pagination-left .swiper-vertical>.swiper-pagination-bullets {
  left: 15%;
}

.projectWrap .title {
  font-size: 52rem;
  text-align: center;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.projectWrap .subtitle {
  font: normal normal normal 24rem/38rem PingFang SC;
  color: #FFFFFF;
  margin-top: 27.5rem;
  padding: 0 70rem;
  text-align: center;
}


.projectWrap .listBox {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.projectWrap .list {
  /* width: 250rem; */
  padding: 0 190rem;
  text-align: center;
  font-size: 24rem;
  color: #fff;
  font: normal normal normal 24rem/38rem PingFang SC;
}

.projectWrap .list img {
  margin-bottom: 25rem;
  margin-top: 45rem;
  width: 240rem;
}

.projectWrap .list div {
  text-align: left;
}

.projectWrap .list2 {
  background: url(../img/project/page2.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
  padding: 53rem 0 84rem;
  margin-top: 129rem;
}

.projectWrap .list2 .contentWrap {
  width: 358rem;
  height: 551rem;
  margin: 80rem auto 0;
  position: relative;
}

.projectWrap .list2 .contentWrap img {
  width: 100%;
}

.projectWrap .subP {
  padding: 4rem 20rem;
  background: #2E2E2E 0% 0% no-repeat padding-box;
  box-shadow: 0rem 3rem 99rem #00000052;
  border-radius: 28rem;
  font: normal normal 600 19rem/40rem PingFang SC;
  color: #FFFFFF;
  position: absolute;
}

.projectWrap .subP1 {
  top: 100rem;
  left: -120rem;
}

.projectWrap .subP2 {
  top: 192rem;
  left: -120rem;
}

.projectWrap .subP3 {
  top: 182rem;
  right: -160rem;
}

.projectWrap .list3 {
  background: url(../img/project/page3.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.projectWrap .list3 .contentWrap {
  width: calc(100vw - 61rem);
  margin-left: 61rem;
}

.projectWrap .list3 .contentWrap img {
  width: 100%;
  margin-top: 80rem;
}

.projectWrap .list4 {
  background: url(../img/project/page3.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
  padding-top: 120rem;
  padding-bottom: 80rem;
}

.projectWrap .list4 .contentWrap {
  width: calc(100vw - 61rem);
  margin-left: 61rem;
}

.projectWrap .list4 .contentWrap img {
  width: 100%;
  margin-top: 80rem;
}

.experience .h5,
.experience .pc {
  background: url(../img/experience/bg.png) no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.experience .pc {
  padding-bottom: 240rem;
}

.experience .nowStart {
  padding: 14rem 48rem;
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  font-size: 32rem;
  border-radius: 52rem;
  display: inline-block;
  margin: 40rem auto 0;
  letter-spacing: 1.2rem;
  font-family: PingFangSC-Semibold;
}

.experience .title {
  font-size: 52rem;
  color: #FFFFFF;
  padding-top: 60rem;
  text-align: center;
  font-family: PingFangSC-Semibold;
}

.experience .subtitle {
  font: normal normal normal 24rem/38rem 苹方-简, Regular;
  color: #FFFFFF;
  width: 384rem;
  text-align: left;
  margin: 24rem auto 0;
}

.experience {
  padding-top: 120rem;
}

.experience .h5Img {
  position: relative;
  margin: 60rem auto 0;
  width: 360rem;
}

.experience .img1 {
  width: 100%;
}

.experience .img2 {
  width: 266rem;
  position: absolute;
  right: -120rem;
  top: 70rem;
}

.experience .experienceMain .container {
  position: relative;
  height: 100%;
  text-align: center;
}

.experience .pcImg {
  position: relative;
  margin: 150rem auto 0;
  width: 565rem;
}

.experience .img3 {
  width: 570rem;
  position: absolute;
  left: 20rem;
  top: -126rem;
}

.experience .img4 {
  width: 185rem;
  position: absolute;
  left: -80rem;
  bottom: 20rem;
}

.experience .img5 {
  width: 100%;
}

.cooperationMain {
  padding-top: 180rem;
  text-align: center;
  padding-bottom: 100rem;
}

.cooperation .swiper-slide {
  padding-top: 169rem;
}

.cooperation .title {
  font-size: 52rem;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.cooperation .container {
  position: relative;
}

.cooperation .listWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.cooperation .listWrap .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.cooperation .listWrap .list img {
  width: 240rem;
}

.cooperation .listWrap .list div {
  text-align: center;
  font-size: 24rem;
  line-height: 42rem;
}

.cooperation .listWrap:last-child {
  margin-top: 40rem;
}

.cooperation .rightLine {
  position: absolute;
  right: 125rem;
  margin-top: 20rem;
}

.cooperation .listContent {
  position: relative;
}

.cooperation .listContent.wrapno2 {
  margin-top: 130rem;
}

.cooperation .subtit {
  font: normal normal normal 24rem/24rem PingFang SC !important;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: 12rem;
  text-align: center;
}

.cooperation .wrapno2 .listWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 60rem;
  position: relative;
}

.cooperation .wrapno2 .listWrap .list {
  width: 45%;
  position: relative;
}

.cooperation .wrapno2 .listWrap>img {
  width: 100rem;
  position: absolute;
  top: 107rem;
}

.cooperation .wrapno2 .line2 {
  position: absolute;
  height: 61rem;
  right: 27%;
  transform: translateY(18rem);
}

.faqWrap .faqHead {
  background: url(../img/faq/head.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 425rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faqWrap .mainTitle {
  font-size: 52rem;
  color: #fff;
  line-height: 42rem;
  font-family: PingFangSC-Semibold;
}

.faqWrap .mainSubtit {
  margin-top: 16rem;
  font-size: 28rem;
  color: #FFFFFF;
  font-family: PingFangSC-Regular;
}

.faqWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
}

.faqWrap .mainWrap {
  padding: 40rem 15rem;
}

.faqWrap .mainWrap img {
  width: 100%;
}

.contactWrap {
  padding-top: 180rem;
  text-align: center;
}

.contactWrap .title {
  font-size: 52rem;
  color: #fff;
  line-height: 39rem;
  font-family: PingFangSC-Semibold;
}

.contactWrap .subtitle {
  font: normal normal normal 24rem/32rem PingFang SC;
  letter-spacing: 0rem;
  color: #FFFFFF;
  margin-top: 32.5rem;
  padding: 0 30rem;
}

.contactWrap .subWrap {
  display: flex;
  justify-content: space-between;
}

.contactWrap .contaclList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10rem;
  padding-left: 55rem;
}

.contactWrap .contaclList .item {
  width: 50%;
  height: 53rem;
  display: flex;
  align-items: center;
  font-size: 20rem;
  color: #fff;
  margin-top: 20rem;
}

.contactWrap .contaclList .item img {
  margin-right: 10rem;
  width: 40rem;
  height: 40rem;
}

.contactWrap .formContent {
  padding: 10rem 55rem 77rem;
}

.contactWrap .formContent input,
.contactWrap .formContent textarea {
  width: 100%;
  height: 100rem;
  background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat padding-box;
  border-radius: 60rem;
  font: normal normal normal 28rem/32rem PingFang SC;
  color: rgba(255, 255, 255, 0.4);
  padding: 30rem 56rem;
  box-sizing: border-box;
}

.contactWrap .formRow {
  margin-top: 30rem;
}

.contactWrap .inlineRow {
  display: flex;
  justify-content: space-between;
}

.contactWrap .inlineRow input {
  width: 48%;
}

.contactWrap .formRow textarea {
  height: 164rem;
}

.contactWrap .contactSubmitBtn {
  width: 260rem;
  height: 88rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 52rem;
  letter-spacing: 1.2rem;
  color: #000000;
  font-size: 32rem;
  font-family: PingFangSC-Semibold;
  text-align: center;
  line-height: 88rem;
  cursor: pointer;
  margin: 22rem auto 0;
}

.joinWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
}

.joinWrap .joinHead {
  height: 427rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url('../img/join/head.png') 0% 0% no-repeat padding-box;
  background-size: auto 100%;
  background-position: center;
}

.joinWrap .joinHead .mainTitle {
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 52rem;
  margin-top: 20rem;
}

.joinWrap .joinTab {
  display: flex;
  /* border-radius: 54rem; */
  opacity: 1;
  height: 108rem;
  margin-top: -54rem;
  backdrop-filter: blur(50rem);
  background: rgba(255, 255, 255, 0.4) 0% 0% no-repeat padding-box;
}

.joinWrap .joinTab div {
  flex: 1;
  color: #121212;
  font-size: 32rem;
  font-family: PingFangSC-Semibold;
  text-align: center;
  line-height: 108rem;
  border-radius: 0 54rem 54rem 0;

  cursor: pointer;
}

.joinWrap .joinTab div:last-child {
  border-radius: 54rem 0 0 54rem;

}

.joinWrap .joinTab .active {
  background: #fff 0% 0% no-repeat padding-box;
  /* border-radius: 54rem; */
  backdrop-filter: blur(0rem);
}

.joinWrap .whyContent {
  padding: 70rem 25rem 0;
}

.joinWrap .whyContent .title {
  color: #121212;
  text-align: center;
  font-size: 42rem;
  font-family: PingFangSC-Semibold;
}

.joinWrap .whyList {
  display: flex;
  justify-content: space-between;
  margin-top: 93rem;
}

.joinWrap .whyList .item {
  width: 160rem;
  height: 190rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 40rem;
  color: #000000;
  text-align: center;
  font: normal normal normal 18rem/22rem PingFang SC;
}

.joinWrap .whyList .item img {
  margin-top: -50rem;
  width: 100%;
}

.joinWrap .whyList .item .num {
  margin: 0 0 18rem;
  font: normal normal 600 32rem/29rem PingFang SC;
  color: #000000;
}

.joinWrap .whyCont1 {
  background: url(../img/join/content1.png) no-repeat;
  height: 867rem;
  text-align: right;
  margin-top: 107rem;
  background-position: bottom;
  background-size: 100% auto;
}

.joinWrap .whyCont1 img {
  margin: 16rem 16rem 36rem 0;
  width: 100rem;
}

.joinWrap .whyCont1 div {
  color: #000000;
  font: normal normal normal 24rem/32rem PingFang SC;
  margin-left: 288rem;
  background: #EBEBEB;
  border-radius: 40rem;
  padding: 0 0 40rem 40rem;
}

.joinWrap .whyCont2 {
  background: url(../img/join/content2.png) no-repeat;
  height: 1200rem;
  text-align: left;
  margin-top: 85rem;
  background-position: bottom;
  background-size: 100% auto;
}

.joinWrap .whyCont2 img {
  margin: 0 0 40rem 0;
  width: 100rem;
}

.joinWrap .whyCont2 .whyCont2White div {
  color: #000000;
  font: normal normal normal 24rem/32rem PingFang SC;
}

.joinWrap .whyCont2 .whyCont2White {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 0 40rem 40rem 0;
  width: 500rem;
  /* padding-bottom: 60rem; */
  background: #EBEBEB;
  border-radius: 40rem;
  padding: 0 0 40rem 40rem;
}

.joinWrap .whyCont3 {
  background: url(../img/join/content3.png) no-repeat;
  min-height: 800rem;
  text-align: right;
  margin-top: 67rem;
  background-position: top;
  background-size: 100% auto;
  border-top: 0.1rem solid transparent;
}

.joinWrap .whyCont3 img {
  margin: 0 16rem 36rem 0;
  width: 100rem;
}


.joinWrap .whyCont3 .whyCont3White {
  color: #000000;
  font: normal normal normal 24rem/32rem PingFang SC;
  margin-left: 122rem;
  margin-top: 337rem;
  background: #EBEBEB;
  border-radius: 40rem;
  padding: 40rem 0 40rem 40rem;
}

.jobWrap {
  padding: 100rem 0;
}

.jobWrap .title {
  font-size: 42rem;
  color: #121212;
  text-align: center;
  font-family: PingFangSC-Semibold;
}

.jobWrap .jobItem {
  margin-top: 20rem;
  font-family: PingFangSC-Semibold;
  box-shadow: 0rem 0rem 7rem 0rem #ddd;
}

.jobWrap .jobItem .jobTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32rem 0;
  background: #fff;
  cursor: pointer;
  height: 88rem;
}

.jobWrap .jobItem .jobTitle .left {
  display: flex;
  align-items: center;
}

.jobWrap .jobItem .jobTitle .left .title {
  color: #121212;
  font-size: 32rem;
  margin-left: 18rem;
  text-align: left;
}

.jobWrap .jobItem.active .jobTitle img {
  transform: rotate(180deg);
}

.jobWrap .jobItem.active .jobContent {
  display: block;
}

.jobWrap .jobItem .jobTitle .jobBtn {
  width: 118rem;
  height: 60rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1rem solid #707070;
  border-radius: 52rem;
  backdrop-filter: blur(5rem);
  text-align: center;
  line-height: 58rem;
  font-size: 28rem;
  color: #000000;
  cursor: pointer;
}

.jobWrap .jobContent {
  padding: 0 32rem 32rem;
  font-size: 18rem;
  color: #121212;
  display: none;
}

.jobWrap .jobContent .sub {
  margin-top: 32rem;
  font-family: PingFangSC-Semibold;
}

.jobWrap .jobContent div {
  margin-top: 18rem;
  font: normal normal normal 28rem/42rem PingFang SC;
}

.joinDialogWrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(30rem);
}

.joinDialog {
  width: 620rem;
  height: 841rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: url(../img/join/dialog.png) no-repeat;
  background-size: 100% 100%;
}

.joinDialog .title {
  margin-top: 42rem;
  color: #fff;
  font-family: PingFangSC-Semibold;
  font-size: 42rem;
}

.joinDialog .subtitle {
  margin-top: 10rem;
  color: rgba(255, 255, 255, 0.4);
  font: normal normal normal 14rem/39rem PingFang SC;
  font-size: 14rem;
}

.joinDialog .formWrap {
  padding: 25rem 43rem 32rem;
}

.joinDialog .formWrap input,
.joinDialog .formWrap .fileWrap {
  width: 100%;
  height: 88rem;
  background: rgba(0, 0, 0, 0.2) 0% 0% no-repeat padding-box;
  border-radius: 60rem;
  font: normal normal normal 28rem/36rem PingFang SC;
  color: rgba(255, 255, 255, 0.4);
  padding: 24rem 32rem;
  box-sizing: border-box;
}

.joinDialog .formRow {
  margin-top: 24rem;
}

.joinDialog .inlineRow {
  display: flex;
  justify-content: space-between;
}

.joinDialog .inlineRow input {
  width: 48%;
}

.joinDialog .formWrap .fileWrap {
  height: 158rem;
  text-align: center;
  border-radius: 40rem;
  padding: 0;
  border-top: 0.1rem solid transparent;
}

.joinDialog .fileWrap input {
  display: none;
}

.joinDialog .fileWrap .fileContent {
  margin: 16rem auto 14rem;
  cursor: pointer;
  width: 80rem;
  height: 80rem;
}

.joinDialog .fileWrap .fileContent img {
  width: 100%;
}

.joinDialog .fileWrap .fileText {
  font: normal normal normal 24rem/39rem PingFang SC;
  letter-spacing: 1.08rem;
  color: #FFFFFF;
}

.overflowHide {
  overflow: hidden;
  height: 100vh;
}

.joinDialog .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.joinDialog .btnWrap div {
  padding: 20rem 58rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 52rem;
  color: #000000;
  font-size: 26rem;
  font-family: PingFangSC-Semibold;
  min-width: 176rem;
  cursor: pointer;
}

.joinDialog .btnWrap .cancel {
  margin-right: 50rem;
  backdrop-filter: blur(6rem);
  opacity: 0.3;
}

.joinDialog .fileName {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 110rem;
  border: 1rem dashed #fff;
  border-radius: 18rem;
  padding: 0 5rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
}

.newsWrap .newsHead {
  height: 427rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url('../img/news/head.png') 0% 0% no-repeat padding-box;
  background-size: auto 100%;
  background-position: center;
}

.newsWrap .newsHead .mainTitle {
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 52rem;
}

.newsWrap .subTitle {
  color: #121212;
  font-size: 42rem;
  font-family: PingFangSC-Semibold;
  margin: 70rem 0 40rem;
  text-align: center;
}

/* .newsWrap .container {
  overflow: hidden;
} */

.newsWrap .carouselContainer {
  min-width: 1800rem;
  margin: 0 auto;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
}

.newsWrap .carouselContainer .swiper-button-next:after,
.newsWrap .carouselContainer .swiper-rtl .swiper-button-prev:after,
.newsWrap .carouselContainer .swiper-button-prev:after,
.newsWrap .carouselContainer .swiper-rtl .swiper-button-next:after {
  content: '';
}

.newsWrap .carouselContainer .swiper-button-next {
  width: 300rem;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #EBEBEB);
}

.newsWrap .carouselContainer .swiper-button-prev {
  width: 300rem;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #EBEBEB);
}

/* .carouselContainer .left{
  position: absolute;
  left: 0;
  width: 560rem;
  min-width: 2000rem;
  margin: 0 auto;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
} */

/* .carouselWrap {
  min-width: 2000rem;
  margin: 0 auto;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
} */

.newsWrap .carouselContainer .swiper-slide {
  width: 800rem;
  cursor: pointer;
}

.newsWrap .carouselContainer .swiper-slide img {
  width: 100%;
  height: 100%;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap {
  width: 252rem;
  position: absolute;
  left: 10%;
  top: 10%;
  color: #fff;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap .title {
  font: normal normal 600 36rem/53rem PingFang SC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap .content {
  height: 58rem;
  font: normal normal normal 18rem/33rem PingFang SC;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10rem;
}

.newsWrap .carouselContainer .swiper-slide .contentWrap .btn {
  width: 124rem;
  height: 46rem;
  margin-top: 23rem;
  border: 1rem solid #FFFFFF;
  border-radius: 34rem;
  text-align: center;
  font: normal normal 600 20rem/31rem PingFang SC;
  line-height: 44rem;

}

.newsWrap .filterWrap {
  display: flex;
  align-items: center;
  margin: 55rem 0;
  padding: 0 32rem;
}

.newsWrap .filterWrap div {
  height: 80rem;
  border: 1rem solid #707070;
  border-radius: 40rem;
  font: normal normal normal 20rem/26rem PingFang SC;
  color: #000000;
  padding: 0 30rem;
  line-height: 78rem;
  cursor: pointer;
  margin-right: 13rem;
  text-align: center;
  min-width: 120rem;
}

.newsWrap .filterWrap .active {
  background: #121212 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.newsWrap .listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 32rem;

}

.newsWrap .listWrap .listItem {
  width: 328rem;
  height: 399rem;
  border-radius: 40rem;
  cursor: pointer;
  margin-bottom: 40rem;
  position: relative;
  overflow: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.newsWrap .listWrap .listItem .type {
  padding: 8rem 26rem;
  border-radius: 40rem 0rem;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14rem/18rem PingFang SC;
  color: #FFFFFF;
}

.newsWrap .listWrap .listItem img {
  min-width: 100%;
  height: 214rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.newsWrap .listWrap .listItem .contentWrap {
  padding: 14rem 21rem;
}

.newsWrap .listWrap .listItem .contentWrap .title {
  font: normal normal 600 26rem/29rem PingFang SC;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsWrap .listWrap .listItem .contentWrap .content {
  font: normal normal normal 18rem/22rem PingFang SC;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64rem;
  margin-top: 11rem;
}

.newsWrap .listWrap .listItem .contentWrap .date {
  font: normal normal normal 20rem/22rem PingFang SC;
  color: #000000;
  opacity: 0.5;
  margin-top: 12rem;
}

.newsDetailWrap {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-bottom: 0.1rem solid transparent;
  padding: 180rem 50rem 50rem;
}

.newsDetailWrap .title {
  color: #121212;
  font-size: 42rem;
  font-family: PingFangSC-Semibold;
}

.newsDetailWrap .date {
  font: normal normal normal 24rem/32rem PingFang SC;
  letter-spacing: 0rem;
  color: #000000;
  opacity: 0.5;
  margin: 24rem 0 40rem;
}

.newsDetailWrap img {
  width: 100%;
  margin-bottom: 33rem;
}

.newsDetailWrap .content {
  margin-bottom: 52rem;
  font: normal normal normal 28rem/42rem PingFang SC;
  letter-spacing: 0rem;
  color: #000000;
}


.brandDialogWrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(30rem);
  background: rgba(0, 0, 0, 0.6);
}

.brandDialog {
  width: 100%;
  height: 570rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.brandDialog .content {
  margin: 0 40rem;
  text-align: center;
  padding: 40rem;
}

.brandDialog .content img {
  margin: 20rem 0 60rem;
  width: 230rem;
}

.brandDialog .content .title {
  text-align: left;
  color: #FFFFFF;
  font-size: 38rem;
  margin-bottom: 24rem;
  font-family: PingFangSC-Semibold;
}

.brandDialog .content .subtitle {
  text-align: left;
  font: normal normal normal 22rem/32rem PingFang SC;
  color: #FFFFFF;
}


.featureWrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 60rem;
  padding-top: 100rem;
  overflow: hidden;
  font-size: 20rem;
}

.featureWrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.featureWrap div:nth-child(1) {
  background-image: url(../img/home/feature/1.png);
}

.featureWrap div:nth-child(2) {
  background-image: url(../img/home/feature/2.png);
}

.featureWrap div:nth-child(3) {
  background-image: url(../img/home/feature/3.png);
}

.featureWrap div:nth-child(4) {
  background-image: url(../img/home/feature/4.png);
}

.featureWrap div:nth-child(5) {
  background-image: url(../img/home/feature/5.png);
}

.featureWrap div:nth-child(6) {
  background-image: url(../img/home/feature/6.png);
}

@keyframes featItem1 {
  0% {
    height: 400rem;
  }

  25% {
    height: 450rem;
  }

  50% {
    height: 500rem;
  }

  100% {
    height: 450rem;
  }
}

@keyframes featItem2 {
  0% {
    height: 280rem;
  }

  25% {
    height: 330rem;
  }

  50% {
    height: 400rem;
  }

  100% {
    height: 330rem;
  }
}

.featureWrap div {
  background-position: center center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 0 15rem;
  padding-top: 130rem;
  height: 450rem;
  width: 250rem;
  margin-left: -60rem;
  animation-name: featItem1;
  animation-duration: 4s;
  transition: 0.3s;
}

.featureWrap div:hover {
  transform: scale(1.1);
  /* z-index: 199; */
}

.featureWrap .bottom {
  height: 330rem;
  position: relative;
  z-index: 99;
  animation-name: featItem2;
  animation-duration: 4s;
}

.project .no2 {
  flex-direction: column;
  padding-left: 100rem;
  padding-right: 100rem;
}

.project .no2 .title {
  padding: 0;
  /* margin-bottom: 100rem; */
}


.goDialog {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
}

.goDialogContent {
  width: 710rem;
  height: 609rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background: url(../img/comm/dialog/dialog.png);
  background-size: 100% 100%;
}

body:not(.ZH) .goDialogContent {
  background: url(../img/comm/dialog/dialog-en.png);
  background-size: 100% 100%;

}

.goDialogContent .content {
  width: 400rem;
  height: 130rem;
  font-size: 12rem;
  color: #707070;
  font-family: 苹方, Regular;
  position: absolute;
  top: 380rem;
  left: 65rem;
  text-align: left;
  line-height: 22rem;
}

.goDialogContent .content2 {
  left: 540rem;
}

.goDialogContent .btn1,
.goDialogContent .btn2 {
  position: absolute;
  width: 300rem;
  height: 80rem;
  top: 483rem;
  cursor: pointer;
  left: 26rem;
  background: url(../img/comm/dialog/bt.png);
  background-size: 100% 100%;

}

.goDialogContent .btn2 {
  left: 382rem;
  background: url(../img/comm/dialog/bt2.png);
  background-size: 100% 100%;

}

body:not(.ZH) .goDialogContent .btn1 {
  background: url(../img/comm/dialog/bt-en.png);
  background-size: 100% 100%;
  height: 60rem;

}

body:not(.ZH) .goDialogContent .btn2 {
  background: url(../img/comm/dialog/bt2-en.png);
  background-size: 100% 100%;
  height: 60rem;

}

.goDialogContent .close {
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: 682rem;
  left: 329rem;
  cursor: pointer;
}