* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.btn-play {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    z-index: 100;
    width: 1rem;
}

.btn-play.rotate {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.hide-page {
    position: absolute;
    z-index: -99;
    left: 0;
    top: 0;
    display: none;
}

.tip-box {
    position: fixed;
    display: none;
    width: fit-content;
    max-width: 5rem;
    height: fit-content;
    padding: 10px 20px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    color: white;
    text-align: center;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.loading-box .loading-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading-box .loading-content .loading-img {
    width: 2rem;
    display: block;
    margin: 0 auto;
}

.loading-box .loading-content .loading-tips {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
}

.download-tips {
    position: absolute;
    top: 0.2rem;
    width: calc(100% - 1.12rem);
    text-align: center;
    color: #f9f5b6;
    z-index: 9;
    font-size: 14px;
}

.share-paper {
    position: fixed;
    width: 7.5rem;
    height: 13.34rem;
    /* background: url(https://static.southcn.com/h5/proposal/image/sharebg.png) left top no-repeat; */
    /* background-size: 100% 100%; */
    padding: 0;
}

.share-paper .share-bg-img {
    position: absolute;
    width: 7.5rem;
    height: 13.34rem;
}

.share-paper .paper-activeTitle {
    width: 4.72em;
    display: block;
    margin: 0.29rem auto 0;
}

.share-paper .img-title {
    width: 6.43rem;
    margin: 0.4rem auto 0;
    display: block;
}

.share-paper .share-paper-info {
    width: 6rem;
    height: 1.34rem;
    background: url(https://static.southcn.com/h5/proposal/image/sharerank.png) left top no-repeat;
    background-size: 100% 100%;
    font-size: .32rem;
    font-family: SourceHanSansSC;
    color: #052984;
    font-weight: 700;
    padding-top: 0.1rem;
    text-align: center;
    margin: auto;
    margin-top: 10.1rem;
    font-style: italic;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.share-paper .share-paper-info .join-info .join-order {
    font-size: .4267rem;
    color: #ff3000;
}

.share-paper .share-paper-info .join-text {
    font-size: .2667rem;
    margin-top: 0.05rem;
}

.share-paper .share-paper-footer {
    position: absolute;
    bottom: 0;
}

.share-paper .share-paper-code {
    margin-left: 0.4rem;
    margin-top: 0.2rem;
    height: 1.1rem;
}
.share-paper .share-paper-nfwlogo {
    height: 0.7rem;
    margin-left: 1.4rem;
}

.paper-page {
    width: 100%;
    min-height: 100%;
    height: fit-content;
    display: none;
    padding: 0.24rem 0.48rem;
    position: relative;
    z-index: 1;
}

.paper-page {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.73rem 0.56rem 0.2rem;
}

.paper-page .paper-img {
    width: 100%;
    display: block;
    margin: auto;
}

.paper-page .btn-arr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.4rem;
}

.paper-page .btn-arr .btn-item {
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.paper-page .btn-arr .btn-item img {
    display: block;
    width: 2rem;
    /* height: 0.5rem; */
    margin: 0 auto 10px;
}

.paper-page.visible {
    display: block;
}

#swiper-box {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    padding: 10px 20px;
    background-size: 100% 100%;
    position: relative;
    background-image: url(https://static.southcn.com/h5/proposal/image/bg2.png);
}

/* page1 */
.step1 {
    background-image: url(https://static.southcn.com/h5/proposal/image/bg.png);
}

.littleTitle {
    display: block;
    max-width: 95%;
    margin: auto;
    margin-top: 20px;
    max-height: 12%;
}

.mainTitle {
    display: block;
    max-width: 100%;
    max-height: 40%;
    margin: 0 auto;
    margin-top: 0.7rem;
}

.checkBook {
    position: absolute;
    bottom: 10%;
    max-width: 60%;
    max-height: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.nfwlogo {
    position: absolute;
    bottom: 5%;
    max-width: 30%;
    max-height: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.steptitle {
    display: block;
    max-width: 90%;
    margin: auto;
    margin-top: 0.3rem;
    max-height: 12%;
}

.stepwenzi {
    display: block;
    max-width: 90%;
    margin: auto;
    max-height: 80%;
    margin-top: 0.3rem;
}

.jiantou {
    position: absolute;
    bottom: 2%;
    max-width: 10%;
    max-height: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.sharebtn {
    position: absolute;
    /* bottom: 0.65rem; */
    margin-top: 0.3rem;
    max-width: 44%;
    max-height: 10%;
    left: 50%;
    transform: translateX(-50%);
}