/* 
@font-face{
    font-family: 'SourceHanSansCN-Regular'; //字体名称
    src: url('./SourceHanSansCN-Regular.otf');		//字体文件地址
} */

*{
    margin: 0px;
    padding: 0px; 
    font-size: 24px;
}

p {
    text-align: center;
}

a{
    text-decoration: none;
}

html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body{
    width: 100%;
    height: 100%;
}

/* .login-bg{ */
    /*width: 100;*/
    /*background:url('../../images/bg2.png') no-repeat center;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
/* } */
.contain {
    background:url('../../images/bg2.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.contain-prophecy {
    background:url('../../images/bg.png') #768d37 no-repeat top;
    background-size: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.download, .prophecy, .feedback{
    width: 100%;
    display: flex;
    justify-content: center;
}
/*.prophecy, .feedback{*/
/*    padding: 50px 50px 100px;*/
/*}*/
