@charset "utf-8";

/* 第一部分轮播区 */
.section-lb {
    width: 1060px;
    margin: 80px auto 0;
    background-color: transparent;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.img-z {
    width: 100%;
    padding-top: 40px;
}

.swiper-container-1 {
    width: 100%;
    height: 300px;
    position: relative;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide .card {
    width: 30%;
    background: linear-gradient(135deg, #188afc 0%, #7d71f9 100%);
    padding: 14px;
    color: white;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    position: absolute;
    top: 46px;
    left: -110px;
}

.swiper-slide h2 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.4;
    height: 156px;
    overflow: hidden;
}

.swiper-slide p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.swiper-slide .action-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.swiper-slide .info-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    padding: 8px 4px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.swiper-slide .info-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.swiper-slide .info-btn i {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.swiper-slide .info-btn i::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.swiper-slide .arrow {
    font-size: 20px;
    opacity: 0.8;
}

.slide-content {
    width: 530px;
    height: 346px;
    background-color: #e6e6e6;
    position: relative;
}

.swiper-container-1 .slide-content img {
    width: 100%;
    height: 100%;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: none;
}

.prev-btn img,
.next-btn img {
    width: 100%;
    height: 100%;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

/* AI主播列表区域 */
.section-aizb {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-aizb .section-header {
    position: relative;
    width: 630px;
    margin: 0 auto;
}

.section-aizb .section-header img {
    width: 100%;
}

.section-aizb .section-header h2 {
    position: absolute;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-container-2 {
    overflow: hidden;
}

.swiper-container-2 .swiper-slide {
    flex-direction: column;
}

.swiper-container-2 .swiper-slide .title {
    width: 90%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ai-list {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 20px;
}

.ai-item {
    width: 100%;
    height: 358px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.ai-item a {
    display: block;
}

.ai-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    background-color: rgba(0, 0, 0, .3);
}

.ai-item .t {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    max-width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.ai-item .t span {
    font-size: 12px;
    color: #fff;
    padding-left: 4px;
    font-weight: normal;
}

.ai-item .z {
    padding-right: 10px;
    padding-bottom: 4px;
    max-width: 35%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.ai-item .z span {
    color: #fff;
    font-size: 12px;
    padding-left: 4px;
    font-weight: normal;
}

.ai-item h3 img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ai-item .img-t {
    border-radius: 50%;
}

.ai-item .img-x {
    width: 12px;
    height: 10px;
}

.img-k {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-r {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.ai-item,
.ai-item .img-k,
.ai-item .img-r {
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}

.ai-item:hover .img-r {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.section-aizb .tools {
    position: relative;
}

.section-aizb .swiper-pagination {
    width: 100%;
    height: 2px;
    width: 88%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-aizb .nav {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.section-aizb .nav img {
    width: 58px;
    height: 58px;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #01ffff;
    height: 10px;
    top: -4px;
}

/* .section-aizb .nav::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #333;
    position: absolute;
    width: 88%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.more {
    padding: 20px 0;
    text-align: center;
}

.more a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/* 绿色按钮区域 */
.section-gg {
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.section-gg .item {
    width: 326px;
    height: 76px;
}

.section-gg .item img {
    width: 100%;
    height: 100%;
}

/* 第二部分轮播区 */
.carousel-section-2 {
    background-color: #008040;
    padding: 40px 0;
}

.swiper-container-2 {
    width: 100%;
}

/* 行业AI主播列表 */
.section-aihyzb {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
}

.section-aihyzb .section-header {
    position: relative;
    width: 630px;
    margin: 0 auto;
}

.section-aihyzb .section-header img {
    width: 100%;
}

.section-aihyzb .section-header h2 {
    position: absolute;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.industry-ai-list {
    display: flex;
    flex-wrap: wrap;
}

.double-bevel {
    padding: 80px 18px 20px;
    padding-right: 0;
    background-color: rgba(255, 255, 255, .7);
    clip-path: polygon(20px 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            20px 100%,
            0 calc(100% - 20px),
            0 20px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.1);
}

.industry-ai-item {
    width: 309px;
    margin-right: 18px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.industry-ai-item .top {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.industry-ai-item .bttom {
    height: 40px;
}

.industry-ai-item a {
    display: block;
}

.industry-ai-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    background-color: rgba(0, 0, 0, .3);
}

.industry-ai-item .t {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.industry-ai-item .t span {
    font-size: 12px;
    color: #fff;
    padding-left: 4px;
    font-weight: normal;
}

.industry-ai-item .z {
    padding-right: 10px;
    padding-bottom: 4px;
    max-width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.industry-ai-item .z span {
    color: #fff;
    font-size: 12px;
    padding-left: 4px;
    font-weight: normal;
}

.industry-ai-item h3 img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.industry-ai-item .img-t {
    border-radius: 50%;
}

.industry-ai-item .img-x {
    width: 12px;
    height: 10px;
}

.industry-ai-item .bttom h4 {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.industry-ai-item:hover .img-r {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 768px) {

    .section-lb {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .swiper-container-1 {
        height: 150px;
    }

    .slide-content {
        width: auto;
        height: auto;
    }

    .swiper-slide .card {
        display: none;
    }

    .img-z {
        padding-top: 0;
    }

    .section-aizb {
        width: 100%;
        padding: 0 10px 0;
    }

    .section-aizb .section-header {
        width: 100%;
    }

    .section-aizb .section-header img {
        display: none;
    }

    .section-aizb .section-header h2 {
        color: #152b49;
        font-style: inherit;
        font-size: 20px;
    }

    .ai-item {
        height: auto;
        aspect-ratio: 9 / 14;
    }
    
    /* .ai-item .t span {
        display: none;
    } */

    .section-aizb .swiper-pagination {
        width: 50%;
    }

    .swiper-container-2 .swiper-slide .title {
        font-size: 16px;
    }

    .section-gg {
        flex-direction: column;
        padding: 10px;
    }

    .section-gg .item {
        width: 100%;
        height: auto;
    }

    .section-aihyzb {
        width: 100%;
        padding: 0 10px 20px;
    }

    .section-aihyzb .section-header {
        width: 100%;
    }

    .section-aihyzb .section-header img {
        display: none;
    }

    .section-aihyzb .section-header h2 {
        color: #152b49;
        font-style: inherit;
        font-size: 20px;
    }

    .double-bevel {
        padding: 80px 0px 20px 2%;
    }

    .industry-ai-item {
        width: 48%;
        margin-right: 2%;
    }

    .industry-ai-item:nth-child(n+5) {
        display: none;
    }

    .industry-ai-item .top {
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 5;
    }
    
    /* .industry-ai-item .t span {
        display: none;
    } */
}