body {
    background-color: #00142f !important;
}

.pagemain {
    width: 100%;
    min-height: 1px;
    padding-top: 180px;
    overflow: hidden;
}

#cityall .pagemain-homepage {
    padding: 88px 0 72px;
}

.pagemain-subpage-shadow {
    background: linear-gradient(180deg, #0a2158 0%, #153178 100%);
}

.homepage-titlebox {
    margin-bottom: 64px;
    text-align: center;
}

.homepage-titlebox .homepage-desc {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.homepage-titlebox .homepage-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    color: rgba(255, 243, 73, 1);
    text-align: center;
}

.homepage-titlebox .homepage-title::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 59px;
    height: 5px;
    margin-top: 8px;
    content: "";
    background: rgba(255, 243, 73, 1);
    transform: translateX(-50%);
}

/* 右侧 */

.elevator-menu {
    position: fixed;
    top: 50%;
    right: 36px;
    z-index: 9;
    transform: translateY(-50%);
}

.elevator-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.elevator-menu > ul li {
    font-size: 12px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.36);
    cursor: pointer;
    transition-duration: 0.3s;
}

.elevator-menu > ul li:hover {
    color: rgba(255, 255, 255, 0.64);
}

.elevator-menu > ul li.active {
    color: #fff;
}

.dateline-slogan {
    padding-top: 60px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 8px;
}

.footerbgBox {
    background: linear-gradient(94.85deg, #001229 3.69%, #00173d 99.62%) !important;
}

/* 新闻咨询 */

.news-boxs {
    position: relative;
    margin-bottom: 160px;
}

.news-box {
    display: none;
    padding: 20px 40px 80px;
    background-color: rgba(255, 255, 255, 0.03);
}

.news-box.active {
    display: block;
    animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.news-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s;
}

.news-item.no-border {
    border-bottom: 1px solid transparent;
}

.news-item:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.84);
}

.news-item .title {
    display: -webkit-box !important;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item .desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.48);
}

.news-item .desc .line {
    margin: 0 10px;
}

.news-btns {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
}

.news-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
    cursor: pointer;
    border-radius: 6px;
}

.news-btn.active {
    color: rgba(255, 255, 255, 0.84);
    background-color: rgba(255, 255, 255, 0.12);
}

/* 产品 */

.products-item .title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.products-item .logo {
    height: 42px;
    margin-top: 4px;
}

.products-item .desc {
    height: 20px;
}

.platform-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-btn {
    padding: 12px 30px;
    margin-top: 80px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
    cursor: pointer;
    border-radius: 30px;
}

.platform-btn.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
}

.platform-boxs {
    margin-top: 30px;
}

.platform-box {
    display: none;
    height: 100%;
    overflow: hidden;
}

.platform-box.active {
    display: flex;
    animation: fadeIn 0.5s ease-out;
}

.platform-leftbox {
    width: 25%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.04);
}

.platform-rightbox {
    width: 75%;
    padding: 30px 50px 40px;
    background-color: rgba(255, 255, 255, 0.02);
}

.platform-leftbox .head-tag {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.36);
}

.platform-leftbox .title {
    font-size: 20px;
    line-height: 24px;
    color: #fff24a;
}

.platform-leftbox .subtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.64);
}

.platform-leftbox .desc {
    display: -webkit-box !important;
    max-height: 100px;
    margin-top: 30px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.64);
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.platform-leftbox .applymore {
    display: block;
    margin-top: 40px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.platform-rightbox .head-tag {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.36);
}

.platform-rightbox .products-item {
    padding: 12px 0;
    margin-bottom: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.platform-rightbox .products-item:hover {
    border-bottom: 1px solid #fff24a;
}

.platform-rightbox .products-item:hover .title {
    color: #fff24a;
}

.platform-rightbox .products-item .desc {
    margin-bottom: 0 !important;
}

.products-items {
    overflow: hidden;
}

.desc .list-item {
    padding-bottom: 8px;
    margin-bottom: 12px;
    line-height: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.list-item .num {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #fff24a;
}

.list-item .unit {
    font-size: 20px;
    line-height: 26px;
    color: #fff24a;
}

.list-item .plus {
    position: relative;
    font-size: 26px;
    line-height: 26px;
    color: #fff24a;
}

.list-item .target {
    margin-left: 6px;
}

.list-item .plus::after {
    position: relative;
    top: -10px;
    right: -2px;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    color: #fff24a;
    content: "+";
}

.qys_ability-box .icon {
    display: none;
    height: 32px;
    margin-bottom: 16px;
}

.qys_ability-box .icon img {
    height: 100%;
}

.qys_ability-box .subtitle {
    display: -webkit-box !important;
    height: 18px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.84);
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qys_ability-box .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.qys_ability-box .desc {
    min-height: 186px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.48);
}

.qys_ability-box2 {
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    /* background-color: rgba(255, 255, 255, 0.08); */
}

.qys_ability-box2 .subtitle {
    display: -webkit-box !important;
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qys_ability-box2 .title {
    display: -webkit-box !important;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.48);
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 场景展示 */
.scene-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.scene-boxs .scene-box {
    width: 32%;
    min-width: 200px;
    padding: 32px 40px;
    margin: 0 20px 20px 0;
    margin-right: 1.2%;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
}

.scene-boxs .scene-box:last-of-type {
    margin-right: 0;
}

.scene-boxs .scene-box .header-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.scene-boxs .scene-box .header-box .header-box__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.scene-boxs .scene-box .header-box .icon-box {
    width: 32px;
    height: 32px;
}

.scene-boxs .list-wrapper .list {
    display: inline-block;
    width: 48%;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.scene-boxs .list-wrapper .list .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scene-boxs .gap {
    display: inline-block;
    width: 20px;
}

/* 应用集成情况 */
.integrated-application .more {
    margin-top: 64px;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    letter-spacing: 8px;
}

/* 产品核心能力 */
.abilityItems {
    display: flex;
    margin: 0 5%;
}

.abilityItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
}

.abilityItem .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.abilityItem .icon-box img {
    width: 80%;
}

.abilityItem .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.abilityItem .subtitle {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.36);
    text-align: center;
}

.abilityItem .desc {
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.84);
    text-align: center;
}

/* 结算政策 */
.settle-policy-box .settle-policy-title {
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}

.settle-policy-box .policy-boxs {
    display: flex;
    flex-wrap: wrap;
}

.settle-policy-box .policy-box {
    width: 23.5%;
    padding: 3.5% 4%;
    margin-right: 2%;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 6px;
}

.settle-policy-box .policy-box:last-of-type {
    margin-right: 0;
}

.settle-policy-box .policy-box .header-box {
    display: flex;
    justify-content: space-between;
}

.settle-policy-box .policy-box .header-box__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
}

.settle-policy-box .policy-box .header-box__title .sub {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
}

.settle-policy-box .policy-box .icon-box {
    width: 32px;
    height: 32px;
}

.settle-policy-box .policy-box .content {
    margin-top: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

/* 大会现场图集 */

.row-photo {
    margin-right: -6px;
    margin-left: -6px;
    overflow: hidden;
}

.col-photo {
    display: inline-block;
    width: 24%;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px;
}

/* 视频 */

.video-boxs {
    background-color: #27438b;
}

.video-box {
    display: none;
}

.video-box.active {
    display: flex;
    animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.video-leftbox {
    width: 75%;
}

.video-leftbox > a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video-leftbox > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-leftbox .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    transform: translate(-50%, -50%);
}

.video-rightbox {
    width: 25%;
    padding: 40px 30px;
}

.video-rightbox .head-tag {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.48);
}

.video-rightbox .foot-tag {
    margin-top: 36px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.24);
}

.video-rightbox .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff24a;
}

.video-rightbox .desc {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.48);
}

.video-rightbox .list-item .list-itembox {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.video-rightbox .list-item {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.video-rightbox .list-items {
    min-height: 200px;
    margin-top: 20px;
}

.video-rightbox .list-item .t1 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.48);
}

.video-rightbox .list-item .t2 {
    display: block;
    display: -webkit-box !important;
    height: 20px;
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video-rightbox .list-item .list-itembox .t2 {
    display: -webkit-box !important;
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-btns {
    display: flex;
}

.video-btns .video-btn {
    width: 25%;
    padding: 40px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: 1px solid transparent;
}

.video-btns .video-btn:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.06);
}

.video-btns .video-btn.active {
    border-top: 1px solid #fff;
}

.video-btns .video-btn .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}

.video-btns .video-btn .desc {
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.48);
}

.slogn_weaver {
    display: none;
}

@media (min-width: 323px) and (max-width: 991px) {
    .pcbg {
        background: rgba(0, 19, 46, 1);
    }

    .pagemain-home .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .news-boxs {
        margin-bottom: 0;
    }

    .footerInfo .welcome {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-align: center;
    }

    .footerInfo .topic {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
    }

    .activity-theme-t4 {
        width: 100%;
        margin-bottom: 6px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.32);
        letter-spacing: 1px;
        transform-origin: 0 0;
    }

    .meettitleinfo-city-t2 {
        display: none;
    }

    .pagemain-homepage {
        padding: 40px 0;
        background: rgba(0, 19, 46, 1) !important;
    }

    .footerInfo {
        margin-top: 10px;
    }

    .homepage-titlebox .homepage-desc {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    .homepage-titlebox .homepage-desc span {
        display: none;
    }

    .homepage-titlebox .homepage-title {
        position: relative;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .homepage-titlebox .homepage-title span {
        display: none;
    }

    .homepage-titlebox {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .platform-btn {
        padding: 6px 16px;
        font-size: 12px;
        cursor: pointer;
        border-radius: 20px;
    }

    .platform-box {
        flex-direction: column;
    }

    .platform-leftbox {
        width: 100%;
        padding: 20px;
    }

    .platform-rightbox {
        width: 100%;
        padding: 20px;
    }

    .platform-leftbox .head-tag {
        margin-bottom: 20px;
    }

    .platform-leftbox .title {
        font-size: 16px;
        line-height: 20px;
    }

    .platform-leftbox .subtitle {
        margin-top: 0;
    }

    .platform-leftbox .desc {
        margin-top: 20px;
    }

    .platform-leftbox .applymore {
        margin-top: 40px;
    }

    .platform-rightbox .head-tag {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .products-items {
        margin-top: 0;
    }

    .row-photo {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-photo {
        width: 49%;
    }

    .col-photo:nth-child(2n) {
        padding-right: 15px;
        padding-left: 6px;
    }

    .col-photo:nth-child(2n+1) {
        padding-right: 6px;
        padding-left: 15px;
    }

    .list-item .num {
        font-size: 20px;
        line-height: 20px;
    }

    .list-item .plus {
        font-size: 20px;
        line-height: 20px;
    }

    .list-item .unit {
        font-size: 16px;
        line-height: 16px;
    }

    .list-item .plus::after {
        font-size: 15px;
        line-height: 15px;
    }

    .qys_ability-box {
        margin-bottom: 12px;
    }

    .qys_ability-box .icon {
        height: 28px;
        margin-bottom: 8px;
    }

    .qys_ability-box .subtitle {
        font-size: 11px;
    }

    .qys_ability-box .title {
        font-size: 13px;
        line-height: 15px;
    }

    .qys_ability-box .desc {
        display: -webkit-box !important;
        height: 96px;
        margin-top: 8px;
        overflow: hidden;
        font-size: 10px;
        line-height: 16px;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .abilityItems {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .abilityItem {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .abilityItem .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .abilityItem .text {
        width: calc(100% - 65px);
    }

    .abilityItem .title {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .abilityItem .subtitle {
        text-align: left;
    }

    .abilityItem .desc {
        margin-top: 4px;
        line-height: 18px;
        text-align: left;
    }

    .abilityItem .desc br {
        display: none;
    }

    .video-box {
        flex-direction: column;
    }

    .video-leftbox {
        width: 100%;
    }

    .video-leftbox > a > img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .video-rightbox {
        display: none;
        width: 100%;
        padding: 20px;
    }

    .video-rightbox .head-tag {
        margin-bottom: 20px;
    }

    .video-rightbox .title {
        font-size: 16px;
        line-height: 20px;
    }

    .video-rightbox .list-items {
        margin-top: 10px;
    }

    .video-rightbox .foot-tag {
        display: none;
    }

    .video-rightbox .list-item {
        padding: 8px 0;
    }

    .video-btns {
        flex-wrap: wrap;
    }

    .video-btns .video-btn {
        width: 50%;
        padding: 15px;
    }

    .video-btns .video-btn .title {
        font-size: 12px;
    }

    .video-btns .video-btn .desc {
        font-size: 11px;
        line-height: 16px;
    }

    .video-btns .video-btn:nth-child(2n) {
        background-color: rgba(255, 255, 255, 0.03);
    }

    .video-btns .video-btn.active {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .news-box {
        padding: 10px 15px 60px;
    }

    .news-item {
        padding: 12px 0;
    }

    .news-item .title br {
        display: none;
    }

    .news-item .title {
        height: 36px;
        font-size: 13px;
        line-height: 18px;
    }

    .enroll_inputBox {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 15px;
        padding-left: 15px;
    }

    .enroll_inputbg {
        width: 100%;
        margin-bottom: 12px;
    }

    .enroll_inputBox .enroll_Btn {
        width: 28%;
        margin-top: 4px;
    }

    .enroll_inputBox .enroll_Btn a {
        height: 40px;
        line-height: 40px;
    }

    .bgColor4 {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }

    /* 移动城市 */
    .tabscity {
        width: 100%;
        min-height: 1px;
        overflow: hidden;
    }

    .tabscity a {
        display: block;
        float: left;
        width: 12%;
        min-height: 1px;
        overflow: hidden;
        font-size: 12px;
        line-height: 44px;
        color: rgba(255, 255, 255, 0.48);
        text-decoration: none;
    }

    .tabscity a:hover {
        text-decoration: none;
    }

    .tabscity .active {
        color: #fff;
    }

    .listimg2 {
        position: relative;
        margin-bottom: 20px;
    }

    .listimg2 a {
        display: block;
        width: 100%;
        min-height: 1px;
        overflow: hidden;
    }

    .listimg2 img {
        width: 100%;
        height: 100px;
    }

    .listimg2 span {
        display: block;
    }

    .listimg2_cityname {
        margin-top: 8px;
        margin-bottom: 6px;
        font-size: 14px;
        color: #fff;
        text-align: left;
    }

    .listimg2_cityinfo {
        overflow: hidden;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.64);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listcity_number {
        font-size: 24px;
        color: #fff;
    }

    .listcity_year {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.48);
    }

    .cityactivity {
        overflow: hidden;
    }

    .homepage-titlebox .homepage-title::after {
        left: 20px;
        width: 40px;
        height: 2px;
        margin-top: 2px;
    }

    .footer-listBox {
        display: none;
    }

    .footerInfo {
        padding-bottom: 32px;
        margin: 0;
    }

    .footerbgBox {
        padding: 12px 0 40px;
        background: linear-gradient(94.85deg, #001229 3.69%, #00173d 99.62%) !important;
    }
}
