*{
    margin: 0;
    padding: 0;
}
/* html{
    overflow: initial;
} */
.mask {
    position: fixed;
    font-size: 16px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000000;
    display: none;
}

.mask img {
    position: absolute;
    top: 20%;
    left: 45%;
    width: 6em;
    margin-left: -1.8em;
}

.mask p {
    color: #fff;
    font-size: 1.8em;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 33%;
}

.mask a {
    color: #fff;
    font-size: 1.3em;
    position: absolute;
    width: 6em;
    height: 2.5em;
    text-align: center;
    display: block;
    line-height: 2.5em;
    top: 53%;
    left: 46%;
    margin-left: -2em;
    border: 1px solid #fff;
    border-radius: 3px;
}
#copyText{
 display: none;
}
/* @media(max-width:416px){
    .mask{
        display: block;
    }
} */