body,
html {
    overflow-x: hidden;
}

/*遮罩层显示时body的样式*/
.notScroll {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.fixed_body {
    position: fixed;
}

input {
    border: none;
    outline: none;
    background: none;
    font-size: 0.28rem;
}

.content {
    padding-bottom: 1.25rem;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.firstContent,
.secondContent,
.thirdContent,
.fourthContent {
    width: 100%;
    display: block;
}

.bannerPhone {

    height: 0.58rem;

    background: #fff
}

.bottomBtnBox {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    height: 1.25rem;
    background: #fff;
    /* background: url("../img/button.png") center/cover; */
}




.bottomBtnBox img {
    height: 1rem;
    width: 100%;
    margin: auto;
}

#button {
    animation: scaleAnimation 2s infinite;
    /* 应用动画，持续2秒，无限循环 */
}

@keyframes scaleAnimation {

    0%,
    100% {
        transform: scale(1);
        /* 初始大小 */
    }

    50% {
        transform: scale(1.2);
        /* 放大到1.2倍 */
    }
}




.swiper-slide .phoneItem {
    font-size: 0.26rem;
    color: rgb(208, 2, 27);
}

.swiper-slide {
    padding: 0.11rem 0.48rem;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}

.swiper-slide img {
    width: .34rem;
    height: .34rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}