.center {
    text-align: center
}

.width100 {
    width: 100%;
    min-width: 1200px
}

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

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

.center {
    text-align: center
}

body {
    font-size: 14px;
    font-weight: 400;
    background: #fff
}

.red {
    color: #fb5b5b
}

.green {
    color: #29c287
}

#docs-api-content {
    padding-top: 50px
}

#docs-api-main {
    float: left;
    width: 920px;
    overflow: hidden
}

.api-mains-content {
    padding: 40px 0 50px 0;
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    background-color: rgba(122, 122, 122, 0.1)
}

.api-mains {
    height: 270px;
    display: flex;
    flex-direction: row;
}

.api-img-des {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 220px;
    padding: 25px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.1);
    border: 1px solid #eee \9
}

.api-img-des .div-for-svg {
    width: 150px;
    height: 150px;
    margin: 0 auto
}

.api-img-des svg {
    height: 150px;
    width: 150px
}

.api-img-des .api-pp {
    padding: 15px 0
}

.api-img-des .api-pp li {
    float: left;
    width: 70px;
    line-height: 30px;
    color: #bbb
}

.api-img-des .api-pp .iconfont {
    display: block;
    font-size: 18px;
}

.api-infos {
    padding-left: 316px;
    width: 55%;
}

.api-infos .title-api {
    line-height: 40px;
    padding-top: 14px
}

.api-infos .title-api h1 {
    font-size: 22px;
    color: #555;
    padding-right: 8px;
    float: left
}

.api-infos .title-api p {
    float: left
}

.api-infos .title-api p span {
    margin-left: 5px;
    border: 1px solid #4980fe;
    font-size: 12px;
    padding: 2px 6px;
    color: #4980fe;
    font-weight: normal;
    vertical-align: top;
    border-radius: 2px
}

.api-infos .api-des-info {
    height:auto;
    max-height: 44px;
    line-height: 22px;
    color: #666;
    padding-bottom: 13px;
    font-size: 14px
}
.api-infos .api-des-info > i{
    padding: 0 10px; 
    background:#f3f7ff;
    border:1px solid #b9ceff;
    border-radius: 3px;
    margin-left:10px
}
.api-infos .api-des-info strong {
    font-weight: 400
}

.api-infos .price-ul li {
    float: left;
    padding: 0 18px;
    border: 1px solid #999;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    background: none;
    margin-right: 12px;
    cursor: pointer;
    color: #666
}

.api-infos .price-ul li:hover {
    border-color: #4980fe;
    color: #4980fe
}

.api-infos .price-ul .active {
    border: 1px solid #4980fe;
    color: #4980fe;
    background: url("/com/img/select.png") right bottom no-repeat
}

.api-infos .last-price {
    height: 20px;
    line-height: 20px;
    padding: 16px 0 11px;
    font-size: 20px
}

.api-infos .last-price span {
    font-size: 12px;
    color: #999
}

.api-infos .last-price em, .api-infos .last-price i {
    font-style: normal
}

.api-infos .buy-apply-div {
    padding-top: 14px
}

.api-infos .buy-apply-div a {
    display: inline-block;
    margin-right: 10px
}

.api-infos .buy-apply-div .now-btn {
    width: 166px;
    height: 40px;
    line-height: 40px;
    background: #1789F2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px
}

.api-infos .buy-apply-div .now-btn:hover {
    background-color: #4980fe
}

.api-infos .buy-apply-div .now-btn.gray-btn-a {
    background: #aaa
}

.api-infos .buy-apply-div #favorite {
    width: 104px;
    height: 38px;
    padding-left: 12px;
    line-height: 38px;
    background: none;
    color: #4980fe;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #4980fe;
    background: url("/com/img/star.png") 24px 12px no-repeat
}

.api-infos .buy-apply-div #favorite.stored {
    background-position: 24px -44px
}
.api-infos .buy-apply-div #datafree {
    width: 104px;
    height: 38px;
    line-height: 38px;
    background: none;
    color: #29C287;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #29C287;
}


.docs-api-tab {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    height: 45px
}

.docs-api-tab .tab-pos {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(36, 36, 36, 0.14);
    border: 1px solid #eee \9;
    z-index: 999999
}

.docs-api-tab .tabul {
    height: 45px;
    line-height: 45px;
    font-size: 16px
}

.docs-api-tab .tabul li {
    float: left;
    height: 45px;
    line-height: 45px;
    margin-right: 110px;
    color: #666;
    cursor: pointer
}

.docs-api-tab .tabul li:hover {
    color: #4980fe
}

.docs-api-tab .tabul .active {
    color: #4980fe;
    width: auto;
    position: relative
}

.docs-api-tab .tabul .active::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #4980fe;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 42px
}

.docs-api-tab .api-now {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #4980fe;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    display: none
}

.docs-api-tab .api-now:hover {
    background-color: #00aeff
}

.tabDiv .docs-api-show {
    display: none
}
.tabDiv .docs-api-show .titleOne{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 60px;
}
.tabDiv .docs-api-show .titleOne:nth-child(1){
    margin-top: 0 !important;
}

.api-sub-list {
    float: left;
    width: 180px;
    min-height: 180px;
    padding-right: 10px;
    line-height: 20px;
    border-right: 1px solid #f4f4f4
}

.api-sub-list li {
    margin-bottom: 18px;
    height: 20px;
    overflow: hidden
}

.api-sub-list li a {
    padding-left: 12px;
    color: #666
}

.api-sub-list li a:hover {
    color: #4980fe
}

.api-sub-list li:last-child {
    margin-bottom: 5px
}

.api-sub-list .selected {
    color: #4980fe;
    position: relative
}

.api-sub-list .selected::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #4980fe;
    position: absolute;
    left: 0;
    top: 6px
}

.api-sub-content {
    float: right;
    width: 686px;
    font-size: 12px
}

.api-sub-content .simpleline {
    line-height: 20px;
    padding-bottom: 16px;
    word-break: break-all;
    color: #777
}

.api-sub-content .simpleline strong {
    color: #555
}

.api-sub-content .simpleline .api-test-tools {
    display: block;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: #4980fe;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 30px
}

.api-sub-content .simpleline .api-test-tools:hover {
    background-color: #00aeff
}

.simpleTable {
    margin-bottom: 50px
}

.simpleTable .linep {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    padding-left: 14px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 18px;
    position: relative
}

.simpleTable .linep::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #4980fe;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0
}

.api-table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    text-align: left
}

.api-table th {
    border-bottom: 1px solid #e7e7e7;
    background: #fbfbfb;
    color: #999;
    font-weight: normal;
    line-height: 32px
}

.api-table td {
    border-bottom: 1px solid #e7e7e7;
    color: #666;
    line-height: 20px;
    padding: 6px 0
}

.api-table td a {
    color: #00aeff
}

.prediv pre {
    padding: 20px 0 20px 20px;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    color: #666;
    white-space: pre;
    line-height: 24px;
    font-family: '微软雅黑';
    background: #fcfcfc
}

#doc-api-right {
    float: right;
    width: 220px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
}

#doc-api-right .if-like {
    width: 220px;
    position: relative;
    top: 0;
    background: #fff;
    z-index: 1
}

#doc-api-right h3 {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px
}

#doc-api-right h3 svg {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    padding-left: 10px
}

#doc-api-right .tuijianapi {
    padding-bottom: 5px
}

#doc-api-right .tuijianapi li {
    position: relative;
    height: 60px;
    padding: 15px 0 15px 72px;
    border-bottom: 1px dashed #eee
}

#doc-api-right .tuijianapi li:last-child {
    border-bottom: 0 none
}

#doc-api-right .tuijianapi .tuijianimg {
    position: absolute;
    left: 0;
    top: 15px;
    width: 36px;
    height: 36px;
    padding: 11px;
    border: 1px solid #eee;
    border-radius: 2px
}

#doc-api-right .tuijianapi .tuijianimg svg {
    width: 36px;
    height: 36px
}

#doc-api-right .tuijianapi .apiname {
    font-size: 16px;
    padding: 8px 0 5px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#doc-api-right .tuijianapi .apiname a {
    color: #555
}

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

#doc-api-right .tuijianapi .apidescipe {
    padding: 10px;
    line-height: 20px;
    min-width: 140px;
    width: auto;
    max-width: 280px;
    word-break: break-all;
    position: absolute;
    left: 30px;
    top: 68px;
    background: #fff;
    border-radius: 4px;
    display: none;
    z-index: 99;
    box-shadow: 0 1px 6px 0 rgba(36, 36, 36, 0.2);
    border: 1px solid #eee \9;
    overflow-x: visible;
    white-space: normal;
    text-overflow: clip;
    text-align: left
}

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

.product-aways h3 {
    font-size: 18px;
    color: #555;
    padding-bottom: 24px;
    line-height: 20px
}

.product-aways h3 span {
    font-size: 14px;
    color: #666
}

.product-aways .FastCall {
    width: 920px;
    height: 89px
}

.product-aways .api-uls {
    height: 174px;
    overflow: hidden
}

.product-aways .api-uls li {
    float: left;
    width: 184px;
    height: 172px;
    padding: 0 12px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin-left: 26px;
    text-align: center
}

.product-aways .api-uls li:first-child {
    margin-left: 1px
}

.product-aways .api-uls .recommed-a {
    display: block;
    width: 100%;
    height: 108px;
    padding: 16px 0 10px 0;
    border-bottom: 1px solid #f1f1f1
}

.product-aways .api-uls .recommed-a svg {
    width: 54px;
    height: 54px
}

.product-aways .api-uls .recommed-a h3 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 0
}

.product-aways .api-uls .recommed-a p {
    font-size: 12px;
    color: #999;
    line-height: 22px
}

.product-aways .api-uls .price-p {
    color: #fb5b5b;
    font-size: 14px;
    line-height: 36px
}

.product-aways .api-uls .price-p span {
    font-size: 12px
}
.product-aways .ul-scenes{
    display: flex;
    flex-direction: column;
}
.product-aways .ul-scenes li {
    /* float: left; */
    width: 90%;
    /* height: 130px; */
    padding: 20px 16px 16px 16px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 20px;
}

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

.product-aways .ul-scenes li h4::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #00aeff;
    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
}

.product-aways .ul-scenes .scenes-second {
    margin: 0 33px
}

.product-aways .ul-scenes li img {
    width: 90%;
}

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

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

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

.register-now {
    height: 120px;
    padding: 12px 0 18px;
    text-align: center;
    color: #fff;
    background: url("../../../images/v6/docs/bottombg.png?v=1.2") center no-repeat #02acff
}

.register-now p {
    font-size: 28px;
    line-height: 66px;
    padding-bottom: 5px
}

.register-now a {
    display: block;
    width: 148px;
    height: 38px;
    margin: 0 auto;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

#canvas {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: .3
}

.price-p-marks {
    font-size: 12px;
    color: #999
}