.success_box {
    margin: 0 auto;
    padding-top: 30px;
    width: 80%;
}

.success_icon {
    margin: 0 auto;
    display: block;
}

.success_title {
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.info_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-top: 30px;
}

.success_info {
    display: flex;
    border-top: 1px solid #E5E5E5;
    justify-content: space-between;
}

.info_item {
    margin-top: 15px;
    display: flex;
}

.info_item .info_item_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    width: 120px;
    display: block;
    text-align: left;
}

.info_item_content {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.info_right {
    align-self: center;
}

.sbt {
    margin: 50px auto 0;
    width: 135px;
    height: 40px;
    background: #0BA09C;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}

.sbt a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}