img {
    max-width: 100%;
}

.banner img {
    width: 100%;
}

.top-type-p {
    font-size: 0.46rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1.4rem;
    text-align: center;
    padding-top: .39rem;
    letter-spacing: .01rem;
    position: relative;
}

.top-type-p:before {
    width: 1.41rem;
    height: 0.09rem;
    background: rgba(0, 82, 255, 1);
    border-radius: 0.05rem;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.7rem;
}

.top-type-group {
    display: flex;
    justify-content: space-around;
    margin: 0.4rem 0;
}

.top-type-group .item {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    flex: 1;
}

.top-type-group2 {
    margin: 0;
    padding: 0.1rem 0.3rem;
}

.top-type-group2 .item {
    margin: 0 0.07rem;
    height: 2.6rem;
    justify-content: center;
    /* box-shadow: 0px 0.04rem 0.16rem 0px rgba(154, 192, 255, 0.3); */
    border-radius: 0.12rem;
    padding: 0 0.1rem;
}

.top-type-group .item img {
    /* width: 1.26rem; */
    /* margin-bottom: .18rem; */
}

.top-type-group2 .item img {
    height: 1.19rem;
    display: block;
    width: auto;
    margin: 0.4rem auto 0.1rem;
}

.top-type-group .item span {
    display: block;
    font-size: .28rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(54, 54, 54, 1);
    letter-spacing: .01rem;
    text-align: center;
}

.top-type-group .item .pic {
    width: 1.26rem;
    height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-huifu .logoIcon {
    width: 1.12rem;
}

.lp-huifu .title {
    font-size: 0.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 0.56rem;
    margin-top: 0.17rem;
}

.lp-huifu .desc {
    font-size: 0.34rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 0.4rem;
    margin-top: 0.34rem;
}

.lp-huifu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -0.6rem;
    padding-bottom: 0.5rem;
}

.lp-huifu .download_btn {
    width: 5rem;
    height: 1rem;
    background: rgba(0, 82, 255, 1);
    border-radius: 0.5rem;
    font-size: 0.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 7px 1px 0 #00329A;
    margin-top: 0.54rem;
    animation: scaleOut 1.3s ease-in-out infinite;
}

.lp-huifu .download_btn img {
    height: 0.59rem;
    margin-right: 0.26rem;
}

.lp-top-ys {
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 0.52rem;
}

.lp-top-ys .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
}

.lp-top-ys .row .ys-title {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 0.45rem;
    font-weight: bold;
    margin-bottom: 0.13rem;
}

.lp-top-ys .row .ys-title span {
    color: #0052FF;
}

.lp-top-ys .pic {
    height: 1.84rem;
    margin-right: 0.6rem;
}

.lp-top-ys .pic2 {
    height: 1.88rem;
    margin-left: 0.4rem;
}

.lp-top-ys .pic3 {
    height: 2.03rem;
    margin-right: 0.4rem;
}

.ljmf {
    width: 4rem;
    height: 0.9rem;
    background: rgba(0, 82, 255, 1);
    border-radius: 0.45rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0.68rem auto 0;
    animation: scaleOut 1.3s ease-in-out infinite;
}

@keyframes scaleOut {
    0% {
        transform: scale(0.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.9)
    }
}

.gywm {
    padding-bottom: 1rem;
}

.gywm .desc {
    width: 6.5rem;
    height: 2.52rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0.42rem;
    display: block;
    margin: 0.5rem auto 0;
}

.govlink {
    font-size: 0.24rem;
    display: block;
    text-align: center;
}