body {
    background: #fff;
}


/* .api-content {
    padding-bottom: 80px;
} */

.advantage {
    width: 100%;
    /* height: unset; */
    height: 407px;
    background: unset;
    /* background: #fff; */
    overflow: hidden;
    position: relative;
}

.advantage-item {
    flex-grow: 1;
    height: 400px;
    overflow: auto;
}

.advantage-item-title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #9B9B9B;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.advantage-item-title span {
    display: inline-block;
    height: 24px;
    width: 100%;
    color: black;
    line-height: 24px;
    border-right: 1px solid rgba(155, 155, 155, 0.2);
}

.advantage-item:nth-child(1) .advantage-item-title {
    margin-left: 0;
}

.advantage-item:last-child(1) .advantage-item-title {
    margin-right: 0;
}

.advantage-item--on .advantage-item-title {
    border-bottom: 2px solid #0054C7;
}

.advantage-item--on .advantage-item-title span {
    color: #0054C7;
    font-family: Source Han Sans CN, PingFangSC-Semibold, sans-serif;
}

.advantage-item--on .advantage-item-content {
    display: flex;
}

.advantage-item-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
}

.advantage-item-left {
    margin-right: 116px;
}

.advantage-item-desc {
    line-height: 34px;
    margin-bottom: 24px;
    font-size: 17px;
    margin-right: 20px;
}

.advantage-item-bales {
    display: flex;
    margin-bottom: 55px;
}

.advantage-item-label {
    margin-right: 40px;
    color: #0054C7;
}

.advantage-item-right {
    position: relative;
    right: 60px;
    width: 246px;
    height: 254px;
    flex-shrink: 0;
    margin-left: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.advantage-more {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    color: #fff;
    background: #0054C7;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.advantage-item-image-1 {
    background-image: url(/static/images/common_new/api/advantage_image_1.png);
}

.advantage-item-image-2 {
    background-image: url(/static/images/common_new/api/advantage_image_2.png);
}

.advantage-item-image-3 {
    background-image: url(/static/images/common_new/api/advantage_image_3.png);
}

.advantage-item-image-4 {
    background-image: url(/static/images/common_new/api/advantage_image_4.png);
}

.advantage-item-image-5 {
    background-image: url(/static/images/common_new/api/advantage_image_5.png);
}

.advantage-item-image-6 {
    background-image: url(/static/images/common_new/api/advantage_image_6.png);
}

.apply-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: 200px;
    background: #fff;
    margin-left: 10px;
    box-shadow: 1px 3px 8px 0 rgba(0, 50, 107, 0.20);
    padding-top: 50px;
}

.apply-item:nth-child(1) {
    margin-left: 0;
}

[class*="apply-icon"] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.apply-item-icon {
    width: 102px;
    height: 102px;
    margin-bottom: 35px;
}

.apply-icon-1 {
    background-image: url(/static/images/common_new/api/ic_API_1.png);
}

.apply-icon-2 {
    background-image: url(/static/images/common_new/api/ic_API_2.png);
}

.apply-icon-3 {
    background-image: url(/static/images/common_new/api/ic_API_3.png);
}

.apply-item-title {
    width: 284px;
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    text-align: left;
}

.apply-item-title img {
    width: 30px;
    flex-shrink: 0;
    margin-right: 16px;
}

.apply-item-desc {
    font-size: 14px;
    color: #878787;
    line-height: 25px;
}

.apply-item-desc p {
    width: 284px;
}

.bd-database {
    position: absolute;
    /* top: -55px; */
}

.change-database {
    padding-top: 153px !important;
}

.other-bg-content {
    background: #F5F7FC;
}

.other-bg-content .part:nth-child(1) {
    margin-top: 0;
    padding-top: 72px;
}

.superiority {
    padding-bottom: 0;
}