.index {
    background-color: #F9F9F9;
}

.header {
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.honor-top {
    height: 545px;
    background-image: url(../static/img/img-097.png);
    background-size: cover;
    background-position: center;
}


.alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.alert-con {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    width: 70%;
    top: 50%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.alert-top {
    height: 60px;
    color: #333;
    align-items: center;
    display: flex;
    font-size: 24px;
    justify-content: space-between;
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    width: 100%;
    height: 600px;
    background-size: auto auto;
    background-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #F85900 !important;
    opacity: 0;
    transition: all .3s;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.six-detail-text {
    font-size: 36px;
    padding-top: 120px;
    color: #fff;
}

.six-detail-con-title {
    font-size: 34px;
    color: #333;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 30px;
}


.customer-cons {
    display: flex;
    padding-bottom: 80px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.customer-cons li {
    width: 25%;
}

.customer-img {
    width: 328px;
    height: 259px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.customer-con {
    width: 328px;
    height: 259px;
    margin-top: 38px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    transition: all .3s;
}

.customer-con:hover {
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.3);
}