* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "PingFang SC-Bold", "苹方", "PingFang TC", "Heiti TC", sans-serif;
}

/* .white {
   min-height: 100%;
   background-image: url(./public/white/bg.png);
   background-size: 100%;
   background-repeat: no-repeat;
   margin: 0 auto;
} */

.moblie {
    height: 100vh;
}

.ignore {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    min-height: 100%;
    background-image: url(./img/mobile_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100% 100%;
}

.cross::before,
.cross::after {
    content: "";
    position: absolute;
    width: 0.26667vw;
    height: 100%;
    background-color: #90a0af;
}

.cross::before {
    transform: rotate(45deg);
}

.cross::after {
    transform: rotate(-45deg);
}

.white .close {
    position: relative;
    display: inline-block;
    width: 2.66667vw;
    height: 2.66667vw;
}

.white .pc {
    display: none;
}

.people {

}


.white .opertion-group {
    position: relative;
    top: -7vw;
    display: flex;
    width: 100vw;
    justify-content: flex-end;
}

.white .opertion-group a {
    display: inline-block;
}

.white .opertion-group img {
    width: 25vw;
    margin-right: 5px;
}

.white .header {

}

.close {
    margin-left: 5vw;
    width: 5vw;
    height: 5vw;
}

.moblie_download {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20vw;
    height: 8vw;
    background-image: url(./img/mobile_top_download.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.header_container {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.website {
    display: flex;
    align-self: center;
}

.link-list {
    position: relative;
    top: -10vw;
    padding: 0px 2.66667vw;
}

.link-item {
    height: 13vw;
    background-image: url(./img/mobile_link_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.66667vw;
}

.link-item .title {
    font-size: 3.73333vw;
    color: #303030;
    padding-left: 8.53333vw;
}

.link-item .href {
    font-size: 3.5vw;
    color: #fff;
    width: 62.13333vw;
    text-align: center;
}