/* 头部样式 */
.header {
  width: 100%;
  height: 100vh;
  text-align: left;
  overflow: hidden;
  display: flex;
  background: url('./components/img/header.png')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: flex;
  flex-direction: column;
}

.header-1 {
  font-size: 30px;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
}

.header-2 {
  width: 800px;
  font-size: 40px;
  background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
  -webkit-background-clip: text;
  /* 仅对文本应用背景 */
  -webkit-text-fill-color: transparent;
  /* 使文本填充颜色透明 */
  font-weight: bold;
}

.margin-top {
  margin-top: 10px;
}

.header-3 {
  font-size: 30px;
  margin-top: 10px;
}

.header-box {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 455px;
  background: linear-gradient(to right, #f50709, #e22d2d, #f50709);
  font-size: 28px;
  border-radius: 20px;
  cursor: pointer;
}

.header-dec {
  color: #afafb3;
  margin-left: 20px;
  height: 18px;
}

.header-4 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

/* 直播人崩溃日常部分 */
.problem-container {
  display: flex;
  justify-content: space-around;
  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: flex;
  flex-direction: column;
  align-items: center;
}

.problem-content-title {
  width: 800px;
  text-align: center;
  font-size: 40px;
  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/xib.png');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 display: flex;
 flex-direction: column;
 align-items: 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: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding-bottom: 50px;
}

.function-btn {
  display: inline-block;
  height: 60px;
  width: 420px;
  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: 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: flex;
  align-items: 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;
  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;
}

/* 数字样式 */
.number {
  font-size: 60px;
  background: linear-gradient(to right, #f50709, #c3c8ee, #89baf5);
  -webkit-background-clip: text;
  /* 仅对文本应用背景 */
  -webkit-text-fill-color: transparent;
  /* 使文本填充颜色透明 */
  font-weight: bold;
}

/* 试用信息部分 */
.form-box {
  width: 1000px;
  height: 800px;
  background: url('./components/img/11.png')no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price {
  font-size: 100px;

}

/* 底部样式 */
.footer {
  background: url("./components/img/footer.png") no-repeat center center;
  /* 设置背景图片 */
  background-size: cover;
  /* 背景图片大小适应容器 */
  /* height: 100px; 设置底部高度 */
  overflow: hidden;
}

.container {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 150px;
  display: flex;
  align-items: center;
}

.logo img {
  height: 50px;
  margin-right: 10px;
}

.platforms {
  display: flex;
  gap: 30px;
  text-align: center;
  margin-left: 5rem;
  margin-bottom: -4rem;
}

.platform-icon {
  width: 60px;
}

.qr-section {
  display: flex;
  flex-direction: column;
  /* 水平排列 */
  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 {
  text-align: center;
  margin: 40px 0;
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #a8a6a6;
}

/* 底部 点击就二维码放大*/
.qr-img {
  transition: transform 0.3s ease;
  cursor: pointer;
  line-height: 1.5rem;
}

.qr-img:hover {
  transform: scale(1.5);
}

.qr-img:active {
  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%;
  transform: translateY(-50%);
  width: 120px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #000;
  border-radius: 10px;

}

.header-section {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.header-section img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* display: block;
  margin: 0 auto 10px; */
}

.consult-btn {
  background: #de5333;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100px;
}

/* 弹出框样式 */
.popup {
  opacity: 0;
  visibility: hidden;
  /* 初始状态不可见 */
  transition: opacity 0.3s ease;
  /* 添加过渡效果 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  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: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #2a3056;
}

.section-title {
  font-size: 50px;
  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: 20px;
}

.problem-box {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.problem-btn {
  display: inline-block;
  height: 60px;
  width: 420px;
  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;
}





/* 针对中等屏幕设备 */
@media (min-width: 768px) and (max-width: 1200px) {

  /* 头部样式 */
  .header {
    width: 100%;
    height: 100vh;
    text-align: left;
    overflow: hidden;
    display: flex;
    background: url('./components/img/header.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: flex;
    flex-direction: column;
  }

  .header-1 {
    font-size: 0.225rem;
    color: #fff;
    font-weight: bold;
  }

  .header-2 {
    width: 4rem;
    font-size: 0.25rem;
    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: flex;
    align-items: center;
    margin: 0.075rem 0;
  }

  .header-btn {
    height: 0.3rem;
    width: 1.75rem;
    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: flex;
    justify-content: space-around;
    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: flex;
    flex-direction: column;
    align-items: center;
  }

  .problem-content-title {
    width: 4rem;
    text-align: center;
    font-size: 0.2rem;
    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: 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;
    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: 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/11.png')no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .price {
    font-size: 0.5rem;

  }

  /* 底部样式 */
  .footer {
    background: url("./components/img/footer.png") no-repeat center center;
    /* 设置背景图片 */
    background-size: cover;
    /* 背景图片大小适应容器 */
    /* height: 100px; 设置底部高度 */
    overflow: hidden;
  }

  .container {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 0.75rem;
    display: flex;
    align-items: center;
  }

  .logo img {
    height: 0.25rem;
    margin-right: 0.05rem;
  }

  .platforms {
    display: flex;
    gap: 0.15rem;
    text-align: center;
    margin-left: 1000px;
    margin-bottom: -4rem;
  }

  .platform-icon {
    width: 0.3rem;
  }

  .qr-section {
    display: flex;
    flex-direction: column;
    /* 水平排列 */
    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 {
    transition: transform 0.3s ease;
    cursor: pointer;
    line-height: 1.5rem;
  }

  .qr-img:hover {
    transform: scale(1.5);
  }

  .qr-img:active {
    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%;
    transform: translateY(-50%);
    width: 0.6rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #000;
    border-radius: 0.05rem;

  }

  .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;
    /* 初始状态不可见 */
    transition: opacity 0.3s ease;
    /* 添加过渡效果 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    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;
    /* 当内容超出高度时显示垂直滚动条 */
  }

  .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: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #2a3056;
  }

  .section-title {
    font-size: 0.25rem;
    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: 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;
  }
}