/* 趣买票主站移动端适配
 * 仅在 900px 以下生效，桌面端布局保持原样。
 */

html {
    box-sizing: border-box;
}

.mobile-nav-toggle,
.mobile-nav-panel {
    display: none;
}

@media screen and (max-width: 900px) {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html,
    body {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body {
        font-size: 15px;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    img,
    video,
    canvas,
    svg,
    iframe {
        max-width: 100% !important;
    }

    img,
    video {
        height: auto;
    }

    /* 移动端导航 */
    .header-before {
        width: 100% !important;
        height: 60px !important;
    }

    .phptpl-header {
        width: 100% !important;
        min-width: 0 !important;
        height: 60px !important;
    }

    .phptpl-header .header-container {
        display: flex !important;
        align-items: center;
        width: 100% !important;
        min-width: 0 !important;
        height: 60px !important;
        padding: 0 16px !important;
        line-height: 60px !important;
    }

    .phptpl-header .header-container .logo {
        flex: 0 0 86px;
        width: 86px !important;
        height: 50px !important;
        margin: 5px 0 0 !important;
    }

    .phptpl-header .header-container > .nav-list,
    .phptpl-header .header-container > .button-list {
        display: none !important;
    }

    .mobile-nav-toggle {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 9px;
        border: 0;
        border-radius: 8px;
        background: rgba(255, 255, 255, .12);
        cursor: pointer;
        z-index: 202;
    }

    .mobile-nav-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        transition: transform .25s ease, opacity .25s ease, background .25s ease;
    }

    .header-container.bian .mobile-nav-toggle {
        background: rgba(44, 179, 100, .1);
    }

    .header-container.bian .mobile-nav-toggle span {
        background: #26323f;
    }

    body.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-nav-panel {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 201;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        max-height: 0;
        padding: 0 16px;
        overflow: hidden;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 14px 30px rgba(23, 40, 32, .14);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: max-height .3s ease, padding .3s ease, opacity .2s ease, transform .3s ease;
    }

    .mobile-nav-panel a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border: 1px solid #e4ece8;
        border-radius: 9px;
        color: #26323f !important;
        background: #fff;
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.35;
    }

    .mobile-nav-panel a.mobile-nav-primary {
        border-color: #2cb364;
        color: #fff !important;
        background: #2cb364;
    }

    body.mobile-nav-open {
        overflow: hidden !important;
    }

    body.mobile-nav-open .mobile-nav-panel {
        max-height: calc(100vh - 60px);
        padding-top: 16px;
        padding-bottom: 18px;
        overflow-y: auto;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    /* 公共头图和正文容器 */
    .head-bg {
        width: 100% !important;
        min-width: 0 !important;
        height: 420px !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .head-content,
    .zhihuijingqu-head-content {
        width: 100% !important;
        height: 420px !important;
        padding: 0 20px !important;
    }

    .head-content .head-info,
    .huodonghuizhan-head-content .head-info,
    .anli-head-content .head-info,
    .zixun-head-content .head-info,
    .contactus-head-info.head-info {
        float: none !important;
        width: 100% !important;
        max-width: 620px;
        margin: 0 auto !important;
        padding-top: 105px !important;
        text-align: center !important;
    }

    .head-content .head-info h1 {
        font-size: 29px !important;
        line-height: 1.35 !important;
    }

    .head-content .head-info h2 {
        margin-top: 14px !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .head-content .head-info .head-info-btn {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding-top: 30px !important;
    }

    .head-content .head-info .head-info-btn .to-btn {
        float: none !important;
        width: auto !important;
        min-width: 130px;
        height: 46px !important;
        padding: 0 16px;
        font-size: 16px !important;
        line-height: 46px !important;
    }

    .head-content .head-img {
        display: none !important;
    }

    .page-banner {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 330px !important;
        padding: 90px 16px 30px !important;
        background-size: cover !important;
    }

    .page-banner-content,
    .page-banner-content-new {
        width: 100% !important;
        height: auto !important;
        min-height: 240px !important;
        padding: 42px 18px !important;
    }

    .page-banner-content h2 {
        padding-top: 0 !important;
        font-size: 28px !important;
        line-height: 1.4 !important;
    }

    .page-banner-content p {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .guarantee-item-box .guarantee-item,
    .introduce-item-box,
    .function-item-box,
    .logic-item-box,
    .price-item-box,
    .synergic-item-box,
    .fangan-content,
    .list-content,
    .detial-box,
    .zhihuijingqu-step-content,
    .zhihuijingqu-jiagou-content,
    .zhihuijingqu-face-box,
    .zhihuijingqu-other-box ul,
    .contactus-zongbu-content,
    .contactus-fengongsi-content,
    .about-desc-content,
    .about-jiazhiguan-content,
    .about-yewu-content,
    .about-history-content,
    .about-honour-content,
    .abuot-yuanwang-content,
    .page-content {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .introduce-item-box,
    .function-item-box,
    .logic-item-box,
    .price-item-box,
    .synergic-item-box,
    .fangan-content,
    .list-content,
    .detial-box,
    .contactus-zongbu-content,
    .contactus-fengongsi-content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .introduce-item-left,
    .introduce-item-right {
        float: none !important;
        width: 100% !important;
    }

    .introduce-item-box h2.title,
    .function-item-box .function-item-title,
    .logic-item-box .logic-item-title,
    .price-item-title,
    .synergic-item-box .synergic-item-title,
    .fangan-title {
        font-size: 27px !important;
        line-height: 1.4 !important;
        text-align: center;
    }

    .function-item-box .function-item-list li {
        width: 33.333% !important;
    }

    .logic-item,
    .logic-item.logic-item-big {
        display: block !important;
        width: 100% !important;
        margin: 0 0 24px !important;
        text-align: center;
    }

    .price-item-content ul,
    .synergic-item-box .synergic-item-content ul {
        display: flex !important;
        flex-wrap: wrap;
        gap: 24px 0;
    }

    .price-item-content ul li,
    .synergic-item-box .synergic-item-content ul li {
        width: 50% !important;
    }

    /* 解决方案、剧院和智慧景区旧模板 */
    .fangan-wenti-list,
    .fangan-gongneng-list,
    .fangan-juchangyanchu-list {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 28px 0;
    }

    .fangan-wenti-item,
    .fangan-gongneng-item,
    .fangan-juchangyanchu-list li {
        width: 50% !important;
    }

    .fangan-tuwen-list {
        margin: 0 !important;
        padding: 40px 0 0 !important;
    }

    .fangan-tuwen-item {
        flex-direction: column !important;
        gap: 22px;
        margin-bottom: 55px !important;
        text-align: center;
    }

    .fangan-tuwen-item img {
        order: -1;
        width: 100% !important;
        max-width: 520px !important;
    }

    .fangan-tuwen-info,
    .fangan-tuwen-info p,
    .fangan-tuwen-info div {
        width: 100% !important;
        height: auto !important;
        padding-top: 0 !important;
        text-align: center !important;
    }

    .fangan-tuwen-text br {
        display: none;
    }

    .zhihuijingqu-step-top {
        height: 70px !important;
        margin-top: -35px !important;
    }

    .zhihuijingqu-step-left,
    .zhihuijingqu-step-right {
        display: none !important;
    }

    .zhihuijingqu-step-content {
        padding: 0 16px 45px !important;
    }

    .zhihuijingqu-jiagou-content {
        padding: 0 16px 36px !important;
    }

    .zhihuijingqu-jiagou-title {
        height: auto !important;
        padding-top: 34px !important;
        font-size: 27px !important;
        line-height: 1.4 !important;
        text-align: center;
    }

    .zhihuijingqu-jiagou-tab {
        padding-bottom: 10px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .zhihuijingqu-jiagou-tab-item {
        flex: 0 0 auto;
        padding: 0 18px !important;
        font-size: 16px !important;
    }

    .zhihuijingqu-jiagou-swiper-item ol {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        width: 100% !important;
    }

    .zhihuijingqu-jiagou-swiper-item ol li {
        float: none !important;
        width: auto !important;
        height: 170px !important;
        margin: 0 !important;
    }

    .zhihuijingqu-face-box {
        padding: 0 16px;
    }

    .zhihuijingqu-face-box h2,
    .zhihuijingqu-other-box h2 {
        height: auto !important;
        padding: 46px 18px 12px !important;
        font-size: 27px !important;
        line-height: 1.4 !important;
    }

    .zhihuijingqu-face-left,
    .zhihuijingqu-face-right {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .zhihuijingqu-face-left {
        display: flex;
        justify-content: space-around;
        padding: 18px;
    }

    .zhihuijingqu-face-left > div {
        width: 50%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .zhihuijingqu-face-right {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 14px !important;
        padding: 18px !important;
    }

    .zhihuijingqu-face-right li {
        padding-top: 8px !important;
    }

    .zhihuijingqu-face-right i {
        width: 90px !important;
        height: 90px !important;
        background-size: 82px !important;
    }

    .zhihuijingqu-other-box ul {
        padding: 30px 16px 42px !important;
    }

    .zhihuijingqu-other-box ul li:not(.zhihuijingqu-other-next) {
        width: 33.333%;
    }

    .zhihuijingqu-other-next {
        display: none !important;
    }

    .zhihuijingqu-other-box ul li i {
        width: 92px !important;
        height: 92px !important;
        background-size: 92px !important;
    }

    .zhihuijingqu-other-box ul li p {
        padding: 12px 6px 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* 首页 */
    #flash,
    #flash .swiper-wrapper,
    #flash .swiper-slide,
    #flash .inner {
        width: 100% !important;
        min-width: 0 !important;
        height: clamp(220px, 62vw, 280px) !important;
        min-height: 0 !important;
    }

    #flash .movie-pic {
        width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover;
        object-position: center;
    }

    #flash .inner-height {
        width: 70px !important;
    }

    .szwlfws-item-title {
        width: calc(100% - 32px) !important;
        height: auto !important;
        margin: 24px auto 0 !important;
        padding: 16px !important;
    }

    .changyoubao-video-box {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        background-image: none !important;
    }

    .changyoubao-video-box .video {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .changyoubao-video-box .video video {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .changyoubao-video-box .video-mask {
        background-size: cover !important;
        background-position: center !important;
    }

    .changyoubao-video-box .group_7,
    .changyoubao-video-box .text-group_1 {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 22px 0 0 !important;
    }

    .changyoubao-video-box .text-group_1 h1 {
        width: 100% !important;
        font-size: 20px !important;
        line-height: 1.55 !important;
    }

    .changyoubao-video-box .text_20,
    .changyoubao-video-box .text_21,
    .changyoubao-video-box .text_23,
    .changyoubao-video-box .text_23 a {
        width: 100% !important;
        height: auto !important;
    }

    .changyoubao-video-box .text_20 {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }

    .changyoubao-video-box .text_21 {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .changyoubao-video-box .text_22 {
        width: auto !important;
        height: auto !important;
        min-height: 112px;
        padding: 8px 4px !important;
        font-size: 15px !important;
    }

    .changyoubao-video-box .text_22 img {
        max-width: 44px !important;
        height: auto !important;
    }

    .changyoubao-video-box .text_23 {
        margin-top: 20px !important;
        line-height: 52px !important;
    }

    .changyoubao-video-box .text_23 a {
        line-height: 52px !important;
    }

    .h-div3-d {
        position: static !important;
        top: auto !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 20px !important;
    }

    .h-div3-d .h-div3 {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 190px;
        margin: 0 !important;
        background-size: cover !important;
    }

    .h-div3-d .h-div3-div1,
    .h-div3-d .h-div3-span1,
    .h-div3-d .h-div3-span2 {
        width: 100% !important;
        min-width: 0 !important;
    }

    .i-div2 {
        display: block !important;
        height: auto !important;
        padding: 0 16px 36px !important;
    }

    .i-div3 {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 28px !important;
    }

    .i-div3-d {
        display: none !important;
    }

    .i-new-list {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 22px 0 0 !important;
    }

    .i-new-item {
        display: grid !important;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 18px !important;
    }

    .i-new-item > img {
        width: 96px !important;
        height: 72px !important;
        object-fit: cover;
        border-radius: 6px;
    }

    .i-item-div4 {
        position: static !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
    }

    .i-item-div4 h3,
    .i-item-div4 p {
        width: 100% !important;
    }

    .i-new-item-news {
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .i-new-item-news .div-img,
    .i-new-item-news-div {
        position: static !important;
        grid-column: 1;
        grid-row: 1;
        width: 72px !important;
        height: 72px !important;
        min-width: 0 !important;
    }

    .i-new-item-news-div-1 {
        position: static !important;
        grid-column: 2;
        grid-row: 1;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .i-new-item-news-div-1 p,
    .i-new-item-news-div-1 span {
        width: 100% !important;
        min-width: 0 !important;
    }

    .index-content,
    .entry-container,
    .architecture-content,
    .promote .promote-container,
    .solution-container .table,
    .new-container,
    .num-container,
    .title1-center,
    .img1-center,
    .h-div1,
    .i-div2,
    .index-scenic-box,
    .index-scenic-box-n,
    [class^="guarantee-item-text"],
    [class*=" guarantee-item-text"] {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .index-content,
    .entry-container,
    .architecture-content,
    .solution-container,
    .new-container,
    .num-container,
    .h-div1,
    .index-scenic-box,
    .index-scenic-box-n {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .entry-container .entyr-list,
    .architecture-content,
    .new-list,
    .num-container {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .architecture-content .architecture-item {
        width: 50% !important;
        margin: 0 0 28px !important;
    }

    .solution-container .table {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .solution-container .td {
        width: auto !important;
        min-height: 230px !important;
        margin: 0 !important;
    }

    .new-list .new-item {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .num-container li {
        width: 50% !important;
        margin-bottom: 22px;
    }

    .title1-center,
    .guarantee-item-title1,
    .guarantee-item-title2 {
        height: auto !important;
        padding: 56px 16px 18px !important;
        font-size: 28px !important;
        line-height: 1.45 !important;
    }

    .img1-center img,
    .i-div2 {
        width: 100% !important;
        height: auto !important;
    }

    /* 资讯列表与文章详情 */
    .alin-list-tab,
    .zix-list-tab {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .alin-list-tab-item {
        flex: 0 0 auto;
    }

    .zix-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .zix-list .zix-list-item {
        width: auto !important;
        height: auto !important;
        min-height: 330px;
        margin: 0 !important;
    }

    .zix-list .zix-list-item .zix-list-item-img {
        height: 220px !important;
    }

    .a-div,
    .a-div1,
    .a-div-title,
    .a-contxt,
    .detial-box,
    .detial-box1,
    .b-box1,
    .b-box2 {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .a-div1 {
        padding: 0 16px;
    }

    .a-div-title {
        height: auto !important;
        padding: 90px 0 24px;
        line-height: 1.6 !important;
    }

    .a-a2 {
        display: block;
        margin-top: 8px;
        overflow-wrap: anywhere;
    }

    .detial-box {
        display: block !important;
        padding: 18px !important;
        margin-bottom: 30px !important;
    }

    .detial-title,
    .detial-desc,
    .a-div2,
    .a-contxt {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .detial-title {
        font-size: 26px !important;
        line-height: 1.5 !important;
    }

    .a-contxt {
        min-height: 0 !important;
        font-size: 16px !important;
        line-height: 1.9 !important;
        overflow-wrap: anywhere;
    }

    .a-contxt table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .detial-box1 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 0 0 60px !important;
    }

    .b-box1,
    .b-box2 {
        height: auto !important;
    }

    /* 关于我们和联系页面 */
    .h2-img1,
    .new-img3,
    .new-img4,
    .contactus-zongbu-content,
    .contactus-fengongsi-list,
    .e-div1 {
        display: flex !important;
        flex-wrap: wrap;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .h2-img1 {
        justify-content: center;
        padding: 0 16px;
    }

    .h2-img1 img {
        width: min(250px, 70vw) !important;
        height: auto !important;
    }

    .h2-txt1,
    .h2-txt1 span,
    .h2-txt2 {
        width: 100% !important;
        height: auto !important;
        margin: 20px 0 0 !important;
        padding: 18px !important;
        overflow: visible !important;
    }

    .new-img3 {
        gap: 16px;
        justify-content: center;
        margin-top: 36px !important;
        padding: 0 16px 55px !important;
    }

    .check-img1 {
        width: calc(50% - 8px) !important;
        height: 340px !important;
        margin-left: 0 !important;
    }

    .c-img {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .c-img1,
    .c-img1 img,
    .image_8 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .about-honour-content,
    .about-honour-content .swiper-slide,
    .about-honour-list {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .about-honour-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .about-honour-list li {
        width: 50% !important;
        margin: 0 0 20px !important;
    }

    .about-honour-list li div {
        width: calc(100% - 8px) !important;
        height: auto !important;
        min-height: 220px;
    }

    .e-div1 {
        padding: 20px 16px 40px;
    }

    .map-canvas,
    .contactus-zongbu-map,
    .e-div2,
    .contactus-zongbu-info {
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 0 !important;
    }

    .e-input1,
    .e-input2,
    #subMsg {
        width: 100% !important;
    }

    .contactus-zongbu-content {
        gap: 24px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contactus-fengongsi-box,
    .contactus-fengongsi-content,
    .contactus-fengongsi-list {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .contactus-fengongsi-box {
        padding: 0 18px 60px !important;
        margin: 0 !important;
    }

    .contactus-fengongsi-content,
    .contactus-fengongsi-list {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contactus-fengongsi-title,
    .contactus-fengongsi-item .contactus-title,
    .contactus-fengongsi-item .contactus-text {
        width: 100% !important;
        max-width: 100% !important;
    }

    .contactus-zongbu-info,
    .contactus-zongbu-map {
        float: none !important;
    }

    .contactus-fengongsi-item {
        width: 100% !important;
    }

    /* 页脚与咨询弹窗 */
    .phptpl-footer {
        width: 100% !important;
        min-width: 0 !important;
    }

    .phptpl-footer .footer-container,
    .phptpl-footer .ipc .link,
    .footer-banner-container {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .phptpl-footer .footer-container .footer-about {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        margin-top: 32px !important;
    }

    .phptpl-footer .footer-container .footer-about .footer_ {
        float: none !important;
        margin: 0 !important;
    }

    .phptpl-footer .footer-container .footer-about .link,
    .phptpl-footer .ipc .link {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .phptpl-footer .footer-container .footer-about .link li,
    .phptpl-footer .ipc .link li {
        margin: 0 !important;
    }

    .footer-search-item {
        width: 100% !important;
    }

    .footer-search-item input {
        width: calc(100% - 125px) !important;
    }

    .footer-banner {
        height: auto !important;
        min-height: 340px;
    }

    .footer-text {
        width: min(100%, 460px) !important;
    }

    .msg-popup {
        top: 50% !important;
        left: 50% !important;
        width: calc(100% - 28px) !important;
        max-width: 520px;
        height: auto !important;
        max-height: 88vh;
        margin: 0 !important;
        border-radius: 18px !important;
        overflow-y: auto !important;
        transform: translate(-50%, -50%);
    }

    .msg-popup ul {
        width: auto !important;
        margin: 22px 18px !important;
    }

    .msg-popup ul li label {
        float: none !important;
        display: block;
        width: 100% !important;
        margin: 0 0 6px !important;
    }

    .msg-popup ul li input,
    .msg-popup ul li textarea {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-nav-panel {
        grid-template-columns: 1fr;
    }

    .head-content .head-info h1 {
        font-size: 26px !important;
    }

    .function-item-box .function-item-list li,
    .fangan-wenti-item,
    .fangan-gongneng-item,
    .fangan-juchangyanchu-list li {
        width: 50% !important;
    }

    .solution-container .table,
    .zix-list,
    .detial-box1 {
        grid-template-columns: 1fr !important;
    }

    .zix-list .zix-list-item .zix-list-item-img {
        height: 210px !important;
    }

    .check-img1 {
        width: 100% !important;
        max-width: 366px;
    }

    .phptpl-footer .footer-container .footer-about {
        grid-template-columns: 1fr !important;
    }

    .h-div3-d {
        grid-template-columns: 1fr;
    }
}
