﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    user-select: none;
}
.banner-btns {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%);
}

.banner-btn {
    background: url(/assets/addons/cms/img/bs2.png) no-repeat 0/100% 100%;
    padding: 8px 20px 10px;
    color: #fff;
    cursor: pointer;
}

    .banner-btn:hover {
        color: #eeeeee;
    }

    .banner-btn:not(:first-child) {
        margin-left: 20px;
    }

    .banner-btn:first-child {
        background: url(/assets/addons/cms/img/bs1.png) no-repeat 0/100% 100%;
    }

.list-team-img {
    min-height: 95px;
}

.list-item-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.logoBox1 {
    display: flex;
    margin-top: 40px;
}

    .logoBox1 .logoBox:not(:first-child) {
        margin-left: 15px;
    }

.logoBox .logoTitle {
    font-family: shFont;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 14px;
    position: relative;
}

    .logoBox .logoTitle::before {
        content: '';
        position: absolute;
        background: #20243A;
        width: 4px;
        height: 60%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 6px;
        vertical-align: middle;
    }

.logoBox .logoList {
    display: flex;
    flex-wrap: wrap;
}

    .logoBox .logoList .item {
        background: #fff;
        border-radius: 6px;
        display: block;
        /* width: 144px; */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 70px;
        margin-top: 15px;
        transition: 0.3s;
    }

        .logoBox .logoList .item:hover {
            scale: 1.1;
        }

        .logoBox .logoList .item:not(:first-child) {
            margin-left: 15px;
            padding: 10px 10px;
        }

        .logoBox .logoList .item img {
            width: 70%;
            height: auto;
            /* max-height: 90%; */
        }

.logoBox2 {
    margin-top: 15px;
}

    .logoBox2 .logoList .item:nth-child(7n + 1) {
        margin-left: 0;
    }

.hz-list {
    display: flex;
    justify-content: center;
}

    .hz-list .item {
        height: 100px;
        width: auto;
        margin: 0 50px;
    }

        .hz-list .item img {
            height: 100%;
        }

.swiper-zx {
    overflow: hidden;
}

.application-box {
    position: absolute;
    top: 0;
    left: 0;
}

.phonebox {
    display: none;
}

    .phonebox #index-focus {
        width: 100%;
    }

.swiper-zx {
    position: relative;
}

.buttonBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}

    .buttonBox button {
        padding: 6px 14px;
        border-radius: 4px;
        border: 1px solid #fff;
        color: #333;
        background: #fff;
        transition: 0.2s;
    }

    .buttonBox .application:hover {
        background: #bbb;
        border-color: #bbb;
    }

    .buttonBox .cooperate {
        margin-left: 10px;
        background: none;
        color: #fff;
    }

        .buttonBox .cooperate:hover {
            background: #292929;
            border-color: #bbb;
        }

.singup {
    cursor: pointer;
}

.card-switch .card-h {
    flex-basis: 50px;
    height: 50px;
}

    .card-switch .card-h p {
        line-height: 50px;
    }

.card-switch .singup span {
    background: url(/assets/addons/cms/img/signup.png) no-repeat 0/100% 100%;
}

.list-team-img img {
    max-height: 95px;
}
.navbar {
    border-radius: 0 !important;
    z-index: 9999;
}