html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family:Alibaba PuHuiTi 3.0, sans-serif;
    font-size: 16px;
    background: #000;
    overflow: hidden;
    
}
small {
    color: green;
}
p {
    
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
}
.page {
    width: 800px;
    margin: 0 auto;
    background: white;
    padding: 0 15px;
}
@media screen and (max-width: 800px) {
    .page {
        width: 100%;
        box-sizing: border-box;
    }
}

a{
    text-decoration: none;
    color: #333;
}
.container_init{
    color:#fff;
    width: 100%;
    height: 100%;
    position: relative;

}
.init_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.text{
    width: 60%;
    height: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10% 0 0 -30%;
    z-index: 10;
}
.init_btn{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.init_btn a{
    display:inline-block;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: normal;
    color: #60e8ff;
    border-bottom: 2px solid #60e8ff;
}
.init_btn span{
    vertical-align: top;
}
.init_canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: .6;
}


#text-container{
    color:#60e8ff
}
