.fuxuan-dev-history{
    padding: 88px 0 100px 0;
    background: #FFFDF9;
    overflow: hidden;
}
.fuxuan-dev-history .history-list{
    position: relative;
}
.fuxuan-dev-history .history-list .swiper{
    padding: 100px 0;
}
.history-list .history-line{
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 56.9%;
}
.history-list .swiper-slide{
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 200px;
}
.history-list .swiper-slide .history-top{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: all 0.5s;
}
.history-top .icon{
    width: 24px;
    height: 24px;
}
.history-top .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-top .history-title{
    color: #000;
    text-align: center;
    font-family: var(--font--family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 114.286% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.history-list .history-point{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin: 23px 0;
    background-color: #fff;
    transition: all 0.5s;
}
.history-list .history-bottom{
    color: var(--primary-color);
    text-align: center;
    font-family: Arial;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
}


.history-list .swiper-slide .history-mask{
    width: 100%;
    height: calc(100% + 100px);
    position: absolute;
    top: -50px;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
}
.history-list .swiper-slide .mask-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.history-list .swiper-slide .mask-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    left: -8px;
    top: -8px;
    z-index: -1;
}
.history-list .swiper-slide .mask-img .bg{
    width: 100%;
    /* aspect-ratio: 147/200; */
    height: 100%;
    
    object-fit: cover;
}
.history-list .swiper-slide .mask-img .mask-con{
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    position: absolute;
    top: 0;
    left: 0;
}
.history-list .swiper-slide .mask-img .icon{
    width: 24px;
    height: 24px;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.history-list .swiper-slide .mask-img .mask-title{
    color: #FFF;
    text-align: center;
    font-family: var(--font--family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}
.history-list .swiper-slide .mask-img .mask-time{
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 80% */
    background: #E0B245;
    position: absolute;
    bottom: -18px;
}

.history-list .swiper-slide:hover .history-mask{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.fuxuan-dev-history .swiper-button-prev::after,
.fuxuan-dev-history .swiper-button-next::after{
    display: none;
}
.fuxuan-dev-history .swiper-button-prev,
.fuxuan-dev-history .swiper-button-next{
    top: 56.9%;
}
.fuxuan-dev-history .swiper-button-prev{
    left: -20px;
}
.fuxuan-dev-history .swiper-button-next{
    right: -20px;
}
.fuxuan-dev-history .swiper-button-prev.swiper-button-disabled svg path,
.fuxuan-dev-history .swiper-button-next.swiper-button-disabled svg path{
    fill: #D9D9D9;
    opacity: 1;
}



.fuxuan-dev-history .history-con-wrap{
    margin-top: 20px;
}
.fuxuan-dev-history .history-con-wrap .history-con-item{
    display: none;
}
.fuxuan-dev-history .history-con-wrap .history-con-item.active{
    display: block;
}
.history-con-wrap .con-title{
    color: #000;
    font-family: var(--font--family);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 72.727% */
}
.history-con-wrap .con-title .time{
    margin-right: 20px;
}
.history-con-wrap .con-container{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.history-con-wrap .con-container li{
    list-style: disc;
}
.history-con-wrap .con-item{
    display: flex;
    gap: 30px;
}
.history-con-wrap .con-item .con-item-title{
    display: inline-block;
    width: 100px;
    color: #000;
    text-align: left;
    font-family: var(--font--family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 100% */
}
.history-con-wrap .con-item .con-item-desc{
    flex: 1;
    color: #3B3B3B;
    font-family: var(--font--family);
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 22px; /* 157.143% */
}

@media screen and (max-width: 992px) {
    .fuxuan-dev-history{
        padding: 50px 0;
    }
    .fuxuan-dev-history .history-list .swiper{
        padding: 80px 0;
    }
}
@media screen and (max-width: 768px) {
    .history-con-wrap .con-container li{
        list-style: none;
    }
}