@font-face {
    font-family: 'HYQiHei-50S';
    src: url(./font/HYQiHei-50S.ttf);
}

@font-face {
    font-family: 'HYQiHei-70S';
    src: url(./font/HYQiHei-70S.ttf);
}


* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: table;
    text-align: center;
}

.wrap {
    /* width: 100%;
    height: 100%; */
    /* transform: translateY(40%) */
    display: table-cell;
    vertical-align: middle;
}

.icon {
    width: 20%;
    margin-left: 40%;
    /* margin-top: 30%; */
    margin-bottom: 10px;
}

.icon-img {
    width: 100%;
    height: auto;
}

.text {
    width: 100%;
    margin-bottom: 20px;
}

.text-1 {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    font-family: 'HYQiHei-70S';
    margin-bottom: 5px;
}

/* @media screen and (max-width: 350px) {} */

.text-2 {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-family: 'HYQiHei-50S';
}

.open {
    width: 100%;
}

.open-button {
    width: 42%;
    height: 8.21vw;
    /* margin-left: 35%; */
    background-image: url(../img/open-button.png);
    background-size: 100% 100%;
    border-style: none;
}

/* @media screen and (max-width: 350px) {
    .icon {
        margin-top: ;
    }
} */