@charset "utf-8";

body {
    /* background-size: 100% auto; */
}

/* AI主播列表区域 */
.section-aizb {
    width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-aizb .section-header {
    position: relative;
    margin: 0 auto;
}

.section-aizb .section-header img {
    position: absolute;
    width: 66%;
    left: 26%;
    top: 50%;
    transform: translateY(-50%);
}

.section-aizb .section-header h2 {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 20px 40px;
    color: #fff;
    background: url(../images/btlb.png) no-repeat center;
    background-size: cover;
}

.section-aizb .section-header a {
    font-size: 12px;
    padding-top: 28px;
    float: right;
}

.swiper-container-2 {
    overflow: hidden;
}

.swiper-container-2 .swiper-slide {
    flex-direction: column;
    width: 24%;
}

.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;
}

.swiper-container-2 .swiper-slide .summary {
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
}

.ai-list {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 20px;
    flex-wrap: wrap;
}

.ai-item {
    width: 100%;
    height: 390px;
    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: 60%;
    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: 40%;
    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);
}

/* 行业AI主播列表 */
.section-aihyzb {
    width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
}

.section-aihyzb .section-header {
    position: relative;
    margin: 0 auto;
}

.section-aihyzb .section-header img {
    position: absolute;
    width: 66%;
    left: 26%;
    top: 50%;
    transform: translateY(-50%);
}

.section-aihyzb .section-header h2 {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 20px 40px;
    color: #fff;
    background: url(../images/btlb.png) no-repeat center;
    background-size: cover;
}

.section-aihyzb .section-header a {
    font-size: 12px;
    padding-top: 28px;
    float: right;
}

.industry-ai-list {
    display: flex;
    flex-wrap: wrap;
}

.double-bevel {
    padding: 60px 0 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: 342px;
    margin-right: 36px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.industry-ai-item:nth-child(3n){
    margin-right: 0;
}

.industry-ai-item .top {
    position: relative;
    width: 100%;
    height: 200px;
    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);
}

/* 分页 */
.page {
    padding: 30px 0;
}

.pager_link_wrap {
    text-align: center;
}

.page .pager_link,
.page strong {
    font-size: 16px;
    padding: 6px 14px;
    border: 1px solid #eee;
    display: inline-block;
}

.page strong {
    border: 1px solid #d70e1e;
    background: #d70e1e;
    color: #fff;
}

.pages {
    padding: 10px;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}

.pages a,
.pages strong {
    font-size: 14px;
    padding: 10px 14px;
    border: 1px solid #eee;
    display: inline-block;
    background: #fff;
}

.pages strong {
    border: 1px solid #d70e1e;
    background: #d70e1e;
    color: #fff;
}

.pages td > b {
    font-size: 14px;
    padding: 10px 14px;
    border: 1px solid #eee;
    display: inline-block;
    font-weight: bold;
    background: #d70e1e;
    color: #fff;
}

@media screen and (max-width: 768px) {
    
    .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;
        background: none;
        padding-left: 0;
    }
    
    .swiper-container-2 .swiper-slide {
        width: 48%;
    }
    
    .ai-list {
        padding-top: 10px;
    }
    
    .ai-item {
        height: auto;
        aspect-ratio: 9 / 14;
    }
    
    /* .ai-item .t span {
        display: none;
    } */
    
    .swiper-container-2 .swiper-slide .title {
        padding: 8px 0;
        font-size: 14px;
    }
    
    .pages {
        padding: 20px 0;
    }
    
    .section-aihyzb {
        width: 100%;
        padding: 0 10px 60px;
    }
    
    .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;
        background: none;
        padding-left: 0;
    }
    
    .industry-ai-list {
        justify-content: space-between;
    }
    
    .double-bevel {
        padding: 10px 0px 20px;
    }
    
    .industry-ai-item {
        width: 48%;
        margin-right: 0;
    }
    
    /* .industry-ai-item:nth-child(3n) {
        display: none;
    } */
    
    .industry-ai-item .top {
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 5;
    }
    
    .industry-ai-item .bttom h4 {
        font-size: 14px;
    }
    
    /* .industry-ai-item .t span {
        display: none;
    } */
    
}