@charset "utf-8";
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    background: url('/static/images/download/baoan.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.yunzhanggui-body {
    width: 100%;
    height: 100%;
    background: url('/static/images/download/yswyzh.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.eauth-body {
    width: 100%;
    height: 100%;
    background: url('/static/images/download/eauth.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.down-button {
    height: 50px;
    line-height: 50px;
    width: 143px;
    margin: 0 auto;
    font-size: 21px;
    background-color: #850617;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 11px;
    position: fixed;
    bottom: 20%; /* 距离底部20% */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 向左移动自身宽度的一半 */
}

.down-button-e{
    color: #fff;
    background-color:#009ffc;
    margin: 5px 0;
    border: none;
    font-size:18px;
    font-weight: 100;
    width: 80%;
}
.down-bt-icon{
    width: 18px;
    margin-right: 5px
}
.down-button-e-and {
    bottom: 30%;
}
.down-button-e-ios {
    bottom: 20%;
}
.extra {
    position: fixed;
    text-align: center;
    bottom: calc(15% - 70px); /* 按钮底部位置 - (按钮高度50px + 间距20px) */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 14px;
    color: #FEC8BF;
    line-height: 1.5;
}
.showGuide{
    width: 100%;
    height: 100%;
    vertical-align:top;
    position:absolute;
    left:0;
    top:0;
    display: none;
}