html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/index/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  background: #e52929;
  border-radius: 4px;
  border: 1px solid #e52929;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e52929;
  background: #e52929;
}
.l-btn.red:hover {
  background: #c13e2d;
  border-color: #c13e2d;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 0;
}
.l-title h2 img {
  width: 2.32rem;
}
.l-title p {
  font-size: 0.32rem;
  color: #202020;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 400;
  line-height: 0.45rem;
  margin-top: 20px;
  text-align: center;
}
.l-title.dark h2 {
  color: #fff;
}
.l-title.dark h2:after {
  background: #fff;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .l-title {
    padding-bottom: 25px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 0;
  }
  .l-title h2 img {
    width: auto;
    height: 26px;
  }
  .l-title p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 60px;
  }
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
}
.banner .l-container .swiper-slide {
  background-size: cover !important;
}
.banner .l-container .main-box {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;
  background-size: 0 0 !important;
  padding: 0 15%;
}
.banner .banner-main {
  float: left;
  line-height: 100vh;
  height: 100vh;
}
.banner .banner-main .info-box {
  width: 5.5rem;
  font-size: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner .banner-main .info-box img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background: rgba(184, 184, 184, 0.9);
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
  margin: 0 !important;
  margin-right: 20px !important;
}
.banner .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  height: 5px;
  background: #ffffff;
  position: absolute;
}
.banner .swiper-pagination-bullet-active {
  background: rgba(3, 12, 76, 0.3) !important;
}
.banner .swiper-pagination-bullet-active::after {
  animation: pagination 5s linear infinite;
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 978px) {
  .banner .l-container {
    max-width: 100%;
    padding: 0;
  }
  .banner .l-container .swiper-slide {
    background-size: cover !important;
  }
  .banner .l-container .main-box {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 0 0 !important;
  }
  .banner .banner-main {
    float: left;
    line-height: 100vh;
    height: 100vh;
  }
  .banner .banner-main .info-box {
    width: 4.4rem;
    font-size: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    transform: translateY(-20px);
  }
  .banner .banner-main .info-box img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-slide {
    background: url(../images/enter/banner-bg-01-mb.jpg) center no-repeat !important;
    background-size: cover !important;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: rgba(184, 184, 184, 0.9);
    border-radius: 0px;
    position: relative;
    transition: all 0.3s;
    margin: 0 !important;
    margin-right: 20px !important;
  }
  .banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
  .banner .swiper-pagination-bullet::after {
    content: "";
    top: 0;
    left: 0;
    right: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
  }
  .banner .swiper-pagination-bullet-active {
    background: rgba(3, 12, 76, 0.3) !important;
  }
  .banner .swiper-pagination-bullet-active::after {
    animation: pagination 5s linear infinite;
  }
}
.l-nav {
  height: 1.07rem;
  background: #ffffff;
  box-shadow: 0px 8px 12px 0px rgba(144, 144, 144, 0.2);
}
.l-nav ul {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-nav ul li {
  float: left;
  width: calc( ( 100% ) / 5 );
  padding: 0.3rem 0 0 0;
  text-align: center;
}
.l-nav ul li p {
  display: inline-block;
  text-align: center;
  font-size: 0.24rem;
  color: #606060;
  line-height: 0.42rem;
  padding-bottom: 0.3rem;
  letter-spacing: 0;
  font-family: "Alibaba_55";
}
.l-nav ul li p:hover {
  color: #202020;
}
.l-nav ul li.active p {
  color: #202020;
  font-family: "Alibaba_65";
  border-bottom: 5px solid #202020;
}
.l-nav.nav-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 10px 20px 0px rgba(95, 128, 175, 0.17);
}
.l-nav.nav-fixed + .understand {
  margin-top: 60px;
}
@media (max-width: 978px) {
  .l-nav {
    background: #fff;
    height: 56px;
    overflow: hidden;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav .l-container {
    padding: 0;
  }
  .l-nav ul {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .l-nav ul li {
    float: left;
    width: 20%;
    padding-top: 0px;
    padding-right: 0px;
    flex-shrink: 0;
  }
  .l-nav ul li p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #000000;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    width: auto;
    font-family: "Alibaba_45";
  }
  .l-nav ul li p i {
    display: inline-block;
    width: 50px;
    height: 16px;
    margin-left: 5px;
    background: url(../images/nav-icon.svg);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .l-nav ul li p:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
  }
  .l-nav ul li.active p {
    background: transparent;
    border-radius: 4px;
    color: #000;
  }
  .l-nav ul li.active p:after {
    background: #202020;
  }
  .l-nav.nav-fixed {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
  }
  .l-nav.nav-fixed + .brand {
    margin-top: 44px;
  }
}
.understand .t-content p {
  font-size: 0.2rem;
  color: #202020;
  line-height: 0.4rem;
  font-weight: 400;
  font-family: "Alibaba_55";
}
.understand .b-content {
  margin-top: 0.3rem;
}
.understand .b-content ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.understand .b-content ul li p span {
  font-size: 18px;
  color: #202020;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  font-family: "Alibaba_55";
}
.understand .b-content ul li p:nth-child(1) span {
  font-size: 56px;
  color: #202020;
  line-height: 68px;
  text-align: left;
  font-family: "Alibaba_75";
}
.understand .b-content ul li p i {
  font-size: 18px;
  color: #202020;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  margin-left: 5px;
  font-family: "Alibaba_55";
}
@media (max-width: 978px) {
  .understand .t-content p {
    font-size: 0.2rem;
    color: #202020;
    line-height: 0.4rem;
    font-weight: 400;
    font-family: "Alibaba_55";
  }
  .understand .b-content {
    margin-top: 0.3rem;
  }
  .understand .b-content ul {
    text-align: center;
  }
  .understand .b-content ul li {
    float: none;
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
  }
  .understand .b-content ul li p span {
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    text-align: left;
    font-weight: 400;
    font-family: "Alibaba_55";
  }
  .understand .b-content ul li p:nth-child(1) span {
    font-size: 28px;
    color: #202020;
    line-height: 30px;
    text-align: left;
    font-family: "Alibaba_75";
  }
  .understand .b-content ul li p i {
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    margin-left: 5px;
    font-family: "Alibaba_55";
  }
  .understand .b-content ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .understand .b-content ul li:nth-child(5) {
    margin-bottom: 0;
  }
}
.footprint .l-body {
  padding-top: 0.4rem;
}
.footprint .tab_item {
  margin-bottom: 0.9rem;
}
.footprint .tab_item li {
  width: 100%;
}
.footprint .tab_item .l-content {
  float: left;
  width: calc( 100% - 580px );
  padding-top: 80px;
  padding-right: 20px;
}
.footprint .tab_item .l-content h3 {
  font-size: 42px;
  color: #202020;
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f6f8;
  margin-bottom: 43px;
  position: relative;
}
.footprint .tab_item .l-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: #202020;
}
.footprint .tab_item .l-content h3:before {
  content: "202 ~";
  position: absolute;
  left: 0;
  bottom: -40px;
  font-size: 160px;
  color: #f5f6f8;
  text-align: left;
  line-height: 252px;
  z-index: -1;
  font-family: "Alibaba_95";
  white-space: nowrap;
}
.footprint .tab_item .l-content p {
  font-size: 18px;
  color: #202020;
  line-height: 48px;
  font-weight: 400;
}
.footprint .tab_item .r-content {
  float: left;
  width: 580px;
  font-size: 0;
}
.footprint .tab_item .r-content img {
  width: 100%;
}
.footprint .tab_item li:nth-child(2) .l-content h3:before {
  content: "2022";
}
.footprint .tab_item li:nth-child(3) .l-content h3:before {
  content: "2021";
}
.footprint .tab_item li:nth-child(4) .l-content h3:before {
  content: "2020";
}
.footprint .tab_item li:nth-child(5) .l-content h3:before {
  content: "2019";
}
.footprint .tab_btn {
  background: #fafafc;
  padding: 0.4rem 0;
  position: relative;
}
.footprint .tab_btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #eceef4;
  height: 1px;
}
.footprint .tab_btn li {
  position: relative;
  cursor: pointer;
}
.footprint .tab_btn h3 {
  font-size: 24px;
  color: #202020;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 60px;
  transition: all 0.3s;
}
.footprint .tab_btn p {
  font-size: 24px;
  color: #202020;
  text-align: left;
  line-height: 33px;
  font-weight: 600;
  transition: all 0.3s;
}
.footprint .tab_btn span {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/enter/footprint-icon-01.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  transition: all 0.3s;
}
.footprint .tab_btn li.active h3 {
  color: #ff150c;
}
.footprint .tab_btn li.active span {
  background: url(../images/enter/footprint-icon-01-h.png);
  background-size: 100% 100%;
}
.footprint .tab_btn li.active p {
  color: #ff150c;
}
@media (max-width: 978px) {
  .footprint .l-body {
    padding-top: 0;
  }
  .footprint .tab_item {
    margin-bottom: 15px;
  }
  .footprint .tab_item li {
    width: 100%;
  }
  .footprint .tab_item .l-content {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-right: 20px;
  }
  .footprint .tab_item .l-content h3 {
    font-size: 21px;
    color: #202020;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f6f8;
    margin-bottom: 30px;
    position: relative;
  }
  .footprint .tab_item .l-content h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f5f6f8;
  }
  .footprint .tab_item .l-content h3:before {
    content: "202 ~";
    position: absolute;
    left: 50%;
    bottom: 20px;
    font-size: 90px;
    color: #f5f6f8;
    text-align: center;
    line-height: 90px;
    transform: translateX(-50%);
    z-index: -1;
    font-family: "Alibaba_95";
    white-space: nowrap;
  }
  .footprint .tab_item .l-content p {
    font-size: 12px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .footprint .tab_item .r-content {
    float: left;
    width: 100%;
    font-size: 0;
  }
  .footprint .tab_item .r-content img {
    width: 100%;
  }
  .footprint .tab_item li:nth-child(2) .l-content h3:before {
    content: "2022";
  }
  .footprint .tab_item li:nth-child(3) .l-content h3:before {
    content: "2021";
  }
  .footprint .tab_item li:nth-child(4) .l-content h3:before {
    content: "2020";
  }
  .footprint .tab_item li:nth-child(5) .l-content h3:before {
    content: "2019";
  }
  .footprint .tab_btn {
    background: #fafafc;
    padding: 0.4rem 0;
    position: relative;
  }
  .footprint .tab_btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #eceef4;
    height: 1px;
  }
  .footprint .tab_btn li {
    position: relative;
    cursor: pointer;
  }
  .footprint .tab_btn h3 {
    font-size: 12px;
    color: #202020;
    font-weight: 600;
    line-height: 16px !important;
    margin-bottom: 30px;
    transition: all 0.3s;
  }
  .footprint .tab_btn p {
    font-size: 12px !important;
    color: #202020;
    text-align: left;
    line-height: 16px !important;
    font-weight: 600;
    transition: all 0.3s;
  }
  .footprint .tab_btn span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/enter/footprint-icon-01.png);
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    transition: all 0.3s;
  }
  .footprint .tab_btn li.active h3 {
    color: #ff150c;
  }
  .footprint .tab_btn li.active span {
    background: url(../images/enter/footprint-icon-01-h.png);
    background-size: 100% 100%;
  }
  .footprint .tab_btn li.active p {
    color: #ff150c;
  }
}
.honor .l-title {
  padding-bottom: 0.3rem;
}
.honor .l-body {
  font-size: 0;
}
.honor .l-body p {
  font-size: 0.24rem;
  color: #202020;
  text-align: center;
  line-height: 0.42rem;
  font-weight: 400;
  margin-bottom: 0.45rem;
}
.honor .l-body img {
  width: 100%;
}
@media (max-width: 978px) {
  .honor .l-title {
    padding-bottom: 0.3rem;
  }
  .honor .l-body {
    font-size: 0;
  }
  .honor .l-body p {
    font-size: 12px;
    color: #202020;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .honor .l-body img {
    width: 100%;
  }
}
.culture .l-body ul {
  background: url(../images/enter/culture-bg.jpg) center no-repeat;
  background-size: cover;
}
.culture .l-body ul li {
  font-size: 0;
  padding: 1.2rem 0.25rem;
  text-align: center;
  float: left;
  width: calc( ( 100%  ) / 3 );
  border-right: 5px solid #fff;
}
.culture .l-body ul li:last-child {
  border: none;
}
.culture .l-body ul li img {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: 20px;
}
.culture .l-body ul li h3 {
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.42rem;
  margin-bottom: 10px;
  font-family: "Alibaba_75";
}
.culture .l-body ul li p {
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 0.28rem;
  font-family: "Alibaba_45";
}
@media (max-width: 978px) {
  .culture .l-body ul {
    background: url(../images/enter/culture-bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    min-height: 210px;
  }
  .culture .l-body ul li {
    font-size: 0;
    padding: 45px 10px 15px;
    text-align: center;
    float: left;
    width: 25%;
    border-right: 2px solid #fff;
    transition: all 0.3s;
  }
  .culture .l-body ul li:last-child {
    border: none;
  }
  .culture .l-body ul li img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transform: translateY(40px);
    transition: all 0.3s;
  }
  .culture .l-body ul li h3 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "Alibaba_75";
    display: none;
  }
  .culture .l-body ul li p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-family: "Alibaba_45";
    transform: scale(0.9);
    display: none;
    min-width: 153px;
  }
  .culture .l-body ul li.active {
    width: 50%;
  }
  .culture .l-body ul li.active h3,
  .culture .l-body ul li.active p {
    display: block;
  }
  .culture .l-body ul li.active img {
    transform: translateY(0px);
  }
}
.join {
  padding-bottom: 1.2rem;
}
.join .l-body {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 36px 0px rgba(195, 195, 195, 0.3);
}
.join .l-body .l-content {
  width: 600px;
  font-size: 0;
}
.join .l-body .l-content img {
  width: 100%;
}
.join .l-body .r-content {
  width: calc( 100% - 600px );
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.join .l-body .r-content p {
  font-size: 22px;
  color: #202020;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.join .l-body .r-content a {
  display: inline-block;
  width: 180px;
  height: 64px;
  background: #272935;
  color: #fff;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.join .l-body .r-content a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/enter/jion-icon-arrow.svg);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 5px;
}
.join .l-body .r-content a:hover {
  opacity: 0.8;
}
.join .l-body .r-content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/enter/join-bg.png);
  background-size: cover;
  width: 386px;
  height: 91px;
  z-index: 1;
}
@media (max-width: 978px) {
  .join {
    padding-bottom: 50px;
  }
  .join .l-body {
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 36px 0px rgba(195, 195, 195, 0.3);
  }
  .join .l-body .l-content {
    width: 100%;
    font-size: 0;
  }
  .join .l-body .l-content img {
    width: 100%;
  }
  .join .l-body .r-content {
    width: 100%;
    padding: 20px 25px 60px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .join .l-body .r-content .info-box {
    text-align: center;
  }
  .join .l-body .r-content p {
    font-size: 12px;
    color: #202020;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .join .l-body .r-content a {
    display: inline-block;
    width: 90px;
    height: 32px;
    background: #272935;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
  }
  .join .l-body .r-content a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/enter/jion-icon-arrow.svg);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 3px;
  }
  .join .l-body .r-content a:hover {
    opacity: 0.8;
  }
  .join .l-body .r-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/enter/join-bg.png);
    background-size: 100% 100%;
    width: 192px;
    height: 45px;
    z-index: 1;
  }
}
