html{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.container-box {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    display: flex;
    pointer-events:none;
}

.container-row {
    height: fit-content;
    margin: auto;
}

h1 {
    font-size: 10vw;
    color: #E7EAED;
    text-align: center;
    cursor: default;
}

h2 {
    font-size: 5vw;
    color: #F1F3F4;
    text-align: center;
    cursor: default;
}
.beian{
	position: absolute;
    bottom: 10px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
}