	html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
.wrapper::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.container {
    position: relative;
    margin: auto;
    min-height: 100%;
    background-image: url('../assets/bg.123');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10vw;
    padding-top: 1vw;
}
.popup {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url('../assets/bg1.123');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    display: none;
}
#initial-loader {
    background-image: url('../assets/logo.123');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 3vw 61vw;
    height: 100%;
    padding-top: 60vw;
    padding-left: 7vw;
    position: relative;
}
.svg-loading {
    transform-origin: left top;
}
.btn {
    padding: 5vw;
    background-color: rgb(54, 112, 225);
    color: #fff;
    font-size: 8vw;
    font-weight: bold;
    display: inline-block;
    border-radius: 3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 111vw;
    width: max-content;
}
.domain {
    position: absolute;
    z-index: 2;
    color: rgb(240, 175, 70);
    font-weight: bold;
    font-size: 9vw;
    font-family: system-ui;
    right: 3vw;
    top: 79vw;
    display: flex;
    align-items: center;
    height: 9vw;
}
.text {
    position: absolute;
    z-index: 2;
    left: 8.5vw;
    top: 84vw;
    width: 42vw;
}
.logo2 {
    text-align: center;
}
.logo2 img {
    width: 36vw;
}
.w-full {
    width: 100%;
}
.bottom {
    position: relative;
    /* height: 48vw; */
}
.bottom>img {
    height: 100%;
}
.bottom-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    flex-direction: column;
    padding: 2vw 0;
}
.enter-box {
    position: absolute;
    top: 0;
    z-index: 1;
    transform: translateY(-100%);
    display: none;
}
.enter-box.show {
    display: block;
}
.enter-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 2vw;
    display: flex;
    flex-direction: column;
}
.enter-row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 3.2vw;
    padding: 0 2vw;
}
.row-2,.row-3 {
    flex: 1;
    display: flex;
}
.col-1 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 3.2vw;
}
.col-1 span {
    color: #fff;
}
.icon {
    width: 7vw;
}
.copy-right {
    color: #fff;
    font-size: 3vw;
    text-align: center;
    margin-top: 2vw;
}
.country {
    width: 10vw;
}
.country-name {
    width: 14vw;
    display: block;
    text-align: center;
}
.enter {
    display: block;
    width: 28.8vw;
}
.enter img {
    width: 100%;
}
.speed {
    width: 13vw;
}
.number {
    color: rgb(104, 222,68);
}
.enter-box {
    position: absolute;
    top: 5vw;
    left: 0;
    z-index: 1;
}
.small .banner {
    width: 80%;
    margin: auto;
    display: block;
}
.small .bottom {
    height: 48vw;
}
.mini .banner {
    width: 70%;
    margin: auto;
    display: block;
}
.mini .bottom {
    height: 45vw;
}

.swiper {
    height: 9vw;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vw;
    color: rgb(233,53,56);
    text-align: center;
    position: relative;
}
.small-size {
    font-size: 7.3vw;
}