.universe-small_title {
    margin: 16px 0;
    color: #fff;
    font-size: 30px;
}

.achieve-out {
    display: flex;
    justify-content: center;
}

.featuresItem.productItemKeyFrames.achieve-box {
    opacity: 0;
    width: 388px;
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    transition: all .2s;
}
.achieve-box:hover {
    margin-top: -10px;
}

.featuresItem.productItemKeyFrames.achieve-box .featuresContent {
    font-size: 18px;
    color: #12152d;
    text-align: center;
}

.application-case .img video {
    width: 200px;
    height: 112px;
}

.indicationWrap{
    display: flex;
    justify-content: center;
}
.indicateItem{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px; 
}