.c-videos {
  margin-top: 40px;
}
.c-videos .box {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.c-videos .box img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.c-videos .box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.c-videos .box .tu-btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-videos .box .tu-btns span {
  font-size: 60px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.c-videos .box .tu-btns:hover span {
  color: var(--color);
}
.ctn1 {
  padding-top: 200px;
}
.w-review {
  padding-top: 120px;
  overflow: hidden;
}
.w-review .ctn-list {
  margin-top: 50px;
  position: relative;
}
.w-review .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w-review .ctn-list ul li .box {
  height: 100%;
}
.w-review .ctn-list ul li.first {
  width: 66%;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.w-review .ctn-list ul li.first:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.w-review .ctn-list ul li.first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.w-review .ctn-list ul li.first .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 50px 40px;
  z-index: 3;
  color: #fff;
}
.w-review .ctn-list ul li.first .text span {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.w-review .ctn-list ul li.first .text h2 {
  font-weight: 700;
  margin: 10px 0;
}
.w-review .ctn-list ul li.first .text p {
  color: rgba(255, 255, 255, 0.5);
}
.w-review .ctn-list ul li.first:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.w-review .ctn-list ul li.first:hover .text span {
  color: #fff;
}
.w-review .ctn-list ul li.regular {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.w-review .ctn-list ul li.regular .tu {
  position: relative;
  overflow: hidden;
}
.w-review .ctn-list ul li.regular .tu:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.w-review .ctn-list ul li.regular .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.w-review .ctn-list ul li.regular .tu span {
  position: absolute;
  left: 42px;
  bottom: 20px;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.w-review .ctn-list ul li.regular .text {
  background: #dcf1ff;
  padding: 34px 50px 0;
  height: 190px;
  color: #fff;
  position: relative;
}
.w-review .ctn-list ul li.regular .text:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1;
}
.w-review .ctn-list ul li.regular .text h2 {
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #283263;
}
.w-review .ctn-list ul li.regular .text p {
  margin-top: 20px;
  color: #283263;
  opacity: 0.5;
  line-height: 1.6;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.w-review .ctn-list ul li.regular.mobile {
  display: none;
}
.w-review .ctn-list ul li.regular:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.w-review .ctn-list ul li.regular:hover .tu span {
  color: #fff;
}
.w-review .ctn-list ul li.regular:hover .text:before {
  opacity: 1;
}
.w-review .ctn-list ul li.regular:hover .text h2 {
  color: #fff;
}
.w-review .ctn-list ul li.regular:hover .text p {
  color: #fff;
}
.w-review .ctn-list ul li:nth-child(n+4) {
  margin-top: 30px;
}
.w-review .ctn-list .mores {
  display: none;
}
.p-download {
  padding-top: 120px;
  overflow: hidden;
}
.p-download .con .top {
  margin-top: 50px;
  background: url(../img/bg5.jpg) no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 60px 100px;
  position: relative;
}
.p-download .con .top h2 {
  font-weight: 700;
}
.p-download .con .top h2 svg {
  width: 100%;
  height: 60px;
}
.p-download .con .top h2.mobile {
  display: none;
}
.p-download .con .top .erweima {
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 10px;
  padding: 8px;
  overflow: hidden;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 110px;
}
.p-download .con .top .erweima img {
  width: 100%;
}
.p-download .con .bottom {
  margin-top: 30px;
  position: relative;
}
.p-download .con .bottom .swiper-container {
  padding-bottom: 70px;
}
.p-download .con .bottom .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  max-width: 350px;
}
.p-download .con .bottom .swiper-slide .tu img {
  width: 100%;
}
.p-download .con .bottom .swiper-slide .text {
  background: #dcf1ff;
  padding: 30px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.p-download .con .bottom .swiper-slide .text h2 {
  color: #283263;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
}
.p-download .con .bottom .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p-download .con .bottom .swiper-slide .mask .center {
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-download .con .bottom .swiper-slide .mask .center h2 {
  color: #fff;
  font-weight: 700;
}
.p-download .con .bottom .swiper-slide .mask .center .erweima {
  width: 136px;
  border-radius: 10px;
  margin-top: 24px;
  padding: 6px;
  background: #fff;
  overflow: hidden;
}
.p-download .con .bottom .swiper-slide .mask .center .erweima img {
  width: 100%;
}
.p-download .con .bottom .swiper-slide:hover .mask {
  opacity: 1;
}
.p-download .con .bottom .swiper-pagination {
  bottom: 0;
}
.p-download .con .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  opacity: 0.5;
  margin: 0 14px;
}
.p-download .con .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #005df2;
  opacity: 1;
}
.p-review {
  background: none;
}
.header.active .con .right .a-btns {
  margin-left: 40px;
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    padding-top: 10vw;
  }
  .w-review {
    padding-top: 100px;
  }
  .w-review .ctn-list ul li.first .text {
    padding: 0 2.5vw 2vw;
  }
  .w-review .ctn-list ul li.first .text span {
    font-size: 44px;
  }
  .w-review .ctn-list ul li.regular .tu span {
    left: 34px;
    font-size: 44px;
  }
  .w-review .ctn-list ul li.regular .text {
    padding: 1.8vw 2.5vw 0;
    height: 180px;
  }
  .p-download {
    padding-top: 100px;
  }
  .p-download .con .top {
    padding: 60px 5vw;
  }
  .p-download .con .top h2 svg {
    height: 48px;
  }
  .p-download .con .top .erweima {
    right: 5.5vw;
  }
  .p-download .con .bottom .swiper-slide .text {
    padding: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .c-videos .box .tu-btns span {
    font-size: 50px;
  }
  .w-review .ctn-list ul li.regular .text {
    height: 160px;
  }
  .w-review .ctn-list ul li.regular .text p {
    margin-top: 14px;
  }
  .w-review .ctn-list ul li:nth-child(n+4) {
    margin-top: 24px;
  }
  .p-download .con .top .erweima {
    padding: 6px;
  }
  .p-download .con .bottom .swiper-slide .mask .center {
    width: 82%;
  }
  .p-download .con .bottom .swiper-slide .mask .center .erweima {
    width: 100px;
    margin-top: 20px;
    padding: 4px;
  }
  .header.active .con .right .a-btns {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .w-review .ctn-list ul li.regular .tu span {
    left: 26px;
  }
  .header.active .con .right .a-btns {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .w-review {
    padding-top: 80px;
  }
  .w-review .ctn-list ul li.regular .text {
    height: 130px;
  }
  .p-download {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding-top: 60px;
  }
  .c-videos {
    margin-top: 30px;
    height: auto;
  }
  .c-videos .box {
    width: 90%;
  }
  .c-videos .box img {
    border-radius: 10px;
  }
  .c-videos .box video {
    border-radius: 10px;
  }
  .c-videos .box .tu-btns span {
    font-size: 40px;
  }
  .w-review {
    padding-top: 60px;
  }
  .w-review .ctn-list {
    margin-top: 10px;
  }
  .w-review .ctn-list ul li.first {
    display: none!important;
  }
  .w-review .ctn-list ul li.regular {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px!important;
  }
  .w-review .ctn-list ul li.regular .tu {
    height: 190px;
  }
  .w-review .ctn-list ul li.regular .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .w-review .ctn-list ul li.regular .tu span {
    font-size: 36px;
    left: 16px;
    bottom: 14px;
  }
  .w-review .ctn-list ul li.regular .text {
    padding: 20px;
    height: auto;
  }
  .w-review .ctn-list ul li.regular .text p {
    margin-top: 10px;
  }
  .w-review .ctn-list ul li.regular.mobile {
    display: block;
  }
  .w-review .ctn-list .mores {
    margin: 30px auto 0;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .w-review .ctn-list .mores span {
    color: #283263;
    font-size: 16px;
  }
  .w-review .ctn-list .mores svg {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    animation-name: bounce;
    animation-iteration-count: infinite;
    transform-origin: center center;
    animation-duration: 2s;
    animation-fill-mode: both;
    position: relative;
  }
  .w-review .ctn-list .mores svg path {
    fill: #283263;
  }
  .p-download {
    padding-top: 60px;
  }
  .p-download .con .top {
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .p-download .con .top h2 svg {
    height: 24px;
  }
  .p-download .con .top h2.pc {
    display: none;
  }
  .p-download .con .top h2.mobile {
    display: block;
  }
  .p-download .con .top .erweima {
    right: auto;
    position: relative;
    width: 120px;
    height: 120px;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin: 20px auto 0;
    border-radius: 6px;
  }
  .p-download .con .bottom .swiper-container {
    padding-bottom: 40px;
  }
  .p-download .con .bottom .swiper-slide {
    border-radius: 10px;
  }
  .p-download .con .bottom .swiper-slide .text {
    padding: 14px;
  }
  .p-download .con .bottom .swiper-slide .text h2 {
    line-height: 1.4;
  }
  .p-download .con .bottom .swiper-slide .mask .center {
    width: 90%;
  }
  .p-download .con .bottom .swiper-slide .mask .center h2 {
    font-size: 14px;
    line-height: 1.3;
  }
  .p-download .con .bottom .swiper-slide .mask .center .erweima {
    width: 80px;
    border-radius: 6px;
    margin-top: 6px;
    padding: 4px;
  }
  .p-download .con .bottom .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}
/*# sourceMappingURL=index_add.css.map */