body {
  overflow-x: hidden;
}
main .swiper-pagination-bullet {
  background-color: #d8d3ff;
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: width 0.2s;
}

main .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}

main .swiper-pagination-bullet:focus {
  outline: none;
}

main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6b57ff;
  width: 22px;
  border-radius: 8px;
}
.mother-icon-header {
  display: none !important;
}
.drop-menu .menu-1 .third {
  display: block !important;
}

.section-1 {
  background: url("https://images.vcows.net/home/sec1-bg-mobile.webp") no-repeat;
  background-size: 100% 100%;
  padding: 112px 0 0;
}

.screen_header_main .sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.4s;
}

.screen_header_main h1 {
  max-width: 326px;
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
.screen_header_main h1 span {
  color: #0167ff;
}
.screen_header_main .logo-content-mobile {
  padding: 20px 12px 20px 10px;
  border-radius: 32px 32px 0 0;
  background: rgba(239, 247, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 120px 0px rgba(18, 9, 64, 0.12);
  backdrop-filter: blur(16px);
}

.screen_header_main .logo-container .logo-content {
  padding: 80px 86px 24px 80px;
  background: #eff7ff99;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 120px 0px #1209401f;
  backdrop-filter: blur(16px);
  border-radius: 32px 32px 0 0;
}
.screen_header_main .logo-container .logo-content .logo_top {
  top: 20px;
  left: 20px;
  width: 96px;
}
.screen_header_main .logo-container .logo-content .card-list {
  gap: 40px;
}
.screen_header_main .logo-container .logo-content .card-list .card {
  padding: 8px;
  border-radius: 16px;
  background: white;
  text-decoration: none;
  color: #000;
}
.screen_header_main .logo-container .logo-content .card-list .card:hover {
  box-shadow: 0px 4px 25px 0px #25356040;
}
.screen_header_main
  .logo-container
  .logo-content
  .card-list
  .card
  .img-box {
  width: 224px;
  border-radius: 16px;
}
.screen_header_main .logo-container .logo-content .card-list .card p {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.screen_header_main .logo-container .logo-content .logo-list {
  gap: 40px;
}
.screen_header_main .logo-container .logo-content .logo-list .logo-cont {
  padding: 8px;
  border-radius: 16px;
  background: white;
  width: 240px;
  text-decoration: none;
  color: #000;
}
.screen_header_main .logo-container .logo-content .logo-list .logo-cont:hover {
  box-shadow: 0px 4px 25px 0px #25356040;
}
.screen_header_main
  .logo-container
  .logo-content
  .logo-list
  .logo-cont
  .img-box {
  border-radius: 16px;
  width: 64px;
}
.screen_header_main
  .logo-container
  .logo-content
  .logo-list
  .logo-cont
  p {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.screen_header_main .logo-container {
  position: absolute;
  transition: bottom 0.5s ease;
}
.screen_header_main .logo-container:hover {
  bottom: 0;
}
.screen_header {
  z-index: 2;
}
.section-1 .ai-text {
  width: 441px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-63%, -70%);
}
.section-1 .ai-bg {
  width: 1109px;
  top: 130px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.section-1 .ai-bg img {
  animation: rotate 5s linear infinite;
}
/* 定义旋转动画 */
@keyframes rotate {
  0% {
    transform: rotate(0deg); /* 开始时角度为0 */
  }
  100% {
    transform: rotate(360deg); /* 旋转360度，即完成一圈 */
  }
}

@media (min-width: 992px) {
  .section-1 {
    padding: 150px 0 0;
  }
  .screen_header_main h1 {
    max-width: 1000px;
    font-size: 56px;
  }
  .screen_header_main {
    padding-bottom: 431px;
  }
  .screen_header_main .sub {
    font-size: 24px;
  }
  .screen_header_main .logo-container {
    bottom: -277px;
  }
}

@media (min-width: 1600px) {
  .section-1 {
    padding: 160px 0 0;
  }
  .screen_header_main {
    padding-bottom: 652px;
  }
  .screen_header_main h1 {
    max-width: 1200px;
    font-size: 64px;
  }
  .screen_header_main .sub {
    font-size: 32px;
  }
  .screen_header_main .logo-container {
    bottom: -76px;
  }
}

.off-icon {
  width: 30px !important;
  top: -18px;
  right: 36px;
}

@media (min-width: 562px) {
  .off-icon {
    transform: translateX(-100%);
    right: unset;
  }
}

@media (min-width: 562px) {
  .off-icon {
    top: -25px;
    transform: translateX(-53%);
  }
}

@media (min-width: 1280px) {
  .section-1 {
    background: url("https://images.vcows.net/home/sec1-bg.webp") no-repeat;
    background-size: 100% auto;
  }
  .off-icon {
    top: -14px;
    transform: none;
    left: unset;
  }
}

main .btn-group .btn {
  justify-content: center;
}

main .btn-group .btn.btn-outline-dark {
  padding: 0 24px;
}

main .btn.btn-outline-primary {
  padding: 0 32px;
}

main p {
  font-size: 1rem;
  line-height: 150%;
}

main h2 {
  font-size: 32px;
  line-height: 120%;
}

main img {
  max-width: 100%;
}

.screen-header-button-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  z-index: 50;
}

.screen-header-button-wrap .item {
  opacity: 0.5;
  transition: all 0.4s;
}

.screen-header-button-wrap .item:hover {
  opacity: 1;
}

@media (max-width: 1600px) {
  main h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}

@media (max-width: 780px) {
  .screen_header_main h1,
  .screen_header_main .h2-title {
    line-height: 48px;
  }
}
.section-2 {
  padding: 64px 0;
}
.section-2 h2 {
  font-size: 32px;
  line-height: 120%;
  max-width: 100%;
  padding: 0 24px;
  font-weight: 600;
}
.section-2 h2 span {
  color: #0167ff;
}

.section-2 .sub {
  font-size: 16px;
  line-height: 150%;
}
.section-2 .video-container {
  width: 100%;
  position: relative;
  border-radius: 40px;
  z-index: 1;
  background: linear-gradient(113.96deg, #faf9ff 5.5%, #f1efff 97.8%);
}
/* .section-2 .mask-shadow {
  width: 809px;
  height: 106px;
  position: absolute;
  background: linear-gradient(113.96deg, #faf9ff 5.5%, #f1efff 97.8%);
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 64px -1px rgba(6, 62, 145, 0.2);
} */
.section-2 .video-container .video-content {
  padding: 32px 0;
  width: 100%;
}
.section-2 .video-container .video-content video {
  width: 100%;
}
.section-2 .video-container .video-content .paused-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section-2 .video-container .btm-img {
  padding: 8px 0 40px;
  width: 100%;
}
.section-2 .video-container .btm-img .scroll-content {
  animation: moveLeft 20s linear infinite;
}
.section-2 .video-container .btm-img .scroll-content span {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  display: inline-flex;
  min-width: 128px;
  margin-right: 40px;
  margin-left: 50px;
}
.section-2 .video-container .btm-img img {
  max-width: 1888px !important;
  height: 32px;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1050px);
  }
}

@media (min-width: 992px) {
  .section-2 {
    padding: 100px 0;
  }
  .section-2 h2 {
    font-size: 40px;
    max-width: 800px;
  }
  .section-2 .sub {
    font-size: 16px;
  }
  .section-2 .video-container .video-content {
    padding: 32px;
    width: 1056px;
  }
  .section-2 .video-container {
    width: 1056px;
    border-radius: 40px;
  }
  .section-2 .video-container .video-content video {
    border-radius: 24px;
  }
}
@media (min-width: 1600px) {
  .section-2 {
    padding: 140px 0;
  }
  .section-2 h2 {
    font-size: 48px;
    max-width: 1000px;
  }
  .section-2 .sub {
    font-size: 18px;
  }
}
.toolkit-swiper {
  padding: 0 0 64px;
}
.toolkit-swiper h2 {
  font-size: 32px;
  line-height: 120%;
  max-width: 1000px;
  font-weight: 600;
}
.toolkit-swiper h2 span {
  color: rgba(1, 103, 255, 1);
}
.toolkit-swiper .sub {
  font-size: 16px;
  line-height: 150%;
}
.toolkit-swiper .swiper .swiper-slide {
  text-decoration: none;
  color: white;
  width: 100%;
}
.toolkit-swiper .swiper .item {
  padding: 24px 16px 16px;
  border-radius: 32px;
  width: 100%;
  transition: all 0.2s ease;
}
.toolkit-swiper .swiper .item:hover {
  transform: translateY(-20px);
}
.toolkit-swiper .swiper .item1 {
  background: linear-gradient(138.35deg, #2d72ff 8.86%, #36b7ff 94.62%);
}
.toolkit-swiper .swiper .item2 {
  background: linear-gradient(140.63deg, #dca409 10%, #ffbb00 94.01%);
}
.toolkit-swiper .swiper .item3 {
  background: linear-gradient(150.98deg, #019fb4 10.59%, #01cdd4 94.7%);
}
.toolkit-swiper .swiper .item h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.toolkit-swiper .swiper .item p {
  font-size: 14px;
  line-height: 150%;
}
.toolkit-swiper .swiper .item .img-box {
  width: 100%;
  border-radius: 20.51px;
}
.toolkit-swiper .swiper-button-prev,
.toolkit-swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.15);
  color: rgba(1, 103, 255, 1);
  background: white;
}
.toolkit-swiper .swiper-button-prev:not(.swiper-button-disabled):hover,
.toolkit-swiper .swiper-button-next:not(.swiper-button-disabled):hover {
  color: rgba(1, 103, 255, 1);
}
.toolkit-swiper .swiper-button-prev.swiper-button-disabled,
.toolkit-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
  background: rgba(248, 248, 248, 1);
  box-shadow: unset;
}
.toolkit-swiper .swiper-button-prev:after,
.toolkit-swiper .swiper-button-next:after {
  display: none;
}
.toolkit-swiper .container {
  padding: 0 16px;
}

@media (min-width: 992px) {
  .toolkit-swiper {
    padding: 0 0 100px;
  }
  .toolkit-swiper .swiper-btns {
    padding: 0 115px 0 0;
  }
  .toolkit-swiper h2 {
    font-size: 40px;
    max-width: 800px;
  }
  .toolkit-swiper .sub {
    font-size: 16px;
  }
  .toolkit-swiper .swiper .swiper-slide {
    width: 464px;
  }
  .toolkit-swiper .swiper .item {
    padding: 64px 32px 32px;
    border-radius: 32px;
    width: 464px;
  }
  .toolkit-swiper .container {
    max-width: 100%;
    padding: 0 40px;
  }
  .toolkit-swiper .swiper .item h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .toolkit-swiper .swiper .item p {
    font-size: 16px;
    min-height: 80px;
    max-width: 360px;
  }
  .toolkit-swiper .swiper .item .img-box {
    width: 400px;
    border-radius: 20.51px;
  }
  .toolkit-swiper .swiper {
    padding-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  .toolkit-swiper {
    padding: 0 0 140px;
  }
  .toolkit-swiper .swiper-btns {
    padding: 0 296px 0 0;
  }
  .toolkit-swiper h2 {
    font-size: 48px;
    max-width: 1000px;
  }
  .toolkit-swiper .sub {
    font-size: 18px;
  }
}
.section-3 .container {
  padding: 0;
}
.section-3 {
  background: linear-gradient(
    180deg,
    #f0f2ff 31.95%,
    rgba(255, 255, 255, 0.05) 102.5%
  );
}
.section-3 .lft {
  flex-grow: 2;
  z-index: 0;
  margin: auto 0;
}

.section-3 .lft .card {
  position: absolute;
}

.section-3 .lft .icon {
  width: 18px;
}

.section-3 .lft .logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /* z-index: 6; */
}

.section-3 .lft .circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #d8e6f5;
}

.section-3 .lft .circle.c-1 {
  z-index: 5;
}

.section-3 .lft .circle.c-2 {
  z-index: 4;
}

.section-3 .rgt {
  max-width: 100%;
  padding: 34px 17px 0 18px;
  border-radius: 0;
  z-index: 1;
}

.section-3 .rgt h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  padding: 0 7px;
}
.section-3 .rgt h2 span {
  color: rgba(1, 103, 255, 1);
}

.section-3 .rgt p {
  font-size: 14px;
  line-height: 150%;
  padding: 0 20px;
}

.section-3 .rgt .num {
  font-size: 24px;
  line-height: 24px;
  text-align: start;
}

.section-3 .rgt .text {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}

.section-3 .rgt .row {
  margin-top: 24px;
}
.section-3 .rgt .row .img-box {
  width: 48px;
}

.section-3 .rgt .row .col-6:nth-child(1),
.section-3 .rgt .row .col-6:nth-child(2) {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section-3 .lft {
    height: 580px;
  }

  .section-3 .lft .logo {
    width: 360px;
    height: 360px;
    background: url(https://images.vcows.net/home/earth-mask.webp) no-repeat;
    background-size: 100% 100%;
  }
  .section-3 .lft .logo .earth {
    width: 298px;
    height: 298px;
    border-radius: 50%;
    background: radial-gradient(
          50.47% 50.47% at 50% 37.21%,
          #a6caff 5.09%,
          #4a93ff 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      radial-gradient(
          52.21% 52.21% at 62.33% 29.42%,
          rgba(166, 202, 255, 0) 50.46%,
          #2e6fce 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
      radial-gradient(
          29.79% 31.98% at 47.56% 47.67%,
          rgba(166, 202, 255, 0) 50.46%,
          rgba(46, 111, 206, 0.285) 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  }
  .section-3 .lft .logo .earth .map {
    width: 443px;
    animation: mapMoveLeft 40s infinite linear;
  }

  .section-3 .lft .circle.c-1 {
    width: 71.9%;
    padding-bottom: 71.3647%;
    animation: rotateAnimation 120s linear infinite;
  }
  .section-3 .lft .circle .card {
    width: 80px;
    border-radius: 50%;
    animation: rotateChild 120s infinite linear;
  }
  .section-3 .lft .circle .card:hover {
    width: fit-content;
    min-width: 225px;
    border-radius: 24px;
    padding: 16px;
    background-color: white;
    box-shadow: 0px 16px 32px 0px #52678426;

  }
  .section-3 .lft .circle .card .text-cont {
    display: none;
  }
  .section-3 .lft .circle .card:hover .text-cont {
    display: block;
    min-width: 100px;
    padding-left: 13px;
  }
  .section-3 .lft .circle .card .text-cont h4 {
    font-size: 24px;
    line-height: 120%;
  }
  .section-3 .lft .circle .card .text-cont p {
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
  }
  .section-3 .lft .circle .avatar {
    width: 58px;
  }
  .section-3 .lft .circle.c-1 .a-1 {
    top: 25.2293%;
    left: -16px;
  }

  .section-3 .lft .circle.c-1 .a-2 {
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-3 .lft .circle.c-1 .a-3 {
    top: 25.2293%;
    right: -29px;
  }
  .section-3 .lft .circle.c-1 .a-4 {
    bottom: 25.2293%;
    right: -29px;
  }
  .section-3 .lft .circle.c-1 .a-5 {
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-3 .lft .circle.c-1 .a-6 {
    bottom: 25.2293%;
    left: -15px;
  }

  .section-3 .lft .circle.c-2 {
    width: 91.4%;
    padding-bottom: 90.86%;
    animation: rotateAnimation 120s linear infinite;
  }
  .section-3 .lft .circle.c-2 .a-1 {
    top: 6.9686%;
    right: 75.8206%;
  }

  .section-3 .lft .circle.c-2 .a-2 {
    top: 6.9686%;
    left: 78.8206%;
  }

  .section-3 .lft .circle.c-2 .a-3 {
    top: 50%;
    left: 93.7051%;
    transform: translateY(-50%);
  }

  .section-3 .lft .circle.c-2 .a-4 {
    bottom: 6.9686%;
    left: 74.8206%;
  }

  .section-3 .lft .circle.c-2 .a-5 {
    top: 50%;
    right: 92.7051%;
    transform: translateY(-50%);
  }
  .section-3 .lft .circle.c-2 .a-6 {
    bottom: 6.9686%;
    right: 74.8206%;
  }
  .section-3 .rgt .row .col-6:nth-child(1),
  .section-3 .rgt .row .col-6:nth-child(2) {
    margin-bottom: 64px;
  }
  .section-3 .rgt .row .img-box {
    width: 64px;
  }
}

@media (min-width: 992px) {
  .section-3 .container {
    max-width: 1204px;
    padding: 0;
  }

  .section-3 .rgt .num {
    font-size: 32px;
    line-height: 32px;
  }
  .section-3 .rgt h2 {
    font-size: 40px;
    padding: 0;
  }
  .section-3 .rgt p {
    font-size: 18px;
    padding: 0;
  }
  .section-3 .rgt {
    max-width: 548px;
    padding: 130px 48px 130px 0;
  }
  .section-3 .rgt .row {
    margin-top: 74px;
  }
}

@media (min-width: 1600px) {
  .section-3 .container {
    max-width: 1504px;
    padding: 0;
  }
  .section-3 .rgt h2 {
    font-size: 48px;
  }
  .section-3 .rgt {
    max-width: 594px;
    padding: 253px 94px 210px 0;
  }
  .section-3 .lft .logo {
    width: 500px;
    height: 500px;
  }
  .section-3 .lft .logo .earth {
    width: 413px;
    height: 413px;
  }
  .section-3 .lft .logo .earth .map {
    width: 616px;
  }
  .section-3 .lft .circle.c-1 {
    width: 71.869%;
    padding-bottom: 71.65%;
  }
  .section-3 .lft .circle.c-2 {
    width: 91.32%;
    padding-bottom: 91.1%;
  }
  .section-3 .lft .circle .avatar {
    width: 80px;
  }
  .section-3 .lft .circle.c-1 .a-1 {
    top: 25.2293%;
    left: -11px;
  }

  .section-3 .lft .circle.c-1 .a-2 {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-3 .lft .circle.c-1 .a-3 {
    top: 25.2293%;
    right: -11px;
  }
  .section-3 .lft .circle.c-1 .a-4 {
    bottom: 25.2293%;
    right: -11px;
  }
  .section-3 .lft .circle.c-1 .a-5 {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-3 .lft .circle.c-1 .a-6 {
    bottom: 25.2293%;
    left: -11px;
  }

  .section-3 .lft .circle.c-2 .a-1 {
    top: 6.9686%;
    right: 78.8206%;
  }
  .section-3 .lft .circle.c-2 .a-2 {
    top: 6.9686%;
    left: 78.8206%;
  }

  .section-3 .lft .circle.c-2 .a-3 {
    top: 50%;
    left: 94.7051%;
    transform: translateY(-50%);
  }
  .section-3 .lft .circle.c-2 .a-4 {
    bottom: 6.9686%;
    left: 78.8206%;
  }

  .section-3 .lft .circle.c-2 .a-5 {
    top: 50%;
    right: 94.7051%;
    transform: translateY(-50%);
  }
  .section-3 .lft .circle.c-2 .a-6 {
    bottom: 6.9686%;
    right: 78.8206%;
  }
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateChild {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg); /* 逆向旋转，保持向上 */
  }
}
@keyframes mapMoveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-203px);
  }
}
.section-news {
  padding: 64px 0;
}

.section-news .container {
  padding: 0 16px;
}
.section-news h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
.section-news .lft {
  padding: 60px 11px 84px 16px;
  background: rgba(242, 244, 247, 1);
  border-radius: 24px;
}
.section-news .lft .card {
  border-radius: 16px;
  background: white;
  text-decoration: none;
}
.section-news .lft .card:hover {
  box-shadow: 0px 4px 24px 0px #25356040;
}
.section-news .lft .card:not(:last-child) {
  margin-bottom: 16px;
}
.section-news .icon-fixed {
  width: 168px;
  height: 40px;
  top: 0;
  right: 0;
  background: linear-gradient(
    92.95deg,
    #4c96ff -1.11%,
    #036bff 50.31%,
    #4c96ff 100.93%
  );
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  border-radius: 4px 24px 4px 24px;
}
.section-news .lft .card .img-cont {
  max-width: 402px;
}

.section-news .lft .card .text-cont {
  padding: 16px;
  max-width: 100%;
}

.section-news .lft .card .text-cont h3 {
  font-size: 16px;
  line-height: 120%;
  color: #000;
  font-weight: 600;
}

.section-news .lft .card .text-cont p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}

.section-news .rgt {
  padding: 60px 20px 82px;
  background: rgba(242, 244, 247, 1);
  border-radius: 24px;
}

.section-news .rgt h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  min-width: 100%;
  color: rgba(0, 0, 0, 0.7);
}

.section-news .rgt a {
  color: #000000;
  text-decoration: none;
}
.section-news .rgt a:hover {
  color: #4d36f7;
}

.section-news .rgt p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.section-news .rgt .text-box {
  padding: 14px 0 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.section-news .rgt .text-box:hover h3 {
  color: rgba(77, 54, 247, 1);
  text-decoration: underline;
}
.section-news .jump-link {
  color: #6b57ff !important;
  margin: 20px 32px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .section-news .container {
    max-width: 1206px;
    padding: 0;
  }
  .section-news .lft {
    padding: 80px 20px 83px 40px;
  }
  .section-news .rgt {
    padding: 80px 29px 84px;
    border-radius: 24px;
    max-width: 582px;
  }
  .section-news h2 {
    font-size: 40px;
  }
  .section-news .lft .card {
    margin-bottom: 0;
  }
  .section-news .lft .card .img-cont {
    max-width: 180px;
  }
  .section-news .lft .card .text-cont h3 {
    font-size: 16px;
  }
  .section-news .lft .card .text-cont {
    padding: 0 16px;
    max-width: 344px;
  }
  .section-news .rgt h3 {
    font-size: 16px;
    line-height: 24px;
    min-width: 524px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-news .rgt p {
    min-width: 524px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-news {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .section-news .container {
    padding: 0 12px;
    max-width: 1272px;
  }
  .section-news .lft {
    padding: 80px 40px 83px;
    background: rgba(242, 244, 247, 1);
    border-radius: 24px;
  }
  .section-news .rgt {
    padding: 80px 40px 84px;
    max-width: 604px;
  }
  .section-news .lft .card .img-cont {
    max-width: 180px;
  }
  .section-news .lft .card .text-cont h3 {
    font-size: 16px;
  }
  .section-news .lft .card .text-cont {
    padding: 0 16px 0;
    max-width: 344px;
  }

  .section-news .rgt h3 {
    min-width: 524px;
  }
  .section-news .rgt p {
    min-width: 524px;
  }
  .section-news h2 {
    font-size: 48px;
  }
  .section-news {
    padding: 140px 0;
  }
}
.section-5 {
  padding: 0 15px 64px;
}
.section-5 .container {
  width: 100%;
  padding: 40px 20px;
  border-radius: 40px;
  background: url(https://images.vcows.net/home/btm-bg-mobile.webp) no-repeat;
  background-size: 100% 100%;
}

.section-5 h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
}
.section-5 p {
  font-size: 14px;
  line-height: 150%;
}

.section-5 img {
  max-width: 145px;
}
@media (min-width: 992px) {
  .section-5 {
    padding: 0 0 100px;
  }

  .section-5 .container {
    margin: 0 auto;
    padding: 71px 12px 95px;
    border-radius: 64px;
    max-width: 1206px;
    background: url(https://images.vcows.net/home/btm-bg.webp) no-repeat;
    background-size: 100% 100%;
  }

  .section-5 p {
    font-size: 16px;
    max-width: 800px;
  }
  .section-5 h2 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .section-5 {
    padding: 0 0 140px;
  }
  .section-5 .container {
    padding: 64px 0;
    max-width: 1248px;
    border-radius: 40px;
  }
  .section-5 p {
    font-size: 18px;
  }
  .section-5 h2 {
    font-size: 48px;
  }
}