/* 移动端首页适配 - 泓灼风格 */
/* 所有规则仅对 750px 以下视口生效，PC 端完全不受影响 */

/* 默认隐藏移动专用元素，避免 PC 端闪现 */
.home-v2 .m_head,
.home-v2 .m_daohang {
  display: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    min-width: auto;
    overflow-x: hidden;
  }

  .home-v2 {
    background: #f5f5f5;
  }

  /* 模块间灰色分隔条 */
  .home-v2 .m_fenge {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #ececec;
    clear: both;
  }

  /* ========== 全局隐藏 ========== */
  .home-v2 .hongzhuo-header,
  .home-v2 .pcxf,
  .home-v2 .huoban,
  .home-v2 .ad,
  .home-v2 .ad2,
  .home-v2 .consult-chat-entry,
  .home-v2 .promo-float {
    display: none !important;
  }

  .home-v2 .consult-chat {
    display: block !important;
    z-index: 100000;
  }

  .home-v2 .consult-chat-panel[hidden] {
    display: none !important;
  }

  .home-v2 .consult-chat-panel:not([hidden]) {
    display: grid !important;
  }

  .home-v2 .yinyu {
    display: none !important;
  }

  .home-v2 .main {
    width: 7rem;
    margin: 0 auto;
  }

  /* ========== 移动头部 ========== */
  .home-v2 .m_head {
    display: block;
    width: 100%;
    height: 1.22rem;
    background-color: #4290e5;
    position: relative;
    z-index: 100;
  }

  .home-v2 .m_head .main {
    position: relative;
    height: 100%;
  }

  .home-v2 .m_head img.home,
  .home-v2 .m_head img.login {
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    top: 0.4rem;
  }

  .home-v2 .m_head img.home {
    left: 0;
    filter: brightness(0) invert(1);
  }

  .home-v2 .m_head img.login {
    right: 0.8rem;
    filter: brightness(0) invert(1);
  }

  .home-v2 .m_head img.logo {
    width: 2.17rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0.36rem;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
  }

  .home-v2 .m_head .talk {
    display: block;
    position: absolute;
    right: 0;
    top: 0.4rem;
    width: 0.46rem;
    height: 0.37rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .home-v2 .m_head .talk span {
    display: block;
    width: 0.46rem;
    height: 0.04rem;
    background: #ffffff;
    margin-bottom: 0.12rem;
    transition: all 0.3s ease;
  }

  .home-v2 .m_head .talk span:last-child {
    margin-bottom: 0;
  }

  .home-v2 .m_head .talk.open span:first-child {
    transform: rotateZ(-45deg);
    transform-origin: right;
  }

  .home-v2 .m_head .talk.open span:nth-child(2) {
    opacity: 0;
  }

  .home-v2 .m_head .talk.open span:last-child {
    transform: rotateZ(45deg);
    transform-origin: right;
  }

  /* ========== 移动导航遮罩 ========== */
  .home-v2 .m_daohang {
    display: none;
    width: 100%;
    min-height: calc(100vh - 1.22rem);
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 1.22rem;
    left: 0;
    z-index: 9999;
  }

  .home-v2 .m_daohang.open {
    display: block;
  }

  .home-v2 .m_daohang ul {
    display: block;
    width: 100%;
    background-color: #4290e5;
    padding: 0.2rem 0 0.4rem;
    margin: 0;
    list-style: none;
  }

  .home-v2 .m_daohang ul li {
    line-height: 1rem;
    text-align: center;
  }

  .home-v2 .m_daohang ul li a {
    color: #ffffff;
    font-size: 0.28rem;
    display: block;
  }

  /* ========== Banner ========== */
  .home-v2 .banner {
    height: 4.2rem;
    overflow: hidden;
    position: relative;
  }

  .home-v2 .banner .portal-carousel,
  .home-v2 .banner .banner-carousel,
  .home-v2 .banner .carousel-track,
  .home-v2 .banner .carousel-slide,
  .home-v2 .banner .portal-slide,
  .home-v2 .banner .portal-slide-banner,
  .home-v2 .banner .portal-slide-banner picture,
  .home-v2 .banner .portal-slide-banner img {
    height: 4.2rem !important;
    min-height: 4.2rem !important;
    max-height: 4.2rem !important;
  }

  .home-v2 .banner .carousel-slide img,
  .home-v2 .banner .portal-slide-banner img {
    position: static;
    width: 100%;
    max-width: none;
    height: 4.2rem;
    margin-left: 0;
    object-fit: cover;
    object-position: center;
  }

  .home-v2 .banner .portal-slide-banner picture {
    display: block;
    width: 100%;
  }

  .home-v2 .banner .banner-news {
    display: none;
  }

  .home-v2 .banner .carousel-controls {
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    gap: 0.08rem;
  }

  .home-v2 .banner .carousel-controls button {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
  }

  .home-v2 .banner .carousel-controls button.active {
    background: #ffffff;
    width: 0.28rem;
    border-radius: 0.07rem;
  }

  .home-v2 .banner [data-carousel-track="desktop"],
  .home-v2 .banner [data-carousel-controls="desktop"] {
    display: none !important;
  }

  .home-v2 .banner [data-carousel-track="mobile"],
  .home-v2 .banner [data-carousel-controls="mobile"] {
    display: block !important;
  }

  /* ========== 查询工具 chaxun ========== */
  .home-v2 .chaxun {
    margin: 0.3rem 0 0.45rem 0;
  }

  .home-v2 .chaxun .main {
    width: 7rem;
  }

  .home-v2 .chaxun .left {
    display: none;
  }

  .home-v2 .chaxun .right {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .home-v2 .chaxun .right .tab {
    margin: 0.2rem 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .home-v2 .chaxun .right .tab span {
    font-size: 0.28rem;
    margin-right: 0.3rem;
    float: none;
  }

  .home-v2 .chaxun .right .tab p {
    font-size: 0.24rem;
    margin: 0 0 0 auto;
    white-space: nowrap;
    position: static;
    top: auto;
  }

  .home-v2 .chaxun .right .tab p b {
    font-size: 0.36rem;
    color: #ff6b35;
  }

  .home-v2 .chaxun .right .form,
  .home-v2 .chaxun .right .form.xz {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-v2 .chaxun .right .form .so {
    width: 5.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    box-shadow: none;
    border: solid 1px #e6e6e6;
    border-right: none;
    border-top-left-radius: 0.07rem;
    border-bottom-left-radius: 0.07rem;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }

  .home-v2 .chaxun .right .form .so::before {
    left: 0.3rem;
    font-size: 0.4rem;
  }

  .home-v2 .chaxun .right .form .so input.yewu {
    width: 100%;
    height: 0.87rem;
    line-height: 0.87rem;
    border: none;
    outline: none;
    padding: 0 0.2rem 0 1.5rem;
    font-size: 0.25rem;
    background: transparent;
    box-sizing: border-box;
  }

  .home-v2 .chaxun .right .form span.tj {
    width: 1.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.3rem;
    border-radius: 0;
    border-top-right-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;
  }

  /* ========== 通用 ztn 标题 ========== */
  .home-v2 .ztn .title {
    margin: 0.4rem 0 0.4rem 0;
  }

  .home-v2 .ztn .title h3 {
    font-size: 0.36rem;
    color: #333333;
    background: none;
    font-weight: bold;
    line-height: 0.5rem;
  }

  .home-v2 .ztn .title p {
    display: none;
  }

  /* ========== m_ztn1 服务入口 ========== */
  .home-v2 .ztn.ztn1 {
    display: none;
  }

  .home-v2 .m_ztn1 {
    display: block;
    background: #ffffff;
    padding-bottom: 0.3rem;
  }

  .home-v2 .m_ztn1 .title {
    margin: 0;
    padding: 0.4rem 0 0rem;
  }

  .home-v2 .m_ztn1 .title h3 {
    text-align: center;
    font-size: 0.36rem;
  }

  .home-v2 .m_ztn1 .container {
    width: 7rem;
    margin: 0.5rem auto 0.3rem auto;
    overflow: hidden;
  }

  .home-v2 .m_ztn1 .container .box {
    width: 1.1rem;
    float: left;
    margin-right: 0.6rem;
    margin-bottom: 0.45rem;
  }

  .home-v2 .m_ztn1 .container .box:first-child,
  .home-v2 .m_ztn1 .container .box:nth-child(5) {
    margin-left: 0.4rem;
  }

  .home-v2 .m_ztn1 .container .box:nth-child(4),
  .home-v2 .m_ztn1 .container .box:nth-child(8) {
    margin-right: 0.4rem;
  }

  .home-v2 .m_ztn1 .container .box img {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    display: block;
  }

  .home-v2 .m_ztn1 .container .box p {
    font-size: 0.26rem;
    color: #343434;
    text-align: center;
    margin-top: 0.1rem;
  }

  /* ========== ztn4 常见问题 ========== */
  .home-v2 .ztn4 .title {
    display: none;
  }

  .home-v2 .ztn4 .container {
    width: 100%;
    margin: 0 auto;
  }

  .home-v2 .ztn4 .container .box1,
  .home-v2 .ztn4 .container .box4 {
    display: none;
  }

  .home-v2 .ztn4 {
    background: #ffffff;
  }

  .home-v2 .ztn4 .container .box {
    width: 7rem;
    border: none;
    margin: 0 auto;
    float: none;
    height: auto;
    background: #ffffff;
    padding-bottom: 0;
  }

  .home-v2 .ztn4 .container .box:hover {
    top: 0;
    box-shadow: none;
  }

  .home-v2 .ztn4 .container .box .top {
    background: none !important;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .home-v2 .ztn4 .container .box .top img {
    display: none;
  }

  .home-v2 .ztn4 .container .box .top p {
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-top: 0.4rem;
  }

  .home-v2 .ztn4 .container .box2 .top {
    background: none;
    height: auto;
    margin-bottom: 0.35rem;
  }

  .home-v2 .ztn4 .container .box3 .top {
    background: none;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .home-v2 .ztn4 .container .box .con {
    padding: 0;
  }

  .home-v2 .ztn4 .container .box .con ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  /* 移动端隐藏 PC 文字，显示新结构 */
  .home-v2 .ztn4 .container .box .con ul li a .m-link-text {
    display: none;
  }

  .home-v2 .ztn4 .container .box .con ul li a > img,
  .home-v2 .ztn4 .container .box .con ul li a > .des,
  .home-v2 .ztn4 .container .box .con ul li a > h3,
  .home-v2 .ztn4 .container .box .con ul li a > p {
    display: block;
  }

  /* box2 公司注销问题 */
  .home-v2 .ztn4 .container .box2 .con ul,
  .home-v2 .ztn4 .container .box3 .con ul {
    padding: 0;
    background: #ffffff;
  }

  .home-v2 .ztn4 .container .box2 .con ul li {
    border: solid 1px #e6e6e6;
    margin-bottom: 0.2rem;
    padding: 0 0.15rem 0.2rem 1.15rem;
  }

  .home-v2 .ztn4 .container .box2 .con ul li:nth-child(4),
  .home-v2 .ztn4 .container .box2 .con ul li:nth-child(5) {
    display: none;
  }

  .home-v2 .ztn4 .container .box2 .con ul li:nth-child(1) {
    background: url("assets/reference/hongzhuo/ztn4_mbox2_1.png") no-repeat left 0.2rem center;
    background-size: 0.73rem 0.52rem;
  }

  .home-v2 .ztn4 .container .box2 .con ul li:nth-child(2) {
    background: url("assets/reference/hongzhuo/ztn4_mbox2_2.png") no-repeat left 0.2rem center;
    background-size: 0.73rem 0.52rem;
  }

  .home-v2 .ztn4 .container .box2 .con ul li:nth-child(3) {
    background: url("assets/reference/hongzhuo/ztn4_mbox2_3.png") no-repeat left 0.2rem center;
    background-size: 0.73rem 0.52rem;
  }

  .home-v2 .ztn4 .container .box2 .con ul li a {
    display: block;
    font-size: 0.28rem;
    color: #333333;
  }

  .home-v2 .ztn4 .container .box2 .con ul li a h3 {
    font-size: 0.25rem;
    color: #363636;
    border-bottom: dashed 1px #e6e6e6;
    padding: 0.15rem 0 0.07rem 0;
    line-height: normal;
    font-weight: normal;
    margin: 0;
  }

  .home-v2 .ztn4 .container .box2 .con ul li a p {
    display: block;
    font-size: 0.22rem;
    color: #999999;
    white-space: normal;
    line-height: 0.3rem;
    margin-top: 0.09rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* box3 公司注册问题 */
  .home-v2 .ztn4 .container .box3 .con ul li:nth-child(4),
  .home-v2 .ztn4 .container .box3 .con ul li:nth-child(5) {
    display: none;
  }

  .home-v2 .ztn4 .container .box3 .con ul li {
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }

  .home-v2 .ztn4 .container .box3 .con ul li:first-child {
    padding-top: 0;
  }

  .home-v2 .ztn4 .container .box3 .con ul li a {
    display: block;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
  }

  .home-v2 .ztn4 .container .box3 .con ul li a img {
    float: left;
    width: 2.05rem;
    height: 1.5rem;
  }

  .home-v2 .ztn4 .container .box3 .con ul li a .des {
    width: 4.6rem;
    float: left;
    margin-left: 0.35rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
  }

  .home-v2 .ztn4 .container .box3 .con ul li a .des h3 {
    font-size: 0.25rem;
    color: #363636;
    border-bottom: dashed 1px #e0e0e0;
    padding-bottom: 0.1rem;
    line-height: normal;
    font-weight: normal;
    margin: 0;
  }

  .home-v2 .ztn4 .container .box3 .con ul li a .des p {
    display: block;
    font-size: 0.21rem;
    color: #999999;
    margin-top: 0.1rem;
    white-space: normal;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .home-v2 .ztn4 .container .box3 .con ul li a .des .time {
    font-size: 0.16rem;
    color: #999999;
    background: url("assets/reference/hongzhuo/ztn4_box3_time.png") no-repeat left center;
    padding-left: 0.2rem;
    display: block;
    margin-top: 0.05rem;
    background-size: 0.17rem;
    line-height: normal;
  }

  .home-v2 .ztn4 .container .box a.gd {
    background: none;
    display: block;
    width: 6.2rem;
    height: 0.8rem;
    background-color: #fa7701;
    font-size: 0.3rem;
    line-height: 0.8rem;
    text-align: center;
    color: #faf5f1;
    margin: 0.5rem auto 0.35rem auto;
  }

  .home-v2 .ztn4 .container .box3 a.gd:empty::before {
    content: "查看更多";
  }

  .home-v2 .ztn4 .container .box:hover a.gd {
    background: none;
    background-color: #fa7701;
  }

  /* ========== ztn3 口碑案例 ========== */
  .home-v2 .ztn3 {
    background-color: #ffffff;
    padding: 0.4rem 0 0.5rem;
  }

  .home-v2 .ztn3 .title {
    margin: 0 0 0.3rem;
  }

  .home-v2 .ztn3 .title h3 {
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.63rem;
  }

  .home-v2 .ztn3 .container {
    display: none;
  }

  .home-v2 .ztn3 .m_container {
    display: block;
    width: 7rem;
    height: 4.2rem;
    margin: 0 auto;
    background:
      radial-gradient(circle at 20% 30%, rgba(74, 144, 226, 0.12) 0%, transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(74, 144, 226, 0.12) 0%, transparent 40%),
      linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    background-size: 4.8rem 4.2rem;
    overflow: visible;
    position: relative;
  }

  .home-v2 .ztn3 .m_container .dy {
    width: 3.7rem;
    height: 3.8rem;
    margin: 0 auto;
    position: relative;
    padding-top: 0.65rem;
    box-sizing: border-box;
  }

  .home-v2 .ztn3 .m_container .m-carousel {
    width: 3.7rem;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 0;
  }

  .home-v2 .ztn3 .m_container .m-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .home-v2 .ztn3 .m_container .m-carousel-slide {
    flex: 0 0 3.7rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-v2 .ztn3 .m_container .m-carousel-slide img {
    width: 3.7rem;
    height: auto;
    object-fit: contain;
  }

  .home-v2 .ztn3 .m_container .m-carousel-prev,
  .home-v2 .ztn3 .m_container .m-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.31rem;
    height: 0.52rem;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-v2 .ztn3 .m_container .m-carousel-prev {
    left: -1.3rem;
  }

  .home-v2 .ztn3 .m_container .m-carousel-next {
    right: -1.3rem;
  }

  .home-v2 .ztn3 .m_container .m-carousel-prev::before,
  .home-v2 .ztn3 .m_container .m-carousel-next::before {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    border-top: 0.04rem solid #999999;
    border-right: 0.04rem solid #999999;
  }

  .home-v2 .ztn3 .m_container .m-carousel-prev::before {
    transform: rotate(-135deg);
  }

  .home-v2 .ztn3 .m_container .m-carousel-next::before {
    transform: rotate(45deg);
  }

  /* ========== ztn2 精英财税团队 ========== */
  .home-v2 .ztn2 {
    background: #ffffff;
    padding: 0.45rem 0 0.6rem;
  }

  .home-v2 .ztn2 .title {
    margin: 0 0 0.32rem;
  }

  .home-v2 .ztn2 .title h3 {
    font-size: 0.38rem;
    line-height: 0.5rem;
    color: #333333;
    text-align: center;
  }

  .home-v2 .ztn2 .title p {
    width: 6.6rem;
    margin: 0.1rem auto 0;
    color: #888888;
    font-size: 0.22rem;
    line-height: 0.34rem;
    text-align: center;
  }

  .home-v2 .ztn2 .container {
    width: 7rem;
    margin: 0 auto;
  }

  .home-v2 .ztn2 .container .dg-container {
    position: relative;
  }

  .home-v2 .ztn2 .container .dg-wrapper {
    width: 3.2rem;
    height: 4.35rem;
    margin: 0 auto;
    position: relative;
    perspective: none;
    transform-style: flat;
  }

  .home-v2 .ztn2 .container .dg-wrapper a {
    width: 100%;
    height: 100%;
    box-shadow: 0 0.05rem 0.2rem rgba(65, 130, 204, 0.3);
    overflow: hidden;
    display: block;
  }

  .home-v2 .ztn2 .container .dg-wrapper article {
    width: 3.2rem;
    height: 4.35rem;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0.05rem 0.2rem rgba(65, 130, 204, 0.3);
    background: #ffffff;
    border-radius: 0.02rem;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .home-v2 .ztn2 .container .dg-wrapper article.dg-center {
    opacity: 1;
    z-index: 2;
  }

  .home-v2 .ztn2 .container .dg-wrapper article.dg-left,
  .home-v2 .ztn2 .container .dg-wrapper article.dg-right {
    opacity: 0;
    z-index: 1;
    transform: none;
    pointer-events: none;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .img-wrap {
    width: 3.2rem;
    height: 2.55rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    position: relative;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info .top {
    width: 2.6rem;
    height: auto;
    margin: 0.16rem auto 0.04rem auto;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info .top h4 {
    font-size: 0.24rem;
    margin: 0;
    line-height: normal;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info .top span {
    display: block;
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: #666666;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info .con {
    display: none;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info p.zx {
    width: 1.38rem;
    height: 0.38rem;
    margin: 0.12rem auto 0 auto;
    border-radius: 0.08rem;
    font-size: 0.18rem;
    line-height: 0.38rem;
    background: #4d94f6;
  }

  .home-v2 .ztn2 .container .dg-wrapper article .info p.zx button {
    font-size: 0.18rem;
  }

  .home-v2 .ztn2 .container .dg-container .dg-prev,
  .home-v2 .ztn2 .container .dg-container .dg-next {
    position: absolute;
    top: 2.05rem;
    transform: none;
    width: 0.28rem;
    height: 0.51rem;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .home-v2 .ztn2 .container .dg-container .dg-prev {
    left: 0.52rem;
  }

  .home-v2 .ztn2 .container .dg-container .dg-next {
    right: 0.52rem;
  }

  .home-v2 .ztn2 .container .dg-container .dg-prev::before,
  .home-v2 .ztn2 .container .dg-container .dg-next::before {
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    border-top: 0.04rem solid #666666;
    border-right: 0.04rem solid #666666;
  }

  .home-v2 .ztn2 .container .dg-container .dg-prev::before {
    transform: rotate(-135deg);
  }

  .home-v2 .ztn2 .container .dg-container .dg-next::before {
    transform: rotate(45deg);
  }

  .home-v2 .ztn2 .container .dg-wrapper .zhezhao {
    display: none;
  }

  /* ========== maps 全国覆盖 ========== */
  .home-v2 .maps {
    background:
      radial-gradient(circle at 50% 45%, rgba(218, 232, 255, 0.75) 0%, transparent 55%),
      #f7faff;
    background-size: 100% 100%;
    background-position: top 0.1rem center;
    padding: 0.45rem 0 0.55rem;
  }

  .home-v2 .maps .title {
    margin: 0 auto 0.32rem;
    width: 7rem;
  }

  .home-v2 .maps .title h3 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    text-align: center;
  }

  .home-v2 .maps .title h3::after {
    display: none;
  }

  .home-v2 .maps .top {
    display: none;
  }

  .home-v2 .maps .container {
    width: 7rem;
    margin: 0 auto;
  }

  .home-v2 .maps .container .bottom {
    height: auto;
    margin-bottom: 0;
  }

  .home-v2 .maps .container .bottom ul {
    width: 6.9rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .home-v2 .maps .container .bottom ul li {
    width: 2.27rem;
    height: 1.32rem;
    overflow: hidden;
    margin-right: 0.03rem;
    margin-bottom: 0.03rem;
    border-radius: 0;
  }

  .home-v2 .maps .container .bottom ul li:nth-child(3n) {
    margin-right: 0;
  }

  .home-v2 .maps .container .bottom ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-v2 .maps .container .bottom ul li.maps1 {
    display: none;
  }

  .home-v2 .maps .container .bottom ul li.maps2 {
    border-top-left-radius: 0.1rem;
  }

  .home-v2 .maps .container .bottom ul li.maps4 {
    border-top-right-radius: 0.1rem;
  }

  .home-v2 .maps .container .bottom ul li.maps5 {
    border-bottom-left-radius: 0.1rem;
  }

  .home-v2 .maps .container .bottom ul li.maps7 {
    border-bottom-right-radius: 0.1rem;
  }

  /* ========== m_ftbd 移动底部表单 ========== */
  .home-v2 .m_ftbd {
    display: block;
    width: 100%;
    height: auto;
    background:
      linear-gradient(135deg, rgba(27, 46, 82, 0.96) 0%, rgba(31, 54, 92, 0.96) 100%),
      radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    padding: 0.38rem 0 0.6rem;
    overflow: hidden;
    box-sizing: border-box;
  }

  .home-v2 .m_ftbd h3 {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    width: 6.5rem;
    line-height: 0.52rem;
    margin: 0 auto 0.32rem auto;
  }

  .home-v2 .m_ftbd h3 span {
    color: #f7ad40;
  }

  .home-v2 .m_ftbd form {
    width: 6.5rem;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }

  .home-v2 .m_ftbd form input {
    width: 100%;
    height: 0.82rem;
    margin-bottom: 0.18rem;
    padding-left: 0.7rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    color: #d2d3d8;
    border: none !important;
    border-radius: 0;
    background-color: rgba(236, 236, 236, 0.15);
    box-shadow: none !important;
    outline: none !important;
  }

  .home-v2 .m_ftbd form input::placeholder {
    color: #d2d3d8;
  }

  .home-v2 .m_ftbd form input.name {
    background: rgba(236, 236, 236, 0.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23d2d3d8'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") no-repeat left 0.3rem center;
    background-size: 0.19rem 0.28rem;
  }

  .home-v2 .m_ftbd form input.phone {
    background: rgba(236, 236, 236, 0.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23d2d3d8'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat left 0.3rem center;
    background-size: 0.16rem 0.28rem;
  }

  .home-v2 .m_ftbd form input.yewu {
    background: rgba(236, 236, 236, 0.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23d2d3d8'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E") no-repeat left 0.3rem center;
    background-size: 0.19rem 0.2rem;
  }

  .home-v2 .m_ftbd form .tj {
    display: block;
    width: 100%;
    height: 0.88rem;
    border: 0;
    padding: 0;
    background-color: #00bc8c;
    font: inherit;
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 0.88rem;
    text-align: center;
    cursor: pointer;
    margin-top: 0.26rem;
    border-radius: 0;
    appearance: none;
  }

  /* ========== footer ========== */
  .home-v2 .footer,
  .home-v2 .home-v2-footer {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ececec;
  }

  .home-v2 .footer .container,
  .home-v2 .home-v2-footer .container {
    width: 100% !important;
    margin: 0 !important;
  }

  .home-v2 .footer .container .top,
  .home-v2 .home-v2-footer .container .top {
    display: none !important;
  }

  .home-v2 .footer .container .bottom,
  .home-v2 .home-v2-footer .container .bottom {
    height: 1.25rem;
    font-size: 0.22rem;
    line-height: 1.25rem;
    background-color: #ececec;
    padding: 0;
    color: #9a9792;
    border: none;
    margin: 0 !important;
    text-align: center;
  }

  /* ========== m_zixun 底部固定咨询 ========== */
  .home-v2 .m_zixun {
    display: block;
    width: 100%;
    height: 1.23rem;
    background-color: #4290e5;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
  }

  .home-v2 .m_zixun .main {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .home-v2 .m_zixun .box {
    flex: 1;
    height: 0.53rem;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    margin-top: 0.34rem;
  }

  .home-v2 .m_zixun .box:last-child {
    border-right: none;
  }

  .home-v2 .m_zixun .box a,
  .home-v2 .m_zixun .box button {
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.53rem;
    padding-left: 0.7rem;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .home-v2 .m_zixun .box1 a,
  .home-v2 .m_zixun .box1 button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat left 0.25rem center;
    background-size: 0.36rem;
  }

  .home-v2 .m_zixun .box2 a,
  .home-v2 .m_zixun .box2 button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat left 0.25rem center;
    background-size: 0.36rem;
  }

  .home-v2 .m_zixun .box3 a,
  .home-v2 .m_zixun .box3 button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z'/%3E%3C/svg%3E") no-repeat left 0.25rem center;
    background-size: 0.36rem;
  }

  /* ========== 弹窗 ========== */
  .home-v2 .pop-form-wrap {
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.25rem;
    box-sizing: border-box;
  }

  .home-v2 .pop-form-wrap[hidden] {
    display: none !important;
  }

  .home-v2 .pop-form {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 5.8rem;
    max-width: calc(100vw - 0.5rem);
    max-height: calc(100vh - 0.6rem);
    overflow-y: auto;
    padding: 0.1rem 0.25rem 0.3rem;
    box-sizing: border-box;
    margin: 0;
  }

  .home-v2 .pp-close {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
  }

  .home-v2 .pp-title {
    font-size: 0.34rem;
    line-height: 0.6rem;
    padding: 0.2rem 0;
  }

  .home-v2 .pop-form p {
    margin-top: 0.25rem;
  }

  .home-v2 .pop-form input {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    font-size: 0.26rem;
  }

  .home-v2 .pp-hint {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }

  .home-v2 .pp-btn {
    margin-top: 0.3rem;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.3rem;
  }

  /* ========== FAQ 列表页移动端 ========== */
  .home-v2.h_list,
  .home-v2.h_list .body {
    background: #eef3fb;
    min-width: 0;
  }

  .home-v2.h_list .portal-header {
    display: block;
    position: relative;
    top: auto;
    height: auto;
    background: #4290e5;
    box-shadow: none;
  }

  .home-v2.h_list .l_ad1 {
    display: block;
    width: 100%;
    height: 2.35rem;
    overflow: hidden;
    background: #ffffff;
  }

  .home-v2.h_list .l_ad1 img {
    position: static;
    left: auto;
    margin-left: 0;
    display: block;
    width: 100%;
    height: 2.35rem;
    object-fit: cover;
  }

  .home-v2.h_list .mianbao {
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  .home-v2.h_list .mianbao .main,
  .home-v2.h_list .yewu_tab,
  .home-v2.h_list .index .right,
  .home-v2.h_list .pagelist {
    display: none !important;
  }

  .home-v2.h_list .home-v2-footer {
    display: block !important;
  }

  .home-v2.h_list .yewu_tab_m {
    display: block;
    height: 0.9rem;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
  }

  .home-v2.h_list .yewu_tab_m p {
    display: flex;
    width: 100%;
    height: 0.9rem;
    margin: 0;
  }

  .home-v2.h_list .yewu_tab_m p span {
    flex: 1;
    color: #111111;
    font-size: 0.3rem;
    line-height: 0.9rem;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
  }

  .home-v2.h_list .yewu_tab_m p span:last-child {
    border-right: 0;
    border-bottom: 0.04rem solid #58b7ff;
  }

  .home-v2.h_list .yewu_tab_des {
    display: none;
    background: #ffffff;
    border-bottom: 0.08rem solid #eeeeee;
  }

  .home-v2.h_list .yewu_tab_des.is-open {
    display: block;
  }

  .home-v2.h_list .yewu_tab_des .main,
  .home-v2.h_list .index,
  .home-v2.h_list .index .left {
    width: 100%;
    margin: 0;
  }

  .home-v2.h_list .yewu_tab_des ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.18rem 0.43rem;
    margin: 0;
    list-style: none;
    gap: 0.12rem;
  }

  .home-v2.h_list .yewu_tab_des li a {
    display: block;
    height: 0.58rem;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 0.24rem;
    line-height: 0.58rem;
    text-align: center;
  }

  .home-v2.h_list .yewu_tab_des li a.xz {
    border-color: #e5e5e5;
    background: #ffffff !important;
    color: #333333;
  }

  .home-v2.h_list .m_fenge {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #eeeeee;
  }

  .home-v2.h_list .index .left .container {
    width: 100%;
    background: #ffffff;
  }

  .home-v2.h_list .index .left .box {
    display: block;
    width: 7rem;
    min-height: 1.95rem;
    margin: 0.25rem auto 0 !important;
    padding: 0 0 0.25rem;
    border: 0;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: none;
    top: auto;
    left: auto;
  }

  .home-v2.h_list .index .left .box:hover {
    box-shadow: none;
    top: auto;
    left: auto;
  }

  .home-v2.h_list .index .left .box .l {
    float: left;
    width: 2.5rem;
    height: 1.95rem;
    margin: 0 0.3rem 0 0;
    overflow: hidden;
  }

  .home-v2.h_list .index .left .box .l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-v2.h_list .index .left .box .l span,
  .home-v2.h_list .index .left .box .des span {
    display: none;
  }

  .home-v2.h_list .index .left .box .r {
    float: left;
    width: 4.2rem;
  }

  .home-v2.h_list .index .left .box .r h3 {
    margin: 0.1rem 0;
    font-weight: 400;
    line-height: normal;
  }

  .home-v2.h_list .index .left .box .r h3 a {
    font-size: 0.27rem;
    color: #222222;
    line-height: normal;
  }

  .home-v2.h_list .index .left .box .r p {
    display: -webkit-box;
    margin: 0 0 0.15rem;
    padding-right: 0;
    color: #999999;
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .home-v2.h_list .index .left .box .des {
    color: #999999;
    font-size: 0.16rem;
  }

  .home-v2.h_list .index .left .box .des time {
    font-size: 0.16rem;
    padding-left: 0.35rem;
    background: url("assets/reference/hongzhuo/ztn4_box3_time.png") no-repeat left center;
    background-size: 0.2rem;
  }

  .home-v2.h_list .m_zixun {
    display: block;
  }
}
