body {
    background: rgba(245, 247, 250, 1);
}
.downDemandUl{
    padding-bottom: 5vw;
}

.downTit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-align: center;
    margin-bottom: 1.5vw;
}

.box {
    height: 82px;
}

.bacTop {
    position: relative;
}

.bacTexBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bacTex {
    font-size: 60px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    z-index: 10;
    text-align: center;
}

.downUl {
    flex-wrap: wrap;
}

.downLi {
    float: left;
    width: 22%;
    margin-left: 2%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 12px 0px rgba(0, 97, 188, 0.06);
    padding: 0 0 1px 0px;
    margin-top: 30px;
}

.downLi:nth-child(4n+1) {
    margin-left: 0%;
}

.downTex {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
    text-shadow: 0px 4px 12px rgba(0, 97, 188, 0.06);
    margin-top: 30px;
    text-align: center;
}

.nowDownBtn {

    width: 50%;
    font-size: 0.14rem;
    font-weight: 500;
    color: rgba(36, 145, 247, 1);
    line-height: 0.34rem;
    box-shadow: 0px 4px 12px 0px rgba(0, 97, 188, 0.06);
    border-radius: 2px;
    border: 1px solid rgba(36, 145, 247, 1);
    text-shadow: 0px 4px 12px rgba(0, 97, 188, 0.06);
    background: rgba(255, 255, 255, 1);
    margin: 0.3rem auto;
    text-align: center;
}

@media (max-width:992px) {

    .downUlPhone {}

    .downLiPhone {
        margin: 30px auto;
        /* width: 277px;
        height: 327px; */
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 97, 188, 0.06);
        padding-bottom: 1px;

    }

    .downImgPhone img {
        width: 100%;
    }

    .downTexPhone {
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        line-height: 22px;
        text-shadow: 0px 4px 12px rgba(0, 97, 188, 0.06);
        text-align: center;
        margin-top: 30px;
        padding: 0 16px;
    }

    .nowDownBtnPhone {
        width: 124px;
        height: 36px;
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 97, 188, 0.06);
        border-radius: 2px;
        border: 1px solid #2491F7;
        margin: 30px auto;
        font-size: 14px;
        font-weight: 500;
        color: #2491F7;
        line-height: 34px;
        text-align: center;
        line-height: 36px;
        margin-bottom: 30px;
    }
}
