html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main {
    max-width: 750px;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    margin-bottom: 150px;
}

.content {
    position: relative;
    /* background: url('../image/template_17/7a6860_750x3070.jpg') top center no-repeat;
    background-size: 100% auto; */
}

.list {
    padding: 1px 0 20px;
}

.list>div {
    position: relative;
    margin: 20px 47px 20px 35px;
}


/* .list>div>div:nth-of-type(1) {
    position: absolute;
    color: #fff3d6;
    top: -4px;
    left: 120px;
    font-size: 24px;
    white-space: nowrap;
}

.list>div>div:nth-of-type(2) {
    position: absolute;
    color: #771a13;
    font-weight: bold;
    top: 55px;
    left: 140px;
    font-size: 20px;
}

.list>div>div:nth-of-type(3) {
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    top: 55px;
    left: 240px;
    font-size: 20px;
} */

.img {
    width: 100%;
    display: block;
}

.foot {
    position: fixed;
    z-index: 11;
    bottom: 0;
    max-width: 750px;
    margin: auto;
}

.foot>img:nth-of-type(2) {
    position: absolute;
    right: 30px;
    bottom: 45px;
    width: 230px;
}

.service {
    position: fixed;
    right: 50%;
    margin-right: -375px;
    top: 50%;
    margin-top: -96px;
    z-index: 88;
}

.download {
    margin-top: 5rem;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-duration: var(--animate-duration);
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        transform: scaleX(1);
    }
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --swiper-theme-color: #d30000;
    --swiper-navigation-size: 44px;
}

.lb {
    margin: 45px 38px 50px;
}

.lb ul {
    padding-bottom: 50px;
}

.lb img {
    height: 348px;
}

.swiper-pagination-bullet {
    background: #878684;
    opacity: 1;
    border: 1px solid #878684;
}

.swiper-pagination-bullet-active {
    background: #ffb246;
    opacity: 1;
    border: 1px solid #ffffff;
}

.heng {
    /* padding-top: 480px; */
    margin-bottom: 59px;
}

.heng>div {
    margin: 15px 0;
    display: flex;
    position: relative;
}

.heng>div>img {
    margin-right: 10px;
}

.left {
    animation-iteration-count: infinite;
    animation-name: lefts;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-duration: 4s;
}

.right {
    animation-iteration-count: infinite;
    animation-name: rights;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-duration: 4s;
}

@keyframes lefts {
    0% {
        left: 0;
    }

    100% {
        left: -1008px;
    }
}

@keyframes rights {
    0% {
        left: -920px;
    }

    100% {
        left: -80px;
    }
}

.main {
    background-color: #000000;
    /* background-image: url(/image/template_22/bg.png); */
    background-size: 100% 100%;
    margin-bottom: 148px !important;
}

html,
body {
    background-color: #000001;
}

.input-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
}

.input-enter {
    width: 185px;
    height: 58px;
}

.input-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    height: 72px;
    padding-left: 40px;
}

.input-content>span {
    font-family: PingFang SC;
    color: #6C5241;
    font-size: 27px;
}

.input-content>span:nth-of-type(1) {
    margin-right: 74px;
}

.list {
    padding-bottom: 52px !important;
}

.heng img {
    width: 158px;
    height: 158px;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 1px solid #F9DB76 !important;
    background-color: transparent !important;
}

.swiper-pagination-bullet-active {
    background-color: #F9DB76 !important;
}

.foot>img:nth-of-type(2) {
    position: absolute;
    right: 30px;
    bottom: 35px !important;
    width: 230px !important;
}

.lb img {
    height: auto !important;
}