.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 .product {
    padding: 0.3125rem 0 0.234375rem;
    background: url('../static/pc/index2.png') no-repeat center;
    background-size: cover;
}


.page .product .list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.234375rem;
}

.page .product .list li {
    width: 1.484375rem;
    height: 1.2734375rem;
    border-radius: 0.0390625rem;
    background: linear-gradient(225deg, rgba(211, 228, 255, 1) 0%, rgba(252, 253, 255, 1) 100%), rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0.0390625rem rgba(0, 40, 95, 0.2);
    padding: 0.15625rem 0 0.1640625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.page .product .list li.active {
    height: 1.3671875rem;
    background: url('../static/pc/product1.png') no-repeat center;
    background-size: 100% 100%;
    box-shadow: none;
}

.page .product .list li .name {
    width: 0.609375rem;
    font-size: 0.1015625rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.page .product .list li img {
    width: 0.546875rem;
    height: 0.546875rem;
    display: block;
}

.page .product .list li.active .name {
    color: #fff;
}

.page .content {
    padding: 0.3125rem 0;
}

.mpage .swiper-banner1,
.mpage .swiper-banner1 img {
    width: 100%;
    height: 3.2rem;
}

.mpage .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.mpage .h1 {
    padding-top: 0.6rem;
    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);
}

.mpage .content {
    padding: 0.6rem 0;
}

.mpage .product .list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.64rem;
}

.mpage .product .list li {
    width: 2.12rem;
    height: 2.7rem;
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    background: linear-gradient(225deg, rgba(211, 228, 255, 1) 0%, rgba(252, 253, 255, 1) 100%), rgba(255, 255, 255, 1);
    padding: 0.4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 0.1rem;
}

.mpage .product .list li.active {
    height: 2.91rem;
    background: url('../static/pc/product1.png') no-repeat center;
    background-size: 100% 100%;
    box-shadow: none;
}

.mpage .product .list li .name {
    width: 1.56rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #333;
    text-align: center;
}

.mpage .product .list li img {
    width: 1rem;
    height: 1rem;
    display: block;
}

.mpage .product .list li.active .name {
    color: #fff;
}