.menu {
    background: #E4F5FF;
    overflow: hidden;
}

.menu-animation {
    animation: menuVis .8s 1;
    display: flex;
    background: #E4F5FF;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1.94rem 0 1.63rem;
}

.menu-item {
    width: 33.3%;
}

.menu-layer {
    box-shadow: 0rem 0.56rem 0.63rem 0rem rgba(0, 0, 0, 0.05);
    margin: 0.32rem 0.63rem;
    background-color: #fff;
    border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.44rem 0 0.5rem;
}

.menu-icon {
    width: 2.25rem;
    height: 2.25rem;
}

.menu-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.5rem;
    color: #1A1A1A;
    line-height: 0.75rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.info {
    padding: 0.88rem 1.04rem 0;
    height: 34.37rem;
    background-image: url('/assets/mobile/image/bg.png');
    background-size: contain;
    overflow: hidden;
}

.info-animation {
    animation: infoVis .8s 1;

}

.info-title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 3.56rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.info-tips {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.75rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.info-line {
    margin: 0.81rem auto 1.3rem;
    width: 2.88rem;
    height: 0.25rem;
    background: #FFFFFF;
}

.info-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 300;
    font-size: 0.75rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    text-align: justify;
    text-align-last: center;
    font-style: normal;
    text-transform: none;
}

.info-img {
    width: 19.38rem;
    height: 10.44rem;
    margin: 1.56rem auto 0;
}

.info-btn {
    margin: 1.56rem auto 0;
    width: 11.5rem;
    height: 4.25rem;
    background-image: url('/assets/mobile/image/btn.png');
    background-size: contain;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 3.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    animation: button .8s infinite;
}

.product {
    padding: 0 0.63rem 2.3rem;
    overflow: hidden;
}

.product-animation {
    /* transform: translateY(100%); */
    opacity: 0;
}
.product-animations {
    animation: productVis .8s 1;
}
.product-title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1A1A1A;
    line-height: 3.56rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.product-line {
    width: 2.88rem;
    height: 0.25rem;
    background: #525252;
    margin: 0 auto;
}

.product-box {
    display: flex;
    align-items: center;
    margin-top: 2.69rem;
}

.product-left {
    width: 12.13rem;
    height: 21.88rem;
    background: #004ABF;
    box-shadow: 0.25rem 0rem 0.63rem 0rem rgba(0, 0, 0, 0.26);
    border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
    z-index: 2;
}

.product-left-title {
    width: 8.56rem;
    height: 1.88rem;
    background: #1890FF;
    border-radius: 1.63rem 1.63rem 1.63rem 1.63rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 1.88rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    transform: translateY(-50%);
}

.product-left-box {
    padding: 0 0.5rem;
}

.product-left-item {
    border-bottom: 0.04rem solid rgba(255, 255, 255, 0.5);
    padding: 1rem 0.1rem;
    position: relative;
}

.product-left-item:last-child {
    border-bottom: none;
}

.product-left-item-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 600;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 1.38rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-left-item-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.75rem;
    color: #FFFFFF;
    line-height: 1.13rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-right {
    width: 11.63rem;
    height: 20.63rem;
    background: #DADADA;
    border-radius: 0 0.63rem 0.63rem 0;
    z-index: 1;
}

.product-right-title {
    width: 7.31rem;
    height: 1.88rem;
    background: #B4B4B4;
    border-radius: 1.63rem 1.63rem 1.63rem 1.63rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 1.88rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    transform: translateY(-50%);
}

.product-right-box {
    padding: 0 0.5rem;
    margin-top: -0.7rem;
}

.product-right-item {
    border-bottom: 0.04rem solid rgba(168, 168, 168, 0.5);
    padding: 1rem 0.1rem;
    position: relative;
    /* background-color: red; */
}

.product-right-item:last-child {
    border-bottom: none;
}

.product-right-item-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.88rem;
    color: #525252;
    line-height: 1.38rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.6rem;
}

.product-right-item-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.75rem;
    color: #767676;
    line-height: 1.38rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.6rem;
}

.product-vs {
    width: 1.75rem;
    height: 1.75rem;
    background: #1890FF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 1.75rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -1.4rem;
    top: 25%;
}

.slide {
    height: 37.69rem;
    overflow: hidden;
    background-color: #F4F9FF;
    /* padding: 0.63rem; */
}
.slide-animation{
    opacity: 0;

}
.slide-animations{
    animation: slideVis .8s 1;
}
.slide-swiper {
    height: 22.89rem;
    margin-top: 1rem;
}

.slide-swiper .swiper-pagination {
    /* text-align: left !important; */
    margin-left: 12px;
}

.slide-tips {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.75rem;
    color: #1A1A1A;
    line-height: 1.25rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.81rem;
}

.slide-item {
    background-color: #fff;
    height: 7.19rem;
    margin: 0.44rem 0.22rem;

}

.slide-item-img {
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 1.31rem;
    padding-left: 0.63rem;
}

.slide-item-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.75rem;
    color: #3D3D3D;
    line-height: 0.75rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.94rem;
    margin-top: 0.5rem;
}

.slide-item-tips {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.63rem;
    color: #3D3D3D;
    line-height: 0.75rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.94rem;
    margin-top: 0.44rem;
}

.slide-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.91rem;
}

.slide-swiper-pagination .swiper-pagination-bullet {
    background-color: #23A6F0;
    width: 0.63rem;
    height: 0.13rem;
    border-radius: 0;
}

.slide-btn {
    margin: 2.19rem auto 2rem;
    width: 9.81rem;
    height: 3.25rem;
    background: #1890FF;
    border-radius: 1.63rem 1.63rem 1.63rem 1.63rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 3.25rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    animation: button .8s infinite;
}

.honor {
    width: 23.44rem;
    /* height: 35rem; */
    background-image: url('/assets/mobile/image/honor_bg.png');
    background-size: cover;
    padding-bottom: 2.5rem;
    overflow: hidden;
}
.honor-animation{
    opacity: 0;
}
.honor-animations{
    animation: productVis .8s 1;
}
.honor-title {
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1A1A1A;
    line-height: 3.56rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 0.69rem;
}

.honor-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.75rem;
    color: #1A1A1A;
    line-height: 1.25rem;
    text-align: justify;
    text-align-last: center;
    font-style: normal;
    text-transform: none;
    padding: 0 1.03rem;
}

.honor-line {
    margin: 0.81rem auto 1.56rem;
    width: 2.88rem;
    height: 0.25rem;
    background: #1A1A1A;
}

.honor-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 1.03rem;
}

.honor-item {
    width: 5.06rem;
    height: 6.88rem;
    margin: 0.345rem 0;
}

.news {
    background: #FFFFFF;
    padding-bottom: 1.81rem;
}

.news-animation{
    opacity: 0;
}
.news-animations{
    animation: slideVis .8s 1;
}
.news-list {
    padding-top: 1.2rem;
}

.news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 1rem;
}

.news-item-name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 0.75rem;
    color: #1A1A1A;
    line-height: 1.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 16.56rem;
}

.news-item-time {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.75rem;
    color: #767676;
    line-height: 1.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-btn {
    margin: 1.84em auto 0;
    width: 20.31rem;
    height: 2.63rem;
    background: #FFFFFF;
    border-radius: 1.63rem 1.63rem 1.63rem 1.63rem;
    border: 0.06rem solid #E3E3E3;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.88rem;
    color: #1C4E8A;
    line-height: 2.63rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.form {
    background-image: url('/assets/mobile/image/form_bg.png');
    background-size: contain;
    width: 23.44rem;
    height: 28.69rem;
    /* padding: 2.88rem 0 3.19rem; */
    padding-top: 1px;
}

.form-box {
    width: 22.19rem;
    height: 22.63rem;
    border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
    margin: 2.88rem auto 3.19rem;
    background-color: #fff;
    opacity: 0;
    transition: all 1s;
}
.form-animation{
    opacity: 1;
}
.form-name {
    width: 20.31rem;
    height: 3.25rem;
    background: #F9F9F9;
    border-radius: 2.88rem 2.88rem 2.88rem 2.88rem;
    border: 0.06rem solid #E3E3E3;
    margin: 1.06rem auto 0;
}

.form-input {
    /* background-color: pink; */
    background: #F9F9F9;
    border: none;
    height: 3.25rem;
    text-align: center;
    width: 20.31rem;
    font-size: 0.88rem;
    border-radius: 2.88rem 2.88rem 2.88rem 2.88rem;
}

.form-sumbit {
    width: 20.25rem;
    height: 3.25rem;
    background: #1890FF;
    border-radius: 1.63rem 1.63rem 1.63rem 1.63rem;
    margin: 1.69rem auto 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 3.25rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    animation: buttons .8s infinite;
}
@keyframes infoVis {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes productVis {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideVis {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes menuVis {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes button {
    100%,0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }
}
@keyframes buttons {
    100%,0% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(0.95);
    }
}
@keyframes form {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
