.data-service-main {
    width: 1240px;
    position: relative;
    margin: 0px auto;
    display: flex;
}

.data-service-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    color: #FFFFFF;
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .top-title {
        font-size: 32px;
        font-weight: 500;
        line-height: 48px;
    }

    .top-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
    }

}

.data-service-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 920px;
    margin: 42px auto 28px;
    padding: 0 167px;
    border-bottom: 1px solid #EAEAEA;

    .tab-item {
        display: flex;
        align-items: center;
        height: 38px;
        font-size: 20px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        color: #3D3D3D;
        line-height: 38px;
        padding-bottom: 30px;
        cursor: pointer;
        border-bottom: 2px solid transparent;

        .tab-img {
            margin-right: 10px;
            width: 30px;
        }

        &.is-active {
            border-color: #3A49BA;
            color: #3A49BA;
        }
    }
}

.catalogue-dimension {
    display: flex;
    min-height: 60px;
    padding: 10px 20px 10px 25px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #53555D;
}

.catalogue-dimension:hover {
    background-color: #f5f6ff;
}

.catalogue-dimension .after-img {
    height: 8px;
    transition: 0.5s;
}

.catalogue-dimension .before-img {
    height: 16px;
    width: 16px;
}

.catalogue-dimension .dimension_1 {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    width: 150px;
}
.catalogue-li {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 55px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    margin: 5px 13px;

    border-radius: 8px;
}

.catalogue-li-active {
    background-color: #3A49BA;
    color: #fff;
    box-shadow: 0px 2px 12px 0px rgba(58, 73, 186, 0.6900);
}

.catalogue-div-ul {
    display: none;
}

.interface-catalogue {
    width: 250px;
    /* background: #fff; */
    margin-right: 10px;
}

.interface-catalogue .title {
    position: absolute;
    /* top: -55px; */
    width: 250px;
    text-align: center;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 600;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(60, 108, 254, 0.1100);
}

.interface-card {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.catalogue-contain .content {
    min-height: 600px;
    margin-top: 55px;
}

.interface-detail {
    width: 980px;
}

.interface-detail .detail-header {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /* position: absolute; */
    /* top: -55px; */
    width: 980px;
    height: 274px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(224, 224, 224, 0.5000);
}

#interface-details-introduce .content-detail {
    padding: 10px;
    border: 1px solid #E8E8E8;
}

#interface-details-introduce .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
    white-space: pre-wrap;
}

.interface-container {
    margin-top: 15px;
    margin-bottom: 35px;
    width: 980px;
    box-shadow: 0px 5px 8px 0px rgba(224, 224, 224, 0.5000);
}

.interface-container .tab {
    display: flex;
    border-bottom: 1px solid #eeeeee;
}

.interface-container .tab li {
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.interface-container .interface-content {
    padding: 10px 20px;
}


.detail-header .header-top {
    display: flex;

}

.header-top .interface-logo {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background-color: #fff;
    height: 63px;
    width: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top .interface-logo img {
    height: 63px;
    width: 63px;
}

.header-top .interface-logo .default-img {
    height: 38px;
    width: 38px;
}

.header-top .interface-info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    width: 100%;
}

.detail-header .header-middle {
    width: 100%;
    margin-top: 10px;
    background-color: #F3F3F3;
    padding: 10px 20px;
}

.header-bottom .info3 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.right-title h4 {
    font-size: 24px;
    line-height: 34px;
}

.right-title .coverage {
    margin-left: 25px;
    width: 100px;
    background-color: #128BED;
    color: #fff;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.interface-info .right-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interface-info .right-subtitle {
    margin-top: 10px;
    font-size: 14px;
}

.right-subtitle span {
    color: #666666;
}

.right-title .right-info {
    display: flex;
}

.right-info .info-field {
    margin-top: 5px;
    /* height: 30px;
    line-height: 30px; */
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.right-info .info-field img {
    height: 15px;
    margin: 0 5px;
}

.package ul {
    display: flex;
    flex-wrap: wrap;
}

.package ul li {
    background-color: transparent;
    min-width: 70px;
    height: 27px;
    padding: 0 5px;
    border: 1px solid #D2D2D2;
    line-height: 27px;
    text-align: center;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.price-li-active {
    border: 1px solid #FCA753 !important;
    color: #FCA753 !important;
}

.info2 .info2-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info2-top1 .price {
    font-size: 14px;
}

.info2-top1 .price .info2-price-num span {
    font-size: 24px;
    font-weight: 600;
    color: #F77602;
}

.info2-top1 .info2-field {
    min-width: 50px;
    /* align-self: flex-start; */
}

.info2-top1 .package {
    margin-top: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.info2-top2 {
    margin-right: 30px;
    margin-left: 30px;
    background-color: rgba(245, 154, 35, 1);
    color: #fff;
    width: 150px;
    font-size: 15px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.info2 .info2-bottom {
    margin: 10px 0;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.info2 .info2-bottom-active {
    color: #FCA753;
}

.info3-info {
    margin-right: 35px;
}

.info3-field {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #999999;
}

.info3-content {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
}

.anchor-active {
    /* border-bottom: 2px solid #128bed; */
    color: #3A49BA;
}

.content-title {
    display: flex;
    height: 25px;
    align-items: center;
    margin: 0 0 10px 0;
    padding-top: 10px;
}

.content-title .before-title {
    /* width: 5px;
    height: 20px;
    background-color: #3A49BA; */
    width: 4px;
    height: 14px;
    background: #3A49BA;
    border-radius: 2px;
    margin-right: 15px;
}

.content-title .title {
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}


.content-detail {
    margin-bottom: 20px;
}

#interface-base-info .content-detail {
    padding: 15px;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
}

#interface-base-info .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
}

#interface-inparam-example .content-detail {
    padding: 10px;
    border: 1px solid #E8E8E8;
    max-height: 600px;
    overflow: auto;
}

#interface-inparam-example .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
    white-space: pre-wrap;
}

#interface-required-param .content-detail {}

#interface-back-example .content-detail {
    padding: 10px;
    border: 1px solid #E8E8E8;
    max-height: 600px;
    overflow: auto;
}

#interface-back-example .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
}

#interface-data-advantage .content-detail {
    padding: 10px;
    border: 1px solid #E8E8E8;
}

#interface-data-advantage .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
    white-space: pre-wrap;
}

#interface-use-scene .content-detail {
    padding: 10px;
    border: 1px solid #E8E8E8;
}

#interface-use-scene .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
    white-space: pre-wrap;
}

#interface-typical-case .content-detail {
    padding: 10px;
    border: 1px solid #E8E8E8;
}

#interface-typical-case .content-detail .info1 {
    margin: 5px 0;
    font-size: 14px;
    white-space: pre-wrap;
}

table {
    width: 100%;
}

.table-bordered thead th {
    height: 44px;
    background: #F3F5F7;
    border-top: 1px solid #E8E8E8 !important;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    margin-top: 1px solid #E8E8E8;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.table-bordered tbody td {
    height: 44px;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    /* text-align: left; */
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}


.first-column {
    border-left: 1px solid #E8E8E8;
}

.name-column {
    text-align: left !important;
    padding-left: 40px;
}


/* 交易记录 */
.transaction-table-container{
    width: 1240px;
    margin: 0 auto 45px;
}
