.page .swiper-banner1,
.page .swiper-banner1 img {
    width: 100%;
    height: 1.875rem;
}

.page .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.page .h1 {
    font-size: 0.1328125rem;
    font-weight: 500;
    line-height: 0.1875rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.09375rem;
    text-align: center;
}

.page .subtitle {
    font-size: 0.0703125rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.1171875rem;
    color: rgba(95, 99, 124, 1);
}

.page .service {
    padding: 0.3125rem 0;
}

.page .item {
    display: flex;
    margin-top: 0.3125rem;
}

.page .item img {
    width: 0.125rem;
    height: 0.125rem;
    margin-right: 0.0625rem;
    display: block;
    flex-shrink: 0;
}

.page .item>div {
    width: 100%;
}

.page .item .name {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.109375rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.0625rem;
}

.page .item .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.1015625rem;
    color: rgba(95, 99, 124, 1);
}

.page .service .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.15625rem;
}

.page .service .list li {
    width: 2.296875rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.0390625rem rgba(0, 40, 95, 0.2);
    height: 0.703125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.09375rem;
}

.page .service .list li img {
    width: 0.15625rem;
    height: 0.15625rem;
    margin-bottom: 0.0625rem;
}

.page .service .list li .name {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.1328125rem;
    color: rgba(95, 99, 124, 1);
    width: 2.046875rem;
}

.page .service .list2 li {
    width: 1.1015625rem;
    height: 0.6015625rem;
    margin-bottom: 0.09375rem;
}

.page .service .list2 li .name {
    text-align: center;
}


.mpage .swiper-banner1,
.mpage .swiper-banner1 img {
    width: 100%;
    height: 3.2rem;
}

.mpage .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.mpage .h1 {
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.56rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.24rem;
    text-align: center;
}

.mpage .subtitle {
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
    margin-bottom: 0.4rem;
}

.mpage .service {
    padding: 0.6rem 0;
}

.mpage .service .box {
    padding: 0.32rem 0.24rem;
    margin-bottom: 0.24rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    width: 100%;
}

.mpage .service .item {
    display: flex;
}

.mpage .service .item img {
    flex-shrink: 0;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
    display: block;
}

.mpage .service .item .name {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.39rem;
    margin-bottom: 0.12rem;
    color: rgba(51, 51, 51, 1);
}

.mpage .service .item .desc {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}

.mpage .service .list li {
    display: flex;
    margin-top: 0.32rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}

.mpage .service .list li img {
    flex-shrink: 0;
    display: block;
    margin-right: 0.12rem;
    width: 0.4rem;
    height: 0.4rem;
}