@media (min-width: 768px) {
}
@media (max-width: 768px) {
  .main {
    width: 100%;
    overflow: hidden;
  }
  .header {
    margin: auto;
    width: 100%;
    height: 5.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.94rem;
    box-sizing: border-box;
  }
  .header-logo {
    display: none;
  }
  .phone_logo {
    display: block;
  }
  .phone_more {
    display: block !important;
  }
  .phone_contact_number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.13rem;
    color: #16181a;
  }
  .phone_contact_number p {
    margin: 0 1.88rem 0 0.44rem;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.font_size_40 {
  font-size: 2.5rem;
  color: #434343;
  font-weight: bold;
}
.border_parent {
  padding: 5rem 0;
}
.small_title {
  font-size: 1.13rem;
  color: #4d4d4d;
  margin: 30px 0;
}
.banner {
  background: url(/static/img/jjfa/wychmysbh/banner.png);
}
.banner_msg {
  width: 87.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.xiaoxi_5g {
  font-size: 3.75rem;
  font-weight: 500;
  color: #5489f4;
  text-align: left;
}
.banner_btn {
  color: #ffffff;
  font-size: 1.19rem;
  background: linear-gradient(137deg, #369aff 0%, #0080ff 100%);
  width: 9.75rem;
  height: 3.19rem;
  border-radius: 38px 38px 38px 38px;
}
.bottom40 {
  margin-bottom: 2.5rem;
}
.cptj_content_box {
  width: 87.5rem;
  margin: 5.63rem auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cptj_content {
  width: 15rem;
}
.cptj_box {
  padding: 0 1.25rem;
}
.cptj_title {
  color: #333333;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 1.69rem 0 0.88rem;
}
.cptj_msg {
  color: #666666;
  text-align: left;
}
.title_bottom30 {
  margin-bottom: 1.88rem;
}
.sycj_phone {
  display: none;
}
.sycj {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sycj_box {
  display: flex;
  flex-direction: column;
  padding: 1.88rem;
  align-items: center;
  background: #ffffff;
  width: 28.13rem;
}
.sycj_title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  margin: 1.88rem 0 0.94rem;
}
.sycj_msg {
  color: #666666;
}
.msg_li {
  display: flex;
  margin-bottom: 1.88rem;
}
.msg_li img {
  width: 1.44rem;
  height: 1.44rem;
  margin-right: 1rem;
}
.li_title {
  font-size: 1.25rem;
  color: #434343;
  text-align: left;
}
.li_msg {
  font-size: 0.88rem;
  color: #7a7a7a;
  text-align: left;
}
.cpys_content_box {
  width: 87.5rem;
  background: #edf5ff;
  border: 3px solid #ffffff;
  border-radius: 1.25rem;
  margin: 0 auto;
  padding: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.cpys_content {
  width: 39.38rem;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  height: 9.19rem;
  display: flex;
  padding: 1.56rem;
}
.cpys_content img {
  margin-right: 1.56rem;
}
.cpys_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cpys_title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  text-align: left;
  margin-bottom: 1.25rem;
}
.cpys_msg {
  color: #666666;
  text-align: left;
}
.tgfw {
  width: 87.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.56rem;
}
.tgfw_box {
  width: 28.13rem;
  padding: 1.88rem;
  border-radius: 0.63rem;
  background: #ffffff;
}
.tgfw_title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  margin: 1.88rem 0 1.25rem;
}
.tgfw_msg {
  color: #666666;
}
.bottom25 {
  margin-bottom: 1.56rem;
}
@media (max-width: 768px) {
  .banner {
    background: url(/static/img/jjfa/chhjzx/banner_phone.png);
  }
  .banner_msg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .xiaoxi_5g {
    font-size: 24px;
    font-weight: 600;
    color: #5489f4;
    text-align: center;
    margin: 40px 0 28px;
  }
  .msg {
    width: 330px;
    color: #2b2f33;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  .banner_btn {
    color: #ffffff;
    font-size: 1.19rem;
    background: linear-gradient(137deg, #369aff 0%, #0080ff 100%);
    width: 9.75rem;
    height: 3.19rem;
    border-radius: 38px 38px 38px 38px;
    margin-top: 20px;
  }
  .border_parent {
    padding: 1.88rem 0;
  }
  .font_size_40 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
  }
  .small_title {
    font-size: 14px;
    color: #4d4d4d;
    margin: 15px auto;
  }
  .sycj {
    display: none;
  }
  .sycj_phone {
    display: block;
    padding: 15px;
    background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  }
  .sycj_phone_box {
    height: 230px;
    gap: 10px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .sycj_phone_box2 {
    height: 710px;
    gap: 10px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .sycj_box {
    display: flex;
    flex-direction: column;
    padding: 1.88rem;
    align-items: center;
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
  }
  .sycj_title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    margin: 1.88rem 0 0.94rem;
  }
  .sycj_msg {
    color: #666666;
  }
  .cpys_content_box {
    width: 100%;
    background: #edf5ff;
    border: 3px solid #ffffff;
    border-radius: 1.25rem;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .cpys_content {
    width: auto;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    display: block;
    padding: 1.56rem;
  }
  .cpys_content img {
    margin-right: 0;
  }
  .cpys_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cpys_title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 12px;
  }
  .cpys_msg {
    color: #666666;
    text-align: center;
    font-size: 14px;
  }
  .tgfw {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    padding: 15px;
  }
  .tgfw_box {
    width: auto;
    padding: 20px 8px;
    border-radius: 0.63rem;
    background: #ffffff;
  }
  .tgfw_box img {
    width: 150px;
    margin: 0 auto;
  }
  .tgfw_title {
    font-weight: 500;
    font-size: 16px;
    color: #434343;
    margin: 20px 0 12px;
  }
  .tgfw_msg {
    color: #7a7a7a;
    font-size: 14px;
  }
  .cptj_none {
    display: none;
  }
  .sol_msg {
    width: 330px;
    margin: 0 auto;
    text-align: center;
  }
}
