/* 
*    适配手机端
*/
@media screen and (max-width: 750px) {
    .w-1200 {
        min-width: 100%;
        width: 100%;
        margin: auto;
    }

    #about-wrap {
        padding: 0;
    }

    #about-wrap .about-right {
        width: 100%;
        padding: 0 !important;
    }

    .wrap_750 {
        top: 16vw
    }

    .about-right-box {
        border: 0 !important;
        padding: 0 !important;
    }

    #about-wrap .about-right .aboutR-header {
        padding: 2.13vw 3.2vw;
        border-bottom: 1px solid #EDEEF0;
        margin-bottom: 6.4vw;
    }

    .aboutR-body {
        padding: 0 3.2vw;
    }

    #about-wrap .about-right .aboutR-middle_product {
        border-bottom: 0;
    }

    #about-wrap .about-right .aboutR-middle_product div:nth-child(1) {
        font-weight: 600;
        font-size: 5.33vw;
        line-height: 8vw;
        color: #323C49;
        margin-bottom: 18px
    }

    #about-wrap .about-right .aboutR-middle_product div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 3.73vw;
        line-height: 5.87vw;
        color: #848C99;
        margin-bottom: 4.27vw;
    }

    #about-wrap .about-right .aboutR-middle_product div:nth-child(2) span {
        color: #848C99;
        display: flex;
        align-items: center;
    }

    #about-wrap .about-right .aboutR-middle_product div:nth-child(2) span img {
        margin-right: 8px;
    }

    #about-wrap .about-right .aboutR-content {
        margin-bottom: 4.27vw;
        font-size: 3.73vw;
        line-height: 5.87vw;
        color: #475467;
    }

    .productDetail-list > .footer {
        background: #FFFFFF;
        border-width: 1px 0px;
        border-style: solid;
        border-color: #E7EEF7;
        margin-bottom: 4.8vw;
        display: flex;
    }

    .productDetail-list > .footer > div {
        height: 20vw;
        width: 50%;
        padding-left: 0;
        border-right: 1px solid #E7EEF7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productDetail-list > .footer > div:last-child {
        border-right: 0;
    }

    .productDetail-list > .footer p {
        width: 85%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index-market-case-wrap{
        display: none;
    }

    .BottomCaseWrap {
        display: none;
        padding: 0 3.2vw
    }

    .BottomCase {
        width: 100%;
        /*height: 432px;*/
        background: radial-gradient(32.94% 33.61% at 0% 0%, #E3FDEC 0%, rgba(227, 253, 236, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(90deg, #52CCBF 0%, #176C6A 100%);
        border-radius: 2.13vw;
        margin-bottom: 6.4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3.2vw;
    }

    .BottomCase .BottomCase_L, .BottomCase_R {
        /*margin: 40px 8px;*/
        /*padding: 8px;*/
        width: 100%;
        height: 94.4vw;
        background: #001624;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 3.2vw;
        padding: 2.13vw;
        margin-bottom: 2.13vw;
    }

    .BottomCase .BottomCase_L:last-child {
        margin-bottom: 0;
    }

    .BottomCase .BottomCase_img {
        width: 100%;
        height: 52.27vw;
        border-radius: 4px;
        margin-bottom: 3.2vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #efefef;
    }

    .BottomCase .BottomCase_L .CaseName {
        font-weight: 600;
        font-size: 5.3vw;
        line-height: 150%;
        text-align: left;
        color: #FFFFFF;
        padding-left: 5.3vw;
        padding-right: 5.3vw;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .BottomCase .BottomCase_L .CaseMsg {
        font-weight: 400;
        font-size: 3.73vw;
        line-height: 150%;
        color: #848C99;
        padding-left: 5.3vw;
        padding-right: 5.3vw;
        width: 100%;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .BottomCase .BottomCase_L .GoDetail {
        padding: 1.07vw 3.2vw;
        gap: 1.07vw;
        text-align: center;
        width: 24vw;
        height: 8.53vw;
        background: #B3C9E7;
        border-radius: 2.13vw;
        font-weight: 400;
        font-size: 4.27vw;
        line-height: 150%;
        color: #0B51B2;
        margin-left: 5.3vw;
        margin-top: 3.2vw;
        cursor: pointer;
    }

    .iphone_css .company_news_list .company_news_list_item {
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        margin-bottom: 7px;
        overflow: hidden;
    }
    .iphone_css .news_img {
        width: 25.8vw;
        height: 23.7vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .iphone_css .news_right_text {
        padding: 2.13vw;
        width: 68vw;
    }
    .iphone_css .news_right_text_title {
        font-style: normal;
        font-weight: 400;
        font-size: 3.73vw;
        line-height: 5.86vw;
        min-height: 11.72vw;
        color: #475467;
        margin-bottom: 1.6vw;
    }
    .two_clamp {
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .iphone_css .news_right_text_time {
        font-style: normal;
        font-weight: 400;
        font-size: 3.2vw;
        line-height: 4.8vw;
        color: #848C99;
    }
}
