* {
    margin: 0;
    padding: 0;
}
html,body{
    /* height: 100%; */
    user-select: none;
}
.sjhz {  
    width: 360px;
    height: 55px;
    font-size: 50px;
    /* background-color: aqua; */
}
.rqhz {
    width: 360px;
    height: 65px;
    font-size: 40px;
    /* background-color: aqua; */
}
.wzgd{
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
    font-weight: bolder;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
body {
    background-size: contain;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../1.png);
    /* background-size: contain; */
}