@charset "UTF-8";
@media screen and (min-width: 780px) {
  html {
    font-size: 11.1111111111vh;
  }
}
@media screen and (min-width: 780px) and (max-height: 600px) {
  html {
    font-size: 66.6666666667px;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 5.9241706161vh;
  }
}
@media screen and (max-width: 780px) and (max-height: 600px) {
  html {
    font-size: 35.5450236967px;
  }
}

html {
  scrollbar-width: none;
}

body {
  background-image: linear-gradient(90deg, #0E2D60 40%, #08111F 100%);
}
body::-webkit-scrollbar {
  width: 0 !important;
}

.main_wrap.home {
  max-width: 1920px;
  margin: 0 auto;
}
.main_wrap.home .container_swiper {
  height: 100vh;
  overflow: hidden;
}
.main_wrap.home .container-wrap {
  background-image: linear-gradient(90deg, #0E2D60 40%, #08111F 100%);
  height: 100vh;
  overflow: hidden;
}
.main_wrap.home .container-wrap.cw1 {
  position: relative;
  height: 100vh;
}
.main_wrap.home .container-wrap.cw1 .swiper {
  height: 100%;
  overflow: hidden;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-wrapper {
  height: 100%;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-wrapper .swiper-slide .slide-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-wrapper .swiper-slide .slide-item .wp-block-video, .main_wrap.home .container-wrap.cw1 .swiper .swiper-wrapper .swiper-slide .slide-item video {
  height: 100%;
  object-fit: cover;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-pagination {
  bottom: 10px;
  left: 20%;
  width: 60%;
  position: absolute;
  text-align: center;
  z-index: 16;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-pagination .bullet {
  cursor: pointer;
  width: 20px;
  height: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  border: 4px solid transparent;
  border-radius: 0;
  opacity: 1;
  background: none;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-pagination .bullet:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: #0E2D60;
  display: block;
}
.main_wrap.home .container-wrap.cw1 .swiper .swiper-pagination .bullet.active {
  border: 4px solid #EEAB00;
}
.main_wrap.home .container-wrap.cw1 .text-area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.76rem;
  height: 6.1rem;
  z-index: 15;
  overflow: hidden;
  transition: all 0.3s;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 5.76rem;
  height: 6.1rem;
  right: 0;
  bottom: 0;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item {
  width: 50%;
  background: linear-gradient(180deg, rgba(15, 48, 104, 0.6509803922) 12%, rgba(30, 95, 206, 0.6509803922) 88%);
  position: relative;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item:nth-child(1) {
  height: calc(100% - 1.2rem);
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item:nth-child(1) .bottom-bar:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.26rem;
  height: 0.26rem;
  top: 0.17rem;
  left: 0.17rem;
  background: url("../images/icon_logo_white.png") no-repeat center/contain;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item:nth-child(2) {
  display: none;
  height: 100%;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item:nth-child(3) {
  height: 100%;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item:nth-child(3) .bottom-bar {
  background: #081221;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item .bottom-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #0A1A35 0%, #081221 100%);
  height: 0.6rem;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item .bottom-bar .close_btn {
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  float: right;
  background: url("../images/close_btn.jpg") no-repeat center/contain;
  transition: all 0.3s;
  opacity: 0.5;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item .bottom-bar .close_btn:hover {
  opacity: 1;
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item .bottom-bar .open_btn {
  display: none;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  float: right;
  background: url("../images/icon_logo_golden.png") no-repeat center/50%;
  transition: all 0.3s;
  filter: grayscale(1);
}
.main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item .bottom-bar .open_btn:hover {
  filter: grayscale(1) brightness(2);
}
.main_wrap.home .container-wrap.cw1 .text-area .content {
  position: absolute;
  bottom: 1.2rem;
  padding: 0.3rem;
  width: 5.76rem;
  height: 4.3rem;
  right: 0;
}
.main_wrap.home .container-wrap.cw1 .text-area .content .title {
  margin-bottom: 0.24rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
  font-weight: 800;
  color: #FFFFFF;
}
.main_wrap.home .container-wrap.cw1 .text-area .content .title .prev-title {
  line-height: 0.35rem;
  font-size: 0.28rem;
}
.main_wrap.home .container-wrap.cw1 .text-area .content .text {
  margin: 0.12rem 0;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.35rem;
}
.main_wrap.home .container-wrap.cw1 .text-area .content .text .highlight {
  font-weight: 800;
  font-size: 0.28rem;
  color: #EEAB00;
}
.main_wrap.home .container-wrap.cw1 .text-area .content div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}
.main_wrap.home .container-wrap.cw1 .text-area .content div:nth-child(1) {
  transition: all 0.3s 0.2s;
}
.main_wrap.home .container-wrap.cw1 .text-area .content div:nth-child(2) {
  transition: all 0.3s 0.3s;
}
.main_wrap.home .container-wrap.cw1 .text-area .content div:nth-child(3) {
  transition: all 0.3s 0.4s;
}
.main_wrap.home .container-wrap.cw1 .text-area.hide {
  width: 0.6rem;
  height: 0.6rem;
}
.main_wrap.home .container-wrap.cw1 .text-area.hide .bg-wrap .bg-item .bottom-bar .close_btn {
  display: none;
}
.main_wrap.home .container-wrap.cw1 .text-area.hide .bg-wrap .bg-item .bottom-bar .open_btn {
  display: block;
}
.main_wrap.home .container-wrap.cw1 .text-area.hide .content div {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.6rem);
}
.main_wrap.home .container-wrap.cw2 .content-wrap {
  background: url("../images/logo_trans_white1.png") no-repeat right bottom/auto 4.1rem;
  padding-bottom: 0.15rem;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper {
  padding: 0.3rem 0;
  overflow: hidden;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .bg-items .rect {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.9;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.3490196078);
  position: absolute;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .bg-items .rect.r1 {
  background-image: conic-gradient(from 180deg at 50% 50%, #f8b200 0%, rgba(248, 178, 0, 0.0196078431) 100%);
  top: 0;
  right: calc(50% - 3.75rem);
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .bg-items .rect.r2 {
  background-image: conic-gradient(from 0deg at 50% 50%, #f8b200 0%, rgba(248, 178, 0, 0.0196078431) 100%);
  bottom: 0;
  left: calc(50% - 3.75rem);
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item {
  width: 6.9rem;
  height: 6.3rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 45, 96, 0.4980392157);
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item a {
  width: 100%;
  height: 100%;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #081121;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .side-rect {
  position: absolute;
  height: 2.3rem;
  width: 0.6rem;
  opacity: 0.9;
  background: #0B1C39;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .side-rect.left {
  left: 0;
  top: 0;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .side-rect.right {
  right: 0;
  top: 0.9rem;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .text-area {
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 2.54rem;
  background: rgba(1, 24, 64, 0.4666666667);
  padding: 0.5rem;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .text-area .title {
  font-weight: 800;
  font-size: 0.4rem;
  color: #DCA007;
  line-height: 0.5rem;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .date {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  right: 0;
  top: 0;
  background-image: conic-gradient(from 180deg at 50% 50%, rgba(136, 98, 0, 0.8) 0%, rgba(238, 171, 0, 0.8) 100%);
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .date .month {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0D254C;
  text-align: center;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .date .day {
  font-weight: 500;
  font-size: 0.4rem;
  color: #0D254C;
  text-align: center;
  line-height: 0.48rem;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item:after {
  content: none;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .more {
  transition: all 0.3s;
  margin: 0 auto;
  width: 1.5rem;
  line-height: 0.45rem;
  background-image: conic-gradient(from 90deg at 50% 50%, rgba(238, 171, 0, 0.8) 0%, rgba(170, 122, 0, 0.8) 100%), conic-gradient(from -90deg at 50% 50%, rgba(170, 122, 0, 0.8) 0%, rgba(238, 171, 0, 0.8) 100%);
  background-position: 0 center, -1.5rem center;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 0.2rem;
  color: #000;
  text-align: center;
  position: relative;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .more:after {
  position: absolute;
  right: 0.2rem;
  top: 0;
  content: "";
  display: block;
  width: 0.22rem;
  height: 100%;
  background: url("../images/more.png") no-repeat center/contain;
}
.main_wrap.home .container-wrap.cw2 .content-wrap .more:hover {
  background-position: 1.5rem center, 0 center;
}
.main_wrap.home .container-wrap.cw3 .content-wrap {
  position: relative;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item {
  display: flex;
  justify-content: start;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item .image {
  flex: none;
  width: calc(50% + 1.8rem);
  height: 4.05rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/home-pic3-1.jpg");
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item .text {
  width: 4.2rem;
  padding: 0.2rem;
  padding-left: 0;
  margin-left: max(0.2rem, 2%);
  font-weight: 400;
  font-size: 0.2rem;
  color: #BED6FF;
  line-height: 0.36rem;
  text-align: right;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item .text .highlight {
  color: #aa8320;
  font-size: min(2.8vw, 0.36rem);
  line-height: min(4.8vw, 0.6rem);
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item .text .highlight.large {
  font-size: min(3.6vw, 0.48rem);
  font-weight: 800;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item:nth-child(2) {
  margin-top: -0.6rem;
  justify-content: end;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item:nth-child(2) .image {
  position: relative;
  background-image: url("../images/home-pic3-2.jpg");
}
.main_wrap.home .container-wrap.cw3 .content-wrap .content-item:nth-child(2) .text {
  text-align: left;
  margin-top: 0.9rem;
  padding-right: 0;
  margin-right: max(0.2rem, 2%);
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration {
  position: absolute;
  width: 3.6rem;
  height: 1.8rem;
  top: 3.45rem;
  left: calc(50% - 1.8rem);
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .rect {
  background: #0E2D60;
  position: absolute;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .rect.r1 {
  width: 3.6rem;
  height: 0.6rem;
  top: 0;
  left: 0;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .rect.r2 {
  width: 0.6rem;
  height: 0.6rem;
  top: -0.6rem;
  left: 3rem;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .rect.r3 {
  width: 0.6rem;
  height: 0.6rem;
  top: 0.6rem;
  left: 0rem;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .side-rect {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.9;
  background-image: conic-gradient(from -90deg at 50% 50%, #f8b200 0%, rgba(248, 178, 0, 0.0196078431) 100%);
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .side-rect.s1 {
  top: -0.9rem;
  left: 3.3rem;
}
.main_wrap.home .container-wrap.cw3 .content-wrap .decoration .side-rect.s2 {
  top: 0.9rem;
  left: -0.3rem;
  transform: rotate(180deg);
}
.main_wrap.home .container-wrap.cw4 .content-wrap {
  padding-bottom: 0.8rem;
  background: url("../images/logo_trans_white.png") no-repeat 1.6rem top/auto 4.3rem;
  position: relative;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .info {
  position: absolute;
  width: 60%;
  padding: 0 0.2rem;
  top: 1.5rem;
  left: 20%;
  color: #bed6ff;
  font-size: 0.18rem;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
  font-weight: 400;
  line-height: 0.28rem;
  height: 1.14rem;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .info .highlight {
  color: #a07916;
  font-size: 0.24rem;
  font-weight: 700;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list {
  margin-top: 1.2rem;
  overflow: hidden;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper {
  display: flex;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide {
  width: 20%;
  padding-top: 1.2rem;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(180deg, #0F3068 0%, #1E5FCE 100%);
  transform: translateY(-1.2rem);
  transition: all 0.5s;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap:after {
  transition: all 0.3s;
  opacity: 0;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: -0.6rem;
  right: 0;
  background: linear-gradient(0deg, #0D244A 0%, #EEAB00 100%);
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap .slide-item {
  opacity: 0.6;
  transition: all 0.3s;
  height: 4.5rem;
  position: relative;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap .slide-item .image {
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap .slide-item .text-area {
  transition: all 0.3s;
  position: absolute;
  bottom: 0.6rem;
  width: 90%;
  left: 5%;
  font-weight: 700;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.3rem;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap .slide-item .text-area a:after {
  content: "　";
  display: block;
  height: 0.3rem;
  background: url(../images/icon_link.png) no-repeat center/contain;
  margin-top: 0.12rem;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.6));
  vertical-align: middle;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:nth-child(2) .slide-wrap, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:nth-child(4) .slide-wrap {
  transform: translateY(-0.6rem);
  z-index: 11;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:nth-child(3) .slide-wrap {
  transform: translateY(0rem);
  z-index: 12;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:hover, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.active, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.swiper-slide-active {
  padding-bottom: 0.6rem;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:hover .slide-wrap, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.active .slide-wrap, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.swiper-slide-active .slide-wrap {
  position: relative;
  z-index: 15;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:hover .slide-wrap:after, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.active .slide-wrap:after, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.swiper-slide-active .slide-wrap:after {
  opacity: 1;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:hover .slide-wrap .slide-item, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.active .slide-wrap .slide-item, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.swiper-slide-active .slide-wrap .slide-item {
  opacity: 1;
}
.main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:hover .slide-wrap .slide-item .text-area, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.active .slide-wrap .slide-item .text-area, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.swiper-slide-active .slide-wrap .slide-item .text-area {
  transform: scale(1.1);
}
.main_wrap.home .container-wrap.cw5 .swiper {
  overflow: hidden;
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-wrapper .swiper-slide .slide-item {
  height: calc(100vh - 1.5rem);
  background-size: cover;
  background-position: center;
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-prev,
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #091324;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-prev:before,
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-next:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  opacity: 0.5;
  transition: all 0.3s;
  filter: brightness(2) grayscale(1);
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-prev:hover:before,
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-next:hover:before {
  opacity: 1;
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-prev {
  left: 0;
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-prev:before {
  background-image: url("../images/icon_arrow-left.png");
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-prev:after {
  display: none;
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-next {
  right: 0;
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-next:before {
  background-image: url("../images/icon_arrow-right.png");
}
.main_wrap.home .container-wrap.cw5 .swiper .swiper-button-next:after {
  display: none;
}
.main_wrap.home .container-wrap.cw5 .text-area {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  width: 5.4rem;
  height: 4.5rem;
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap {
  position: absolute;
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item {
  width: 50%;
  background: linear-gradient(180deg, rgba(15, 48, 104, 0.6509803922) 12%, rgba(30, 95, 206, 0.6509803922) 88%);
  position: relative;
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item .bottom-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.6rem;
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(1) {
  height: calc(100% - 1.2rem);
  display: none;
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(1) .bottom-bar {
  background: linear-gradient(90deg, #0E2D60 0%, #08111F 300%);
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(2) {
  height: calc(100% - 0.6rem);
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(2) .bottom-bar {
  background: linear-gradient(90deg, #0E2D60 -100%, #08111F 200%);
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(3) {
  height: 100%;
}
.main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(3) .bottom-bar {
  height: 1.2rem;
  background: linear-gradient(90deg, #0E2D60 -200%, #08111F 100%);
}
.main_wrap.home .container-wrap.cw5 .text-area .content {
  position: relative;
  margin: 0.6rem 0;
  padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  height: calc(100% - 1.8rem);
}
.main_wrap.home .container-wrap.cw5 .text-area .content .text {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #bed6ff;
}
.main_wrap.home .container-wrap.cw5 .text-area .content .text .highlight {
  font-size: 0.28rem;
  color: #EEAB00;
}
.main_wrap.home .container-wrap.cw6 .container-title {
  position: relative;
  top: 0.14rem;
  left: 24%;
  line-height: 0.6rem;
  font-weight: 800;
  font-size: 0.46rem;
  color: #BED6FF;
  display: inline-block;
}
.main_wrap.home .container-wrap.cw6 .content-wrap {
  display: flex;
  justify-content: stretch;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .image {
  position: relative;
  flex: none;
  width: 40%;
  height: 6.9rem;
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/home-leader1.jpg");
  background-color: #BBBFCA;
  clip-path: polygon(0 0, 50% 0, 50% 0.6rem, 101% 0.6rem, 101% 100%, 0 100%);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .image .rect {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 2.88rem;
  background: #0F2E61;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area {
  flex: auto;
  padding-top: 0.4rem;
  display: flex;
  flex-direction: column;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name {
  position: relative;
  left: -0.12rem;
  z-index: 1;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .decoration {
  position: absolute;
  left: -0.24rem;
  z-index: 1;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .decoration .rect {
  width: 0.6rem;
  height: 0.6rem;
  background-image: conic-gradient(from 180deg at 50% 50%, #000107 0%, #0D2B5F 100%);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5019607843);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .decoration .line {
  position: absolute;
  top: 0.6rem;
  width: 3px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  background-image: linear-gradient(180deg, #6C4520 0%, #E7A705 100%);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .decoration .line.l1 {
  left: 0;
  height: 1.5rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .decoration .line.l2 {
  height: 1.2rem;
  left: 5px;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .decoration .line.l3 {
  height: 0.9rem;
  left: 10px;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .en {
  padding-left: 0.65rem;
  line-height: 0.44rem;
  font-weight: 800;
  font-size: 0.28rem;
  color: #C19115;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .ch {
  padding-left: 0.65rem;
  line-height: 0.6rem;
  font-weight: 600;
  font-size: 0.4rem;
  color: #0D2A5B;
  width: 3rem;
  background-image: linear-gradient(-90deg, #0D254C 0%, #AA8320 47%, #EEAB00 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info {
  background-color: #BBBFCA;
  position: relative;
  flex: auto;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info:after {
  content: "";
  display: block;
  width: 4.33rem;
  height: 4.09rem;
  position: absolute;
  right: 0;
  top: 0.4rem;
  max-width: 60%;
  background: url("../images/logo_trans.png") no-repeat center/contain;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li {
  height: calc(33.3333% + 2px);
  margin-bottom: -2px;
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 0.8rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li .text {
  height: 1rem;
  position: relative;
  z-index: 1;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li .text .title {
  font-weight: 700;
  font-size: 0.2rem;
  color: #AA8320;
  line-height: 0.25rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li .text .description {
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.25rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(1) {
  margin-left: 2.4rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(1) .text .title {
  font-size: 0.24rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(1) .text .title .light {
  font-weight: 400;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(2) {
  margin-left: 1.2rem;
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul.bg li {
  background-image: linear-gradient(90deg, #081121 0%, #0F2E60 100%);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul.bg li:nth-child(1) {
  background-image: linear-gradient(90deg, #081121 -2.4rem, #0F2E60 100%);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul.bg li:nth-child(2) {
  background-image: linear-gradient(90deg, #081121 -1.2rem, #0F2E60 100%);
}
.main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul.text-content {
  z-index: 2;
}
.main_wrap.home .container-wrap.cw6.cw6-2 .content-wrap .image {
  background-color: #B8BAC7;
  background-image: url("../images/home-leader2.jpg");
}
.main_wrap.home .container-wrap.cw6.cw6-2 .content-wrap .text-area .info {
  background: #B8BAC7;
}

@media screen and (max-width: 780px) {
  .main_wrap.home .mobile-width-wrap {
    max-width: 12rem;
    margin: 0 auto;
  }
  .main_wrap.home .container-wrap.cw1 .swiper .swiper-pagination {
    bottom: 0px;
  }
  .main_wrap.home .container-wrap.cw1 .text-area {
    width: 66.66vw;
    height: 8rem;
    bottom: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .bg-wrap {
    width: 66.66vw;
    height: 8rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .content {
    width: 66.66vw;
    height: 6.2rem;
    padding: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .content .title {
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .content .title .prev-title {
    line-height: 0.5rem;
    font-size: 0.4rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .content .text {
    margin: 0.28rem 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .content .text .highlight {
    font-size: 0.36rem;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap {
    max-width: 12rem;
    margin: 0 auto;
    padding: 0;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper {
    height: auto;
    padding: 0;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .bg-items {
    display: none;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper {
    display: block;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0.2rem;
    box-shadow: none;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item:after {
    content: none;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .image {
    position: static;
    width: 100%;
    height: 3.4rem;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 0.6rem), 66.66% calc(100% - 0.6rem), 66.66% 100%, 0 100%);
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .side-rect {
    height: 0.6rem;
    width: 2.6rem;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .side-rect.left, .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .side-rect.right {
    display: none;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .text-area {
    position: static;
    height: 1.24rem;
    background: none;
    padding: 0.24rem 1.5rem 0.24rem 0.4rem;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .text-area .title {
    font-weight: 600;
    -webkit-line-clamp: 2;
    font-size: 0.32rem;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .date {
    top: 3.72rem;
    right: 0.4rem;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .date .month {
    width: 100%;
    position: absolute;
    top: -0.32rem;
    line-height: 0.32rem;
    font-size: 0.22rem;
    color: #C19115;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide .slide-item .date .day {
    line-height: 0.9rem;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item:after {
    content: none;
  }
  .main_wrap.home .container-wrap.cw2 .content-wrap .more {
    line-height: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item {
    flex-direction: column;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .image {
    width: 100%;
    position: relative;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .image .rect {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    opacity: 0.9;
    right: 0;
    bottom: 0.3rem;
    z-index: 1;
    background-image: conic-gradient(from -90deg at 50% 50%, #f8b200 0%, rgba(248, 178, 0, 0.0196078431) 100%);
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .image:before, .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .image:after {
    content: "";
    position: absolute;
    width: 33.33%;
    height: 0.6rem;
    top: 0;
    left: 0;
    background: #0E2D60;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .image:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #0E2D60 -100%, #08111F 100%);
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .text {
    width: 100%;
    padding: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .text .highlight {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item .text .highlight.large {
    font-size: 0.54rem;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item:nth-child(2) {
    margin-top: 0rem;
    flex-direction: column-reverse;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item:nth-child(2) .image .rect {
    right: auto;
    bottom: auto;
    top: 0.3rem;
    left: 0;
    transform: rotate(180deg);
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .content-item:nth-child(2) .text {
    margin-top: 0rem;
  }
  .main_wrap.home .container-wrap.cw3 .content-wrap .decoration {
    display: none;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap {
    padding-bottom: 0rem;
    background: url("../images/logo_trans_white.png") no-repeat 1.6rem top/auto 4.3rem;
    position: relative;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .info {
    position: static;
    margin: 1.6rem auto 0;
    padding: 0 0.6rem;
    width: auto;
    height: auto;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .info .highlight {
    font-size: 0.44rem;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list {
    margin-top: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper {
    padding: 1.2rem 0;
    height: 7rem;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide {
    padding: 0rem;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap {
    transform: none;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide .slide-wrap .slide-item {
    height: 6.4rem;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:nth-child(2) .slide-wrap, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:nth-child(4) .slide-wrap {
    transform: none;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:nth-child(3) .slide-wrap {
    transform: none;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide:hover .slide-wrap:after {
    opacity: 0;
  }
  .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.active .slide-wrap:after, .main_wrap.home .container-wrap.cw4 .content-wrap .list .swiper-wrapper .swiper-slide.swiper-slide-active .slide-wrap:after {
    opacity: 1;
  }
  .main_wrap.home .container-wrap.cw5 .text-area {
    width: 66.66vw;
    height: 6.6rem;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(1) .bottom-bar {
    background: #0E2D60;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(2) .bottom-bar {
    background: #0E2D60;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(3) .bottom-bar {
    background: linear-gradient(90deg, #0E2D60 0%, #08111F 100%);
  }
  .main_wrap.home .container-wrap.cw5 .text-area .content .text {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .content .text .highlight {
    font-size: 0.36rem;
  }
  .main_wrap.home .container-wrap.cw6 .container-title {
    position: static;
    padding: 0.6rem 0.6rem 0.4rem;
    display: block;
    max-width: 12rem;
    margin: 0 auto;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap {
    max-width: 12rem;
    margin: 0 auto;
    display: block;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .image {
    width: 100%;
    height: 7rem;
    background-image: url("../images/home-leader1.jpg");
    clip-path: polygon(0 0, 100% 0, 100% 100%, 66.66% 100%, 66.66% calc(100% - 0.6rem), 0% calc(100% - 0.6rem));
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area {
    margin-top: -0.2rem;
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name {
    left: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .name .en {
    font-size: 0.44rem;
    line-height: 0.56rem;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info {
    background: none;
    margin-top: 0.12rem;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info:after {
    width: 3rem;
    height: 3rem;
    background-image: url("../images/logo_trans_white1.png");
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul {
    height: auto;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li {
    height: auto;
    background-image: none;
    display: block;
    padding: 0 0.6rem 0 1.2rem;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li .text {
    height: auto;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li .text .title {
    padding-top: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li .text .description {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(1), .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(2) {
    margin-left: 0rem;
    background-image: none;
  }
  .main_wrap.home .container-wrap.cw6 .content-wrap .text-area .info ul li:nth-child(1) .text .title {
    font-size: 0.36rem;
  }
  .main_wrap.home .container-wrap.cw6.cw6-2 .content-wrap .image {
    background-image: url("../images/home-leader2.jpg");
  }
  .main_wrap.home .container-wrap.cw6.cw6-2 .content-wrap .text-area .info {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .main_wrap.home .container-wrap.cw1 .text-area {
    width: 100vw;
    height: 9.2rem;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .bg-wrap {
    width: 100vw;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item {
    width: 33.33%;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .bg-wrap .bg-item:nth-child(2) {
    display: block;
  }
  .main_wrap.home .container-wrap.cw1 .text-area .content {
    width: 100vw;
  }
  .main_wrap.home .container-wrap.cw5 .text-area {
    width: 100vw;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item {
    width: 33.33%;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(1) {
    display: block;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(1) .bottom-bar {
    height: 0.6rem;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(2) {
    height: calc(100% - 0.6rem);
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(2) .bottom-bar {
    height: 1.2rem;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(3) {
    height: 100%;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .bg-wrap .bg-item:nth-child(3) .bottom-bar {
    height: 1.8rem;
  }
  .main_wrap.home .container-wrap.cw5 .text-area .content {
    margin: 1.2rem 0 1.2rem 0;
    padding: 0.6rem;
    height: calc(100% - 3rem);
  }
}
