.CenterShell {
    width: 100%;
    display: flex;
    justify-content: center;
}



/*@font-face {
    font-family: 'FashionInBlackSimplifiedChinese';
    src: url('./utl/FashionInBlackSimplifiedChinese.ttf') format('truetype');
    font-weight: normal;*/ /* 可以根据需要设置不同的字体粗细 */
    /*font-style: normal;*/ /* 可以根据需要设置字体样式，如斜体等 */
/*}





@font-face {
    font-family: 's_r';
    src: url('./utl/SourceHanSansTtf/SourceHanSansCN-Regular.ttf') format('truetype');
    font-weight: normal;*/ /* 可以根据需要设置不同的字体粗细 */
    /*font-style: normal;*/ /* 可以根据需要设置字体样式，如斜体等 */
/*}*/

.Fashionable_black_simplified { /*FashionInBlackSimplifiedChinese*/
    font-family: sans-serif;
    font-weight: 700;
}

#default {
    width: 100%;
    display: flex;
    justify-content: center;
}

#defaultCenter {
    width: 1920px;
/*    overflow-x: hidden;*/
}

#up {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
}

#down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
}

#BrandFocused {
    display: flex;
    align-items: center;
    padding-left: 475px;
    height: 600px;
}

    #BrandFocused p {
        margin: 0 0 0 0;
    }

#BrandFocusedp1 {
    font-size: 67px;
    font-weight: bold;
}

#BrandFocusedp2 {
    font-size: 31px;
    margin-bottom: 14px;
}

#BrandFocusedp3 {
    font-size: 22px;
}

#BrandFocusedright4px {
    margin-left: 8px;
}

#BrandFocused button {
    margin-top: 50px;
    margin-left: 8px;
    height: 27px;
    border-radius: 10px;
    width: 117px;
}

#defaultcontent{
    width:100%;
    display:flex;
    justify-content:center;
}

#Empowering {
    display: flex;
    justify-content: center;
    width: 1920px;
    height: 602px;
    background-color: rgb(252, 252, 252);
    z-index:1;
/*    overflow-x: hidden;*/
}

#EmpoweringContent {
    width: 948px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

#EmpoweringTitle {
    margin-top: 65px;
    z-index:6;
    position:relative;
    font-weight:600;
}

#EmpoweringTitle p {
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

#EmpoweringTitleFirst {
    font-weight: 500;
}

#EmpoweringTitle p:nth-child(1) {
    font-weight: 500;
}

#EmpoweringImg {
    height: 421px;
    width: 100%;
    display: flex;
}

EmpoweringImg1Shell {

}

#EmpoweringImg1 {
    width: 262px;
    height: 421px;
    margin-right: 19px;
    background-color: #fff;
    border-radius: 30px;
    /*    background-image: url('../HomeFolder/12.png');*/
    position: relative;/*
    overflow: hidden;   
    防止放大时内容溢出 */
    background-repeat: no-repeat;
    /*    transition: margin-top 0.5s,width 0.5s,height 0.5s,background-size 0.5s;*/
}
/*    #EmpoweringImg1:hover {
        margin-top: -20px;
        width: 282px;
        height: 110%;
        background-size: cover;
    }*/

    #EmpoweringImg1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../HomeFolder/12.png');
        background-size: cover;
        background-position: center;
        transition: transform 0.5s ease;
        transform-origin: center; /* 放大/缩小的中心点 */
        z-index: 1;
        background-color: rgb(252, 252, 252);
        border-radius: 30px;
    }

    #EmpoweringImg1:hover::before {
        transform: scale(1.2); /* 放大比例，可以根据需要调整 */
    }


.fashionTwelve {
    width: 100%;
    text-align: center;
    font-family:  sans-serif;
    font-weight:700;
    font-size: 60px;
    margin-top: 241px;
}
#EmpoweringImg1 img {
    width: 100%;
    height: 100%;
}

#fashion50 {
    width: 100%;
    text-align: center;
    /*    font-family: 'FashionInBlackSimplifiedChinese', sans-serif;*/

    font-family: sans-serif;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 60px;
}

#EmpoweringImg3Shell {
    width: 262px;
    background-color: rgb(252, 252, 252);
    padding-top: 47px;
}

#EmpoweringImg3 {
    width: 262px;
    height:178px;
    margin-left: 19px;
    background-color: rgb(252, 252, 252);
/*    background-image: url('../HomeFolder/50.png');*/
    padding-top:192px;
    background-repeat: no-repeat;
    position:relative;
}

    #EmpoweringImg3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../HomeFolder/50.png');
        background-size: cover;
        background-position: center;
        transition: transform 0.5s ease;
        transform-origin: center; /* 放大/缩小的中心点 */
        z-index: 1;
        background-color: rgb(252, 252, 252);
        border-radius: 30px;
    }

    #EmpoweringImg3:hover::before {
        transform: scale(1.2); /* 放大比例，可以根据需要调整 */
    }


.Twelve {
    background-image: url('../HomeFolder/12.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-top: 241px;
}
    .Twelve p {
        margin: 0;
        padding: 0;
/*        font-family: 'FashionInBlackSimplifiedChinese', sans-serif;*/
        font-family: sans-serif;
        font-weight: 700;
        font-size: 60px;
        text-align: center;
    }

#EmpoweringImg2Shell {
    width: 386px;
    background-color: rgb(252, 252, 252);
    padding-top: 32px;
}

#EmpoweringImg2 {
    width: 386px;
    height: 179px;
    background-color: rgb(252, 252, 252);
/*    background-image: url('../HomeFolder/1000.png');*/
    padding-top: 210px;
    background-repeat: no-repeat;
    position:relative;
}

    #EmpoweringImg2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../HomeFolder/1000.png');
        background-size: cover;
        background-position: center;
        transition: transform 0.5s ease;
        transform-origin: center; /* 放大/缩小的中心点 */
        z-index: 1;
        background-color: rgb(252, 252, 252);
        border-radius: 30px;
    }

    #EmpoweringImg2:hover::before {
        transform: scale(1.2); /* 放大比例，可以根据需要调整 */
    }


#fashion1000 {
    width: 100%;
    text-align: center;
    /*    font-family: 'FashionInBlackSimplifiedChinese', sans-serif;*/

    font-family: sans-serif;
    font-weight: 700;
    font-size: 60px;
}

.EmpoweringImgText p {
    text-align: center;
    width: 100%;
    font-size:24px;
    font-weight:400;
}

#EmpoweringImg img {
    height: 330px;
}

#productLine {
    overflow-x: hidden;
    height: 2471px;
    width: 1920px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

#productLineConcent {
    width: 1155px;
    height: 100%;
    background-color: #fff;
}

#productLineTitle {
    /*    font-family: 'FashionInBlackSimplifiedChinese', sans-serif;*/
    font-family: sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    padding-top: 65px;
    margin-bottom: 66px;
}

#scheme {
    width: 100%;
    height: 491px;
    display: flex;
}

#schemeletf {
    height: 491px;
    width: 571px;
    background-color: rgb(252, 252, 252);
}

#schemeletf_img{
    margin-top:57px;
    text-align:center;
}


#schemeletf {
    height: 491px;
    width: 571px;
}


    #schemeletf img {
        width: 133px;
        height: 133px;
        
    }
    #schemeletf img {
        transition: transform 0.3s ease; /* 添加平滑过渡效果 */
    }
    #schemeletf:hover img {
        transform: scale(1.2); /* 鼠标悬停时放大图片 */
    }

    .schemeletf_text {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
        font-weight: 500;
        display:flex;
        justify-content:center;
    }
#schemeletf_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 30px;
}
        #schemeletf div:nth-of-type(1) {
            font-size: 24px;
            padding-top: 0;
            text-align: center;
        }

#schemeright12 {
    width: 577px;
    height: 491px;
    display: flex;
    justify-content: center;
}


#schemeright {
    width: 535px;
    height: 365px;
    font-size: 24px;
    padding-top: 58px;
    line-height: 37px;
}

    #schemeright p {
        text-indent: 2em;
        padding: 0;
        margin: 0;
    }
#illustration img {
    width: 1150px;
    height: 300px;
    margin-top: 97px;
    margin-bottom: 97px;
}

.integration {
    width: 1150px;
    height: 204px;
    margin-bottom: 160px;
    display: flex;
}

.integrationImg {
    height: 208px;
    width: 372px;
    font-size: 30px;
    font-weight: 500;
    text-align:center;
}
.integrationImg_title {
    position: relative;
    z-index: 2;
    margin-top: 145px;
}

#integrationImg1 {
    background-repeat: no-repeat;
/*    background-image: url('../HomeFolder/Q6.png');*/
    position: relative;
    z-index:2;
}
    #integrationImg1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../HomeFolder/Q6.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.5s ease;
        transform-origin: center; /* 放大/缩小的中心点 */
        z-index: 1;
    }
    #integrationImg1:hover::before {
        transform: scale(1.2); /* 放大比例，可以根据需要调整 */
    }
#integrationImg2 {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
}
    #integrationImg2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../HomeFolder/Hongluobo.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.5s ease;
        transform-origin: center; /* 放大/缩小的中心点 */
        z-index: 1;
    }

    #integrationImg2:hover::before {
        transform: scale(1.2); /* 放大比例，可以根据需要调整 */
    }

#integrationImg3 {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
}
    #integrationImg3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../HomeFolder/B5.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.5s ease;
        transform-origin: center; /* 放大/缩小的中心点 */
        z-index: 1;
    }

    #integrationImg3:hover::before {
        transform: scale(1.2); /* 放大比例，可以根据需要调整 */
    }

.integrationImgIntroduce {
    height: 204px;
    width: 674px;
    padding-left: 64px;
    margin-top:24px;
}

    .integrationImgIntroduce p {
        text-indent: 2em;
        padding: 0;
        margin: 0;
    }

    .integrationImgIntroduce p {
        font-size: 24px;
        line-height: 36px;
        color: rgb(88, 88, 88)
    }

        .integrationImgIntroduce p:nth-of-type(1) {
            text-indent: 0;
            line-height: 44px;
           font-weight:700;
           color:black;
        }
.integrationImgIntroduce_Triangle_pattern {
    display: inline-block;
    width: 8px;
    height: 9px;
    vertical-align: middle;
    position: relative;
    margin-top: -6px;
}

.integrationImgIntroduce_Triangle_pattern_svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



#ChooseBaiQi {
    width: 100%;
    height: 753px;
    display: flex;
    justify-content: center;
    
}

#ChooseBaiQiConcent {
    
    width: 1137px;
    height: 703px;
}

#ChooseBaiQiConcentbackg {
    width: 1920px;
    display: flex;
    justify-content: center;
    height: 753px;
    background-image: url('../HomeFolder/BackgroundImage.jpg');
}

.ChooseBaiQiTitleupTextTitle_circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
}

.ChooseBaiQiTitleupTextTitle_circle_svg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#ChooseBaiQiTitle {
    width: 100%;
    text-align: center;
    font-size: 48px;
    height: 40px;
    padding-top: 81px;
    padding-bottom: 84px;
    /*    font-family: 'FashionInBlackSimplifiedChinese', sans-serif;*/

    font-family: sans-serif;
    font-weight: 700;
}

.ChooseBaiQiText {
    width: 600px;
    font-size: 22px;
    line-height: 37px;
}

#ChooseBaiQiTitleup {
    display: flex;
    width: 1137px;
    height: 270px;
    border: red 1px solid;
    justify-content:center;
}

.quarantine{
    margin-right:67px;
}

.ChooseBaiQiTitleupTextTitle {
    font-size: 30px;
    margin-bottom: 45px;
}

.ChooseBaiQiTitleupText {
    font-size: 24px;
    margin-bottom: 65px;
    margin-left: 25px;
}


.carousel {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    background-repeat: no-repeat;
    position: relative;
    width: 1920px;
    height: 600px;
    overflow: hidden;
    overflow-x: hidden;
    z-index:1;
    display:flex;
    justify-content:center;
}

.carousel-inner {
    display: flex;
    width: 1920px;
}

.item {
    flex: 0 0 100%;
    height: 600px;
    transition: transform 1s ease-in-out;
}

    .item img {
        width: 1920px;
        height: 600px;
        object-fit: cover;
    }

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 3vw; /*80px*/
    z-index: 10;
    cursor: pointer;
}

.left {
    left: 1.30%;
}

.right {
    right: 1.3%;
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .dots > li {
        display: inline-block;
        width: 0.2vw;/*10px*/
        height: 0.5vh;
        margin: 1px;
        cursor: pointer;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .dots .active {
        width: 0.3vw;/*12px*/
        height: 0.6vh;
        margin: 0;
        background-color: #fff;
    }

#ComprehensiveModules {
    width: 1920px;
    height: 534px;
}

    #ComprehensiveModules img {
        width: 1920px;
        height: 100%;
    }

#ComprehensiveModulesimg {
    width: 1920px;
    height: auto;
}


.indexTop{
    z-index:4;
    position:relative;
}



/**
    animista动画翻转
*/
@-webkit-keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

.integration:hover .integrationImgIntroduce_Triangle_pattern {
    -webkit-animation: flip-horizontal-bottom 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    animation: flip-horizontal-bottom 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}



/*
    沟通场景  花式滑入
*/
/* ----------------------------------------------
 * Generated by Animista on 2024-11-16 13:48:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bck-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-bottom {
    0% {
        -webkit-transform: translateZ(700px) translateY(300px);
        transform: translateZ(700px) translateY(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-bottom {
    0% {
        -webkit-transform: translateZ(700px) translateY(300px);
        transform: translateZ(700px) translateY(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.slide-in-bck-bottom {
    -webkit-animation: slide-in-bck-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-bck-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

/*
    沟通场景  花式滑入
*/

/*
    无延迟弹入
*/
/* ----------------------------------------------
 * Generated by Animista on 2024-11-16 15:35:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}













.bounce-in-top {
    -webkit-animation: bounce-in-top 1.1s ;
    animation: bounce-in-top 1.1s ;
}

/*
    有延迟弹入
*/

.bounce-in-top2 {
    -webkit-animation: bounce-in-top 1.1s 0.3s;
    animation: bounce-in-top 1.1s 0.3s;
}

/*
    从左边滑到右边
*/

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.slide-in-left {
    -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-left_title {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



/**
    从右边滑倒左边
*/
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-right{
    -webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.slide-in-right_title {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

/**
    从中间放大
*/
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.scale-in-center {
    -webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/**
    从左上角滑入
*/

@-webkit-keyframes slide-in-tl {
    0% {
        -webkit-transform: translateY(-1000px) translateX(-1000px);
        transform: translateY(-1000px) translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-tl {
    0% {
        -webkit-transform: translateY(-1000px) translateX(-1000px);
        transform: translateY(-1000px) translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

.slide-in-tl {
    -webkit-animation: slide-in-tl 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-tl 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.slide-in-tl_title {
    -webkit-animation: slide-in-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
/**
    从左下角滑入
*/
@-webkit-keyframes slide-in-bl {
    0% {
        -webkit-transform: translateY(1000px) translateX(-1000px);
        transform: translateY(1000px) translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-bl {
    0% {
        -webkit-transform: translateY(1000px) translateX(-1000px);
        transform: translateY(1000px) translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

.slide-in-bl {
    -webkit-animation: slide-in-bl 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-bl 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.slide-in-bl_title {
    -webkit-animation: slide-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
/**
    从右上角滑入
*/
@-webkit-keyframes slide-in-tr {
    0% {
        -webkit-transform: translateY(-1000px) translateX(1000px);
        transform: translateY(-1000px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-tr {
    0% {
        -webkit-transform: translateY(-1000px) translateX(1000px);
        transform: translateY(-1000px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

.slide-in-tr {
    -webkit-animation: slide-in-tr 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-tr 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.slide-in-tr_title {
    -webkit-animation: slide-in-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-tr 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
/**
    从右下角滑入
*/
@-webkit-keyframes slide-in-br {
    0% {
        -webkit-transform: translateY(1000px) translateX(1000px);
        transform: translateY(1000px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-br {
    0% {
        -webkit-transform: translateY(1000px) translateX(1000px);
        transform: translateY(1000px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }
}

.slide-in-br {
    -webkit-animation: slide-in-br 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-br 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.slide-in-br_title {
    -webkit-animation: slide-in-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: slide-in-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

/*
    从顶部中间，放大的形式，放出来
*/

@-webkit-keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-top {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 1;
    }
}


.scale-in-top {
    -webkit-animation: scale-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}