.header_main {
  background-image: url("../assets/crm/crm_bg_header.png");

  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8rem;
  /* background: black; */
}



.select_item {
  color: #000;
  padding: 0.2rem;
  height: 0.4rem;
}

.m_title_one {
  font-size: 0.3rem;
  /* 设置文字颜色为透明，以便背景颜色可以显示 */
  color: #fff;
  margin-left: 0.1rem;
  /* 使用背景渐变填充文字 */
  /* 确保背景只显示在文字区域 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 可以添加一些额外的样式，如字体大小、字体粗细等 */
  font-size: 0.32rem;
  font-weight: bold;
}

.m_title {
  font-size: 0.3rem;
  /* 设置文字颜色为透明，以便背景颜色可以显示 */
  color: #ff3956;
  margin-left: 0.1rem;
  /* 使用背景渐变填充文字 */
  /* 确保背景只显示在文字区域 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 可以添加一些额外的样式，如字体大小、字体粗细等 */
  font-size: 0.32rem;
  font-weight: bold;
}

.m_title_two {
  font-size: 0.65rem;
  margin-bottom: 0.1rem;
  color: #fff;
}

.m_title_three {
  font-size: 0.4rem;
  margin-bottom: 0.1rem;
  color: #fff;
}

.m_title_four {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  color: #fff;
  margin-top: 0.2rem;
}

.btns_wap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btns_wap img {
  width: 2.44rem;
  height: 0.54rem;
  margin-top: 0.25rem;
}

.btns_wap .tag {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
}

.btns {
  background: none;
  border-radius: 0.5rem;
  height: 0.4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #000;
  border: 2px solid #eb8b8b;
  margin-top: 0.3rem;
  /* border: 0.04rem solid; */
  /* border-image: linear-gradient(to right, red, yellow) 3 stretch; */
  /* border-radius: 0.5rem; */
}

.video_wap {
  /* height: 300px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  margin-bottom: 0.5rem;
}
.video_content {
  /* background: antiquewhite;
  padding: 0.05rem; */
  border-radius: 8px;
  width: 960px;
}
.video_main {
  width: 960px;
  height: 300px;
  background: #fff;
  border-radius: 8px;
}

.video_url {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  border: 6px solid antiquewhite;
}

.feature_item_one {
  /* background: #fff; */
  /* padding: 0.2rem; */
  /* border-radius: 0.08rem; */
  /* box-shadow: 0 2px 0.05rem rgba(0, 0, 0, 0.1); */
}

.one_img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  /* object-fit: cover; */
}

.one_img_l {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  object-fit: contain;
}

.item_title_main {
  font-size: 0.46rem;
  margin-bottom: 0.56rem;
  font-weight: 700;
}

.section-two {
  padding: 0.5rem 0.2rem;

  text-align: center;
}

.section_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

.section_content-tree {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

.feature-list-two {
  display: flex;
  flex-direction: column;
  /* margin-left: 0.1rem; */
}

.two-img-l {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  object-fit: cover;
}
.two-img-l-tips{
  height: auto;
  border-radius: 0.08rem;
  object-fit: cover;
}

.two-img-r {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  object-fit: cover;
}

.list_mian_wap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.list_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 76%;
  flex-wrap: wrap;
}

.list_item_one {

  margin-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list_item {
  margin-bottom: 0.2rem;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list_item_three {

  margin-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tag_img {
  margin-right: 0.1rem;
}

.footer_mian {
  /* background: #23272a; */
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  padding-left: 0.5rem;
}

.footer_title_mian {
  font-weight: 700;
  font-style: italic;
}

.footer_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

.item_title {
  margin-bottom: 0.2rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.header_right_wap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head_select_wap {
  position: absolute;
  top: 0.3rem;
  left: -0.3rem;
  background: #fff;
  border-radius: 0.04rem;
  display: none;
}

.head_select {
  padding: 0.2rem;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
  width: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  cursor: pointer;
  font-size: 0.16rem;
  text-decoration: none;
}

.head_select img {
  width: 0.4rem;
  height: 0.4rem;
}

.head_select_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.head_select_text p:last-child {
  font-size: 0.12rem;
  color: #808080;
  margin-top: 0.1rem;
}

.footer_main_wap {
  width: 100%;
}

.footer_logo {
  width: 100%;
  object-fit: cover;
  height: 2.65rem;
  display: block;
}

.list_mian_wap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.list_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 9.6rem;
  flex-wrap: wrap;
}

.list_item {
  margin-bottom: 0.2rem;
  width: 30.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tag_img {
  margin-right: 0.1rem;
}

.footer_mian {
  /* background: #23272a; */
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  padding-left: 20.5rem;
}

.footer_title_mian {
  font-weight: 700;
  font-style: italic;
}

.footer_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

.item_title {
  margin-bottom: 0.2rem;
}

.footer_content {
  position: absolute;
  /* top: 0; */
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.65rem;
  font-size: 0.32rem;
  font-weight: 700;
  flex-wrap: wrap;
}

.footer_content span {
  color: #8e65e1;
  margin-left: 0.05rem;
}

.footer-bott {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.1rem;
  padding-bottom: 0.25rem;
  background: #1d1d1f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}

.footer-bott a {
  color: rgba(255, 255, 255, 0.7);
}

.line_active {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}

.btn_wap_new {
  width: 0.9rem;
  height: 0.32rem;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.13rem;
  cursor: pointer;
}

.btns_center_chat {
  background-image: url("../assets/crm/btn_center.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.44rem;
  height: 0.54rem;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.13rem;
  cursor: pointer;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #1D1D1F;
  font-weight: 600;
}

.white_font {
  color: #fff;
}

.btns_chat_new {
  background-image: url("../assets/crm/btn_header.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.44rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 0.4rem;
  font-weight: 600;
  font-size: 0.16rem;
}
.app_tips{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.footer-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


@media (max-width: 768px) {
  .header_wap {
    padding-left: 0.2rem !important;
  }
  .m_title_two{
    font-size: 0.45rem;
  }
  .m_title_three{
    font-size: 0.25rem;
  }
  .video_wap {
    margin-top: -3.4rem;
      
  }
}