/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* 小屏幕设备（小于 768px） */
html {
  font-size: 16px;
}

@media (max-width: 767px) {

  /* 头部样式 */
  .header {
    width: 100%;
    height: 100vh;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url('./components/img/header1.jpg') no-repeat center center / cover;
  }

  .header-operate {
    margin-left: 2rem;
  }

  .header-logo {
    margin-top: 3rem;
    height: 35px;
  }

  .header-content {
    margin-top: 17.5px;
    margin-left: 7.5px;
    height: 281.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-1 {
    width: 400px;
    font-size: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 25%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 50%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 25%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 50%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
  }

  .header-2 {
    font-size: 15px;
    color: black;
  }

  .margin-top {
    margin-top: 5px;
  }

  .header-3 {
    font-size: 15px;
    margin-top: 5px;
  }

  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
  }

  .header-btn {
    height: 30px;
    width: 117.5px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 6.5px;
    cursor: pointer;
    margin-top: 50px;
  }

  .header-dec {
    color: #afafb3;
    margin-left: 10px;
    height: 9px;
  }

  .header-4 {
    font-weight: 500;
    font-size: 8px;
    color: #fff;
  }

  /* 直播人崩溃日常部分 */
  .problem-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .problem img,
  .problem p {
    cursor: pointer;
  }

  /* 设置文字悬停时的颜色 */
  .problem p:hover {
    color: red;
  }

  .problem {
    width: 40%;
    margin-bottom: 10px;
  }

  .problem img {
    width: 100%;
  }

  .problem-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problem-content-title {
    width: 400px;
    text-align: center;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#fe4b71), to(#fff));
    background: -o-linear-gradient(left, #f50709, #fe4b71, #fff);
    background: linear-gradient(to right, #f50709, #fe4b71, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  /* 已有主播使用效果部分 */
  .function-box {
    width: 100%;
    background-image: url('./components/img/xib1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav {
    width: 100%;
    height: 80%;
  }

  .nav img {
    width: 100%;
    height: 100%;
  }

  .function-boxTwo {
    width: 100%;
    height: 10%;
    padding-top: 20px;
    z-index: 1;
  }

  .function-btn-box {
    width: 100%;
    height: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 25px;
  }

  .function-btn {
    display: inline-block;
    height: 30px;
    width: 210px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#f63737), to(#f50709));
    background: -o-linear-gradient(left, #f50709, #f63737, #f50709);
    background: linear-gradient(to right, #f50709, #f63737, #f50709);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    cursor: pointer;
  }

  .function-dec {
    color: #afafb3;
    margin-left: 12.5px;
    line-height: 30px;
    height: 30px;
  }

  .section-title-1 {
    font-size: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title-3 {
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .problem-box-1 {
    text-align: center;
    margin-left: 10rem;
  }

  /* 评价图片样式 */
  .testimonial img {
    width: 100%;
    /* 图片宽度占满父容器 */
    height: auto;
    /* 保持图片比例 */
  }

  /* 四方智播如何帮你省心控场部 */
  .feature-img {
    border-width: 0.5px;
    border-style: solid;
    -o-border-image: -o-linear-gradient(top, #f50709, #fff, #89baf5) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#f50709), color-stop(#fff), to(#89baf5)) 1;
    border-image: linear-gradient(to bottom, #f50709, #fff, #89baf5) 1;
  }

  .feature-title {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }

  .feature-content {
    font-size: 10px;
    text-align: center;
    margin-top: 7.5px;
    margin-bottom: 30px;
  }

  /* 数字样式 */
  .number {
    font-size: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
  }

  /* 试用信息部分 */
  .form-box {
    width: 355px;
    /* max-width: 1000px; */
    height: 300px;
    /* background: url('./components/img/WechatMG111.png')no-repeat center center / contain; */
    /* background: url('./components/img/WechatMG111.png')no-repeat center; */
    /* object-fit: contain; */
    /* background-color: pink; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 30px; */
  }

  .price {
    font-size: 50px;

  }

  /* 底部样式 */
  .footer {
    background: url("./components/img/Rectangle 130.png") no-repeat center center;
    /* 设置背景图片 */
    background-size: cover;
    /* 背景图片大小适应容器 */
    /* height: 100px; 设置底部高度 */
    overflow: hidden;
  }

  .container {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* align-items: center; */
    padding: 0px 80px 0px 80px;
  }

  .container ul {
    list-style: none;
    text-align: center;
    margin-top: 20px;
  }

  .container li {
    padding-bottom: 7.5px;
    /* line-height: 1.5px; */
    letter-spacing: -0.25px
  }

  ul li:nth-child(1) {
    /* margin-bottom: 20px; */
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.25px
  }

  .logo {
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo img {
    height: 25px;
    margin-right: 5px;
  }

  .platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    text-align: center;
    margin-left: 2.5rem;
    margin-bottom: -2rem;
  }

  .platform-icon {
    width: 30px;
  }

  .qr-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 水平排列 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 2rem;
    margin-bottom: -2.5rem;
    text-align: center;
    /* margin-left: 23rem; */
    color: #ffffff;
    /* line-height: 1.5rem; */
    /* margin: 0rem 0rem 0rem 50rem; */

  }

  .qr-section p {
    margin-right: 12.5px;
  }

  .qr-section img {
    padding: 10px;
    width: 60px;
    margin-bottom: 5px;
  }

  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    text-align: center;
    margin: 20px 0;
    font-size: 0.45em;
    line-height: 0.75rem;
    color: #a8a6a6;
  }

  /* 底部 点击就二维码放大*/
  .qr-img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    cursor: pointer;
    line-height: 0.75rem;
  }

  .qr-img:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .qr-img:active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  /* 浮窗 */
  @media (min-width: 768px) {
    .floating-window {
      width: 90px;
    }

    .qr-code-section img {
      width: 70px;
      height: 70px;
    }
  }

  /* 浮窗整体盒子 */
  .floating-window {
    position: fixed;
    right: 5px;
    top: 50%;
    /* width: 200px; 修正容器宽度 */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    overflow: visible;
    /* 允许tooltip溢出 */
    z-index: 9999;
    width: 75px;
  }

  .floating-window-content {
    position: relative;
    width: 100%;
    /* 继承父容器宽度 */
    background: -o-linear-gradient(315deg, #2e36e7, #8a00d0, #ff561d, #ff9500);
    background: linear-gradient(135deg, #2e36e7, #8a00d0, #ff561d, #ff9500);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* gap: 15px; 添加间距 */
    border-radius: 10px;
  }

  .header-section {
    text-align: center;
    padding: 7.5px 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    /* margin-right: 30px; */
  }

  .header-section-hr {
    height: 0.05px;
    width: 50px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .header-section img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* display: block;
    margin: 0 auto 10px; */
    /* object-fit: contain; */
  }

  /* 弹框样式，固定在左侧 */
  .tooltip {
    position: absolute;
    right: 105%;
    /* 基于父元素右侧定位 */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* 垂直居中 */
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    display: none;
    /* transition: all 0.3s; */
    z-index: 9999;
    padding: 5px;
    text-align: center;
    width: 75px;
    /* 固定宽度 */
    /* margin-right: 200px; */
  }

  /* 弹框内图片样式 */
  .tooltip img {
    width: 100%;
    /* 适应容器宽度 */
    height: auto;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
  }

  /* 三角箭头，指向右侧 */
  .tooltip::after {
    content: "";
    position: absolute;
    right: -5px;
    /* 箭头位置 */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  }

  .consult-btn {
    color: #fff;
    border: none;
  }

  /* 弹出框样式 */
  .popup {
    opacity: 0;
    visibility: hidden;
    /* 初始状态不可见 */
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* 添加过渡效果 */
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    color: #000;
    /* margin-left: 40rem; 调整位置 */
    max-height: 80vh;
    /* 设置最大高度，可根据需要调整 */
    overflow-y: auto;
    /* 当内容超出高度时显示垂直滚动条 */
  }

  .popup img {
    max-width: 100px;
  }

  .popup p {
    font-size: 7.5px;
    text-align: left;

  }

  /* 用户协议弹窗 */

  .popup h2 {
    margin-bottom: 5px;
  }

  /* .popup p {
    margin-bottom: 20px;
  } */

  .close-btn {
    display: block;
    margin: 0 auto;
    padding: 4px 7.5px;
    background: #de5333;
    color: #fff;
    border: none;
    border-radius: 2.5px;
    cursor: pointer;
  }

  .close-btn {
    margin-top: 10px;
  }


  /* 公用部分 */
  .section {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #2a3056; */
    background-image: url('./components/img/长背景切图-3.jpg');
    position: relative;
  }

  .section-title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: black;
  }

  .section-desc {
    font-size: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

  .section-desc1 {
    font-size: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }

  .section-title-2 {
    width: 90%;
    max-width: 700px;
    font-size: 11.5px !important;
    font-weight: bold;
    text-align: center;
    margin-top: 7.5px;
    color: black !important;
    margin-bottom: 20px;
  }

  .problem-box {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problem-btn {
    display: inline-block;
    height: 30px;
    width: 210px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#f63737), to(#f50709));
    background: -o-linear-gradient(left, #f50709, #f63737, #f50709);
    background: linear-gradient(to right, #f50709, #f63737, #f50709);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    cursor: pointer;
  }

  .problem-dec {
    color: #afafb3;
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
  }

  .section-title-2 {
    color: #c3c3c3;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
  }
}

/* 中等屏幕设备（768px - 1200px） */
@media (min-width: 768px) and (max-width: 1200px) {

  /* 头部样式 */
  .header {
    width: 100%;
    height: 100vh;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url('./components/img/header1.png') no-repeat center center / cover;
  }

  .header-operate {
    margin-left: 4rem;
  }

  .header-logo {
    margin-top: 6rem;
    height: 0.35rem;
  }

  .header-content {
    margin-top: 0.175rem;
    margin-left: 0.075rem;
    height: 2.815rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-1 {
    font-size: 0.225rem;
    color: #fff;
    font-weight: bold;
  }

  .header-2 {
    width: 4rem;
    font-size: 0.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
  }

  .margin-top {
    margin-top: 0.05rem;
  }

  .header-3 {
    font-size: 0.15rem;
    margin-top: 0.05rem;
  }

  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.075rem 0;
  }

  .header-btn {
    height: 0.3rem;
    width: 1.75rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#e22d2d), to(#f50709));
    background: -o-linear-gradient(left, #f50709, #e22d2d, #f50709);
    background: linear-gradient(to right, #f50709, #e22d2d, #f50709);
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0.1rem;
    cursor: pointer;
  }

  .header-dec {
    color: #afafb3;
    margin-left: 0.1rem;
    height: 0.09rem;
  }

  .header-4 {
    font-weight: 500;
    font-size: 0.08rem;
    color: #fff;
  }

  /* 直播人崩溃日常部分 */
  .problem-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }

  .problem img,
  .problem p {
    cursor: pointer;
  }

  /* 设置文字悬停时的颜色 */
  .problem p:hover {
    color: red;
  }

  .problem {
    width: 20%;
    margin-bottom: 0.1rem;
  }

  .problem img {
    width: 100%;
  }

  .problem-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problem-content-title {
    width: 4rem;
    text-align: center;
    font-size: 0.2rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#fe4b71), to(#fff));
    background: -o-linear-gradient(left, #f50709, #fe4b71, #fff);
    background: linear-gradient(to right, #f50709, #fe4b71, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  /* 已有主播使用效果部分 */
  .function-box {
    position: relative;
    text-align: center;
  }

  .function-boxTwo {
    width: 100%;
    margin-top: 2rem;
    position: absolute;
    text-align: center;
    padding-right: 20rem;
  }

  .section-title-1 {
    font-size: 0.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    margin-left: 21rem;

  }

  .problem-box-1 {
    text-align: center;
    margin-left: 20rem;
  }

  /* 评价图片样式 */
  .testimonial img {
    width: 100%;
    /* 图片宽度占满父容器 */
    height: auto;
    /* 保持图片比例 */
  }

  /* 四方智播如何帮你省心控场部 */
  .feature-img {
    border-width: 0.005rem;
    border-style: solid;
    -o-border-image: -o-linear-gradient(top, #f50709, #fff, #89baf5) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#f50709), color-stop(#fff), to(#89baf5)) 1;
    border-image: linear-gradient(to bottom, #f50709, #fff, #89baf5) 1;
  }

  .feature-title {
    text-align: center;
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }

  .feature-content {
    font-size: 0.1rem;
    text-align: center;
    margin-top: 0.075rem;
    margin-bottom: 0.3rem;
  }

  /* 数字样式 */
  .number {
    font-size: 0.3rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
  }

  /* 试用信息部分 */
  .form-box {
    width: 5rem;
    height: 4rem;
    /* background: url('./components/img/WechatMG111.png')no-repeat center center / cover; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price {
    font-size: 0.5rem;

  }

  /* 底部样式 */
  .footer {
    background: url("./components/img/Rectangle 130.png") no-repeat center center;
    /* 设置背景图片 */
    background-size: cover;
    /* 背景图片大小适应容器 */
    /* height: 100px; 设置底部高度 */
    overflow: hidden;
  }

  .container {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    width: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo img {
    height: 0.25rem;
    margin-right: 0.05rem;
  }

  .platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.15rem;
    text-align: center;
    margin-left: 2em;
    margin-bottom: -4rem;
  }

  .platform-icon {
    width: 0.3rem;
  }

  .qr-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 水平排列 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.1rem;
    margin-left: 4rem;
    margin-bottom: -5rem;
    text-align: center;
    /* margin-left: 23rem; */
    color: #ffffff;
    /* line-height: 1.5rem; */
    /* margin: 0rem 0rem 0rem 50rem; */

  }

  .qr-section p {
    margin-right: 0.125rem;
  }

  .qr-section img {
    padding: 0.1rem;
    width: 0.6rem;
    margin-bottom: 0.05rem;
  }

  .copyright {
    text-align: center;
    margin: 0.2rem 0;
    font-size: 0.9em;
    line-height: 1.5rem;
    color: #a8a6a6;
  }

  /* 底部 点击就二维码放大*/
  .qr-img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    cursor: pointer;
    line-height: 1.5rem;
  }

  .qr-img:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .qr-img:active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  /* 浮窗 */
  @media (min-width: 768px) {
    .floating-window {
      width: 0.9rem;
    }

    .qr-code-section img {
      width: 0.7rem;
      height: 0.7rem;
    }
  }

  .floating-window {
    position: fixed;
    right: 0.05rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.6rem;
    background: #fff;
    border-radius: 0.05rem;
    -webkit-box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #000;
    border-radius: 0.05rem;
    z-index: 1000000;
  }

  .header-section {
    text-align: center;
    padding: 0.075rem 0;
    border-bottom: 0.005rem solid #ddd;
  }

  .header-section img {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    /* display: block;
  margin: 0 auto 10px; */
  }

  .consult-btn {
    background: #de5333;
    color: #fff;
    border: none;
    padding: 0.04rem 0.075rem;
    border-radius: 0.025rem;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 0.5rem;
  }

  /* 弹出框样式 */
  .popup {
    opacity: 0;
    visibility: hidden;
    /* 初始状态不可见 */
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* 添加过渡效果 */
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.3);
    border-radius: 0.05rem;
    padding: 0.1rem;
    z-index: 1000;
    color: #000;
    /* margin-left: 40rem; 调整位置 */
    max-height: 80vh;
    /* 设置最大高度，可根据需要调整 */
    overflow-y: auto;
    /* 当内容超出高度时显示垂直滚动条 */
    max-width: 90vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .popup img {
    max-width: 1rem;
  }

  .popup p {
    font-size: 0.075rem;
    text-align: left;
    /* margin-top: 10px; */
    /* background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5); */
    /* -webkit-background-clip: text; */
    /* 仅对文本应用背景 */
    /* -webkit-text-fill-color: transparent; */
    /* 使文本填充颜色透明 */
    /* font-weight: bold; */


  }

  /* 用户协议弹窗 */

  .popup h2 {
    margin-bottom: 0.05rem;
  }

  /* .popup p {
  margin-bottom: 20px;
} */

  .close-btn {
    display: block;
    margin: 0 auto;
    padding: 0.04rem 0.075rem;
    background: #de5333;
    color: #fff;
    border: none;
    border-radius: 0.025rem;
    cursor: pointer;
  }

  .close-btn {
    margin-top: 0.1rem;
  }


  /* 公用部分 */
  .section {
    /* height: 100vh; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2a3056;
    position: relative;
  }

  .section-title {
    font-size: 0.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    margin-top: 0.15rem;
  }

  .problem-box {
    text-align: center;
  }

  .problem-btn {
    display: inline-block;
    height: 0.3rem;
    width: 1.175rem;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#f63737), to(#f50709));
    background: -o-linear-gradient(left, #f50709, #f63737, #f50709);
    background: linear-gradient(to right, #f50709, #f63737, #f50709);
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0.1rem;
    cursor: pointer;
  }

  .problem-dec {
    color: #afafb3;
    margin-top: 0.1rem;
    height: 0.15rem;
  }

  .section-title-2 {
    color: #c3c3c3;
    font-size: 0.15rem;
    text-align: center;
    margin-top: 0.15rem;
  }
}

/* 大屏幕设备（大于 1200px） */
@media (min-width: 1201px) {

  /* 头部样式 */
  .header {
    width: 100%;
    height: 100vh;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url('./components/img/header1.jpg') no-repeat center center / cover;
  }

  .header-operate {
    margin-left: 4rem;
  }

  .header-logo {
    margin-top: 6rem;
    /* height: 70px; */
  }

  .header-content {
    margin-top: 35px;
    margin-left: 15px;
    height: 563px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-1 {
    width: 800px;
    font-size: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 25%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 50%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 25%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 50%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
  }

  .header-2 {
    font-size: 30px;
    color: black;
  }

  .margin-top {
    margin-top: 10px;
  }

  .header-3 {
    font-size: 30px;
    margin-top: 10px;
  }

  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
  }

  .header-btn {
    height: 60px;
    width: 235px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-radius: 13px;
    cursor: pointer;
    margin-top: 100px;
  }

  .header-dec {
    color: #afafb3;
    margin-left: 20px;
    height: 18px;
  }

  .header-4 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }

  /* 直播人崩溃日常部分 */
  .problem-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .problem img,
  .problem p {
    cursor: pointer;
  }

  /* 设置文字悬停时的颜色 */
  .problem p:hover {
    color: red;
  }

  .problem {
    width: 20%;
    margin-bottom: 20px;
  }

  .problem img {
    width: 100%;
  }

  .problem-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problem-content-title {
    width: 800px;
    text-align: center;
    font-size: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#fe4b71), to(#fff));
    background: -o-linear-gradient(left, #f50709, #fe4b71, #fff);
    background: linear-gradient(to right, #f50709, #fe4b71, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  /* 已有主播使用效果部分 */
  .function-box {
    width: 100%;
    background-image: url('./components/img/xib1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav {
    width: 100%;
    height: 80%;
  }

  .nav img {
    width: 100%;
    height: 100%;
  }

  .function-boxTwo {
    width: 100%;
    height: 10%;
    padding-top: 40px;
    z-index: 1;
  }

  .function-btn-box {
    width: 100%;
    height: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding-bottom: 50px;
  }

  .function-btn {
    display: inline-block;
    height: 60px;
    width: 420px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#f63737), to(#f50709));
    background: -o-linear-gradient(left, #f50709, #f63737, #f50709);
    background: linear-gradient(to right, #f50709, #f63737, #f50709);
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    cursor: pointer;
  }

  .function-dec {
    color: #afafb3;
    margin-left: 25px;
    line-height: 60px;
    height: 60px;
  }

  .section-title-1 {
    font-size: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title-3 {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .problem-box-1 {
    text-align: center;
    margin-left: 20rem;
  }

  /* 评价图片样式 */
  .testimonial img {
    width: 100%;
    /* 图片宽度占满父容器 */
    height: auto;
    /* 保持图片比例 */
  }

  /* 四方智播如何帮你省心控场部 */
  .feature-img {
    border-width: 1px;
    border-style: solid;
    -o-border-image: -o-linear-gradient(top, #f50709, #fff, #89baf5) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#f50709), color-stop(#fff), to(#89baf5)) 1;
    border-image: linear-gradient(to bottom, #f50709, #fff, #89baf5) 1;
  }

  .feature-title {
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
  }

  .feature-content {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 60px;
    margin-bottom: 60px;
  }

  /* 数字样式 */
  .number {
    font-size: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#c3c8ee), to(#89baf5));
    background: -o-linear-gradient(left, #f50709, #c3c8ee, #89baf5);
    background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
  }

  /* 试用信息部分 */
  .form-box {
    width: 710px;
    /* max-width: 1000px; */
    height: 600px;
    /* background: url('./components/img/WechatMG111.png')no-repeat center center / contain; */
    /* background: url('./components/img/WechatMG111.png')no-repeat center; */
    /* object-fit: contain; */
    /* background-color: pink; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 30px; */
  }

  .price {
    font-size: 100px;

  }

  /* 底部样式 */
  .footer {
    background: url("./components/img/Rectangle 130.png") no-repeat center center;
    /* 设置背景图片 */
    background-size: cover;
    /* 背景图片大小适应容器 */
    /* height: 100px; 设置底部高度 */
    overflow: hidden;
  }

  .container {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* align-items: center; */
    padding: 0px 160px 0px 160px;
  }

  .container ul {
    list-style: none;
    text-align: center;
    margin-top: 40px;
  }

  .container li {
    padding-bottom: 15px;
    /* line-height: 1.5px; */
    letter-spacing: -0.5px
  }

  ul li:nth-child(1) {
    /* margin-bottom: 20px; */
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px
  }

  .logo {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo img {
    height: 50px;
    margin-right: 10px;
  }

  .platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    text-align: center;
    margin-left: 5rem;
    margin-bottom: -4rem;
  }

  .platform-icon {
    width: 60px;
  }

  .qr-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 水平排列 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 4rem;
    margin-bottom: -5rem;
    text-align: center;
    /* margin-left: 23rem; */
    color: #ffffff;
    /* line-height: 1.5rem; */
    /* margin: 0rem 0rem 0rem 50rem; */

  }

  .qr-section p {
    margin-right: 25px;
  }

  .qr-section img {
    padding: 20px;
    width: 120px;
    margin-bottom: 10px;
  }

  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    text-align: center;
    margin: 40px 0;
    font-size: 0.9em;
    line-height: 1.5rem;
    color: #a8a6a6;
  }

  /* 底部 点击就二维码放大*/
  .qr-img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    cursor: pointer;
    line-height: 1.5rem;
  }

  .qr-img:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .qr-img:active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  /* 浮窗 */
  @media (min-width: 768px) {
    .floating-window {
      width: 180px;
    }

    .qr-code-section img {
      width: 140px;
      height: 140px;
    }
  }

  /* 浮窗整体盒子 */
  .floating-window {
    position: fixed;
    right: 10px;
    top: 50%;
    /* width: 200px; 修正容器宽度 */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: visible;
    /* 允许tooltip溢出 */
    z-index: 9999;
    width: 150px;
  }

  .floating-window-content {
    position: relative;
    width: 100%;
    /* 继承父容器宽度 */
    background: -o-linear-gradient(315deg, #2e36e7, #8a00d0, #ff561d, #ff9500);
    background: linear-gradient(135deg, #2e36e7, #8a00d0, #ff561d, #ff9500);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* gap: 15px; 添加间距 */
    border-radius: 20px;
  }

  .header-section {
    text-align: center;
    padding: 15px 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    /* margin-right: 30px; */
  }

  .header-section-hr {
    height: 0.1px;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .header-section img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* display: block;
    margin: 0 auto 10px; */
    /* object-fit: contain; */
  }

  /* 弹框样式，固定在左侧 */
  .tooltip {
    position: absolute;
    right: 105%;
    /* 基于父元素右侧定位 */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* 垂直居中 */
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    display: none;
    /* transition: all 0.3s; */
    z-index: 9999;
    padding: 10px;
    text-align: center;
    width: 150px;
    /* 固定宽度 */
    /* margin-right: 200px; */
  }

  /* 弹框内图片样式 */
  .tooltip img {
    width: 100%;
    /* 适应容器宽度 */
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
  }

  /* 三角箭头，指向右侧 */
  .tooltip::after {
    content: "";
    position: absolute;
    right: -10px;
    /* 箭头位置 */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  }

  .consult-btn {
    color: #fff;
    border: none;
  }

  /* 弹出框样式 */
  .popup {
    opacity: 0;
    visibility: hidden;
    /* 初始状态不可见 */
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* 添加过渡效果 */
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 20px;
    z-index: 1000;
    color: #000;
    /* margin-left: 40rem; 调整位置 */
    max-height: 80vh;
    /* 设置最大高度，可根据需要调整 */
    overflow-y: auto;
    /* 当内容超出高度时显示垂直滚动条 */
  }

  .popup img {
    max-width: 200px;
  }

  .popup p {
    font-size: 15px;
    text-align: left;

  }

  /* 用户协议弹窗 */

  .popup h2 {
    margin-bottom: 10px;
  }

  /* .popup p {
    margin-bottom: 20px;
  } */

  .close-btn {
    display: block;
    margin: 0 auto;
    padding: 8px 15px;
    background: #de5333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .close-btn {
    margin-top: 20px;
  }


  /* 公用部分 */
  .section {
    /* height: 100vh; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #2a3056; */
    background-image: url('./components/img/长背景切图-3.jpg');
    position: relative;
  }

  .section-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: black;
  }

  .section-desc {
    font-size: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }

  .section-desc1 {
    font-size: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#2E36E7),
        color-stop(#8A00D0,
          /* 第1个颜色起始 */
        ),
        color-stop(#FF561D,
          /* 第2个颜色从25%开始，与前一个颜色过渡 */
        ),
        color-stop(#FF9500,
          /* 第3个颜色从50%开始 */
        ));
    background: -o-linear-gradient(left, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    background: linear-gradient(to right, #2E36E7 0%,
        /* 第1个颜色起始 */
        #8A00D0 40%,
        /* 第2个颜色从25%开始，与前一个颜色过渡 */
        #FF561D 80%,
        /* 第3个颜色从50%开始 */
        #FF9500 100%
        /* 第4个颜色从100%结束 */
        /* 50% - 80% 是 #FF561D 到 #FF9500 的过渡（占30%） */
      );
    -webkit-background-clip: text;
    /* 仅对文本应用背景 */
    -webkit-text-fill-color: transparent;
    /* 使文本填充颜色透明 */
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-title-2 {
    width: 90%;
    max-width: 1400px;
    font-size: 23px !important;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: black !important;
    margin-bottom: 40px;
  }

  .problem-box {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .problem-btn {
    display: inline-block;
    height: 60px;
    width: 420px;
    background: -webkit-gradient(linear, left top, right top, from(#f50709), color-stop(#f63737), to(#f50709));
    background: -o-linear-gradient(left, #f50709, #f63737, #f50709);
    background: linear-gradient(to right, #f50709, #f63737, #f50709);
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    cursor: pointer;
  }

  .problem-dec {
    color: #afafb3;
    margin-left: 20px;
    line-height: 60px;
    height: 60px;
  }

  .section-title-2 {
    color: #c3c3c3;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
  }
}