@charset "utf-8";

/* mip-gototop {
    border-radius: 50%;
} */

.menu_info {
    transition: all 0.6s;
    animation: menu_info_show 0.6s forwards;
}

@keyframes menu_info_show {
    0% {
        height: 0;
    }

    100% {
        height: 4rem;
    }
}

.mip-layout-size-defined {
    overflow: visible !important;
}

.mip-carousel-preBtn {
    position: absolute;
    left: -1.5rem;
    width: 1.5rem;
    height: 100%;
    background: url(../images/zjt.png) center center no-repeat;
}

.mip-carousel-nextBtn {
    position: absolute;
    right: -1.5rem;
    width: 1.5rem;
    height: 100%;
    background: url(../images/yjt.png) center center no-repeat;
}

.mip-carousle-subtitle {
    color: #333;
    font-size: 0.35rem;
    padding-left: 0;
    text-align: center;
    bottom: -30px;
}

.textAlignCenter{
    text-align: center;
}

.mip-carousel-indicator-wrapper{
    margin-top: -20px;
}