.container-banner .line h2,
.container-banner .line .line-text {
  font-size: 8.6rem;
}
.case-container {
  padding: 11rem 2rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
.case-container .more-img {
  position: absolute;
  right: 7rem;
  top: 100%;
  transform: translate(0, -50%);
  z-index: 8;
}
.banner-img.img {
  background: url(../images/img-1.png) no-repeat center / auto 100%;
}
.banner-img.img img {
  opacity: 0;
}
.case-container .tabs-list {
  padding-bottom: 1.8rem;
  display: flex;
  position: relative;
}
.case-container .tab {
  margin-right: 9.4rem;
  position: relative;
}
.case-container .tab p {
  font-size: 1.8rem;
  font-variation-settings: 'BEVL' 1, 'wght' 500;
  color: #d3d5dc;
  cursor: pointer;
}
.case-container .tab .status {
  position: absolute;
  right: -3.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  background: #463bd3;
  border-radius: 4rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.case-container .tab.active .status {
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.case-container .tab .status i {
  font-size: 1.2rem;
  color: #fff;
  transform: scale(0.7);
  display: none;
}
.case-container .tab.active .status i {
  display: block;
}
.case-container .tab.active.paused .status i::before {
  content: '\e606';
}

.case-container .tab .txt-c {
  font-size: 1.8rem;
  font-variation-settings: 'BEVL' 1, 'wght' 500;
  color: #463bd3;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}

.case-container .tab.active .txt-c {
  animation: widthAn 3.2s linear;
}
.case-container .tab.active.paused .txt-c {
  animation-play-state: paused;
}
.case-container .swiper-slide {
  padding: 0;
  box-sizing: border-box;
}
.case-container .swiper-txt {
  display: flex;
  margin: 0 6rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.case-container .content {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #eee;
  position: relative;
}
.case-container .content video {
  display: block;
  width: 100%;
  height: 100%;
  /*mix-blend-mode: darken;*/
  object-fit: cover;
}
.case-container .content video.hide {
  display: none;
}

.case-container .content img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.case-container .content img.hide {
  display: none;
}

.case-container .logo {
  position: absolute;
  left: 50%;
  bottom: -30%;
  transform: translate(-50%, 0);
}
.case-container .swiper-txt p {
  font-size: 1.6rem;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #ffffff;
  line-height: 3rem;
}
.case-container .swiper-txt p:first-child {
  margin-right: 25rem;
}
.case-content {
  /*height: 90rem;*/
  border-radius: 2rem;
  margin-bottom: 2rem;
}

.change-container {
  height: 100vh;
  background: #cdcecf;
  position: relative;
  box-sizing: border-box;
}
.change-line1 {
  padding: 11rem 16rem 0;
}
.change-container .title {
  font-size: 7.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  margin-bottom: 2.5rem;
}

.change-container .color {
  display: inline-block;
  background-image: linear-gradient(
    120deg,
    rgba(70, 59, 211, 0.85),
    rgba(255, 255, 255, 0.85)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation-fill-mode: forwards;
  overflow: hidden;
}
.change-container svg {
  width: 40rem;
  height: 40rem;
}
.change-container .change-line1 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 27rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -40%);
}
.change-container .change-line1 .content .text {
  line-height: 3.2rem;
  font-size: 2.2rem;
  color: #939395;
  font-variation-settings: 'BEVL' 1, 'wght' 500;
  white-space: pre-line;
  width: 52rem;
}
.change-container .change-line1 .content .text .txt-4 {
  padding-top: 3rem;
}
.change-container .change-line1 .content .text .txt-5 {
  padding-bottom: 3rem;
}
.change-container .change-line1 .content .text p {
  display: inline-block;
  color: #939395;
  font-variation-settings: 'BEVL' 1, 'wght' 500;
}

.change-container .change-line1 .content rect {
  transform-origin: center center;
}

.change-line2 {
  height: 100vh;
  background: #000;
  position: relative;
  box-sizing: border-box;
}
.change-line2 .line-bg {
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 99999;
  background: #463bd3;
}
.change-line2 .content-hidden {
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 23rem;
}
.circle-content {
  width: 100vw;
  height: 100vh;
  background: #463bd3;
  position: absolute;
  clip-path: circle(120% at 50% 50%);
  z-index: 2;
}
.change-line2 .content {
  padding: 11rem 16rem 0;
  /*opacity: 0;*/
}
.change-line2 .title {
  font-size: 7.2rem;
  color: #ffffff;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  margin-bottom: 11rem;
}
.change-line2 .content-img {
  width: 52rem;
  height: 52rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.change-line2 .content-img img {
  width: 100%;
  /* height: 100%; */
}
.circle-content-bg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.change-line2 .line {
  position: absolute;
  width: 28rem;
  height: 12rem;
  transition: all 0.3s;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.59) 100%
  );
  border-radius: 1.8rem;
  z-index: 1;
}

.change-line2 .line p {
  font-size: 2.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 600;
  color: #ffffff;
}
.change-line2 .line i {
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  border-radius: 3rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.2rem;
}
.change-line2 .line:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.change-line2 .line:hover i {
  background: #463bd3;
  color: #fff;
  transition: all 0.3s;
}
.change-line2 .line.active i {
  background: #463bd3;
  color: #fff;
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.change-line2 .line3 i,
.change-line2 .line4 i,
.change-line2 .line5 i {
  right: auto;
  left: 2rem;
}

.change-line2 .line1 {
  left: -17%;
  top: -2%;
}
.change-line2 .line2 {
  left: -31%;
  top: 51%;
}
.change-line2 .line3 {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4.5rem;
}
.change-line2 .line4 {
  right: -31%;
  top: 51%;
}
.change-line2 .line5 {
  right: -17%;
  top: -2%;
}
.change-line2 .line1 p,
.change-line2 .line2 p {
  bottom: 2.2rem;
  left: 3rem;
  position: absolute;
}
.change-line2 .line3 p {
  width: 100%;
  text-align: center;
  bottom: 2.2rem;
  position: absolute;
}
.change-line2 .line4 p,
.change-line2 .line5 p {
  bottom: 2.2rem;
  right: 3rem;
  position: absolute;
}
.content-modal {
  position: absolute;
  width: 100%;
  height: 23rem;
  bottom: -23rem;
  padding: 5rem 16rem;
  background: #f2f2f2;
  box-sizing: border-box;
  transition: bottom 0.3s;
  border-bottom: 1px solid #fff;
}
.content-modal.active {
  bottom: 0;
  transition: bottom 0.3s;
}
.content-modal .modal-title {
  font-size: 4rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  display: inline-block;
}
.content-modal .modal-content {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 5rem;
}
.content-modal .modal-content p {
  font-size: 1.8rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  line-height: 2.5rem;
  max-width: 48rem;
}
.content-modal .modal-content ul {
  display: flex;
  padding-top: 2rem;
}
.content-modal .modal-content ul li {
  color: #463bd3;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  margin-right: 4rem;
  padding-left: 3rem;
  line-height: 2rem;
  position: relative;
}
.content-modal .modal-content ul li i {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background: #463bd3;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-modal .modal-content ul li i::before {
  transform: scale(0.6);
  display: block;
  text-align: center;
}
.content-modal .close {
  width: 3rem;
  height: 3rem;
  background: #463bd3;
  border-radius: 3rem;
  position: absolute;
  right: 20rem;
  top: 3rem;
  cursor: pointer;
}
.customer-container {
  box-sizing: border-box;
  background: #f2f2f2;
  padding-bottom: 10rem;
}
.customer-container .title {
  font-size: 7.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  padding: 0 16rem;
}
.customer-container .tit1 {
  padding-top: 17rem;
  padding-bottom: 2rem;
}

.customer-list {
  padding: 18rem 9rem 0;
}
.customer-mb-list {
  display: none;
}
.customer-list .customer-line {
  display: flex;
  justify-content: flex-end;
}
.customer-list .customer-line:nth-child(2n) {
  justify-content: flex-start;
}
.customer-list .customer-line:nth-child(2n) .customer-box {
  margin-left: 0;
}
.customer-list .customer-line:nth-child(2n) .customer-box:last-child {
  z-index: 1;
}
.customer-list .customer-line:nth-child(odd) .customer-box:first-child {
  z-index: 1;
  transform: translate(100%, 0px);
}

.customer-line .customer-box {
  width: calc((100% - 3.6rem) / 3);
  margin-bottom: 10rem;
  background: #f2f2f2;
  z-index: 2;
  position: relative;
  border-radius: 1.5rem;
}
.customer-list .customer-line:nth-child(2n) .customer-box:last-child {
  transform: translate(-100%, 0px);
}
.customer-line .customer-box .img {
  width: 100%;
  height: 56rem;
  font-size: 0;
  border-radius: 1.5rem;
  background: #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
}
.customer-line .customer-box .img video {
  width: 100%;
  height: 100%;
  /*mix-blend-mode: darken;*/
}
.customer-line .customer-box .img:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.customer-line .customer-box .img img,
.customer-line .customer-box .img video {
  width: 100%;
  height: 100%;
  /*mix-blend-mode: darken;*/
  object-fit: cover;
  transition: all 0.3s;
}
.customer-line .customer-box .img i {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  position: absolute;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  text-align: center;
  line-height: 3rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  right: 4rem;
  bottom: 4rem;
}
.customer-line .customer-box .img i:hover {
  color: #fff;
  background: #463bd3;
}
.customer-line .customer-box ul {
  display: flex;
  padding: 2rem 0 1.2rem;
}
.customer-line .customer-box ul li {
  font-size: 1.6rem;
  font-variation-settings: 'BEVL' 1, 'wght' 500;
  color: #747474;
}
.customer-line .customer-box ul li:last-child {
  color: #000;
  margin-left: 2rem;
  padding-left: 2rem;
  position: relative;
}
.customer-line .customer-box ul li:last-child::before {
  content: '';
  width: 1px;
  height: 1.5rem;
  position: absolute;
  left: 0;
  background-color: #000;
}
.customer-line .customer-box .customer-title {
  font-size: 2.8rem;
  font-variation-settings: 'BEVL' 1, 'wght' 500;
  color: #000000;
  line-height: 3.6rem;
  word-break: break-all;
  display: block;
  width: 75%;
  transition: all 0.3s;
}
.customer-line .customer-box .customer-title:hover {
  color: #463bd3;
  transition: all 0.3s;
}
.logo-container {
  background: #000;
  height: 100vh;
  padding-top: 17rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.logo-container .title-flex {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.logo-container .title-box {
  display: inline-block;
  position: relative;
  z-index: 9999;
}
.logo-container .title {
  font-size: 7.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #ffffff;
}
.logo-container .tit1 {
  text-indent: 36rem;
  margin-top: 2rem;
}
.logo-container .logo-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -40%);
}
.logo-container .logo-list.mb {
  display: none;
}
.logo-container .logo-list {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  padding-left: 6rem;
}

.logo-list .logo-box {
  width: 32rem;
  height: 33rem;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 1.5rem;
  vertical-align: top;
}
.logo-container .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: -10rem;
}
.logo-container .logo-absolute::before {
  content: '';
  width: 100%;
  height: 10rem;
  position: absolute;
  top: -10rem;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
.logo-container .logo img {
  height: 30rem;
}
.logo-container .logo-list .logo-box {
  display: inline-block;
  margin-left: 3rem;
  position: relative;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.logo-list .logo-box .num {
  font-family: 'spaceGrotesk';
  width: 3rem;
  height: 3rem;
  background: #f0f0f0;
  border-radius: 3rem;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  font-size: 1.4rem;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #000000;
  text-align: center;
  line-height: 3rem;
}
.logo-list .logo-box .img {
  max-width: 70%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -80%);
}
.logo-list .logo-box .img img {
  transition: all 0.3s;
}
.logo-list .logo-box .img:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.logo-list .logo-box .box-tit {
  position: absolute;
  height: 5rem;
  line-height: 5rem;
  bottom: 0;
  text-align: center;
  margin: 0 2rem;
  left: 0;
  right: 0;
  font-size: 1.6rem;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.logo-list .logo-box .box-tit:hover {
  color: #463bd3;
  transition: all 0.3s;
}
.message-container {
  padding: 16rem 9rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.message-container .left-content,
.message-container .right-content {
  width: 50%;
  position: relative;
}
.message-container .right-content {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}
.message-container .right-content .more-img {
  margin-top: 9rem;
  margin-left: 0;
}
.message-container .right-content .text {
  font-size: 7.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  line-height: 8.4rem;
}
.message-container .left-content .message-box {
  width: 100%;
  height: 43.5rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  margin-bottom: 4rem;
  padding: 5rem;
  box-sizing: border-box;
  position: relative;
}
.message-container .left-content .message-box p {
  font-size: 3.6rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  margin: 3.2rem 0 2.5rem 0;
}
.message-container .left-content .message-box span {
  display: block;
  font-size: 1.8rem;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #000000;
  line-height: 3rem;
  margin-right: 35%;
}
.message-container .left-content .message-box .num {
  color: #463bd3;
  font-family: 'spaceGrotesk';
  font-size: 8.8rem;
  font-variation-settings: 'BEVL' 1, 'wght' 600;
  position: absolute;
  right: 6rem;
  top: 6rem;
}
.news-container {
  background: #fff;
  margin-top: 14rem;
  padding-left: 9rem;
  position: relative;
  z-index: 4;
  padding-bottom: 16rem;
  box-sizing: border-box;
}
.news-container .title {
  font-size: 7.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  margin-bottom: 4rem;
}

.news-container .news-box {
  height: 52rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.news-container .news-box .img {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.news-container .news-box .img:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news-container .news-box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news-container .news-box .tag {
  font-size: 1.4rem;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #000000;
  line-height: 3rem;
  margin: 2rem;
}
.news-container .news-box .tit {
  font-size: 2.4rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  line-height: 3rem;
  margin: 0 2rem;
  display: block;
  transition: all 0.3s;
  width: 80%;
}
.news-container .news-box .tit:hover {
  color: #463bd3;
  transition: all 0.3s;
}
.news-container .news-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.news-container .news-box .time {
  font-family: 'spaceGrotesk';
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 14px;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #666666;
  line-height: 3rem;
}

@media (max-width: 980px) {
  .logo-container .logo-list.mb {
    display: block;
  }
  .case-container .tabs-list {
    display: block;
  }
  .case-container .tab {
    margin-bottom: 1.5rem;
    display: inline-block;
    white-space: nowrap;
    margin-right: 0;
  }
  .case-container .tab .txt-c,
  .case-container .tab p {
    font-size: 1.4rem;
  }
  .case-container .tab .status i {
    font-size: 0.8rem;
  }
  .case-container .tab .status {
    width: 1.6rem;
    height: 1.6rem;
    right: -2rem;
  }
  .case-container {
    padding: 0 1rem;
  }
  .case-container .tabs-list {
    font-size: 0;
    white-space: pre-line;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .case-content {
    /*height: 35rem;*/
  }
  .case-container .swiper-slide {
    padding-top: 1.7rem;
  }
  .case-container .swiper-txt {
    margin: 0 1rem;
    padding-top: 1.2rem;
  }
  .circle-content-bg {
    display: none;
  }
  .case-container .swiper-txt p:first-child {
    margin-right: 6rem;
  }
  .case-container .swiper-txt p {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
  .case-container .content {
    /*height: 13.5rem;*/
    /* margin: 0 1.5rem; */
    margin-top: 6rem;
  }
  .change-line1 {
    padding: 5rem 2rem 8.5rem;
  }
  .change-container .title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .change-container .change-line1 .content {
    padding: 0;
    flex-wrap: wrap;
    position: static;
    transform: translate(0, 0);
    flex-direction: column-reverse;
  }
  .change-container svg {
    width: 25rem;
    height: 25rem;
  }
  .change-container .change-line1 .content .text .txt-4 {
    margin-top: 2rem;
  }
  .change-container .change-line1 .content .text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    white-space: normal;
    margin-top: 3rem;
    width: auto;
    margin-bottom: 0rem;
  }
  .change-line2 .content {
    padding: 6rem 2rem 0;
  }
  .change-line2 .title {
    font-size: 2.5rem;
  }
  .change-line2 .content-img {
    width: 24rem;
    height: 24rem;
  }
  .change-line2 .line {
    width: 13rem;
    height: 5.6rem;
    border-radius: 0.9rem;
  }
  .change-line2 .line p {
    font-size: 1.2rem;
  }
  .change-line2 .line4 p,
  .change-line2 .line5 p {
    right: 1rem;
    bottom: 1rem;
  }
  .change-line2 .line1 p,
  .change-line2 .line2 p {
    bottom: 1rem;
    left: 1rem;
  }
  .change-line2 .line3 p {
    bottom: 1rem;
  }
  .change-line2 .line i {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    top: 1rem;
    right: 1rem;
  }
  .change-line2 .line i::before {
    display: block;
    transform: scale(0.6);
  }
  .change-line2 .line3 i,
  .change-line2 .line4 i,
  .change-line2 .line5 i {
    left: 1rem;
  }
  .change-line2 .line2 {
    left: -22%;
  }
  .change-line2 .line4 {
    right: -22%;
  }
  .change-line2 .line3 {
    bottom: -3rem;
  }
  .content-modal {
    padding: 3.5rem 2rem;
  }
  .content-modal .modal-content {
    position: static;
    width: 100%;
    padding: 2rem 0 1rem;
    transform: translate(0, 0);
  }
  .content-modal .modal-content p {
    font-size: 1.3rem;
    max-width: auto;
    line-height: 1.9rem;
  }
  .content-modal .close {
    right: 3rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .content-modal .close::before {
    transform: scale(0.6);
    display: block;
  }
  .content-modal .modal-title {
    font-size: 2.2rem;
  }
  .content-modal .modal-content ul {
    display: block;
    padding-top: 1rem;
  }
  .content-modal .modal-content ul li {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
  .content-modal .modal-content ul li i {
    width: 1.5rem;
    height: 1.5rem;
  }
  .content-modal .modal-content ul li i::before {
    transform: scale(0.6);
  }
  .customer-container .title {
    padding: 6rem 0 0 2rem;
    font-size: 2.5rem;
    padding-top: 1rem;
  }
  .customer-container .tit1 {
    padding-top: 6rem;
  }
  .customer-list {
    padding-top: 4.5rem;
  }
  .logo-container .title {
    font-size: 2.5rem;
  }
  .logo-container .tit1 {
    text-indent: 7.5rem;
  }
  .logo-container .logo {
    width: 30rem;
    top: -3rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .logo-container .logo img {
    height: auto;
  }
  .logo-list .logo-box {
    width: 15rem;
    height: 15.5rem;
  }
  .logo-list .logo-box .num {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.7rem;
    left: 1.2rem;
    top: 1rem;
  }
  .logo-list .logo-box .box-tit {
    margin: 0 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .logo-container .logo-list .logo-box {
    margin-left: 0;
  }
  .logo-container .logo-list {
    padding-left: 0.5rem;
  }
  .logo-container .logo-absolute {
    position: static;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(0, 0);
    margin-top: 2.5rem;
  }
  .logo-container .logo-absolute * {
    font-family: 'PingFang SC', 'Microsoft YaHei';
  }
  .logo-container .logo-absolute::before {
    height: 3rem;
    top: -3rem;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .logo-container .logo-list.list-line1 {
    margin-bottom: 1.5rem;
  }
  .message-container .right-content .text {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .message-container {
    padding: 8rem 2rem 0;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .message-container .left-content,
  .message-container .right-content {
    width: 100%;
    flex: 1;
  }
  .message-container .right-content {
    display: block;
  }
  .message-container .right-content .more-img {
    margin: 0;
  }
  .message-container .right-content .text {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .message-container .left-content div.message-box {
    padding: 2rem;
    height: 21rem;
    box-sizing: border-box;
    border-radius: 1.5rem;
  }
  .message-container .left-content .message-box .img {
    width: 4.6rem;
    height: 4.6rem;
  }
  .message-container .left-content .message-box .num {
    right: 2.8rem;
    top: 2rem;
    font-size: 3.9rem;
  }
  .message-container .left-content .message-box p {
    font-size: 1.8rem;
    margin: 1.5rem 0 0.8rem 0;
  }
  .message-container .left-content .message-box span {
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .news-container {
    padding-left: 2rem;
    margin-top: 4.5rem;
    padding-bottom: 8.5rem;
  }
  .news-container .title {
    font-size: 2.5rem;
  }
  .news-container .news-box {
    height: 26rem;
  }
  .news-container .news-box .img {
    height: 10rem;
  }
  .news-container .news-box .tag {
    margin: 1.2rem 1rem 0.5rem;
    line-height: 1rem;
    font-size: 1.1rem;
  }
  .news-container .news-box .tit {
    margin: 0.5rem 1rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .news-container .news-box .time {
    line-height: 1rem;
    bottom: 1.8rem;
    left: 1rem;
    font-size: 1.1rem;
  }
  .news-container .news-box {
    border-radius: 1rem;
  }
  .customer-list {
    display: none;
  }
  .customer-mb-list {
    display: block;
    margin-top: 5rem;
    padding-left: 1rem !important;
  }
  .customer-line .customer-box .img {
    height: 28.4rem;
  }
  .customer-line .customer-box ul {
    padding: 1rem 0 0.8rem 0;
  }
  .customer-line .customer-box ul li {
    font-size: 1.1rem;
  }
  .customer-line .customer-box ul li:last-child {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .customer-line .customer-box ul li:last-child::before {
    height: 1rem;
  }
  .customer-line .customer-box .customer-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .customer-line .customer-box {
    margin-bottom: 4rem;
  }
  .customer-container {
    padding-bottom: 3.5rem;
  }
  .logo-container {
    padding: 12rem 0;
    height: auto;
  }
  .change-line2 .line-bg {
    height: 100px;
    top: -50px;
  }
 .change-container{
    height:auto;    
 }
}
