.flipInYAnimate {
    display: block !important;
    -webkit-animation: flipInY .6s .4s ease-in-out both;
    -moz-animation: flipInY .6s .4s ease-in-out both;
}

.experience img {
    width: 120px;
    height: 34px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-58%);
    cursor: pointer;
}

/*由小变大淡入动画*/
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05)
    }
    70% {
        -webkit-transform: translate(-50%, -50%) scale(.9)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(.3)
    }
    50% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1.05)
    }
    70% {
        -moz-transform: translate(-50%, -50%) scale(.9)
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1)
    }
}

/*y轴淡入动画*/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(600px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(600px) rotateY(-30deg)
    }
    70% {
        -webkit-transform: perspective(600px) rotateY(30deg)
    }
    100% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

/*2023-7月大促弹窗样式结束*/

/*2023周年庆活动开始*/
.activity {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 177px;
    height: 165px;
    background: url(/img/gift.webp) no-repeat;
    background-size: 177px 165px;
    z-index: 999;
    cursor: pointer;
}

.activity .gift_add {
    width: 128px;
    height: 42px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.activity .gift_add:hover {
    transform: translateX(-50%) scale(1.1);
}

.activity .gift_close {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: 0;
    width: 18px;
    height: 18px;
}

/*2023周年庆活动结束*/

/*周年庆banner*/
.banner-birthday {
    height: 508px;
    background: url(/img/SDKBanner.webp) no-repeat;
    background-size: 100% 508px;
}

/*离线库下载链接弹窗开始*/
.domainModal .domainContent {
    width: 700px;
    height: 380px;
    background: url(/img/downloadModal/dialog_1.png) no-repeat;
    background-size: 700px 380px;
    border-radius: 15px;
    top: 50%;
    position: absolute;
    left: 50%;
}

.domainModal .domainContent_new {
    height: 350px;
    background: url(/img/downloadModal/dialog_2.png) no-repeat;
    background-size: 700px 350px;
}

.domainModal .domainTitle {
    position: absolute;
    right: 12px;
    top: 12px;
}

.doBtn, .cancleBtn {
    width: 120px;
    height: 36px;
    position: absolute;
    right: 88px;
    bottom: 34px;
    cursor: pointer;
    -webkit-user-drag: none;
}

.doBtn {
    right: 222px;
}

.domainContent_new .doBtn, .domainContent_new .cancleBtn {
    bottom: 44px;
}

.support {
    width: 148px !important;

}

.code-img {
    width: 130px;
    height: 130px;
    text-align: center;
}

.support dd {
    width: 150px !important;
}

.footer-bottom {
    height: 64px !important;
    line-height: 64px !important;
}