body {
    font-family: PingFang SC-Regular, PingFang SC;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    /* max-width: 750px; */
    width: 750px;
    /* min-width: 750px; */
}

.head {
    /* width: 100%; */
    padding: 18px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 68px;
}


.head-mb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #25292B;
    font-size: 24px;
    font-weight: 400;
    color: #24292B;
}

.division {
    display: flex;
    justify-content: space-between;
    height: 14px;
    align-items: center;
    margin-top: 10px;
    padding: 6px 21px;
}

.division-item1 {
    width: 100px;
    height: 4px;
    background: #F76400;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.2;
}

.division-item2 {
    width: 366px;
    height: 4px;
    background: #F76400;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.title {
    margin-top: 38px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #24292B;
}

.title1 {
    color: #1074BC;
}

.title2 {
    text-align: center;
    margin-top: 20px;
    height: 50px;
    font-size: 28px;
    font-weight: 400;
    color: #24292B;
    line-height: 49px;
    letter-spacing: 3px;
}

.image-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px;
}

.animal-image {
    position: relative;
    margin-top: 20px;
    width: 320px;
    height: 416.65px;
}

.animal-position {
    position: absolute;
    bottom: 50px;
    color: #ffffff;
    width: 100%;

}

.position-image {
    width: 37px;
    height: 37px;
}

.position-title {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.9;
}

.position-value {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.56;
}

.title3 {
    margin-top: 38px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #1074BC;
}

.title4 {

    margin-top: 30px;
    height: 50px;
    font-size: 28px;
    font-weight: 400;
    color: #24292B;
    line-height: 49px;
    letter-spacing: 3px;
    opacity: 0.8;
}

.tip-box1 {
    margin-top: 22px;
    padding: 0 60px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tip-item {
    align-items: center;
    width: 140px;
    height: 166px;
    background: #FFFFFF;
    box-shadow: 6px 17px 28px 0px rgba(0, 0, 0, 0.0800);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tip-image {
    width: 46.67px;
    height: 46.47px;
}

.tip-name {
    margin-top: 14px;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #1074BC;
    line-height: 20px;
}

.p-box {
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
}

.p-title {
    height: 70px;
    font-size: 55px;
    font-family: DIN Pro-Bold, DIN Pro;
    font-weight: bold;
    color: #202020;
    line-height: 64px
}

.p-value {
    height: 34px;
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    line-height: 28px;
}

.p-span {
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    line-height: 16px;
}

.explain {
    padding: 20px 40px;
    height: 300px;
    font-size: 28px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #24292B;
    line-height: 49px;
    letter-spacing: 3px;
}

.foot {
    padding: 80px 0;
    background: #F2F2F2;
}

.callWe {
    margin: 50px 0;
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #24292B;
    line-height: 28px;
}

.record {
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #9EA2A5;
    line-height: 28px;
}

.fixed {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    opacity: 1;
    padding: 40px;
    z-index: 2;
}

.flxed2 {
    position: fixed;
    bottom: 300px;
    right: 0;
    z-index: 2;

}

.fixed-btn {
    text-align: center;
    line-height: 80px;
    width: 670px;
    height: 80px;
    background: #1074BC;
    border-radius: 40px 40px 40px 40px;
    opacity: 1;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper-container {
    width: 600px;
    height: 750px;
}

@media screen and (max-width: 750px) {
    body {
        font-family: PingFang SC-Regular, PingFang SC;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        max-width: 375px;
        /* width: 100%; */
        /* min-width: 750px; */
    }

    .head {
        /* width: 100%; */
        padding: 18px 21px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        height: 68px;
    }


    .head-mb {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 134px;
        height: 48px;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        border: 1px solid #25292B;
        font-size: 24px;
        font-weight: 400;
        color: #24292B;
    }

    .division {
        display: flex;
        justify-content: space-between;
        height: 14px;
        align-items: center;
        margin-top: 10px;
        padding: 6px 21px;
    }

    .division-item1 {
        width: 100px;
        height: 4px;
        background: #F76400;
        border-radius: 0px 0px 0px 0px;
        opacity: 0.2;
    }

    .division-item2 {
        width: 366px;
        height: 4px;
        background: #F76400;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
    }

    .title {
        margin-top: 38px;
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        color: #24292B;
    }

    .title1 {
        color: #1074BC;
    }

    .title2 {
        text-align: center;
        margin-top: 20px;
        height: 50px;
        font-size: 28px;
        font-weight: 400;
        color: #24292B;
        line-height: 49px;
        letter-spacing: 3px;
    }

    .image-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 40px;
    }

    .animal-image {
        margin-top: 20px;
        width: 320px;
        height: 416.65px;
    }



    .title3 {
        margin-top: 38px;
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        color: #1074BC;
    }

    .title4 {

        margin-top: 30px;
        height: 50px;
        font-size: 28px;
        font-weight: 400;
        color: #24292B;
        line-height: 49px;
        letter-spacing: 3px;
        opacity: 0.8;
    }

    .tip-box1 {
        margin-top: 22px;
        padding: 0 60px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .tip-item {
        align-items: center;
        width: 140px;
        height: 166px;
        background: #FFFFFF;
        box-shadow: 6px 17px 28px 0px rgba(0, 0, 0, 0.0800);
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tip-image {
        width: 46.67px;
        height: 46.47px;
    }

    .tip-name {
        margin-top: 14px;
        height: 20px;
        font-size: 20px;
        font-weight: 400;
        color: #1074BC;
        line-height: 20px;
    }

    .p-box {
        margin-top: 32px;
        display: flex;
        justify-content: space-around;
    }

    .p-title {
        height: 70px;
        font-size: 55px;
        font-family: DIN Pro-Bold, DIN Pro;
        font-weight: bold;
        color: #202020;
        line-height: 64px
    }

    .p-value {
        height: 34px;
        font-size: 24px;
        font-weight: 400;
        color: #202020;
        line-height: 28px;
    }

    .p-span {
        height: 20px;
        font-size: 14px;
        font-weight: 600;
        color: #202020;
        line-height: 16px;
    }

    .explain {
        padding: 20px 40px;
        height: 300px;
        font-size: 28px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #24292B;
        line-height: 49px;
        letter-spacing: 3px;
    }

    .foot {
        padding: 80px 0;
        background: #F2F2F2;
    }

    .callWe {
        margin: 50px 0;
        height: 34px;
        font-size: 24px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #24292B;
        line-height: 28px;
    }

    .record {
        height: 34px;
        font-size: 24px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #9EA2A5;
        line-height: 28px;
    }

    .fixed {
        width: 100%;
        background: #FFFFFF;
        position: fixed;
        bottom: 0;
        opacity: 1;
        padding: 40px;
        z-index: 2;
    }

    .flxed2 {
        position: fixed;
        bottom: 300px;
        right: 0;
        z-index: 2;
        cursor: move;
    }

    .fixed-btn {
        text-align: center;
        line-height: 80px;
        width: 670px;
        height: 80px;
        background: #1074BC;
        border-radius: 40px 40px 40px 40px;
        opacity: 1;
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .swiper-container {
        width: 600px;
        height: 750px;
    }
}