.newUrlMobile[data-v-04c24770] {
    height: 100vh;
    background: url(https://sabbont.gz.bcebos.com/paspages/img/container/mobilebg.png) no-repeat;
    background-position: top;
    background-size: contain
}

.newUrlMobile .header[data-v-04c24770] {
    width: 100%;
    height: 24vw;
    position: relative;
    background-color: transparent !important
}

.newUrlMobile .header .logo[data-v-04c24770] {
    width: 65%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%)
}

.newUrlMobile .sponsor[data-v-04c24770] {
    width: 85%;
    margin: 0 auto;
    margin-top: 4vw;
    margin-bottom: 1.333vw
}

.newUrlMobile .sponsor img[data-v-04c24770] {
    width: 100%
}

.newUrlMobile .content-mobile[data-v-04c24770] {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.newUrlMobile .content-mobile .mobile-cont-item[data-v-04c24770] {
    width: 30%;
    background-color: rgba(240, 239, 241, .8);
    border-radius: 2.667vw;
    padding: 2.667vw 0;
    margin: 1.333vw 0;
    margin-right: 2%;
    margin-left: 2%
}

.newUrlMobile .content-mobile .mobile-cont-item[data-v-04c24770]:nth-child(3n) {
    margin-right: 0
}

.newUrlMobile .content-mobile .mobile-cont-item[data-v-04c24770]:nth-child(3n-2) {
    margin-left: 1%
}

.newUrlMobile .content-mobile .mobile-cont-item .headportrait[data-v-04c24770] {
    margin: 0 auto;
    width: 10.667vw;
    height: 10.667vw;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.newUrlMobile .content-mobile .mobile-cont-item .headportrait img[data-v-04c24770] {
    width: 5.333vw;
    height: 5.333vw
}

.newUrlMobile .content-mobile .mobile-cont-item .speed[data-v-04c24770] {
    font-size: 4.8vw;
    text-align: center;
    margin: 1.6vw 0;
    color: red
}

.newUrlMobile .content-mobile .mobile-cont-item .circuit[data-v-04c24770] {
    font-size: 3.733vw;
    color: #2454df;
    text-align: center
}

.newUrlMobile .content-mobile .mobile-cont-item .btns[data-v-04c24770] {
    width: 80%;
    height: 6.667vw;
    background: linear-gradient(0deg, #2a6afd, #63c6ff);
    border-radius: 2.133vw;
    line-height: 6.667vw;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.667vw;
    font-size: 3.733vw;
    cursor: pointer
}