.page,body{
    position: relative;
    background: rgba(250, 250, 250, 1);
    max-width: 750px;
    width:100%;
    margin:0px auto;
}
.header{
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding:5px 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
    max-width: 750px;
    width:100%;
    background-color: #fff;
}
.pageBack{
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    text-align:left;
    padding-left:17px;
    width:30%;
}
.pageHelp{
    width: 84px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    border-radius: 62px;
    border: 1px solid rgba(235, 235, 235, 1);
    margin:6px 15px 0px auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    position: relative;
}
.pageHelp > img{
    position: absolute;
    top:5px;
    left:10px;
}
.main{
    margin-top: 60px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer{
    position: fixed;
    bottom: 0px;
    max-width: 750px;
    width:100%;
    z-index: 999;
}

.weui-cell__bd > span{
    font-size: 16px;
    font-weight: 500;
    color: rgba(32, 32, 36, 1);
    padding-left: 10px;
}
.weui-cell__bd > span span{
    font-size: 10px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
    float: right;
}
.weui-cell__bd > .demo_badge_desc span{
    font-size: 14px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
}
.weui-cell__bd > .demo_badge_desc span a{
    color: rgba(42, 130, 228, 1);
    text-decoration: underline;
}

.m_btn{
    margin-top: 364px;
}

#chg_user{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    background: rgba(61, 154, 61, 1);
    padding:13px 116px 12px 116px;
}

#quit{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255, 1);
    border-radius: 4px;
    background: rgba(61, 154, 61, 1);
    padding:13px 101px 12px 101px;
}

#loginin{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    background: rgba(61, 154, 61, 1);
    padding:13px 101px 12px 101px;
}