@media screen and (max-height: 800px) {
    .block-equity{
        .one-level-title{
            padding-top: 34px;
        }
    }
}

.carousel{
    min-height: 390px;
    z-index: 1;
    .carousel-inner{
        z-index: 1;
        .inner-img{
            width: 100%;
        }
        .inner-img-qdz{
            position: absolute;
            left:0;
            top: 0;
            animation: inner-img-qdz-xl 4s infinite ease-in-out;
            animation-delay: 0.6s;
            z-index:200;
        }
        .inner-cont{
            z-index: 200;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            .title{
                background: -webkit-linear-gradient(0deg, #5133FF 0%, #9773FF 50%, #0080FF 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-weight: bold;
            }
            .title-right{
                font-weight: bold;
                color: #1B2337;
            }
            .introduce{
                color: #505A71;
                margin-top: 55px;
                margin-bottom: 55px;
                width: 530px;
            }
            .but{
                width: 186px;
                height: 56px;
                background: linear-gradient(90deg, #A163FF 0%, #2E64FF 100%);
                border-radius: 16px;
                font-size: 20px;
                color: #FFFFFF;
                line-height: 56px;
                position: relative;
                overflow: hidden;
                display: flex;
                padding-left: 30px;
                >img{
                    margin-left: 20px;
                    margin-top: 21px;
                    transition: margin-left 0.5s ease;
                }
                &:hover{
                    >img{
                        margin-left: 30px;
                    }
                }
                >img{
                    width:27px;
                    height: 16px;
                }
            }
        }
    }
}
.block-bonus{
    background-image: url(/webasset/liitu/web/images/comp-mgmt/block-bonus-01.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding-bottom: 80px;
    .row{
        margin-top: 60px;
        .left-cont{
            .title{
                font-weight: bold;
                color: #1B2337;
            }
            .item{
                color: #505A71;
                margin-top: 60px;
                .explain-cont{
                    display: flex;
                    margin-bottom: 12px;
                    >img{
                        margin-right: 8px;
                        width: 16px;
                        height: 16px;
                        margin-top: 3px;
                    }
                }
            }
            .but{
                margin-top: 40px;
                position: relative;
                .link{
                    width: 186px;
                    height: 48px;
                    border-radius: 12px;
                    border: 1px solid #1B2337;
                    font-size: 16px;
                    text-decoration:none;
                    color: #1B2337;
                    line-height: 48px;
                    padding-left: 20px;
                    display: flex;
                    >img{
                        margin-left: 20px;
                        margin-top: 18px;
                        transition: margin-left 0.5s ease;
                    }
                    &:hover{
                         >img{
                            margin-left: 30px;
                        }
                    }
                }
            }
        }
        .right-cont{
            padding-top: 80px;
            >img{
                border-radius: 24px;
            }
        }
    }

}
.block-cost{
    background-image: url(/webasset/liitu/web/images/comp-mgmt/block-cost-01.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding-bottom: 120px;
    .row{
        margin-top: 60px;
        .right-cont{
            background: #A88AFF;
            border-radius: 24px;
            padding-left: 24px;
            padding-top: 44px;
            height: 100%;
            .title{
                font-weight: bold;
                color: #fff;
            }
            .subhead{
                color: #fff;
                margin-top: 30px;
            }
            .item{
                color: #fff;
                margin-top: 40px;
                .explain-cont{
                    display: flex;
                    margin-bottom: 12px;
                    >img{
                        margin-right: 8px;
                        width: 16px;
                        height: 16px;
                        margin-top: 3px;
                    }
                }
            }
            .but{
                margin-top: 40px;
                position: relative;
                .link{
                    width: 186px;
                    height: 48px;
                    border-radius: 12px;
                    border: 1px solid #fff;
                    font-size: 16px;
                    text-decoration:none;
                    color: #fff;
                    line-height: 48px;
                    padding-left: 20px;
                    display: flex;
                    >img{
                        margin-left: 20px;
                        margin-top: 18px;
                        transition: margin-left 0.5s ease;
                    }
                    &:hover{
                         >img{
                            margin-left: 30px;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    .carousel{
        .carousel-inner{
            .inner-cont{
                .but{
                    width: 160px;
                    height: 46px;
                    line-height: 46px;
                    padding-left: 18px;
                    >img{
                        margin-top: 18px;
                        width:20px;
                        height: 12px;
                    }
                }
            }
        }
    }
    .block-bonus{
        .row{
            .left-cont{
                margin-bottom: 30px;
            }
        }
    }
    .block-cost {
     .row {
        .right-cont {
            margin-top: 30px;
            padding-bottom: 30px;
        }
        }
    }
}









