.common_banner {
  height: 960px;
}
.common_banner .parallax::after {
  width: 100%;
  height: 300px;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.common_banner .parallax .text {
  top: 14.84375vw;
  position: absolute;
}
.common_banner .parallax .text h5,
.common_banner .parallax .text p {
  color: #000;
}
.common_banner .parallax .text h5 {
  font-size: 60px;
}
.common_banner .parallax .text p {
  letter-spacing: 10px;
}
.section1 .wrap {
  padding-top: 130px;
  padding-bottom: 240px;
  width: 1440px;
  margin: 0 auto;
}
.section1 .wrap .title {
  margin-bottom: 40px;
}
.section1 .wrap .title h3 {
  color: #EF791F;
  font-size: 48px;
}
.section1 .wrap .text {
  margin-bottom: 40px;
}
.section1 .wrap .text p {
  color: #333;
  font-size: 18px;
  line-height: 32px;
}
.section1 .wrap .main {
  position: relative;
}
.section1 .wrap .main .content {
  position: absolute;
  left: 120px;
  top: 50%;
  width: 460px;
  transform: translateY(-50%);
}
.section1 .wrap .main .content .trem:not(:last-child) {
  margin-bottom: 30px;
}
.section1 .wrap .main .content .trem.aos-animate .info .item .value .progress {
  clip-path: inset(0 0% 0 0);
}
.section1 .wrap .main .content .trem.aos-animate .info .item .value .num {
  transform: translateX(0) !important;
}
.section1 .wrap .main .content .trem .up {
  display: flex;
  align-items: end;
}
.section1 .wrap .main .content .trem .up p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.section1 .wrap .main .content .trem .up .num {
  color: #F3903E;
  font-size: 50px;
  line-height: 1;
  margin-left: 17px;
}
.section1 .wrap .main .content .trem .up .num::after {
  content: attr(data-text);
}
.section1 .wrap .main .content .trem .info {
  padding: 15px 40px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: inset 3px 4px 20px 0px rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section1 .wrap .main .content .trem .info .item .key {
  color: #000;
  font-size: 24px;
  margin-bottom: 5px;
}
.section1 .wrap .main .content .trem .info .item .value {
  display: flex;
  align-items: center;
}
.section1 .wrap .main .content .trem .info .item .value .progress {
  display: flex;
  gap: 2px;
  transition: all 1.5s;
  clip-path: inset(0 100% 0 0);
}
.section1 .wrap .main .content .trem .info .item .value .progress .color {
  width: 50px;
  background-color: #D7D9DC;
  height: 14px;
  border-radius: 4px;
}
.section1 .wrap .main .content .trem .info .item .value .num {
  color: #111;
  font-size: 24px;
  margin-left: 20px;
  transition: all 1.5s;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .progress .color:nth-child(1) {
  background-color: #F3903E;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .progress .color:nth-child(2) {
  background-color: #EF7C1F;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .progress .color:nth-child(3) {
  background-color: #F07018;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .progress .color:nth-child(4) {
  background-color: #EC6220;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .progress .color:nth-child(5) {
  background-color: #EC6220;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .progress .color:nth-child(6) {
  background-color: #EB5A20;
}
.section1 .wrap .main .content .trem .info .item:nth-child(2) .num {
  background: linear-gradient(180deg, #F0831F 0%, #EA5420 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.section2 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 240px;
  display: flex;
  justify-content: space-between;
}
.section2 .wrap .left .title {
  margin-bottom: 30px;
}
.section2 .wrap .left .title h3 {
  font-size: 50px;
  color: #EF791F;
}
.section2 .wrap .left .title h3 span {
  font-weight: 200;
}
.section2 .wrap .left .text h4 {
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 400;
}
.section2 .wrap .left .text p {
  color: #333;
  font-size: 18px;
  line-height: 2;
}
.section2 .wrap .right {
  width: 840px;
}
.section3 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 140px;
}
.section3 .wrap .title {
  margin-bottom: 30px;
}
.section3 .wrap .title h3 {
  color: #EF791F;
  font-size: 36px;
}
.section3 .wrap .text {
  margin-bottom: 40px;
}
.section3 .wrap .text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
}
.section3 .wrap .main {
  position: relative;
}
.section3 .wrap .main .list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 160px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section3 .wrap .main .list .item .img {
  width: 360px;
  height: 276px;
}
.section3 .wrap .main .list .item:nth-child(2) .txt {
  font-size: 42px;
}
.section3 .wrap .main .list .item .txt {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.section4 .wrap {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding-bottom: 240px;
}
.section4 .wrap .trem {
  flex: 1;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.section4 .wrap .trem:nth-child(2) {
  flex-direction: column-reverse;
}
.section4 .wrap .trem:nth-child(2) .top {
  flex-direction: row-reverse;
  justify-content: start;
  gap: 100px;
}
.section4 .wrap .trem .top {
  background-color: #F7F8FA;
  height: 382px;
  border-radius: 10px;
  padding: 40px 70px;
  display: flex;
  gap: 60px;
  align-items: center;
}
.section4 .wrap .trem .top .img {
  max-width: 360px;
}
.section4 .wrap .trem .top .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section4 .wrap .trem .top .list .item .value {
  color: #000;
  font-size: 50px;
}
.section4 .wrap .trem .top .list .item .value::after {
  content: attr(data-text);
  font-size: 16px;
  font-weight: 700;
}
.section4 .wrap .trem .top .list .item .key {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.section4 .wrap .trem .bottom {
  position: relative;
  height: 470px;
  border-radius: 10px;
  overflow: hidden;
}
.section4 .wrap .trem .bottom .img img {
  height: 100%;
}
.section4 .wrap .trem .bottom .content {
  position: absolute;
  top: 77px;
  left: 48px;
  z-index: 2;
}
.section4 .wrap .trem .bottom .content .value {
  color: #fff;
  font-weight: 200;
  font-size: 48px;
}
.section4 .wrap .trem .bottom .content .key {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}
.section5 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 260px;
}
.section5 .wrap .title {
  margin-bottom: 30px;
}
.section5 .wrap .title h3 {
  color: #EF791F;
  font-size: 36px;
  font-weight: 400;
}
.section5 .wrap .content {
  color: #333;
  font-size: 18px;
  margin-bottom: 50px;
}
.section5 .wrap .list {
  display: flex;
  gap: 60px;
}
.section5 .wrap .list .item {
  width: 440px;
  position: relative;
  cursor: pointer;
}
.section5 .wrap .list .item:hover .img img {
  transform: scale(1.05);
}
.section5 .wrap .list .item .img {
  overflow: hidden;
  border-radius: 10px;
}
.section5 .wrap .list .item .img img {
  transition: all 1s;
  width: 100%;
}
.section5 .wrap .list .item .text {
  color: #fff;
  position: absolute;
  left: 30px;
  top: 47px;
  font-size: 18px;
}
.section6 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 240px;
}
.section6 .wrap .title {
  margin-bottom: 20px;
}
.section6 .wrap .title h3 {
  color: #EF791F;
  font-size: 36px;
  font-weight: 400;
}
.section6 .wrap .content {
  margin-bottom: 30px;
}
.section6 .wrap .content p {
  color: #333;
  font-size: 18px;
}
.section6 .wrap .main {
  position: relative;
}
.section6 .wrap .main .trem {
  display: flex;
  gap: 12px;
}
.section6 .wrap .main .swiper-slide-active .left .flex .top,
.section6 .wrap .main .swiper-slide-active .left .flex .bottom {
  opacity: 1;
  transform: translateY(0);
}
.section6 .wrap .main .swiper-slide-active .left .flex .top {
  transition-delay: 0.5s;
}
.section6 .wrap .main .swiper-slide-active .left .flex .bottom {
  transition-delay: 0.7s;
}
.section6 .wrap .main .swiper-slide-active .right .img img {
  transform: scale(1);
}
.section6 .wrap .main .swiper-slide-active .right .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.section6 .wrap .main .left {
  padding: 50px 40px 100px;
  background-color: #F7F8FA;
  border-radius: 20px;
  height: 454px;
  flex: 1;
}
.section6 .wrap .main .left .flex {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.section6 .wrap .main .left .flex .list {
  display: flex;
  justify-content: space-between;
}
.section6 .wrap .main .left .flex .item .key {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.section6 .wrap .main .left .flex .item .key .icon {
  display: flex;
  align-items: center;
  width: 24px;
  margin-right: 10px;
}
.section6 .wrap .main .left .flex .item .value {
  color: #000;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.section6 .wrap .main .left .flex .item .value::after {
  content: attr(data-text);
  font-size: 24px;
  margin-left: 10px;
}
.section6 .wrap .main .left .flex .top,
.section6 .wrap .main .left .flex .bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.section6 .wrap .main .right {
  width: 958px;
  position: relative;
}
.section6 .wrap .main .right .img {
  overflow: hidden;
  border-radius: 20px;
}
.section6 .wrap .main .right .img img {
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.section6 .wrap .main .right .text {
  position: absolute;
  top: 50px;
  left: 46px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
.section6 .wrap .main .right .text .icon {
  width: 34px;
  margin-right: 15px;
}
.section6 .wrap .main .right .text .icon img {
  width: 100%;
}
.section6 .wrap .main .tab {
  width: 70px;
  display: flex;
  position: absolute;
  justify-content: space-between;
  left: 360px;
  bottom: 28px;
  z-index: 2;
  cursor: pointer;
}
.section6 .wrap .main .tab .prev {
  transform: rotate(180deg);
}
.section6 .wrap .main .tab .cir {
  width: 30px;
  height: 30px;
  background-color: #E6E7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.section6 .wrap .main .tab .cir:hover {
  background-color: #EA5420;
}
.section6 .wrap .main .tab .cir:hover span {
  color: #fff;
}
.section6 .wrap .main .tab .cir span {
  transition: all 0.6s;
  font-size: 18px;
}
@media screen and (max-width: 1919px) {
  .common_banner {
    height: 50vw;
  }
  .common_banner .parallax::after {
    height: 15.625vw;
  }
  .common_banner .parallax .text h5 {
    font-size: 3.125vw;
  }
  .common_banner .parallax .text p {
    letter-spacing: 0.52083333vw;
  }
  .section1 .wrap {
    padding-top: 6.77083333vw;
    padding-bottom: 12.5vw;
    width: 75vw;
  }
  .section1 .wrap .title {
    margin-bottom: 2.08333333vw;
  }
  .section1 .wrap .title h3 {
    font-size: 2.5vw;
  }
  .section1 .wrap .text {
    margin-bottom: 2.08333333vw;
  }
  .section1 .wrap .text p {
    font-size: 0.9375vw;
    line-height: 1.66666667vw;
  }
  .section1 .wrap .main .content {
    left: 6.25vw;
    width: 23.95833333vw;
  }
  .section1 .wrap .main .content .trem:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
  .section1 .wrap .main .content .trem .up p {
    font-size: 1.04166667vw;
  }
  .section1 .wrap .main .content .trem .up .num {
    font-size: 2.60416667vw;
    margin-left: 0.88541667vw;
  }
  .section1 .wrap .main .content .trem .info {
    padding: 0.78125vw 2.08333333vw;
    margin-top: 0.78125vw;
    border-radius: 0.52083333vw;
    backdrop-filter: blur(0.52083333vw);
    box-shadow: rgba(255, 255, 255, 0.3) 0.15625vw 0.20833333vw 1.04166667vw 0px inset;
    gap: 0.52083333vw;
  }
  .section1 .wrap .main .content .trem .info .item .key {
    font-size: 1.25vw;
    margin-bottom: 0.26041667vw;
  }
  .section1 .wrap .main .content .trem .info .item .value .progress {
    gap: 0.10416667vw;
  }
  .section1 .wrap .main .content .trem .info .item .value .progress .color {
    width: 2.60416667vw;
    height: 0.72916667vw;
    border-radius: 0.20833333vw;
  }
  .section1 .wrap .main .content .trem .info .item .value .num {
    font-size: 1.25vw;
    margin-left: 1.04166667vw;
  }
  .section2 .wrap {
    width: 75vw;
    padding-bottom: 12.5vw;
  }
  .section2 .wrap .left .title {
    margin-bottom: 1.5625vw;
  }
  .section2 .wrap .left .title h3 {
    font-size: 2.60416667vw;
  }
  .section2 .wrap .left .text h4 {
    font-size: 1.45833333vw;
    margin-bottom: 1.5625vw;
  }
  .section2 .wrap .left .text p {
    font-size: 0.9375vw;
  }
  .section2 .wrap .right {
    width: 43.75vw;
  }
  .section3 .wrap {
    width: 75vw;
    padding-bottom: 7.29166667vw;
  }
  .section3 .wrap .title {
    margin-bottom: 1.5625vw;
  }
  .section3 .wrap .title h3 {
    font-size: 1.875vw;
  }
  .section3 .wrap .text {
    margin-bottom: 2.08333333vw;
  }
  .section3 .wrap .text p {
    font-size: 0.9375vw;
  }
  .section3 .wrap .main .list {
    width: calc(100% - 8.33333333vw);
  }
  .section3 .wrap .main .list .item .img {
    width: 18.75vw;
    height: 14.375vw;
  }
  .section3 .wrap .main .list .item:nth-child(2) .txt {
    font-size: 2.1875vw;
  }
  .section3 .wrap .main .list .item .txt {
    margin-top: 1.5625vw;
    font-size: 1.35416667vw;
  }
  .section4 .wrap {
    width: 75vw;
    gap: 1.04166667vw;
    padding-bottom: 12.5vw;
  }
  .section4 .wrap .trem {
    gap: 1.25vw;
  }
  .section4 .wrap .trem:nth-child(2) .top {
    gap: 5.20833333vw;
  }
  .section4 .wrap .trem .top {
    height: 19.89583333vw;
    border-radius: 0.52083333vw;
    padding: 2.08333333vw 3.64583333vw;
    gap: 3.125vw;
  }
  .section4 .wrap .trem .top .img {
    max-width: 18.75vw;
  }
  .section4 .wrap .trem .top .list {
    gap: 1.5625vw;
  }
  .section4 .wrap .trem .top .list .item .value {
    font-size: 2.60416667vw;
  }
  .section4 .wrap .trem .top .list .item .value::after {
    font-size: 0.83333333vw;
  }
  .section4 .wrap .trem .top .list .item .key {
    font-size: 0.83333333vw;
  }
  .section4 .wrap .trem .bottom {
    height: 24.47916667vw;
    border-radius: 0.52083333vw;
  }
  .section4 .wrap .trem .bottom .content {
    top: 4.01041667vw;
    left: 2.5vw;
  }
  .section4 .wrap .trem .bottom .content .value {
    font-size: 2.5vw;
  }
  .section4 .wrap .trem .bottom .content .key {
    font-size: 1.04166667vw;
  }
  .section5 .wrap {
    width: 75vw;
    padding-bottom: 13.54166667vw;
  }
  .section5 .wrap .title {
    margin-bottom: 1.5625vw;
  }
  .section5 .wrap .title h3 {
    font-size: 1.875vw;
  }
  .section5 .wrap .content {
    font-size: 0.9375vw;
    margin-bottom: 2.60416667vw;
  }
  .section5 .wrap .list {
    gap: 3.125vw;
  }
  .section5 .wrap .list .item {
    width: 22.91666667vw;
  }
  .section5 .wrap .list .item .img {
    border-radius: 0.52083333vw;
  }
  .section5 .wrap .list .item .text {
    left: 1.5625vw;
    top: 2.44791667vw;
    font-size: 0.9375vw;
  }
  .section6 .wrap {
    width: 75vw;
    padding-bottom: 12.5vw;
  }
  .section6 .wrap .title {
    margin-bottom: 1.04166667vw;
  }
  .section6 .wrap .title h3 {
    font-size: 1.875vw;
  }
  .section6 .wrap .content {
    margin-bottom: 1.5625vw;
  }
  .section6 .wrap .content p {
    font-size: 0.9375vw;
  }
  .section6 .wrap .main .trem {
    gap: 0.625vw;
  }
  .section6 .wrap .main .left {
    padding: 2.60416667vw 2.08333333vw 5.20833333vw;
    border-radius: 1.04166667vw;
    height: 23.64583333vw;
  }
  .section6 .wrap .main .left .flex {
    border-radius: 1.04166667vw;
    padding: 2.60416667vw;
    gap: 3.125vw;
  }
  .section6 .wrap .main .left .flex .item .key {
    font-size: 0.9375vw;
    margin-bottom: 0.83333333vw;
  }
  .section6 .wrap .main .left .flex .item .key .icon {
    width: 1.25vw;
    margin-right: 0.52083333vw;
  }
  .section6 .wrap .main .left .flex .item .value {
    font-size: 1.875vw;
  }
  .section6 .wrap .main .left .flex .item .value::after {
    font-size: 1.25vw;
    margin-left: 0.52083333vw;
  }
  .section6 .wrap .main .left .flex .top,
  .section6 .wrap .main .left .flex .bottom {
    transform: translateY(1.04166667vw);
  }
  .section6 .wrap .main .right .img {
    border-radius: 1.04166667vw;
  }
  .section6 .wrap .main .right .text {
    top: 2.60416667vw;
    left: 2.39583333vw;
    font-size: 1.25vw;
    transform: translateY(1.04166667vw);
  }
  .section6 .wrap .main .right {
    width: 49.89583333vw;
  }
  .section6 .wrap .main .right .text .icon {
    width: 1.77083333vw;
    margin-right: 0.78125vw;
  }
  .section6 .wrap .main .tab {
    width: 3.64583333vw;
    left: 18.75vw;
    bottom: 1.45833333vw;
  }
  .section6 .wrap .main .tab .cir {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .section6 .wrap .main .tab .cir span {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
  .common_banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .common_banner .parallax .text h5 {
    font-size: 24px;
  }
  .common_banner .parallax .text p {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .common_banner .parallax .text {
    top: 30vh;
  }
  .section1 .wrap {
    width: 90vw;
    padding: 60px 0;
  }
  .section1 .wrap .title h3 {
    font-size: 22px;
  }
  .section1 .wrap .title {
    margin-bottom: 20px;
  }
  .section1 .wrap .text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section1 .wrap .text {
    margin-bottom: 20px;
  }
  .section1 .wrap .main .content .trem .up p {
    font-size: 14px;
    font-weight: 400;
  }
  .section1 .wrap .main .content .trem .up .num {
    font-size: 20px;
  }
  .section1 .wrap .main .content .trem .info .item .value .progress {
    gap: 2px;
    clip-path: inset(0 0 0 0);
  }
  .section1 .wrap .main .content .trem .info {
    padding: 0;
  }
  .section1 .wrap .main .content .trem .info .item .key {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section1 .wrap .main .content .trem .info .item .value .num {
    font-size: 14px;
    margin-left: 10px;
  }
  .section1 .wrap .main .content {
    position: static;
    width: 100%;
    display: flex;
    gap: 20px;
    transform: none;
    margin-top: 20px;
  }
  .section1 .wrap .main .content .trem {
    background-color: #F7F8FA;
    flex: 1;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .section1 .wrap .main .img {
    border-radius: 40px;
    overflow: hidden;
  }
  .section1 .wrap .main .img img {
    height: 66vw;
    object-position: right;
    max-height: none;
  }
  .section1 .wrap .main .content .trem:not(:last-child) {
    margin-bottom: 0;
  }
  .section1 .wrap .main .content .trem .up p {
    color: #333;
  }
  .section1 .wrap .main .content .trem .info {
    margin-top: 20px;
    border-radius: 0px;
    backdrop-filter: unset;
    box-shadow: none;
    gap: 10px;
  }
  .section1 .wrap .main .content .trem .info .item .value .progress .color {
    width: 40px;
    height: 8px;
    border-radius: 3px;
  }
  .section2 .wrap {
    width: 90vw;
    flex-direction: column;
  }
  .section2 .wrap .left .title h3 {
    font-size: 22px;
  }
  .section2 .wrap .left .title {
    margin-bottom: 20px;
  }
  .section2 .wrap .left .text h4 {
    font-size: 18px;
  }
  .section2 .wrap .left .text p {
    font-size: 14px;
  }
  .section2 .wrap .right {
    width: 100%;
    margin-top: 20px;
  }
  .section2 .wrap {
    padding-bottom: 60px;
  }
  .section3 .wrap {
    width: 90vw;
    padding-bottom: 60px;
  }
  .section3 .wrap .title {
    margin-bottom: 20px;
  }
  .section3 .wrap .title h3 {
    font-size: 22px;
  }
  .section3 .wrap .text p {
    font-size: 14px;
  }
  .section3 .wrap .text {
    margin-bottom: 20px;
  }
  .section3 .wrap .main .bg {
    height: 86vw;
    border-radius: 10px;
    overflow: hidden;
  }
  .section3 .wrap .main .bg img {
    height: 100%;
  }
  .section3 .wrap .main .list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .section3 .wrap .main .list .item {
    width: calc(50% - 10px);
    order: 1;
  }
  .section3 .wrap .main .list .item .img {
    width: 100%;
    height: 30vw;
  }
  .section3 .wrap .main .list .item .txt {
    margin-top: 10px;
    font-size: 14px;
  }
  .section3 .wrap .main .list .item:nth-child(2) {
    order: 2;
  }
  .section3 .wrap .main .list .item:nth-child(2) .txt {
    font-size: 18px;
  }
  .section4 .wrap {
    width: 90vw;
    gap: 10px;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .section4 .wrap .trem .top .list .item .value {
    font-size: 24px;
  }
  .section4 .wrap .trem .top .list .item .key {
    font-size: 14px;
  }
  .section4 .wrap .trem .top {
    height: auto;
    border-radius: 10px;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: space-between;
  }
  .section4 .wrap .trem .top .list {
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    gap: 150px;
    justify-content: center;
  }
  .section4 .wrap .trem .top .img {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .section4 .wrap .trem .top .img img {
    width: 80%;
  }
  .section4 .wrap .trem .bottom {
    height: auto;
    border-radius: 10px;
    height: 300px;
  }
  .section4 .wrap .trem .bottom .img {
    height: 100%;
  }
  .section4 .wrap .trem .bottom .img img {
    width: 100%;
  }
  .section4 .wrap .trem:nth-child(2) .bottom .img img {
    height: 100%;
    object-position: bottom;
  }
  .section4 .wrap .trem .bottom .content .value {
    font-size: 24px;
  }
  .section4 .wrap .trem .bottom .content .key {
    font-size: 16px;
  }
  .section4 .wrap .trem:nth-child(2) .top {
    flex-direction: column;
  }
  .section5 .wrap {
    width: 90vw;
    padding-bottom: 60px;
  }
  .section5 .wrap .title h3 {
    font-size: 22px;
  }
  .section5 .wrap .title {
    margin-bottom: 20px;
  }
  .section5 .wrap .content {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .section5 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section5 .wrap .list .item {
    width: calc(50% - 5px);
    border-radius: 10px;
    overflow: hidden;
  }
  .section5 .wrap .list .item .text {
    left: 20px;
    top: 20px;
    font-size: 16px;
  }
  .section6 .wrap {
    width: 90vw;
    padding-bottom: 60px;
  }
  .section6 .wrap .title h3 {
    font-size: 22px;
  }
  .section6 .wrap .title {
    margin-bottom: 20px;
  }
  .section6 .wrap .content {
    margin-bottom: 20px;
  }
  .section6 .wrap .content p {
    font-size: 14px;
  }
  .section6 .wrap .main .swiper {
    overflow: unset;
  }
  .section6 .wrap .main .trem {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .section6 .wrap .main .right {
    width: 100%;
  }
  .section6 .wrap .main .right .text .icon {
    width: 24px;
  }
  .section6 .wrap .main .right .text {
    top: 30px;
    left: 30px;
    font-size: 16px;
  }
  .section6 .wrap .main .left {
    padding: 0;
  }
  .section6 .wrap .main .left .flex {
    background-color: transparent;
  }
  .section6 .wrap .main .trem {
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F7F8FA;
  }
  .section6 .wrap .main .left .flex {
    border-radius: 0px;
    padding: 30px 20px;
    gap: 20px
        ;
  }
  .section6 .wrap .main .left .flex .item .key .icon {
    width: 18px;
    margin-right: 10px;
  }
  .section6 .wrap .main .left .flex .item .key {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section6 .wrap .main .left .flex .item .value {
    font-size: 24px;
  }
  .section6 .wrap .main .left .flex .item .value::after {
    font-size: 18px;
    margin-left: 10px;
  }
  .section6 .wrap .main .tab {
    position: static;
    width: 100px;
    margin: 30px auto 0;
  }
  .section6 .wrap .main .tab .cir {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .section6 .wrap .main .tab .cir span {
    font-size: 20px;
  }
  .section6 .wrap .main .left .flex .list .item {
    width: calc(50% - 10px);
  }
  .section6 .wrap .main .left .flex .top,
  .section6 .wrap .main .left .flex .bottom,
  .section6 .wrap .main .right .text {
    opacity: 1;
    transform: translateY(0);
  }
  .section6 .wrap .main .right .img img {
    transform: scale(1);
  }
  .common_banner .parallax::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap .main .content {
    flex-direction: column;
  }
  .section1 .wrap {
    padding: 50px 0;
  }
  .section2 .wrap {
    padding-bottom: 50px;
  }
  .section3 .wrap {
    padding-bottom: 50px;
  }
  .section3 .wrap .main .bg {
    height: 96vw;
  }
  .section5 .wrap {
    padding-bottom: 50px;
  }
  .section4 .wrap .trem .top .list {
    gap: 0;
    width: 90%;
    justify-content: space-between;
  }
  .section5 .wrap .list .item {
    width: 100%;
  }
  .section6 .wrap {
    padding-bottom: 50px;
  }
}
