/* 
*    适配手机端
*/
@media screen and (max-width: 750px) {
    #about-wrap{
        padding: 0;
    }

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

    .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;
    }

    #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;
    }

    .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;
    }
}
