*{
    margin:0;
    padding: 0
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:visited, a:link, a:active {
    /* // 做到只设置一次，就可以使所有a标签的四种状态都和本身颜色保持一致，样式代码该怎么写 */
    color:#333;
}
body a:hover {
    /* color: #F40; */
    text-decoration: none;
    background-color: #e5e5e5;
}
body a:focus {
    outline: 0;
}



.wrap {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /* animation: background-attention 1s linear; */
}
.con{
    
    width: 248px;
    margin: 0 auto;
margin-top: 80px;
}
.con p{
    text-align: center;
    height: 48px;
    line-height: 48px;
    /* padding: 0 14px; */
    background: #f8f8f8;
    margin: 10px 0;
    border-radius: 6px;
    /* font-weight: 400; */
    border: 1px solid #e5e5e5;
    cursor: pointer;
    overflow: hidden;
    /* border: 1px solid red; */
    box-sizing: border-box;
}
.con p a{
    font-size: 18px;
    display: block;
}
.con p:hover{
    background-color: #f6f6f6
}
.open-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.open-alert-mask {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .6);
}

.open-alert-container {
    position: absolute;
    z-index: 10000;
    background-color: #fff;
    border-radius: 1.875px;
    overflow: hidden;
}

/* .open-alert-container {
    background: transparent!important;
} */

.open-alert-close {
    width: 14.375px;
    height: 14.375px;
    display: inline-block;
    position: absolute;
    top: 18.75px;
    right: 18.75px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXBAMAAAASBMmTAAAAJFBMVEUAAABDR0xISlRDSE1ER01ESE5ER0xDR01ESE1ESU5ESU9HR00jTdQzAAAADHRSTlMA/hXUT4rtvqpiXiuUv7o0AAAAcElEQVQY00XOMQ5AQBSE4Ylo6DZCLeECdDrbKcUR3MAR3MQtXE8m8yam2s1X/A9vj9gGXHO8y/RgaIJyCxTTHLADJIPIIBKIBCaCaSGYEiFWpfP/5E4txQ+2fJVaUJwtg1oGkAwig0hgugmiFTW8ER92txDsOPwqdgAAAABJRU5ErkJggg==);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
}

.codeAlert {
    text-align: center;
    font-size: 16px;
    padding: 22px 35px 35px 35px;
}

.codeAlert p img {
    width: 200px;
}

img {
    vertical-align: middle;
}

p.text {
    margin-top: 5px;
    margin-bottom: 22px;
}

p.update {
    position: absolute;
    bottom: 20px;
    left: 50%;
    /* right: -50%; */
    transform: translateX(-50%);
}

/* .btn-logout {
    position: absolute;
    top: 20px;
    right: 30px;
} */

body .downweb {
    font-size: 12px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    text-align: center;
    left:0;
    right:0;
 
}
body .downweb a {

    color: #bbb;
}