
.module-contrainer [class*="col-"] {
    padding: 0px !important;
}

.module-contrainer .row:nth-of-type(1) .product-item {
    height: 406px;
}

.module-contrainer>.row:nth-of-type(2) .product-item {
    height: 300px;
}

.product-item {
    background: #FFFFFF;
    border-radius: 26px;
    border: 1px solid #D9D9D9;
}

.module-contrainer[data-index="1"] .product-item .module-img {
    background: #6A40FE;
    border-radius: 0px 26px 26px 0px;
    padding: 0px 40px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
}

.module-contrainer[data-index="2"] .product-item .module-img {
    background: #F1AA2E !important;
    border-radius: 0px 26px 26px 0px;
    padding: 0px 40px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
}

.module-contrainer[data-index="3"] .product-item .module-img {
    background: #EF588C;
    border-radius: 0px 26px 26px 0px;
    padding: 0px 40px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
}

.module-contrainer[data-index="4"] .product-item .module-img {
    background: #A558E6;
    border-radius: 0px 26px 26px 0px;
    padding: 0px 40px;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
}

.product-item .module-img[data-index='1'] {
    align-items: flex-end;
}

.product-item .module-img[data-index='2'] {
    align-items: center;
}

.product-item .module-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.product-item .pd-icon {
    width: 56px;
    height: 56px;
}

.product-item .module {
    padding: 30px 0px;
    cursor: pointer;
}

.product-item .module:nth-child(1) {
    border-top-left-radius: 26px;
}

.product-item .module.flex-grow1 {
    border-bottom-left-radius: 26px !important;
}

.product-item .module:hover {
    background: #f9f9fa;
}

.product-item .module.is-open .close-item {
    display: none;
}

.product-item .module.is-open .expand-item {
    display: flex !important;
}

.product-item .progress-animating {
    width: calc(100% - 60px);
    height: 1px;
    background: #D9D9D9;
    transition: none;
    position: relative;
}

.product-item .progress-animating::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #000;
    transform-origin: left center;
}

.product-item .progress-animating.play::after {
    animation: progressGrow var(--progress-duration, 5s) linear forwards;
}

/* 进度动画：从0到1铺满自身宽度 */
@keyframes progressGrow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.product-right-img img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.module-button {
    padding: 8px 26px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: #6A40FE;
    border-radius: 100px;
    width: fit-content;
}

.product-banner {
    overflow: hidden;
    background: url(../images/other-banner.png) no-repeat center / cover;
}

.banner-freeTrial-btn {
    width: fit-content;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 13px 30px;
    background: linear-gradient(90deg, #7a9cff 20%, #d687ff 60%, #ff90b5 100%);
    border-radius: 100px;
    margin-top: -36px;
}

.banner-freeTrial-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #5682FF 20%, #CF72FF 60%, #FF6095 100%);
    box-shadow: 0px 5px 5px 0px rgba(106, 64, 254, 0.2);
}

.banner-freeTrial-btn::after {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 20px;
    background: no-repeat url(../images/index/banner-freeTrial-btn.png);
}

.float-icons-panel {
    opacity: 0;
    animation: show___gSWlg 1s linear .9s forwards;
}

@keyframes show___gSWlg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.float-icon-item {
    position: absolute;
    left: 50%;
    animation: float___2chXQ 5s ease-in-out infinite;
}

@keyframes float___2chXQ {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.float-icon-item img {
    width: 56px;
    height: 56px;
}

.float-icon-item:nth-child(1) {
    top: 6.875rem;
    margin-left: -27.8125rem;
}

.float-icon-item:nth-child(2) {
    top: 7.3125rem;
    margin-left: -40.5625rem;
}

.float-icon-item:nth-child(3) {
    top: 17rem;
    margin-left: -46.9375rem;
}

.float-icon-item:nth-child(4) {
    top: 26rem;
    margin-left: -42.5625rem;
}

.float-icon-item:nth-child(5) {
    top: 22rem;
    margin-left: -30.9375rem;
}

.float-icon-item:nth-child(6) {
    top: 23rem;
    margin-left: -22.9375rem;
}

.float-icon-item:nth-child(7) {
    top: 13rem;
    margin-left: -22.9375rem;
}

.float-icon-item:nth-child(8) {
    top: 6rem;
    margin-left: 29.8125rem;
}

.float-icon-item:nth-child(9) {
    top: 8.875rem;
    margin-left: 42.8125rem;
}

.float-icon-item:nth-child(10) {
    top: 14.875rem;
    margin-left: 36.8125rem;
}

.float-icon-item:nth-child(11) {
    top: 22.875rem;
    margin-left: 40.8125rem;
}

.float-icon-item:nth-child(12) {
    top: 25.875rem;
    margin-left: 30.8125rem;
}

.float-icon-item:nth-child(13) {
    top: 18.875rem;
    margin-left: 25.8125rem;
}

.float-icon-item:nth-child(14) {
    top: 22.875rem;
    margin-left: 18.8125rem;
}

.float-icon-item:nth-child(15) {
    top: 9.875rem;
    margin-left: 18.8125rem;
}

@media screen and (max-width: 768px) {
    .product-banner {
        margin-top: 60px !important;
    }

    .product-banner>div>div {
        padding: 0px 8px;
    }

    .module-contrainer>.row:nth-of-type(1) {
        padding: 0px 15px !important;
    }

    .module-contrainer>.row:nth-of-type(1)>div {
        height: 610px !important;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .module-contrainer>.row:nth-of-type(1)>div .module-img {
        border-radius: 0px 0px 26px 26px;
        padding: 0px 25px;
    }

    .module-contrainer>.row:nth-of-type(2)>div:nth-child(1) {
        padding-left: 15px !important;
    }

    .module-contrainer>.row:nth-of-type(2)>div:nth-child(2) {
        padding-right: 15px !important;
    }

    .module-contrainer>.row:nth-of-type(2) .product-item {
        height: 540px !important;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .module-contrainer>.row:nth-of-type(2) .product-item>div {
        margin-top: 40px;
    }

    .module-contrainer>.row:nth-of-type(2) .product-item img {
        width: 100%;
        object-fit: contain;
    }

    .module-contrainer>.row:nth-of-type(2) .product-item img:nth-child(2) {
        padding-top: 0px;
        padding-right: 0px;
        border-radius: 0px 0px 26px 26px;
    }

    .pd-title,
    .pd-content {
        text-align: center;
    }

    .product-right-img,
    .module-img {
        width: -webkit-fill-available;
    }

    .product-right-img img {
        border-radius: 0px 0px 26px 26px;
    }

    .banner-freeTrial-btn {
        margin-top: 20px !important;
    }

    .float-icon-item img {
        width: 26px;
        height: 26px;
    }

    .float-icon-item:nth-child(1) {
        top: 18vh;
        margin-left: -27.8125vw;
    }

    .float-icon-item:nth-child(2) {
        top: 14.3125vh;
        margin-left: -40.5625vw;
    }

    .float-icon-item:nth-child(3) {
        top: 22vh;
        margin-left: -48.9375vw;
    }

    .float-icon-item:nth-child(4) {
        top: 28vh;
        margin-left: -44.5625vw;
    }

    .float-icon-item:nth-child(5) {
        top: 21vh;
        margin-left: -36.9375vw;
    }

    .float-icon-item:nth-child(6) {
        top: 28vh;
        margin-left: -29.9375vw;
    }

    .float-icon-item:nth-child(7) {
        top: 23vh;
        margin-left: -24.9375vw;
    }

    .float-icon-item:nth-child(8) {
        top: 14vh;
        margin-left: 29.8125vw;
    }

    .float-icon-item:nth-child(9) {
        top: 16.875vh;
        margin-left: 42.8125vw;
    }

    .float-icon-item:nth-child(10) {
        top: 22.875vh;
        margin-left: 36.8125vw;
    }

    .float-icon-item:nth-child(11) {
        top: 28.875vh;
        margin-left: 40.8125vw;
    }

    .float-icon-item:nth-child(12) {
        top: 25.875vh;
        margin-left: 30.8125vw;
    }

    .float-icon-item:nth-child(13) {
        top: 22.875vh;
        margin-left: 25.8125vw;
    }

    .float-icon-item:nth-child(14) {
        top: 24.875vh;
        margin-left: 18.8125vw;
    }

    .float-icon-item:nth-child(15) {
        top: 17.875vh;
        margin-left: 18.8125vw;
    }


}