.display {
    display: none !important;
}

.h5_head {
    display: none;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #F6F9FF;
    /*font-family: "PingFangSC-Regular","Microsoft YaHei", serif;*/
    font-family: "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    letter-spacing: 0.05em;
}

@font-face {
    font-family: 'txFont';
    src: url('../../ttf/TencentSansW7_case.ttf');
}

/* h5 */
@media (max-width: 1200px) {
    .PC_block {
        display: none !important;
    }

    .head {
        width: 100%;
        height: 537px;
        z-index: 3;
        position: fixed;
    }

    /*弹窗*/
    .openH5_none {
        display: none;
    }

    /*导航*/
    .menu_h5 {
        width: 100vw;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
    }

    .menu_show {
        height: 100vh;
    }

    .menu_none {
        height: 60px;
    }

    .foot {
        display: block;
        bottom: 0;
        width: 100%;
        height: 450px;
    }

    /*顶部背景图*/
    .case_banner-one_Phone {
        width: 100vw;
        height: 149px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .case_banner_two_Phone {
        height: 149px;
        margin: auto;
        position: relative;
        width: 100vw;
    }

    #case_banner_one {
        width: 100vw;
        height: 149px;
        background: url('../../img/case/case_one.png') no-repeat;
        background-size: cover;
    }

    #case_banner_two {
        width: 40vw;
        height: 105px;
        background: url('../../img/case/case_two.png') no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .font_family_one_Phone {
        position: absolute;
        top: 25pt;
        left: 15pt;
        font-family: txFont, serif;
        font-size: 20px;
        color: #001551;
        line-height: 17px;
        letter-spacing: 5px;
        text-align: center;
        font-style: normal;
    }

    .font_family_all_Phone {
        font-size: 10px;
        position: absolute;
        top: 47pt;
        left: 15pt;
        font-family: TencentSansW7, serif;
        color: #001551;
    }

    .font_family_two_Phone {
        color: #2E60FC;
    }

    .bottom_all {
        font-size: 10px;
        position: absolute;
        top: 65pt;
        left: 15pt;
        font-family: PingFangSC, PingFang SC, serif;
        text-align: center;
        font-weight: 500;
        width: 45%;
        height: 15%;
    }

    .boder-first_Phone {
        background: #FFFFFF;
        border: 1px solid #2E60FC;
        font-size: 12px;
        color: #2E60FC;
        font-style: normal;
        cursor: pointer;
        width: 48%;
        float: left;
        line-height: 28px;
        height: 28px;
        text-align: center;
    }

    .border-second_Phone {
        border: 1px solid #2E60FC;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        font-style: normal;
        cursor: pointer;
        background: #2E60FC;
        width: 48%;
        line-height: 28px;
        height: 28px;
        margin-left: 52.5%;
    }

    /*索引*/
    .crumbs {
        width: 100%;
        height: 0;
    }

    .crumbs > div {
        margin: auto;
        width: 1200px;
        padding: 30px 0;
        font-size: 14px;
        color: #999999;
    }

    /*案例菜单 H5 - 对齐洞察 tab 样式*/
    .case-menu-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 0 16px;
        box-sizing: border-box;
        background: #FFFFFF;
        position: sticky;
        top: 60px;
        z-index: 9;
        box-shadow: 0 2px 12px rgba(50, 63, 118, 0.08);
    }

    .case-menu-wrap .menu_2 {
        width: 100%;
        margin: 0;
        background: transparent;
        border-radius: 0;
        overflow: visible;
        min-height: 0;
        height: auto;
        position: relative;
    }

    .case-menu-bar {
        display: flex;
        align-items: stretch;
        height: 56px;
        position: relative;
    }

    .case-menu-scroll {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        position: relative;
        height: 56px;
    }

    .case-menu-wrap .menu_line,
    .case-menu-wrap .menu_line2,
    .case-menu-wrap .menu_bottom {
        display: none !important;
    }

    .case-menu-wrap .menu_ul {
        width: 100%;
        height: 56px;
        max-height: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-right: 4px;
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-gap: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .case-menu-wrap .menu_ul::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .case-menu-more {
        flex-shrink: 0;
        width: auto;
        min-width: 52px;
        height: 56px;
        margin: 0;
        padding: 0 0 0 10px;
        border: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 40%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        cursor: pointer;
        position: relative;
        z-index: 2;
        font-size: 14px;
        color: #323F76;
    }

    .case-menu-more-text {
        white-space: nowrap;
        font-weight: 500;
    }

    .case-menu-more-arrow {
        width: 12px;
        height: 12px;
        transition: transform 0.2s ease;
    }

    .case-menu-more.is-open .case-menu-more-arrow {
        transform: rotate(180deg);
    }

    .case-menu-dropdown {
        display: none;
        position: absolute;
        top: calc(100% - 1px);
        left: 50%;
        right: auto;
        width: 100vw;
        margin-left: -50vw;
        max-height: 52vh;
        overflow-y: auto;
        background: #FFFFFF;
        box-shadow: 0 8px 24px rgba(50, 63, 118, 0.12);
        border-top: 1px solid #E6EBF2;
        z-index: 12;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .case-menu-dropdown.is-open {
        display: block;
    }

    .case-menu-dropdown-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 12px;
        box-sizing: border-box;
    }

    .case-menu-dropdown-item {
        padding: 10px 6px;
        font-size: 13px;
        font-weight: 400;
        color: #323F76;
        line-height: 1.35;
        border-bottom: none;
        border-radius: 6px;
        cursor: pointer;
        user-select: none;
        text-align: center;
        background: #F6F9FF;
        word-break: break-all;
    }

    .case-menu-dropdown-item.is-active {
        color: #FFFFFF;
        font-weight: 600;
        background: #005EFF;
    }

    .case-menu-wrap .menu_li {
        flex-shrink: 0;
        width: auto;
        min-height: 56px;
        margin-right: 24px;
        background: transparent;
    }

    .case-menu-wrap .menu_li:last-child {
        margin-right: 0;
        padding-right: 8px;
    }

    .case-menu-wrap .menu_li > a {
        width: auto;
        padding: 0 4px;
        font-size: 16px;
        font-weight: 400;
        color: #323F76;
        border-right: none;
        white-space: nowrap;
    }

    .case-menu-wrap .menu_choose {
        background: transparent;
        right: 0;
    }

    .case-menu-wrap .menu_choose > a {
        color: #000;
        font-weight: 700;
    }

    .case-menu-line {
        width: 18px;
        height: 4px;
        background: #005EFF;
        position: absolute;
        left: 0;
        bottom: 8px;
        display: none;
        pointer-events: none;
        z-index: 1;
    }

    #page-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 4px 16px 2px;
        box-sizing: border-box;
        background: #F6F9FF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #page-wrap .zl-page-wrap {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }

    #page-wrap .zl-line {
        flex-wrap: wrap;
        justify-content: center;
    }

    /*案例菜单*/
    .menu_2 {
        width: 100%;
        margin: auto;
        position: relative;
        background: #ffffff;
        border-radius: 5px;
        overflow: hidden;
    }

    .menu_line {
        position: absolute;
        top: 44px;
        left: 0;
        width: 96%;
        height: 1px;
        background: #e6e6e6;
        z-index: 8;
        margin-left: 23px;
    }

    .menu_line2 {
        display: none;
    }

    .menu_ul {
        width: 96%;
        height: auto;
        max-height: 94px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, 32px);
        grid-gap: 6px 0;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 2%;
        overflow: hidden;
    }

    .menu_li {
        font-size: 13px;
        width: 100%;
        height: 100%;
        min-height: 32px;
        padding: 0;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .menu_li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 13px;
        font-weight: 400;
        color: #323F76;
        line-height: 1.2;
        text-align: center;
        border-right: 1px solid #323F76;
    }

    .menu_li:nth-child(7n) > a {
        border-right: none;
    }

    .menu_choose {
        transition: all .4 ease-out;
        background: #005EFF;
        user-select: none;
        border-right: none;
        color: #ffffff;
        position: relative;
        right: 1px;
    }

    .menu_choose > a {
        border-right: none;
        color: #ffffff;
    }

    .menu_bottom {
        width: 100vw;
        height: 36px;
        background: #FFFFFF;
        border: 0 solid #E6EBF2;
        border-top-width: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;

        font-weight: 400;
        color: #323F76;
        z-index: 1;
        position: relative;
    }

    .menu_bottom > img {
        width: 18px;
        height: 20px;
    }

    /*案例内容*/
    .content {
        width: 100%;
        margin: auto;
    }

    .content_ul {
        height: 100%;
        margin-top: 14px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        margin-bottom: 26px;
    }

    .content_li {
        float: left;
        width: 44%;
        height: auto;
        min-height: 0;
        padding-bottom: 12px;
        background: #fff;
        overflow: hidden;
        /*阴影效果渐进*/
        transition: all .4s ease-out;
        margin-bottom: 20px;
        margin-right: 14px;
    }

    .content_li:nth-child(odd) {
        margin-left: 16px;
        margin-right: 14px;
    }

    .content_li:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }

    .content_li:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    }

    .content_li > a > img {
        width: 100%;
        height: 116px;
    }

    .content_li > a > div:nth-child(2) > .title {
        width: 160px;
        margin: 13px 0 0 12px;
        font-size: 16px;
        font-weight: 600;
        color: #323F76;
        text-overflow: ellipsis;
        word-break: break-all;
        overflow: hidden;
        white-space: nowrap;
    }

    .content_li > a > div:nth-child(2) > .subtitle {
        width: 160px;
        height: 42px;
        font-size: 14px;
        font-weight: 400;
        color: #666880;
        line-height: 21px;
        letter-spacing: 0;
        margin: 5px 0 0 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .subtitle {
        width: 366px;
        height: 42px;
        font-size: 15px;
        font-weight: 400;
        color: #666880;
        line-height: 21px;
        margin: 5px 0 0 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .column {
        display: none !important;
    }

    /*分页组件*/
    .page {
        display: flex;
        justify-content: center;
    }

    .page_item {
        color: #4c4c4c;
        padding: 6px 12px;
        margin-right: 5px;
        border-radius: 7px;
        background: #fff;
    }

    .page_item:hover {
        color: #fff;
        background: #2E60FC;
    }

    .page_item_active {
        color: #fff;
        background: #2E60FC;
    }

    .oageNumber {
        text-align: center;
        font-size: 16px;

        font-weight: 400;
        color: #323F76;
    }

    .gopage {
        width: 62px;
        height: 46px;
        background: #FFFFFF;
        border: 1px solid #2E60FC;
        font-size: 16px;

        font-weight: 400;
        color: #2E60FC;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 16px;
    }

    .choosepage {
        width: 62px;
        height: 46px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 12px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #323F76;
        border: none;
    }

    .page_last {
        width: 106px;
        height: 46px;
        background: #2E60FC;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 22px;
    }

    .page_next {
        width: 106px;
        height: 46px;
        background: #2E60FC;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 12px;
    }

    .Phone_foot_img {
        margin-top: 46px;
        width: 100vw;
    }
}


/* PC */
@media (min-width: 1200px) {
    .Phone_block {
        display: none !important;
    }

    .head {
        width: 100%;
        height: 537px;
        z-index: 3;
        position: fixed;
    }

    .foot {
        height: 507px;
        width: 100%;
        background-color: #071C51;
        position: relative;
        bottom: 0;
        display: block;
    }

    /*顶部背景图*/
    /*第一层DIV样式*/
    .case_banner_one {
        width: 100%;
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*第二层DIV样式*/
    .case_banner_two {
        width: 1280px;
        height: 240px;
        margin: auto;
        position: relative;
    }

    /*大图样式*/
    .case-banner-one {
        width: 1280px;
        height: 240px;
    }

    /*右下角图片样式*/
    .case-banner-two {
        width: 445px;
        height: 199px;
        position: absolute;
        top: 43px;
        left: 820px;
    }

    /*文字*/
    .font_family_one {
        font-family: txFont, serif;
        position: absolute;
        top: 46px;
        left: 22px;
        font-size: 50px;
        color: #001551;
        line-height: 75px;
        letter-spacing: 2px;
        text-align: left;
        font-style: normal;;
    }

    .font_family_all {
        width: 207px;
        height: 27px;
        position: absolute;
        top: 120px;
        left: 22px;
        line-height: 27px;
        letter-spacing: 5px !important;
        font-family: txFont, serif;
        font-size: 18px;
        color: #001551;
        white-space: nowrap;
    }

    .font_family_two {
        color: #2E60FC;
        font-family: txFont, serif;
    }

    /*按钮边框*/
    .boder-first {
        position: absolute;
        top: 164px;
        left: 22px;
        width: 106px;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #2E60FC;
        font-family: PingFangSC, PingFang SC;
        line-height: 32px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        color: #2E60FC;
        font-style: normal;
        cursor: pointer;
    }

    .border-second {
        position: absolute;
        top: 164px;
        left: 144px;
        width: 106px;
        height: 34px;
        font-family: PingFangSC, PingFang SC, serif;
        line-height: 32px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        font-style: normal;
        cursor: pointer;
        background: #2E60FC;
    }

    .border-third {
        background: #2E60FC;
        width: 106px;
        height: 32px;
        float: left;
        text-align: center;
        line-height: 32px;
        font-family: PingFangSC, PingFang SC, serif;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        cursor: pointer;
    }

    /*索引*/
    .crumbs {
        width: 100%;
        height: 20px;
    }

    .crumbs > div {
        margin: auto;
        width: 1200px;
        padding: 30px 0;
        font-size: 14px;
        color: #999999;
    }

    /*案例菜单*/
    .case-menu-bar {
        display: block;
    }

    .case-menu-scroll {
        overflow: visible;
        height: auto;
    }

    .menu,
    .menu_2 {
        width: 1280px;
        margin: auto;
        position: relative;
        height: auto;
        min-height: 108px;
        background: #ffffff;
        border-radius: 5px;
        overflow: hidden;
    }

    .menu_line {
        position: absolute;
        top: 52px;
        left: 0;
        width: 96%;
        height: 0.5px;
        background: #E6EBF2;
        z-index: 8;
        margin-left: 23px;
    }

    .menu_line2 {
        display: none;
    }

    .menu_ul {
        width: 100%;
        height: auto;
        max-height: 108px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, 38px);
        grid-gap: 4px 0;
        padding: 14px 20px;
        overflow: hidden;
    }

    .menu_li {
        font-size: 14px;
        width: 100%;
        height: 100%;
        min-height: 38px;
        padding: 0;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .menu_li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #555570;
        text-align: center;
        line-height: 1.2;
        border-right: 1px solid #E6EBF2;
    }

    .menu_li:nth-child(7n) > a {
        border-right: none;
    }

    .menu_choose {
        transition: all .4s ease-out;
        background: #005EFF;
        user-select: none;
        border-right: none;
        color: #ffffff;
    }

    .menu_choose > a {
        border-right: none;
        color: #ffffff;
    }

    /*案例内容*/
    .content {
        width: 1280px;
        margin: auto;
    }

    .content_ul {
        height: 100%;
        margin-top: 18px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        margin-bottom: 90px;
    }

    .content_li {
        float: left;
        width: 410px;
       /* height: 452px; */
        background: #fff;
        overflow: hidden;
        /*阴影效果渐进*/
        transition: all .4s ease-out;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .content_li:nth-child(3n) {
        margin-right: 0px !important;
    }

    .content_li:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    }

    .content_li > a > img {
        width: 100%;
        height: 259px;
    }

    .content_li > a > div:nth-child(2) > .title {
        margin: 20px 0 0 22px;
        font-size: 18px;
        font-weight: 600;
        color: #323F76;
    }

    .content_li > a > div:nth-child(2) > .subtitle {
        font-size: 14px;
        font-weight: 400;
        color: #666880;
        line-height: 22px;
    }

    .subtitle {
        width: 366px;
        height: 42px;
        font-size: 15px;
        font-weight: 400;
        color: #666880;
        line-height: 22px;
        margin: 7px 0 0 22px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .column {
        display: grid;
        grid-template: 40px/ auto auto auto auto;
        grid-gap: 0;
        height: 60px;
        padding: 5px 23px;
        margin-right: 20px;
    }

    .column-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 15px;
        height: 19px;
    }

    .gezi {
        width: 7px;
        height: 7px;
        background: #F4981C;
    }

    .break {
        font-size: 12px;

        font-weight: 400;
        color: #323F76;
        margin-left: 5px;
    }

    /*分页组件*/
    .page {
        display: flex;
        justify-content: center;
    }

    .page_item {
        color: #4c4c4c;
        user-select: none;
        width: 34px;
        height: 34px;
        background: #F6F9FF;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page_item:hover {
        color: #fff;
        background: #2E60FC;
        cursor: pointer;
    }

    .page_item_active {
        color: #fff;
        background: #2E60FC;
    }

    /* 分页 */
    .zl-line2 {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-bottom: 85px;
        user-select: none;
    }

    .zl-page-last-button,
    .zl-page-next-button,
    .zl-page-item {
        width: 34px;
        height: 34px;
        color: #323F76;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .zl-page-last-button,
    .zl-page-next-button {
        background: #fff
    }
}
