@charset "UTF-8";
/** @format */
.container-fluid {
  margin: 0;
  padding: 0;
}

.kf {
  position: fixed;
  top: 42%;
  right: 0;
  width: 60px;
  height: 120px;
  padding: 5px;
  background-color: #fff;
  border: #5b5959;
  border-radius: 15px;
  z-index: 999;
}
.kf .img1 {
  width: 80%;
}
.kf .pc-item2 {
  width: 100%;
  text-align: center;
}
.kf .pc-item2 .img2 {
  width: 80%;
}

.cursor-pointer {
  cursor: pointer;
}

.content .main {
  height: auto;
}
.content .main .group_1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #105d95;
  height: 100vh;
  max-height: 932px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content .main .group_1 {
    height: 750px;
  }
}
.content .main .group_1 .slideBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.content .main .group_1 .slideBox .slide-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content .main .group_1 .slideBox .slide-div .slide-img {
  position: relative;
  top: -60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -400px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -600px;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -600px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -1000px;
  }
}
@media (min-width: 1700px) {
  .content .main .group_1 .slideBox .slide-div .slide-img {
    top: -1000px;
  }
}
@media (max-width: 992px) {
  .content .main .group_1 .slideBox .slide-div .pc-b {
    display: none;
  }
}
@media (min-width: 992px) {
  .content .main .group_1 .slideBox .slide-div .pc-b {
    top: 0;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    max-width: none; /* 允许图片超出容器 */
  }
}
.content .main .group_1 .slideBox .swiper-container {
  height: 100%;
}
.content .main .group_1 .slideBox .swiper-button-next,
.content .main .group_1 .slideBox .swiper-button-prev {
  display: none;
  position: absolute;
  z-index: 999;
  color: white;
  width: 30px;
}
.content .main .group_1 .content-box {
  z-index: 99;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.content .main .group_1 .content-box .logo-box {
  max-width: 1280px;
  margin: 0 auto;
}
.content .main .group_1 .content-box .logo-box .logo-img {
  width: 4.5rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .logo-box .logo-img {
    width: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .content-box .logo-box .logo-img {
    width: 6.5rem;
  }
}
.content .main .group_1 .content-box .logo-box .logo-text-1 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .logo-box .logo-text-1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .content-box .logo-box .logo-text-1 {
    font-size: 2.5rem;
  }
}
.content .main .group_1 .content-box .logo-box .logo-text-2 {
  font-size: 0.7rem;
  color: #edebeb;
  font-weight: 300;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .logo-box .logo-text-2 {
    font-size: 0.9rem;
  }
}
.content .main .group_1 .content-box .block-1-img {
  margin-top: 14rem;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  pointer-events: none;
}
@media (min-width: 450px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 9rem;
  }
}
@media (min-width: 600px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 7rem;
  }
}
@media (min-width: 650px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 12rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 120px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_1 .content-box .block-1-img {
    margin-top: 70px;
  }
}
.content .main .group_1 .content-box .block-1-img .b-img-left {
  width: 80%;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-1-img .b-img-left {
    width: 40%;
  }
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-1-img .b-img-left {
    width: 180px;
  }
}
.content .main .group_1 .content-box .block-1-img .b-img-right {
  width: 100%;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-1-img .b-img-right {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-1-img .b-img-right {
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .content .main .group_1 .content-box .block-1-img .b-img-right {
    width: 60%;
  }
}
.content .main .group_1 .content-box .block-2 {
  margin-top: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-img-1 {
  height: 3px;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 .block-2-img-1 {
    width: 10%;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  font-size: 0.8rem;
  color: #e4e3e3;
  font-weight: 200;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 0.8rem;
  }
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 1rem;
  }
}
.content .main .group_1 .block_bottom {
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 1rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom {
    bottom: 50px;
  }
}
.content .main .group_1 .block_bottom .block_5 {
  margin-top: 30px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.content .main .group_1 .block_bottom .block_5 .box_2 {
  box-shadow: 0px 6px 5px 2px rgba(2, 0, 6, 0.1);
  background-image: linear-gradient(-2deg, rgb(41, 133, 199) 0, rgba(41, 133, 199, 0.996078) 0, rgb(16, 93, 149) 100%, rgb(16, 93, 149) 100%);
  width: 160px;
  height: 46px;
  border-radius: 0.9rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 {
    width: 170px;
    height: 60px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 {
    width: 180px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 {
    width: 200px;
    height: 60px;
  }
}
.content .main .group_1 .block_bottom .block_5 .box_2 .image_22 {
  width: 16.666667%;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom .block_5 .box_2 .image_22 {
    width: 15%;
  }
}
.content .main .group_1 .block_bottom .block_5 .box_2 .text_109 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content .main .group_1 .block_bottom .block_5 .box_2 .text_110 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.content .main .group_1 .block_bottom .block_f {
  height: 80px;
}
.content .main .group_1 .block_bottom .block_f .image_24 {
  width: 30px;
  height: 20px;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom .block_f .image_24 {
    width: 40px;
    height: 30px;
  }
}
.content .main .group_1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  height: 20rem;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(16, 93, 149, 0), #105d95 77%, #105d95);
}
@media (min-width: 768px) {
  .content .main .group_1:after {
    opacity: 0.85;
  }
}
.content .main .group_2 {
  width: 100%;
  height: 450px;
  background: url(./img/psfxzccl260s48h4qfvqlxyso4s6ab1tqa364cc89-bda9-4c50-a7e6-abe8dbc3c262.png) 50% 0 no-repeat;
  background-size: 230% auto;
  position: relative;
  background-color: #105d95;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .content .main .group_2 {
    background-size: 150% auto;
  }
}
@media (min-width: 1000px) {
  .content .main .group_2 {
    height: 500px;
    background-size: 100% auto;
    padding-top: 80px;
  }
}
.content .main .group_2 .section_2 {
  height: 100px;
  background: url(./img/bg-group_2-title.png) 0 no-repeat;
  background-size: 90%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .content .main .group_2 .section_2 {
    background-size: 45%;
  }
}
.content .main .group_2 .section_2 .image_1 {
  width: 65px;
  position: absolute;
  top: -15px;
}
.content .main .group_2 .section_2 .text_1 {
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .content .main .group_2 .section_2 .text_1 {
    background-size: 60%;
    font-size: 1.5rem;
    top: 35px;
  }
}
.content .main .group_2 .section_2 .image_2 {
  width: 60px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .content .main .group_2 .section_2 .image_2 {
    width: 80px;
    top: 80px;
  }
}
.content .main .group_2 .text-wrapper_1 {
  text-indent: 2em;
  margin-top: 25px;
  padding: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content .main .group_2 .text-wrapper_1 {
    padding-top: 50px;
  }
}
.content .main .group_2 .text-wrapper_1 .text_2 {
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .content .main .group_2 .text-wrapper_1 .text_2 {
    font-size: 1.2rem;
  }
}
.content .main .group_4 {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  position: relative;
  padding-top: 30px;
  background: url(./img/矩形-7.png) 0 0 no-repeat;
  background-size: 268%;
}
@media (min-width: 768px) {
  .content .main .group_4 {
    height: 850px;
    background-size: 100% auto;
  }
}
@media (min-width: 1000px) {
  .content .main .group_4 {
    padding-top: 80px;
    height: 850px;
    background-size: 100% auto;
  }
}
.content .main .group_4 .section_2 {
  height: 100px;
  background: url(./img/bg-group_4-title.png) 0 no-repeat;
  background-size: 90%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 {
    background-size: 45%;
  }
}
.content .main .group_4 .section_2 .image_1 {
  width: 65px;
  position: absolute;
  top: -15px;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 .image_1 {
    width: 80px;
    top: -30px;
  }
}
.content .main .group_4 .section_2 .text_1 {
  overflow-wrap: break-word;
  color: #000;
  font-size: 1.2rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 .text_1 {
    background-size: 60%;
    font-size: 1.5rem;
    top: 35px;
  }
}
.content .main .group_4 .section_2 .image_2 {
  width: 60px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .content .main .group_4 .section_2 .image_2 {
    width: 80px;
    top: 80px;
  }
}
.content .main .group_4 .block_6 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  padding: 30px;
}
.content .main .group_4 .block_6 .image_5 {
  width: 230px;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .image_5 {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .content .main .group_4 .block_6 .image_5 {
    width: 380px;
  }
}
.content .main .group_4 .block_6 .item-list .image-text_16 {
  padding: 10px;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .item-list .image-text_16 {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.content .main .group_4 .block_6 .item-list .image-text_16 .image-box .image-wrapper_1 {
  background: url(./img/psztqj3v1d1znqqgbl945e7os1x6xr7kjqea9abc46-6e29-43f8-b06a-4a6bb2c3a7bc.png) 0 0 no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
.content .main .group_4 .block_6 .item-list .image-text_16 .image-box .image-wrapper_1 .image_6 {
  width: 60%;
  height: 60%;
}
.content .main .group_4 .block_6 .text-group_18 {
  width: 220px;
  padding: 0 5px;
}
.content .main .group_4 .block_6 .text-group_18 .text_31 {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .text-group_18 .text_31 {
    font-size: 1rem;
  }
}
.content .main .group_4 .block_6 .text-group_18 .text_32 {
  font-size: 0.8rem;
  line-height: 1.2rem !important;
  display: inline-block;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 .text-group_18 .text_32 {
    font-size: 0.8rem;
    line-height: 1.2rem !important;
  }
}
.content .main .group_5 {
  width: 100%;
  height: auto;
  min-height: auto;
  background: url(./img/bg-group_5.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 350px) {
  .content .main .group_5 {
    background-size: cover;
    background-position: center top;
  }
}
@media (min-width: 400px) {
  .content .main .group_5 {
    background-size: cover;
    background-position: center top;
  }
}
@media (min-width: 500px) {
  .content .main .group_5 {
    background-size: cover;
    background-position: center top;
  }
}
@media (min-width: 768px) {
  .content .main .group_5 {
    background-size: cover;
    background-position: center top;
  }
}
@media (min-width: 1000px) {
  .content .main .group_5 {
    background-size: cover;
    background-position: center top;
    padding-top: 80px;
  }
}
.content .main .group_5 .section_2 {
  height: 100px;
  background: url(./img/bg-group_5-title.png) 0 no-repeat;
  background-size: 90%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 {
    background-size: 45%;
  }
}
.content .main .group_5 .section_2 .image_1 {
  width: 65px;
  position: absolute;
  top: -15px;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 .image_1 {
    width: 80px;
    top: -30px;
  }
}
.content .main .group_5 .section_2 .text_1 {
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 .text_1 {
    background-size: 60%;
    font-size: 1.5rem;
    top: 35px;
  }
}
.content .main .group_5 .section_2 .image_2 {
  width: 60px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .content .main .group_5 .section_2 .image_2 {
    width: 80px;
    top: 80px;
  }
}
.content .main .group_5 .text-wrapper_1 {
  text-indent: 2em;
  padding: 0.8rem;
  margin-top: 25px;
  background: url(./img/bg-group_5-logo.png) 0 no-repeat;
  background-size: 100%;
  background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 500px) {
  .content .main .group_5 .text-wrapper_1 {
    padding: 1rem;
    background-size: 60%;
    background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  }
}
@media (min-width: 768px) {
  .content .main .group_5 .text-wrapper_1 {
    padding-top: 50px;
    background-size: 30%;
    background-position: center; /* 让背景图片在元素内水平和垂直居中 */
  }
}
@media (min-width: 1300px) {
  .content .main .group_5 .text-wrapper_1 {
    height: 50%;
    background-size: 30%;
    background-position: center; /* 让背景图片在元素内水平和垂直居中 */
    margin-top: 50px;
  }
}
.content .main .group_5 .text-wrapper_1 .text_2 {
  color: #fff;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 0.4rem;
}
@media (min-width: 400px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (min-width: 500px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (min-width: 600px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_5 .text-wrapper_1 .text_2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.content .main .group_6 {
  width: 100%;
  height: auto;
  background: url(./img/矩形-7.png) 0 0 no-repeat;
  background-size: 128%;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-top: 30px;
}
.content .main .group_6 .block_7 {
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.content .main .group_6 .box_bg {
  background: url(./img/pszczh3kdwrfrqwiugsdcjgajwceea8w7o62a91d8e-78e9-4373-964f-3ffbed51b258.png) 0 no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 768px) {
  .content .main .group_6 .box_bg {
    background-size: 96%;
  }
}
.content .main .group_6 .box_4 {
  position: relative;
  width: 100%;
  height: 330px;
}
@media (min-width: 468px) {
  .content .main .group_6 .box_4 {
    width: 100%;
    height: 420px;
  }
}
@media (min-width: 580px) {
  .content .main .group_6 .box_4 {
    width: 100%;
    height: 550px;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 {
    height: 420px;
    top: 50px;
  }
}
@media (min-width: 1300px) {
  .content .main .group_6 .box_4 {
    height: 500px;
    top: 50px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_6 .box_4 {
    height: 560px;
    top: 50px;
  }
}
.content .main .group_6 .box_4 .text-wrapper_19 {
  width: 100%;
  padding-top: 60px;
}
@media (min-width: 468px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 60px;
  }
}
@media (min-width: 1500px) {
  .content .main .group_6 .box_4 .text-wrapper_19 {
    padding-top: 70px;
  }
}
.content .main .group_6 .box_4 .text-wrapper_19 .box {
  width: 90%;
}
.content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-family: HiraginoSansGB-W6;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  padding: 0 10px;
}
@media (min-width: 468px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .text_181 {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
}
.content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgb(0, 0, 0);
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-align: left;
  line-height: 0.9rem;
  margin-top: 0.5rem;
  text-indent: 2em;
  padding: 0 10px;
}
@media (min-width: 360px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
@media (min-width: 380px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
}
@media (min-width: 380px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media (min-width: 478px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 580px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .content .main .group_6 .box_4 .text-wrapper_19 .paragraph_5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.content .main .group_6 .box_4 .image_30 {
  width: 120px;
}
@media (min-width: 478px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 160px;
  }
}
@media (min-width: 580px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 120px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 230px;
  }
}
@media (min-width: 1600px) {
  .content .main .group_6 .box_4 .image_30 {
    width: 230px;
  }
}
.content .main .group_6 .box_5 {
  margin-top: 30px;
}
.content .main .group_6 .box_5 .image_32 {
  width: 80%;
  height: auto;
}
.content .main .group_6 .box_6 {
  margin-top: 30px;
}
.content .main .group_6 .box_6 .text-wrapper_17 {
  box-shadow: 0px 6px 5px 2px rgba(2, 0, 6, 0.1);
  background-image: linear-gradient(-2deg, rgb(41, 133, 199) 0, rgba(41, 133, 199, 0.996078) 0, rgb(16, 93, 149) 100%, rgb(16, 93, 149) 100%);
  border-radius: 30px;
  height: 50px;
  width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .main .group_6 .box_6 .text-wrapper_17 .text_190 {
  color: #fff;
}
.content .main .group_7 {
  width: 100%;
  height: 120px;
  padding: 5px 0;
  gap: 10px;
  background-color: #105d95;
}
@media (min-width: 768px) {
  .content .main .group_7 {
    height: 160px;
    gap: 20px;
    padding: 35px 0;
  }
}
.content .main .group_7 .image_16 {
  width: 67px;
  height: auto;
}
@media (min-width: 768px) {
  .content .main .group_7 .image_16 {
    width: 100px;
    height: auto;
  }
}
.content .main .group_7 .text-group_28 .text_103 {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .content .main .group_7 .text-group_28 .text_103 {
    font-size: 1.8rem;
  }
}
.content .main .group_7 .text-group_28 .text_104 {
  color: #d7d7d7;
  font-size: 0.7rem;
  font-weight: 200;
}
@media (min-width: 768px) {
  .content .main .group_7 .text-group_28 .text_104 {
    font-size: 1rem;
  }
}
.content .main .group_7 .text_105 {
  color: #d7d7d7;
  font-size: 0.6rem;
  font-weight: 200;
}
@media (min-width: 768px) {
  .content .main .group_7 .text_105 {
    font-size: 0.9rem;
  }
}

.PopUp-back {
  width: 100%;
}
.PopUp-back .main {
  padding: 5px 30px;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
.PopUp-back .main .hide {
  display: none;
}
.PopUp-back .nav {
  height: 100px;
}
.PopUp-back .nav .nav-item {
  text-align: center;
}
.PopUp-back .content .close {
  position: absolute;
  right: 1rem;
  top: 0rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.PopUp-back .content .close img {
  width: 100%;
  height: auto;
}
.PopUp-back .content .title {
  line-height: 2rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.PopUp-back .content .tit {
  height: 50px;
  line-height: 50px;
}
.PopUp-back .content .pic img {
  width: 100%;
}

.fixed {
  position: fixed;
  top: 42%;
  right: 8px;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}
.fixed .pcDialog2 {
  width: 266px;
  position: absolute;
  top: -50px;
  right: 60px;
  z-index: 100;
}
.fixed .pcDialog2 .dialog-header {
  height: 40px;
  line-height: 40px;
  background: url(./img/download8.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.fixed .pcDialog2 .dialog-body {
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.fixed .pcDialog2 .dialog-body img {
  width: 100px;
  height: 100px;
}
.fixed .pcDialog2 .dialog-body .wx {
  width: 100%;
  height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixed .pcDialog2 .dialog-body .wx img {
  width: 226px;
  height: 226px;
}
.fixed .pcDialog2 .dialog-body .wx .wx-text {
  font-size: 16px;
}
.fixed .pcDialog2 .dialog-body .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
}
.fixed .pcDialog2 .dialog-body .box .copy-text {
  width: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fixed .pcDialog2 .dialog-body .box .copy-text .pc-copy {
  background: #105d95;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-left: 8px;
}
.fixed .pcDialog2 .dialog-body .box .copy-text .copy-text {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 10px 0;
  float: right;
}/*# sourceMappingURL=index.css.map */

.content .main .group_5 .accordion {
  margin-top: 12px;
}
.content .main .group_5 .accordion-item {
  overflow: hidden;
}
.content .main .group_5 .accordion-button {
  font-size: 1rem;
  line-height: 1.5;
}
.content .main .group_5 .accordion-body {
  line-height: 1.8;
}


/* ===== v4 top notice lower positioning ===== */
.content .main .group_1 .content-box .block-2 {
  margin-top: 1.45rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 1.7rem;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  font-size: 0.76rem;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 0.92rem;
  }
}
.content .main .group_1 .block_bottom {
  bottom: 0.35rem;
}
@media (min-width: 768px) {
  .content .main .group_1 .block_bottom {
    bottom: 28px;
  }
}

.content .main .group_2 {
  height: auto;
  min-height: auto;
  padding-top: 26px;
  padding-bottom: 28px;
  background-position: center top;
}
@media (min-width: 1000px) {
  .content .main .group_2 {
    height: auto;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 34px;
  }
}
.content .main .group_2 .section_2,
.content .main .group_4 .section_2,
.content .main .group_5 .section_2 {
  height: 88px;
}
.content .main .group_2 .text-wrapper_1 {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .content .main .group_2 .text-wrapper_1 {
    padding-top: 28px;
  }
}
.content .main .group_2 .text-wrapper_1 .text_2 {
  line-height: 1.9;
}
@media (min-width: 768px) {
  .content .main .group_2 .text-wrapper_1 .text_2 {
    line-height: 1.8;
  }
}

.content .main .group_4 {
  height: auto;
  min-height: auto;
  padding-top: 26px;
  padding-bottom: 28px;
  background-position: center top;
}
@media (min-width: 768px) {
  .content .main .group_4 {
    height: auto;
    min-height: auto;
    padding-bottom: 34px;
  }
}
@media (min-width: 1000px) {
  .content .main .group_4 {
    height: auto;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
.content .main .group_4 .block_6 {
  padding-top: 12px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .content .main .group_4 .block_6 {
    padding-top: 20px;
  }
}

.content .main .group_5 {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 1000px) {
  .content .main .group_5 {
    padding-top: 64px;
    padding-bottom: 34px;
  }
}
.content .main .group_5 .text-wrapper_1 {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .content .main .group_5 .text-wrapper_1 {
    padding-top: 28px;
  }
}
@media (min-width: 1300px) {
  .content .main .group_5 .text-wrapper_1 {
    height: auto;
  }
}
.content .main .group_5 .accordion {
  margin-bottom: 0;
}
.content .main .group_5 .accordion-item:last-child {
  margin-bottom: 0;
}


/* ===== v5 top notice lower + single floating download button ===== */
.content .main .group_1 .content-box .block-2 {
  margin-top: 2.85rem !important;
  transform: translateY(18px);
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 3rem !important;
    transform: translateY(24px);
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  letter-spacing: 0.02rem;
}

.floating-download {
  position: fixed;
  right: 12px;
  top: 72%;
  transform: translateY(-50%);
  z-index: 1000;
  min-width: 92px;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a6dff 0%, #29b6ff 100%);
  box-shadow: 0 10px 24px rgba(0, 88, 186, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.floating-download:hover {
  transform: translateY(-50%) scale(1.03);
  box-shadow: 0 14px 28px rgba(0, 88, 186, 0.42);
}
.floating-download:active {
  transform: translateY(-50%) scale(0.98);
}
.floating-download-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  line-height: 1;
}
.floating-download-text {
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .floating-download {
    right: 10px;
    top: 74%;
    min-width: 96px;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }
}


/* ===== v6 notice lower + prettier floating download ===== */
.content .main .group_1 .content-box .block-2 {
  margin-top: 3.45rem !important;
  transform: translateY(34px);
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 3.7rem !important;
    transform: translateY(42px);
  }
}

.floating-download {
  position: fixed;
  right: 14px;
  top: 76%;
  transform: translateY(-50%);
  z-index: 1000;
  min-width: 132px;
  height: 54px;
  padding: 0 18px 0 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(12, 92, 188, 0.96) 0%, rgba(31, 178, 255, 0.96) 100%);
  box-shadow: 0 14px 30px rgba(3, 59, 126, 0.34), inset 0 1px 0 rgba(255,255,255,0.28);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, right 0.2s ease;
}
.floating-download-glow {
  position: absolute;
  inset: auto auto -22px -12px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.32) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.floating-download:hover {
  transform: translateY(-50%) translateX(-2px);
  box-shadow: 0 18px 34px rgba(3, 59, 126, 0.4), inset 0 1px 0 rgba(255,255,255,0.32);
}
.floating-download:active {
  transform: translateY(-50%) scale(0.985);
}
.floating-download-icon {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 16px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}
.floating-download-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.floating-download-text {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.floating-download-sub {
  margin-top: 4px;
  font-size: 10px;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.08em;
}
@media (max-width: 767.98px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 3.1rem !important;
    transform: translateY(28px);
  }
  .floating-download {
    right: 10px;
    top: 78%;
    min-width: 124px;
    height: 50px;
    padding: 0 14px 0 12px;
    border-radius: 16px;
    gap: 8px;
  }
  .floating-download-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
  }
  .floating-download-text {
    font-size: 14px;
  }
  .floating-download-sub {
    font-size: 9px;
    margin-top: 3px;
  }
}


/* ===== v7 notice lower + bigger text + cleaner download button ===== */
.content .main .group_1 .content-box .block-2 {
  margin-top: 3.95rem !important;
  transform: translateY(54px);
}
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 4.15rem !important;
    transform: translateY(62px);
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  font-size: 17px !important;
  letter-spacing: 0.01em;
}
.floating-download {
  right: 16px;
  top: 78%;
  min-width: 138px;
  height: 56px;
  padding: 0 18px 0 14px;
  border-radius: 18px;
  gap: 10px;
  background: linear-gradient(135deg, rgba(15, 110, 215, 0.98) 0%, rgba(48, 191, 255, 0.98) 100%);
  box-shadow: 0 16px 34px rgba(4, 66, 136, 0.30), inset 0 1px 0 rgba(255,255,255,0.30);
}
.floating-download-copy {
  align-items: center;
  justify-content: center;
}
.floating-download-text {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.floating-download-sub { display:none !important; }
.floating-download-icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 3.55rem !important;
    transform: translateY(38px);
  }
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 15px !important;
  }
  .floating-download {
    right: 10px;
    top: 79%;
    min-width: 126px;
    height: 52px;
    padding: 0 14px 0 12px;
    border-radius: 16px;
  }
  .floating-download-text {
    font-size: 15px;
  }
}


/* ===== v9 cleaner premium floating download button ===== */
.floating-download {
  position: fixed;
  right: 18px;
  bottom: 88px;
  top: auto;
  z-index: 999;
  min-width: 156px;
  height: 54px;
  padding: 0 18px 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(58,160,255,0.96) 0%, rgba(23,110,226,0.96) 100%);
  border: 1px solid rgba(255,255,255,0.36);
  box-shadow: 0 14px 28px rgba(10,53,115,0.26), inset 0 1px 0 rgba(255,255,255,0.35);
  cursor: pointer;
  overflow: hidden;
}
.floating-download::before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  height: 48%;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.05) 100%);
  pointer-events: none;
}
.floating-download-glow { display:none; }
.floating-download-icon,
.floating-download-copy {
  position: relative;
  z-index: 2;
}
.floating-download-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
  flex: 0 0 32px;
}
.floating-download-copy {
  display: flex;
  align-items: center;
}
.floating-download-text {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(16,61,120,0.18);
}
.floating-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(10,53,115,0.30), inset 0 1px 0 rgba(255,255,255,0.38);
}
.floating-download:active {
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .floating-download {
    right: 10px;
    bottom: 72px;
    min-width: 148px;
    height: 50px;
    padding: 0 16px 0 10px;
  }
  .floating-download-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
    flex-basis: 30px;
  }
  .floating-download-text {
    font-size: 17px;
  }
}


/* ===== v10 desktop visible + refined glass floating download ===== */
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 4.45rem !important;
    transform: translateY(78px) !important;
  }
}
@media (max-width: 767.98px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 3.85rem !important;
    transform: translateY(46px) !important;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  font-size: 17px !important;
}
@media (max-width: 767.98px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 15px !important;
  }
}

.floating-download {
  position: fixed !important;
  right: 18px !important;
  bottom: 92px !important;
  top: auto !important;
  z-index: 99999 !important;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 168px;
  height: 58px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(33,130,235,0.42) 0%, rgba(16,92,190,0.34) 100%) !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  box-shadow: 0 14px 32px rgba(8,54,117,0.20), inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -10px 22px rgba(10,72,150,0.16) !important;
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.floating-download::before {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  height: 52%;
  border-radius: 999px 999px 22px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0.06) 100%);
  pointer-events: none;
}
.floating-download::after {
  content: '';
  position: absolute;
  inset: auto auto -26px -14px;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(120,207,255,0.24) 0%, rgba(120,207,255,0) 74%);
  pointer-events: none;
}
.floating-download-glow {
  display: none !important;
}
.floating-download-icon,
.floating-download-copy {
  position: relative;
  z-index: 2;
}
.floating-download-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, rgba(73,171,255,0.80) 0%, rgba(33,110,228,0.72) 100%);
  border: 1px solid rgba(255,255,255,0.34);
  box-shadow: 0 8px 18px rgba(21,108,218,0.26), inset 0 1px 0 rgba(255,255,255,0.36);
}
.floating-download-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-download-text {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(9,52,106,0.20);
}
.floating-download:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(41,139,244,0.48) 0%, rgba(18,98,201,0.40) 100%) !important;
  box-shadow: 0 18px 36px rgba(8,54,117,0.24), inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -10px 22px rgba(10,72,150,0.18) !important;
}
.floating-download:active {
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .floating-download {
    right: 10px !important;
    bottom: 72px !important;
    min-width: 154px;
    height: 52px;
    padding: 0 16px 0 10px;
    gap: 10px;
  }
  .floating-download-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 12px;
    font-size: 15px;
  }
  .floating-download-text {
    font-size: 17px;
  }
}


/* ===== v11 desktop notice restore + lighter smaller glass button ===== */
@media (min-width: 768px) {
  .content .main .group_1 .content-box .block-2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: min(92%, 760px);
    margin: 2.35rem auto 0 !important;
    position: relative;
    top: 34px;
    left: 0;
    right: 0;
    transform: none !important;
    overflow: visible !important;
    z-index: 120;
  }
}
@media (max-width: 767.98px) {
  .content .main .group_1 .content-box .block-2 {
    margin-top: 3.95rem !important;
    transform: translateY(52px) !important;
  }
}
.content .main .group_1 .content-box .block-2 .block-2-text {
  font-size: 17.5px !important;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .content .main .group_1 .content-box .block-2 .block-2-text {
    font-size: 15.5px !important;
  }
}

.floating-download {
  right: 18px !important;
  bottom: 88px !important;
  min-width: 132px;
  height: 44px;
  gap: 8px;
  padding: 0 13px 0 9px;
  background: linear-gradient(180deg, rgba(38,136,236,0.22) 0%, rgba(14,89,188,0.17) 100%) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  box-shadow: 0 8px 20px rgba(8,54,117,0.12), inset 0 1px 0 rgba(255,255,255,0.16), inset 0 -7px 16px rgba(10,72,150,0.07) !important;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
}
.floating-download::before {
  left: 1px;
  right: 1px;
  top: 1px;
  height: 48%;
  background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.035) 100%);
}
.floating-download::after {
  width: 72px;
  height: 72px;
  inset: auto auto -22px -10px;
  background: radial-gradient(circle, rgba(120,207,255,0.12) 0%, rgba(120,207,255,0) 74%);
}
.floating-download-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 9px;
  font-size: 13px;
  background: linear-gradient(180deg, rgba(92,186,255,0.46) 0%, rgba(37,115,232,0.38) 100%);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 5px 12px rgba(21,108,218,0.14), inset 0 1px 0 rgba(255,255,255,0.26);
}
.floating-download-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 1px 2px rgba(9,52,106,0.12);
}
.floating-download:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(44,143,244,0.26) 0%, rgba(18,98,201,0.20) 100%) !important;
  box-shadow: 0 12px 24px rgba(8,54,117,0.15), inset 0 1px 0 rgba(255,255,255,0.20), inset 0 -7px 16px rgba(10,72,150,0.09) !important;
}
@media (max-width: 767.98px) {
  .floating-download {
    right: 10px !important;
    bottom: 70px !important;
    min-width: 124px;
    height: 42px;
    padding: 0 11px 0 8px;
    gap: 7px;
  }
  .floating-download-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 8px;
    font-size: 12px;
  }
  .floating-download-text {
    font-size: 14px;
  }
}


/* ===== v13 smaller floating download button ===== */
.floating-download {
  right: 16px !important;
  bottom: 112px !important;
  min-width: 118px !important;
  height: 40px !important;
  gap: 7px !important;
  padding: 0 11px 0 8px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(38,136,236,0.19) 0%, rgba(14,89,188,0.14) 100%) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  box-shadow: 0 10px 24px rgba(8, 33, 76, 0.18), inset 0 1px 0 rgba(255,255,255,0.22) !important;
}
.floating-download::before {
  opacity: 0.62 !important;
}
.floating-download::after {
  opacity: 0.42 !important;
}
.floating-download-icon {
  width: 22px !important;
  height: 22px !important;
  flex-basis: 22px !important;
  border-radius: 7px !important;
  font-size: 11px !important;
  box-shadow: 0 5px 14px rgba(43, 160, 255, 0.18), inset 0 1px 0 rgba(255,255,255,0.28) !important;
}
.floating-download-copy {
  gap: 0 !important;
}
.floating-download-text {
  font-size: 13px !important;
  letter-spacing: 0.2px !important;
}
.floating-download:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(8, 33, 76, 0.20), inset 0 1px 0 rgba(255,255,255,0.24) !important;
}
@media (max-width: 767.98px) {
  .floating-download {
    right: 10px !important;
    bottom: 84px !important;
    min-width: 112px !important;
    height: 38px !important;
    padding: 0 10px 0 7px !important;
    gap: 6px !important;
    border-radius: 16px !important;
  }
  .floating-download-icon {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
    border-radius: 6px !important;
    font-size: 10px !important;
  }
  .floating-download-text {
    font-size: 12.5px !important;
  }
}


/* v18: safe performance and rendering tweaks */
img { max-width: 100%; height: auto; }
.slide-img, .logo-img { will-change: auto; }
.floating-download { z-index: 30; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
