/*瓒呭皬灞忥紙Extra small screen锛夛紝骞冲父鎵嬫満锛岃寖鍥存槸 [0, 576px)*/
@media (min-width: 0px) and (max-width: 576px) {
    .web-wrap {
        display: none !important;
    }
    .h-web-container {
        display: none;
    }
    .download-page-h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*灏忓睆锛圫mall screen锛夛紝澶ф墜鏈猴紝鑼冨洿鏄� [576px, 768px)*/
@media (min-width: 577px) and (max-width: 768px) {
    .web-wrap {
        display: none;
    }
    .download-page-h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*涓睆锛圡edium screen锛夛紝骞虫澘鐢佃剳锛岃寖鍥存槸 [768px, 992px)*/
@media (min-width: 769px) and (max-width: 992px) {
    .h5-wrap {
        display: none !important;
    }
    .download-page-h5 {
        display: none !important;
    }
}

/*澶у睆锛圠arge screen锛夛紝妗岄潰鐢佃剳锛岃寖鍥存槸 [992px, 1200px)*/
@media (min-width: 993px) and (max-width: 1200px) {
    .h5-wrap {
        display: none;
    }
}

/*瓒呭ぇ灞忥紙Extra large screen锛夛紝澶ф闈㈢數鑴戯紝鑼冨洿鏄� [1200px, +鈭�)*/
@media (min-width: 1201px) {
    .h5-wrap {
        display: none;
    }
    .download-page-h5 {
        display: none;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fbfbfb !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #cacaca !important;
}

html {
    font-size: 16px;
}

/* web鏍峰紡 */
.web-wrap-content {
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}
.web-wrap .web-text-image {
    width: 100%;
    max-width: 656px;
    object-fit: cover;
    margin-top: 10%;
}

.web-wrap .download-btn {
    max-width: 515px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
/* h5鏍峰紡 */
.h5-wrap-content {
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.h5-wrap .h5-text-image {
    width: 100%;
    max-width: 8.75rem;
    object-fit: cover;
    margin-top: 3.43rem;
    padding-bottom: 20px;
}

.h5-wrap .download-btn {
    max-width: 6.87rem;
    width: 100%;
    margin-top: 0.13rem;
    cursor: pointer;
}