.api-top-wrap .api-breadcrumb {
    margin-top: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 14px
}

.api-top-wrap .api-breadcrumb span {
    padding: 0 4px
}

.api-top-wrap .api-breadcrumb a {
    color: #303030
}

.api-top-wrap .api-breadcrumb a:hover {
    color: #07AAFF
}

.api-top-wrap .api-breadcrumb label {
    font-weight: 600
}

.api-top-mains {
    display: flex;
    padding: 30px 32px 32px 42px;
    box-sizing: border-box
}

.api-top-mains.minheight {
    min-height: 330px
}

.api-top-mains .div-for-svg {
    width: 100px;
    height: 100px;
    flex-shrink: 0
}

.api-top-mains .div-for-svg .icon {
    width: 100%;
    height: 100%
}

.api-top-mains .api-infos {
    flex: 1;
    padding-left: 32px
}

.title-api {
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.title-api h1 {
    font-size: 18px
}

.title-api .api-tips-p {
    display: flex;
    align-items: center
}

.title-api .api-tips-p span {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 20px;
    background: rgba(7, 170, 255, 0.08);
    border-radius: 2px;
    color: #07AAFF;
    margin-left: 8px;
    font-size: 12px;
    padding: 0 8px
}

.title-api .api-tips-p span i {
    font-size: 12px;
    margin-right: 4px
}

.title-api .api-tips-p .span-tips {
    cursor: pointer
}

.title-api .api-tips-p .stop-span {
    border: 1px solid #999999;
    background: #fff;
    color: #999999
}

.title-api .api-tips-p .stoping-span {
    border: 1px solid #FF7C07;
    color: #FF7C07;
    background: #fff
}

.api-des-info {
    line-height: 22px;
    font-size: 14px;
    margin: 10px 0 16px;
    color: #666666;
    word-break: break-all
}

.api-des-info strong {
    font-weight: normal
}

.api-des-info a {
    color: #07AAFF
}

.pck-price-box {
    height: 72px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #F5F5F5;
    padding: 0 20px
}

.pck-price-box .sign-em {
    color: #F0483D;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 5px
}

.pck-price-box .pck-price {
    font-size: 32px;
    color: #F0483D;
    margin-left: 2px
}

.pck-price-box .per-price {
    color: #999999;
    font-size: 14px;
    margin-left: 8px
}

.pck-item-box {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 18px 0
}

.pck-text {
    width: 44px;
    color: #303030;
    font-size: 12px;
    line-height: 30px
}

.pck-text.pck-text-if {
    line-height: 16px
}

.pkg-list-ul {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px
}

.pkg-list-ul li {
    height: 30px;
    border: 1px solid #e8e8e8;
    padding: 0 12px 0 8px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center
}

.pkg-list-ul li.active {
    background: rgba(7, 170, 255, 0.08);
    color: #07AAFF;
    border-color: #07AAFF
}

.pkg-list-ul li .activity-tips {
    color: #ED510A;
    font-weight: 600
}

.pck-if {
    display: flex;
    margin: 20px 0 32px;
    word-break: break-all
}

.if-desc {
    flex: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    line-height: 16px;
    font-size: 12px;
    color: #666666
}

.btns-box {
    display: flex;
    margin-top: 32px;
    margin-left: 44px
}

.btns-box .api-btn-a {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07AAFF;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 12px;
    box-sizing: border-box
}

.btns-box .api-btn-a.api-btn-a2 {
    border: 1px solid rgba(7, 170, 255, 0.2);
    color: #07AAFF;
    background: rgba(7, 170, 255, 0.04)
}

.free-ul-mobile-pay {
    display: none
}

@media screen and (min-width: 751px) {
    .pkg-right, .pay-right, .pay-ul-mobile-pay {
        display: none
    }

    .pay-ul-content {
        display: block !important
    }
}

@media screen and (max-width: 750px) {
    .apis-details-box.width100 {
        padding-top: 1.16rem
    }

    .api-top-wrap .api-breadcrumb, .api-top-wrap .mobile-text, .api-top-wrap .pck-price-box, .api-top-wrap .pay-ul-content, .api-top-wrap .btns-box {
        display: none
    }

    .api-top-wrap .api-top-mains {
        padding: 6px 16px;
        display: block;
        position: relative
    }

    .api-top-wrap .api-top-mains.minheight {
        min-height: auto
    }

    .api-top-wrap .api-top-mains .api-infos {
        padding-left: 0
    }

    .api-top-wrap .api-top-mains .title-api {
        display: flex;
        height: 60px;
        padding-left: 70px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 8px 0
    }

    .api-top-wrap .api-top-mains .title-api h1 {
        font-size: 16px
    }

    .api-top-wrap .api-top-mains .title-api .api-tips-p span {
        margin-left: 0;
        margin-right: 6px;
        font-size: 10px
    }

    .api-top-wrap .api-top-mains .div-for-svg {
        position: absolute;
        left: 16px;
        top: 6px;
        border: .5px solid #eee;
        width: 60px;
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 4px
    }

    .api-top-wrap .api-top-mains .api-des-info {
        font-size: 12px
    }

    .pkg-list-ul li {
        justify-content: space-between;
        width: 100%;
        font-size: 12px;
        height: 36px;
        background: #f8f8f8;
        border-color: #f8f8f8;
        box-sizing: border-box;
        justify-content: center
    }

    .pkg-list-ul.free-ul {
        background: #f8f8f8;
        padding: 10px 2px 10px 2px;
        border-radius: 2px;
        box-sizing: border-box;
        gap: 0
    }

    .pkg-list-ul.free-ul li {
        background: #f8f8f8;
        border: none;
        line-height: 12px;
        height: 12px;
        color: #303030;
        margin: 10px 0
    }

    .pkg-list-ul.free-ul li.active {
        border: none;
        background: #f8f8f8;
        color: #303030
    }

    .pkg-list-ul.free-ul li.active .name-tips {
        font-weight: 400
    }

    .pkg-list-ul.free-ul li .pkg-right .free-price-span {
        color: #F0483D;
        font-weight: 600
    }

    .pkg-list-ul.pay-ul .pernums {
        color: #F0483D;
        font-weight: bold;
        padding: 0 1px
    }

    .pkg-list-ul.pay-ul .active .pernums {
        color: #07AAFF
    }

    .pay-ul-mobile-pay {
        height: 46px;
        padding: 16px 0 10px;
        border-top: .5px solid #eee;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1;
        box-sizing: border-box
    }

    .pay-ul-mobile-pay em {
        color: #999;
        margin-right: 10px
    }

    .pay-ul-mobile-pay .mobile-pay-selected {
        color: #07AAFF;
        font-weight: bold
    }

    .icon-a-h5taocan {
        transition: transform .25s
    }

    .icon-a-h5taocan.show {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }

    .pay-ul-content .pkg-list-ul li, .free-ul-content .pkg-list-ul li {
        justify-content: space-between
    }

    .pay-ul-content .pck-item-box, .free-ul-content .pck-item-box {
        margin-top: 6px
    }

    .pay-ul-content .pck-text-if, .free-ul-content .pck-text-if {
        color: #999
    }

    .mobile-fixed-btns {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 16px;
        background: #fff;
        height: 54px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12)
    }

    .mobile-fixed-btns .fixed-left {
        display: flex;
        margin-right: 16px
    }

    .mobile-fixed-btns .fixed-left .btn-a {
        width: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 10px;
        color: #666;
        text-align: center
    }

    .mobile-fixed-btns .fixed-left .btn-a i {
        font-size: 16px
    }

    .mobile-fixed-btns .fixed-left .btn-a span {
        font-size: 10px;
        margin-top: 4px
    }

    .mobile-fixed-btns .fixed-left .icon-kefu1 {
        font-weight: 600
    }

    .mobile-fixed-btns .fixed-right {
        flex: 1
    }

    .mobile-fixed-btns .fixed-right .btns-box {
        margin: 0;
        width: 100%;
        flex-direction: row-reverse;
        gap: 10px;
        display: flex
    }

    .mobile-fixed-btns .fixed-right .btns-box a {
        height: 40px;
        border-radius: 20px;
        margin: 0;
        flex-shrink: 1;
        width: 100%;
        font-size: 13px
    }

    .mobile-fixed-btns .fixed-right .btns-box .about-vip-btn {
        color: #886212;
        background: rgba(136, 98, 18, 0.08);
        border-color: rgba(136, 98, 18, 0.2)
    }

    .mobile-fixed-btns .fixed-right .btns-box .buy-vip-btn {
        color: #F0D26A;
        background-color: #303030;
        border-color: #303030
    }

    .pck-item-box.mobile-other-pkg {
        display: flex;
        border-top: 1px solid #eee;
        height: 45px;
        align-items: center;
        margin-bottom: 0
    }

    .pck-item-box.mobile-other-pkg .pck-text.mobile-text {
        display: flex;
        color: #999
    }

    .pck-item-box.mobile-other-pkg .pkg-list-ul .active {
        border: 0;
        background: none;
        color: #07AAFF;
        justify-content: start;
        font-weight: bold;
        margin: 0
    }

    .right-icons-wrap {
        display: flex;
        align-items: center
    }

    .liLength {
        padding: 0 4px
    }

    .pck-if {
        margin: -6px 0 10px
    }

    .cannot-p {
        margin-bottom: 16px;
        color: #FF7C07
    }
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.center {
    text-align: center
}

.red {
    color: #F0483D
}

.green {
    color: #29c287
}

i, em {
    font-style: normal
}

body {
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    width: 100%;
    height: 100%;
    color: #303030
}

.nav {
    background: #fff !important
}

.apis-details-box {
    padding-top: 66px;
    background: #f8f8f8
}

.flex-between {
    display: flex;
    justify-content: space-between
}

.apis-content-box {
    gap: 0 20px
}

.apis-content-box .api-mains-left {
    flex: 1;
    overflow: hidden
}

.apis-content-box .api-mains-right {
    flex-shrink: 0;
    width: 260px;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 52px;
    box-sizing: border-box
}

.api-top-mains, .tabDiv {
    background: #FFFFFF
}

.tabs-content {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #eee;
    padding: 0 32px
}

.tabs-content .tab-div-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tabs-content .tabul {
    display: flex;
    line-height: 60px;
    gap: 60px
}

.tabs-content .tabul li {
    color: #303030;
    cursor: pointer;
    position: relative
}

.tabs-content .tabul li h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
}

.tabs-content .tabul li.active h2 {
    font-weight: bold
}

.tabs-content .tabul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #07AAFF
}

.tabDiv {
    background: #fff;
    border-radius: 2px;
    padding-bottom: 40px;
    margin-bottom: 32px;
    min-height: 500px;
    word-wrap: break-word
}

.docs-api-show {
    display: none
}

.loadingbox {
    width: 100%;
    margin-left: -150px;
    margin-top: 40px;
    text-align: center
}

@media screen and (min-width: 751px) {
    .mobile-fixed-btns, .header-dropdown-m, .nav-mobile, .mobile-footer, .mobile-api-details, .m-login-register, .select-sublist, .list-title, .apis-dialog-info, .login-btn2, .copy-btn, .pdf-download2, .favorite-mobile, .zixun, .api-tools-mobile, .pkg-select, .m-float-wrapper {
        display: none !important
    }

    .nav-fixed-noshadow {
        box-shadow: none
    }

    .tabDiv {
        padding-top: 32px
    }

    .tab-pos {
        position: fixed;
        top: 66px;
        background: #fff;
        border-bottom: 1px solid #eee;
        z-index: 9;
        width: 920px;
        margin-top: 0;
        box-sizing: border-box
    }

    .pos-tab-div {
        padding-top: 112px
    }

    .tab-btns {
        display: none
    }

    .tab-btns .btns-box {
        margin: 0
    }

    .tab-btns .btns-box .api-btn-a {
        margin-right: 0;
        margin-left: 12px
    }

    .loading-img {
        margin-left: 200px
    }
}

@media screen and (min-width: 1900px) {
    .width1200 {
        width: 1440px
    }

    .tab-pos {
        width: 1160px
    }
}

@media screen and (max-width: 750px) {
    .tab-btns {
        display: none !important
    }

    .nav-mobile .nav-top {
        background-color: #fff !important
    }

    .detail-mobile {
        padding-bottom: 54px
    }

    .tabs-content {
        margin-top: 10px;
        padding: 0 16px
    }

    .tabs-content .tabul {
        line-height: 45px;
        gap: 0;
        overflow-x: auto;
        margin-right: 20px
    }

    .tabs-content .tabul li {
        margin-right: 45px;
        flex-shrink: 0
    }

    .tabs-content .tabul li h2 {
        font-size: 13px
    }

    .tabs-content .tabul li.active:after {
        height: 2px
    }

    .loadingbox {
        margin-left: 0;
        text-align: center
    }
}

/*** API right*/
.right-for-svg {
    display: flex;
    align-items: center;
}

.right-for-svg .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.right-for-svg .right-api-name {
    font-size: 16px;
    color: #303030;
    padding-left: 8px;
    flex: 1;
}

.api-counts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.api-counts::after {
    content: '';
    position: absolute;
    left: 72px;
    top: 29px;
    height: 14px;
    width: 1px;
    background: #e8e8e8;
}

.api-counts::before {
    content: '';
    position: absolute;
    right: 72px;
    top: 29px;
    height: 14px;
    width: 1px;
    background: #e8e8e8;
}

.api-counts dl {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 1;
    margin: 20px 0;
}

.api-counts dl dt {
    color: #303030;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact-fav-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.contact-fav-btn a {
    width: 106px;
    height: 32px;
    background: rgba(7, 170, 255, 0.08);
    border-radius: 2px;
    border: 1px solid rgba(7, 170, 255, 0.2);
    display: flex;
    align-items: center;
    color: #07AAFF;
    justify-content: center;
}

.contact-fav-btn a i {
    margin-right: 4px;
}

.contact-fav-btn a.favorite-a {
    border: 0;
    background: none;
}

.contact-fav-btn a span {
    font-weight: 600;
}

.contact-fav-btn a.icon-kefu1 {
    font-weight: 600;
}

.contact-fav-btn .contact-a {
    position: relative;
}

.contact-fav-btn .contact-a label {
    position: absolute;
    left: 20px;
    top: -23px;
    width: 104px;
    height: 24px;
    background: #FEF8F4;
    border: 1px solid rgba(237, 81, 10, 0.2);
    font-size: 12px;
    font-weight: 400;
    color: #ED510A;
    line-height: 24px;
    text-align: center;
    border-radius: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-fav-btn .contact-a label:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    bottom: -8px;
    border-left: 1px solid rgba(237, 81, 10, 0.2);
    border-bottom: 1px solid rgba(237, 81, 10, 0.2);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
    background: #FEF8F4;
}

.user-info {
    margin: 20px 0 0;
}

.user-info .limit-p {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.user-info .limit-p i {
    margin-right: 3px;
}

.api-right-content {
    padding: 20px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 2px;
}

.right-title {
    color: #666;
    font-size: 15px;
    padding: 32px 0 18px;
    line-height: 1;
    border-top: 1px solid #eee;
    margin-top: 32px;
}

.api-mains-right .tuijianapi {
    margin-bottom: 32px;
}

.api-mains-right .tuijianapi li {
    position: relative;
    height: 48px;
    padding: 0 ;
    margin-bottom: 20px;
}

.api-mains-right .tuijianapi .tuijianimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
}

.api-mains-right .tuijianapi .tuijianimg svg {
    width: 100%;
    height: 100%;
}

.api-mains-right .tuijianapi .apiname {
    font-size: 14px;
    padding: 7px 0;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.api-mains-right .tuijianapi .apiname a {
    color: #303030;
}

.api-mains-right .tuijianapi .apides {
    line-height: 1;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.apinewslist {
    margin-top: 4px;
}

.apinewslist .apinews {
    display: flex;
    line-height: 14px;
    margin-bottom: 20px;
    font-size: 14px;
}

.apinewslist .apinews span {
    width: 20px;
    flex-shrink: 0;
}

.apinewslist .apinews a {
    color: #303030;
}

.apinewslist .apinews:last-of-type {
    margin-bottom: 10px;
}

.apinews:nth-of-type(1) span,
.apinews:nth-of-type(2) span,
.apinews:nth-of-type(3) span {
    color: #F0483D;
    font-weight: bold;
}

.apinewslist .apinews a:hover {
    color: #07AAFF;
}

@media screen and (min-width: 751px) {
    .fav-div {
        width: 106px;
        height: 32px;
        background: rgba(7, 170, 255, 0.08);
        border-radius: 2px;
        border: 1px solid rgba(7, 170, 255, 0.2);
        display: flex;
        align-items: center;
        color: #07AAFF;
        justify-content: center;
    }
}
.float-wrapper-pc {
    width: 100%;
    height: 80px;
    margin-top: 12px;
}
.float-wrapper-link{
    width:100%;
}
.float-wrapper-link img{
    width:100%;
    height: auto;
}

.docs-api-intro {
    padding: 0 32px;
    color: #303030
}

.docs-api-intro .api-intro-box {
    padding-bottom: 80px
}

.docs-api-intro .intro-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600
}

.docs-api-intro .intro-box {
    padding: 20px 8px 0
}

.docs-api-intro .api-customers-img {
    background: url(/images/v11/docs/customerImg.png?v=1.1) left 8px top 20px no-repeat
}

.docs-api-intro .api-demo-img {
    display: block;
    width: 100%
}

.docs-api-intro .api-demo-iframe {
    width: 100%;
    border: none
}

.docs-api-intro .api-function-top {
    padding-bottom: 10px
}

.docs-api-intro .api-function-img {
    float: right;
    width: 420px;
    margin-left: 28px
}

.docs-api-intro .api-function-info1-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600
}

.docs-api-intro .api-function-info1-des {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 22px
}

.docs-api-intro .api-function-info2 {
    display: flex;
    align-items: flex-start;
    gap: 40px
}

.docs-api-intro .api-function-info2-item {
    width: 33%;
    flex-grow: 1;
    padding-top: 19px;
    border-top: 1px solid #EEEEEE
}

.docs-api-intro .api-function-info2-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px
}

.docs-api-intro .api-function-info2-des {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.docs-api-intro .api-function-tips {
    width: 100%;
    margin-top: 40px;
    padding: 20px 22px;
    background: rgba(7,170,255,0.04);
    border-radius: 2px;
    border: 1px solid rgba(7,170,255,0.2);
    box-sizing: border-box
}

.docs-api-intro .api-function-tips-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #303030
}

.docs-api-intro .api-function-tips-title .icon {
    width: 14px;
    height: 14px;
    margin-right: 4px
}

.docs-api-intro .api-function-service {
    position: relative;
    padding: 27px 216px 32px 40px;
    margin-top: 40px;
    color: #0F62D1;
    background: url(/images/v11/docs/service-bg.png) center no-repeat;
    background-size: 100% 100%
}

.docs-api-intro .api-function-service-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1
}

.docs-api-intro .api-function-service-des {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.docs-api-intro .api-function-service-features {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500
}

.docs-api-intro .api-function-service-feature {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500
}

.docs-api-intro .api-function-service-feature:nth-child(n+2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #0F62D1;
    opacity: .19
}

.docs-api-intro .api-function-service-feature:first-child {
    padding-left: 0
}

.docs-api-intro .api-function-service-btn {
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #0F62D1;
    border-radius: 2px
}

.docs-api-intro .api-applications-content {
    display: flex;
    gap: 20px
}

.docs-api-intro .api-application {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: calc((100% - 40px) / 3);
    padding: 23px 20px 21px;
    color: #303030;
    background: url(/images/v11/docs/application-bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box
}

.docs-api-intro .api-application-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600
}

.docs-api-intro .api-application-des {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px
}

.docs-api-intro .api-application-api {
    display: flex;
    align-items: center
}

.docs-api-intro .api-application-api-text {
    font-size: 12px;
    line-height: 1
}

.docs-api-intro .api-application-api-link {
    width: 24px;
    height: 24px;
    margin-right: 15px
}

.docs-api-intro .api-application-api-icon {
    width: 100%;
    height: 100%
}

.docs-api-intro .api-product-content {
    display: flex;
    gap: 80px;
    padding: 0 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EEEEEE
}

.docs-api-intro .api-product-item {
    width: calc((100% - 80px) / 2)
}

.docs-api-intro .api-product-item-title {
    padding-top: 20px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #666666;
    border-bottom: 1px solid #EEEEEE
}

.docs-api-intro .api-product-item-info {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px
}

.docs-api-intro .api-product-item-info .info-item {
    width: fit-content
}

.docs-api-intro .api-product-item-info .info-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #303030;
    line-height: 1
}

.docs-api-intro .api-product-item-info .info-item-text {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 12px;
    color: #666666;
    line-height: 1
}

.docs-api-intro .api-product-item-info .info-item-text .info-item-tips {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    cursor: pointer
}

.docs-api-intro .api-product-item-info .info-item-text .icon {
    width: 100%;
    height: 100%
}

.docs-api-intro .api-use-img {
    display: block;
    height: 26px;
    background: url(/images/v11/docs/apiUse-img.png) no-repeat left center
}

.docs-api-intro .api-use-teps {
    display: flex;
    gap: 40px
}

.docs-api-intro .api-use-tep {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.docs-api-intro .api-use-tep-title {
    margin-top: 31px;
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    line-height: 1
}

.docs-api-intro .api-use-tep-des {
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
    line-height: 22px
}

.docs-api-intro .api-use-tep-link {
    margin-top: 28px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.docs-api-intro .api-use-tep-link-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #07AAFF
}

.docs-api-intro .api-use-tep-link-item .icon {
    width: 13px;
    height: 12px
}

.docs-api-intro .api-customers-img {
    height: 81px
}

.docs-api-intro .api-service-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    color: #303030
}

.docs-api-intro .api-service-item {
    width: calc((100% - 20px) / 2);
    padding: 20px 12px 16px 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box
}

.docs-api-intro .api-service-item .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.docs-api-intro .api-service-item-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.docs-api-intro .api-service-item-des {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px
}

.product-aways {
    padding-bottom: 76px
}

.product-aways h3 {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1;
    font-weight: bold
}

.product-aways .product-ul li {
    position: relative;
    padding: 0 0 10px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.product-aways .product-ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #07AAFF;
    position: absolute;
    left: 0;
    top: 7px
}

.product-aways .product-info-des {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    padding-top: 6px
}

.product-aways img {
    width: 100%
}

.product-aways .ul-scenes {
    display: flex;
    gap: 20px
}

.product-aways .ul-scenes li {
    position: relative;
    width: calc((100% - 40px) / 3);
    padding: 20px 16px 40px 16px;
    border: 1px solid #eee;
    border-radius: 2px;
    box-sizing: border-box
}

.product-aways .ul-scenes li h4 {
    font-size: 16px;
    line-height: 22px;
    color: #666
}

.product-aways .ul-scenes li h4::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #07AAFF;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 22px
}

.product-aways .ul-scenes li .s-content {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    padding-top: 10px
}

@media screen and (min-width: 1900px) {
    .docs-api-intro .api-use-img {
        background:url(/images/v11/docs/apiUse-img-big.png?v=1.1) no-repeat left center
    }

    .docs-api-intro .api-customers-img {
        padding: 20px 8px 0;
        background: url(/images/v11/docs/customerImg-big.png) left 8px top 20px no-repeat
    }
}

@media screen and (min-width: 751px) {
    .product-content .flex-box {
        display:flex
    }

    .product-content .flex-box .product-left {
        width: 318px
    }

    .product-content .flex-box .product-right {
        flex: 1
    }

    .product-left .product-box {
        display: none;
        height: 604px;
        padding: 132px 40px 90px 47px;
        box-sizing: border-box;

    }

    .product-left .product-box.first-box {
        display: block
    }

    .product-left .product-box .box-content {
        height: 100%;
        width: 100%;
        overflow-y: auto
    }

    .product-left .product-box .box-content img,.product-left .product-box .box-content video {
        max-width: 100%;
        margin-bottom: 10px
    }

    .product-left .product-box p {
        background: #f5f5f5;
        border-radius: 0 18px 18px 18px;
        color: #333;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 10px
    }

    .product-list {
        margin-top: 62px
    }

    .product-list li {
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
        width: 156px;
        box-sizing: border-box;
        height: 146px;
        background: #FFFFFF;
        border-radius: 4px;
        box-shadow: 0 0 20px 2px rgba(0,0,0,0.05);
        color: #333;
        text-align: center;
        line-height: 20px;
        cursor: pointer
    }

    .product-list li img {
        width: 56px;
        height: 56px;
        margin: 25px auto 10px
    }

    .product-list li.product-active {
        border: 2px solid #07AAFF;
        color: #07AAFF;
        font-size: 14px;
        font-weight: bold
    }

    .product-list li.product-active p {
        position: relative;
        padding-bottom: 10px
    }

    .product-list li.product-active p:after {
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -9px;
        content: '';
        background-color: #07AAFF;
        height: 4px;
        width: 18px;
        border-radius: 2px
    }
}

@media screen and (max-width: 750px) {
    .api-mains-right {
        display:none
    }

    .width100 {
        width: auto !important;
        min-width: auto !important
    }

    .width1200 {
        width: 100%!important
    }

    .apis-details-box .apis-content-box .api-mains-left {
        width: 100%
    }

    .docs-api-intro {
        padding: 20px 15px
    }

    .docs-api-intro .api-intro-box {
        padding-bottom: 40px
    }

    .docs-api-intro .intro-box {
        padding: 0
    }

    .docs-api-intro .api-customers-img {
        height: auto
    }

    .docs-api-intro .intro-title {
        margin-bottom: 16px;
        font-size: 14px
    }

    .docs-api-intro .api-function-info1-title {
        font-size: 12px
    }

    .docs-api-intro .api-function-info1-des {
        margin-bottom: 13px;
        font-size: 12px;
        line-height: 20px
    }

    .docs-api-intro .api-function-img {
        width: 40%;
        margin-left: 10px
    }

    .docs-api-intro .api-function-info2 {
        gap: 20px
    }

    .docs-api-intro .api-function-info2-item {
        padding-top: 15px
    }

    .docs-api-intro .api-function-info2-title {
        font-size: 12px
    }

    .docs-api-intro .api-function-info2-des {
        -webkit-line-clamp: 3
    }

    .docs-api-intro .api-function-tips {
        padding: 15px
    }

    .docs-api-intro .api-function-tips-title {
        font-size: 12px
    }

    .docs-api-intro .api-function-tips-content {
        font-size: 12px
    }

    .docs-api-intro .api-function-service {
        text-align: center;
        padding: 15px
    }

    .docs-api-intro .api-function-service-title {
        font-size: 14px
    }

    .docs-api-intro .api-function-service-des {
        font-size: 12px;
        line-height: 20px
    }

    .docs-api-intro .api-function-service-btn {
        position: relative;
        display: block;
        top: 0;
        transform: translateY(0);
        right: 0;
        width: 80px;
        height: 30px;
        margin: 10px auto 0;
        line-height: 30px;
        font-size: 12px
    }

    .docs-api-intro .api-function-service-features {
        flex-wrap: wrap;
        justify-content: center
    }

    .docs-api-intro .api-function-service-feature {
        padding-left: 8px;
        padding-right: 8px
    }

    .docs-api-intro .api-applications-content {
        overflow-x: auto
    }

    .docs-api-intro .api-application {
        width: 250px;
        flex-shrink: 0
    }

    .docs-api-intro .api-application-title {
        font-size: 14px
    }

    .docs-api-intro .api-application-des {
        font-size: 12px;
        line-height: 20px
    }

    .docs-api-intro .api-product-content {
        padding: 0 15px 10px;
        flex-wrap: wrap;
        gap: 0
    }

    .docs-api-intro .api-product-item {
        width: 100%
    }

    .docs-api-intro .api-product-item-info {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .docs-api-intro .api-use-img {
        width: 100%;
        height: 26px;
        background: url(/images/v11/docs/apiUse-img.png) no-repeat left center;
        background-size: contain
    }

    .docs-api-intro .api-customers-img {
        padding: 0;
        height: .7rem;
        background: url(/images/v11/docs/customerImg-big.png) left 0 top 0 no-repeat;
        background-size: contain
    }

    .docs-api-intro .api-use-teps {
        overflow-x: auto;
        gap: 20px
    }

    .docs-api-intro .api-use-tep {
        width: calc((100% - 20px) / 2);
        flex-shrink: 0
    }

    .docs-api-intro .api-use-tep-title {
        font-size: 14px
    }

    .docs-api-intro .api-use-tep-des {
        font-size: 12px;
        line-height: 20px
    }

    .docs-api-intro .api-use-tep-link {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 10px
    }

    .docs-api-intro .api-service-content {
        gap: 10px 10px
    }

    .docs-api-intro .api-service-item {
        width: calc((100% - 10px) / 2);
        padding: 10px 6px 8px 10px
    }

    .docs-api-intro .api-service-item .icon {
        width: 20px;
        height: 20px;
        margin-right: 4px
    }

    .docs-api-intro .api-service-item-title {
        font-size: 14px
    }

    .docs-api-intro .api-service-item-des {
        font-size: 12px;
        line-height: 20px
    }

    .product-aways {
        padding-bottom: 40px
    }

    .product-aways h3 {
        margin-bottom: 16px;
        font-size: 14px
    }

    .product-aways .product-ul li {
        padding: 0 0 6px 12px;
        font-size: 12px;
        line-height: 20px
    }

    .product-aways .ul-scenes {
        overflow-x: auto
    }

    .product-aways .ul-scenes li {
        width: 250px;
        flex-shrink: 0
    }

    .product-aways .ul-scenes li h4 {
        font-size: 14px
    }

    .flex-box {
        display: flex;
        flex-direction: column-reverse
    }

    .product-left {
        width: 100%
    }

    .product-left .product-box {
        display: none;
        height: 13rem;
        padding: 2.8rem .8rem 1.9rem .8rem;
        box-sizing: border-box;

        background-size: 100% 100%
    }

    .product-left .product-box.first-box {
        display: block
    }

    .product-left .product-box .box-content {
        height: 100%;
        width: 100%;
        overflow-y: auto
    }

    .product-left .product-box .box-content img,.product-left .product-box .box-content video {
        max-width: 100%
    }

    .product-left .product-box .box-content img {
        margin-bottom: .2rem
    }

    .product-left .product-box p {
        background: #f5f5f5;
        border-radius: 0 .2rem .2rem .2rem;
        color: #333;
        font-size: .26rem;
        line-height: 1.4;
        padding: .2rem
    }

    .product-right {
        width: 100%
    }

    .product-list {
        display: flex;
        flex-wrap: wrap
    }

    .product-list li {
        box-sizing: border-box;
        width: 25%;
        text-align: center;
        color: #333;
        cursor: pointer;
        font-size: 13px;
        margin: 10px 0
    }

    .product-list li img {
        display: none
    }

    .product-list li.product-active {
        color: #07AAFF;
        font-weight: bold
    }

    .product-list li.product-active p {
        position: relative;
        padding-bottom: 10px
    }

    .product-list li.product-active p:after {
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -9px;
        content: '';
        background-color: #07AAFF;
        height: 4px;
        width: 18px;
        border-radius: 2px
    }
}
.api-docs-content {
    min-height: 800px;
    background-color: #fff
}

.docs-api-area {
    display: flex
}

.docs-api-area .sublist-wrap {
    max-width: 224px;
    min-width: 180px;
    padding: 0 32px 0 32px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-right: 1px solid #f1f1f1;
    overflow: hidden
}

.docs-api-area .api-content-box {
    flex: 1;
    padding: 0 38px;
    overflow: hidden;
    min-height: 800px
}

.docs-api-area .api-content-box a {
    color: #07AAFF
}

.api-sub-list .sub-list-title {
    padding-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 32px
}

.api-sub-list .sub-list-title span {
    margin-left: 5px
}

.api-sub-list .sub-list-title.first-list-title {
    margin-top: 0
}

.api-sub-list .sub-list-title .font-apiDetails {
    font-size: 12px;
    font-weight: 400
}

.api-sub-list li {
    line-height: 18px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 16px;
    cursor: pointer;
    width: fit-content
}

.api-sub-list li p {
    display: flex;
    align-items: flex-start
}

.api-sub-list li .getpost {
    vertical-align: text-top;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.api-sub-list li.active {
    font-weight: 600;
    color: #07AAFF
}

.api-sub-list li:hover {
    color: #07AAFF
}

.api-sub-list li.sub-li-a {
    height: auto
}

.docs-top-title {
    font-size: 14px;
    color: #303030;
    line-height: 1;
    font-weight: bold
}

.docs-top-box {
    color: #666666;
    font-size: 12px
}

.docs-top-box .simpleline {
    margin-top: 15px;
    line-height: 18px;
    word-break: break-all
}

.docs-top-box .simpleline b {
    color: #303030
}

.docs-top-box a {
    color: #07AAFF;
    font-weight: 600
}

.cannot-use {
    margin-top: 120px;
    text-align: center
}

.linep {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 14px;
    align-items: center
}

.api-table {
    width: 100%;
    font-size: 12px;
    text-align: left;
    border-collapse: separate;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden
}

.api-table tr:last-of-type td {
    border-bottom: none
}

.api-table th {
    background: #f8f8f8;
    color: #666;
    font-weight: normal;
    line-height: 32px
}

.api-table td {
    border-bottom: 1px solid #eee;
    color: #303030;
    line-height: 20px;
    padding: 10px 6px;
    word-break: break-all
}

.api-table td a {
    color: #07AAFF
}

.prediv pre {
    padding: 10px 0 20px 20px;
    margin: 10px 0 0;
    overflow: hidden;
    color: #666;
    white-space: pre;
    line-height: 24px;
    background: #fafafa;
    max-height: 400px;
    overflow: auto;
    border-radius: 4px;
    font-size: 12px
}

.prediv pre .hljs {
    font-family: initial !important
}

.json-tool {
    font-size: 14px;
    font-weight: bold
}

.json-tool:hover {
    text-decoration: underline
}

.api-error-box {
    display: none
}

.first-linep {
    margin-top: 0
}

.demo-code-box {
    padding: 0 30px 0
}

.code-demo-wrap {
    overflow: hidden;
    border-radius: 4px
}

.code-demo-tab {
    width: 100%;
    height: 32px;
    margin: 0 auto;
    font-size: 12px
}

.code-demo-tab .codetabul {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #f8f8f8;
    display: flex
}

.code-demo-tab .codetabul li {
    height: 32px;
    line-height: 32px;
    padding: 0px 6px 0px 6px;
    margin-left: 8px;
    color: #666666;
    cursor: pointer
}

.code-demo-tab .codetabul li:hover {
    color: #07AAFF;
    border-bottom: 2px solid #07AAFF
}

.code-demo-tab .codetabul .active {
    color: #07AAFF;
    width: auto;
    border-bottom: 2px solid #07AAFF;
    position: relative
}

.code-demo-main {
    width: 100%;
    margin: 0 auto
}

.code-demo-main .code-demo-show {
    width: 100%;
    color: #666;
    white-space: pre;
    line-height: 20px;
    max-height: 400px;
    background: #fafafa;
    overflow: auto;
    font-size: 12px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    padding-left: 12px
}

.code-demo-main .code-demo-show pre code {
    padding-left: 10px
}

.fuwuxieyi-box {
    padding: 0 30px 0
}

.fullsimplearea p {
    margin-bottom: 5px;
    line-height: 24px;
    color: #666;
    font-size: 12px
}

.fullsimplearea p.title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #303030
}

.fullsimpleline {
    color: #303030;
    font-weight: bold
}

.copy-code-btn {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    background-color: #bbb;
    right: 10px;
    top: 0px;
    padding: 3px 6px;
    margin: 8px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

._api_params_notice {
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    background: url('/images/v11/docs/notice.svg') left 11px top 11px no-repeat;
    background-size: 14px 14px;
    padding-left: 18px;
    color: #303030;
    background-color: rgba(7,170,255,0.1);
    padding: 7px 12px 7px 32px;
    font-size: 12px
}

._api_params_notice a {
    color: #07AAFF
}

._api_params_notice.other_notice {
    padding: 10px 12px 10px 32px;
    background-position: left 11px top 14px;
    margin: 0 auto;
    line-height: 1.5
}

._api_params_warn {
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    background: url('/images/v11/docs/warning.svg') left 11px top 10px no-repeat;
    background-size: 14px 14px;
    padding: 6px 12px 6px 32px;
    color: #303030;
    background-color: rgba(240,72,61,0.1)
}

._api_params_warn a {
    color: #07AAFF
}

.simpleline-copy {
    display: flex
}

.simpleline-copy b {
    flex-shrink: 0
}

.icon-copy1 {
    margin-left: 24px;
    color: #999;
    display: flex;
    width: 116px;
    cursor: pointer
}

.icon-copy1 span {
    font-size: 12px !important;
    margin-left: 4px
}

@media screen and (min-width: 751px) {
    .sub-li-a {
        display:block;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 6px 8px;
        line-height: 1;
        color: #666
    }

    .sub-li-a:hover {
        color: #07AAFF;
        border: 1px solid rgba(7,170,255,0.2);
        background: rgba(7,170,255,0.08)
    }
}

@media screen and (max-width: 750px) {
    .width100 {
        width:100%;
        min-width: 100%
    }

    .width1200 {
        width: 100%
    }

    .code-demo-main .code-demo-show {
        width: 100%
    }

    .cannot-use {
        margin-left: 0
    }

    .apis-content-box .tabDiv {
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .docs-api-area {
        padding-top: 10px;
        flex-direction: column
    }

    .docs-api-area .sublist-wrap {
        width: 100%;
        padding: 0;
        margin: 0 16px;
        border-right: 0;
        max-width: 100%
    }

    .docs-api-area .sublist-wrap .api-sub-list {
        display: flex;
        overflow-x: auto;
        margin-right: 20px;
        padding-bottom: 6px
    }

    .docs-api-area .sublist-wrap .api-sub-list .sub-list-title {
        display: none
    }

    .docs-api-area .sublist-wrap .api-sub-list li {
        height: 24px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        margin-right: 10px;
        flex-shrink: 0;
        background: #F8F8F8;
        border-radius: 2px;
        padding: 0 10px;
        color: #666;
        margin-bottom: 4px
    }

    .docs-api-area .sublist-wrap .api-sub-list li.active {
        background: rgba(7,170,255,0.08);
        border: 1px solid rgba(7,170,255,0.2);
        font-weight: normal;
        color: #07AAFF
    }

    .docs-api-area .sublist-wrap .api-sub-list .error-li {
        margin-top: 0
    }

    .docs-api-area .sublist-wrap .api-sub-list .error-li::after {
        display: none
    }

    .docs-api-area .sublist-wrap .api-sub-list .sub-li-a {
        color: #666
    }

    .docs-api-area .api-content-box {
        padding: 0 16px
    }

    .docs-api-area .docs-top-box {
        font-size: 12px
    }

    .docs-api-area .docs-top-box .simpleline {
        margin-top: 12px
    }

    .docs-api-area .docs-top-box .docs-top-title {
        display: none
    }

    .docs-api-area .linep {
        margin: 32px 0 16px;
        font-size: 14px
    }

    .docs-api-area .json-tool {
        font-size: 12px
    }

    .demo-code-box {
        padding: 16px 16px 0
    }

    .linep {
        margin: 20px 0 12px;
        font-size: 14px
    }

    .first-linep {
        margin-top: 0
    }

    .api-error-box .first-linep {
        margin-top: 10px
    }

    .icon-copy1,.copy-code-btn {
        display: none
    }
}
