.right_api {
    height: 100%;
    background: #F5F8FE;
}

.dis {
    display: flex;
    align-items: center;
}
.font_white,
.font_black {
    font-size: 100%;
    font-weight: 900;
    color: black;
}

    .font_white{
        color:white;
    }

.butt_box {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    background-color: rgba(44, 101, 247, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-align: center;
    font-family: Microsoft Yahei;
    line-height:30px;
}

.content_box {
}
