body * {
    user-select: none;
}

.mySwiper {
    position: relative;
}

.mySwiper .swiper-img {
    min-width: 1600px;
    min-height: calc(1600px/160*77);
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 2;
}

.bg-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}

.btns-content {
    height: 50%;
    width: 80%;
    z-index: 2;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: end;
    margin: 0 auto;
}

.btns {
    height: 80%;
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.route {
    position: absolute;
    background-image: url(../pic/route-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.route-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% 0;
    width: 100%;
    height: 15%;
}

.route-l {
    background-image: url(../pic/route-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 56%;
    height: 100%;
}

.route-l .delay {
    color: red;
    font-weight: bolder;
    margin: 0 2%;
}

.route-l .domain {
    color: #85BDF6;
    font-weight: bolder;
    margin-left: 2%;
}

.route-r {
    background-image: url(../pic/route-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31%;
    height: 100%;
    cursor: pointer;
}

.route-r .route-btn {
    color: red;
    font-weight: bolder;
}