html,
body {
    font-family: source-sans-pro;
    background: #E5E5E5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    width: 100%;
    height: 100%;
}



.container {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    height: 100%;
}
.container .img{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.container .img .text{
    margin-top: .6rem;
    height: 1rem;
    display: block;
}
.container .img .icon{
    margin-top: 1rem;
    height: 12rem;
    display: block;
}
.container .img .revivalfit{
    margin-top: 2rem;
    height: 2rem;
    display: block;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    line-height: 100%;
    font-size: 1.2rem;
    color: #333;
    background-color: rgba(242, 242, 242, 0.7);
}

ol {
    position: absolute;
    top: 30%;
    left: 35%;
}

ol li {
    margin-bottom: 30px;
}

* {
    margin: 0;
    padding: 0
}

#branch {
    width: 100%;
    height: auto;
}



/* 弹出框 */
#branch .branch-pro_up_ios,
#branch .branch-pro_up_android {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px 5px 0 0;
}

.van-dialog {
    width: 80%;
}

.van-dialog {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.branch-pro_up {
    width: 100%;
}



.van-dialog__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}

.van-dialog__cancel,
.van-dialog__confirm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 48px;
    margin: 0;
    border: 0;
    background-color: #fff;
    color: #00c8c3 !important;
}

.van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.van-button--default {
    color: #323233;
    background-color: #fff;
    border: 1px solid #ebedf0;
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
}


#branch .van-dialog__message {
    min-height: 104px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 104px;
    font-size: 1.2rem !important;
    padding: .4rem !important;
    line-height: 1.2rem !important;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.container {
    min-height: 100%;
    background: url('../img/Bg.png') ;
    background-size: 100% 100%;
    object-fit: contain;
}

img {
    vertical-align: top;
}

.down_btn {
    width: 100%;
    position: absolute;
    bottom: 13%;
    text-align: center;
}

.down_btn .ios {
    margin-top: -.16667rem;
}

.down_btn .android,
.down_btn .androidgoogleplay,
.down_btn .ios {
    height: 2.6rem;
    display: block;
    margin: 0 auto .86667rem;
    margin-top: 20px;
}

.down_text_tip {
    color: #D3D3D3;
}