
.header-icon {
    font-size: 70px;
    color: var(--theme-color);
    display: block;
    margin: auto auto;
    width: 150px;
    height: 150px;
    line-height: 150px;

}

.sub-menu {
    position: absolute;
    left: 0;
    top: 66px;
    z-index: 3;
    width: 100%;
    min-width: 1200px;
    height: 40px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.05);
    text-align: center;
}

.sub-menu-item {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    opacity: .5;
    transition: all .2s;
}

.sub-menu-title {
    display: block;
    margin: 0 25px;
    font-size: 12px;
    color: #666;
}

.sub-menu-item.active {
    opacity: 1;
}

.sub-menu-item:hover {
    opacity: 1;
}

.sub-menu-item.active:after {
    content: '';
    width: 16px;
    height: 3px;
    background: #07AAFF;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
}

.sub-menu-item.active .sub-menu-title {
    opacity: 1;
    font-weight: bold;
    color: #07AAFF;
}

.canvas {

    background: #EFF7FFFF url("/images/data-detail.png") no-repeat;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 416px;
    top: 0;
    overflow: hidden;
    background-size: cover;

}

.canvas .header-place {
    height: 66px;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    position: absolute;
}

@keyframes backgroundChange {
    0% {
        top: calc(80%);
        left: calc(80%);
    }

    100% {
        top: calc(10%);
        left: calc(90%);
    }
}


.highlight {
    position: absolute;
    display: none;
    top: 100px; /* 高亮区域的开始位置 */
    left: 600px; /* 高亮区域的开始位置 */
    width: 40px; /* 高亮区域的宽度 */
    height: 40px; /* 高亮区域的高度 */
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1); /* 半透明白色作为高亮色，可根据需要调整 */
    transition: all 0.3s ease; /* 可选：添加过渡效果，使高亮更平滑 */
    z-index: 1;
    animation: backgroundChange 10s ease-in-out infinite;
}


.block-main-container {
    width: 1200px;

    margin: 0 auto;
}


.block-main-svg {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.block-main-svg svg {
    width: 150px;
    height: 150px;
}


.block-main-list .fa-solid {
    font-size: 18px;
    display: block;

}

.block-main-container {
    display: flex;
}

.block-main-info {
    float: left;
    width: calc(100% - 250px);
    margin-left: 56px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    padding-left: 14px;
    border-radius: 8px;
}

.block-main-name {
    line-height: 40px;
    padding-top: 14px;
    overflow: hidden;


}

.block-main-name h1 {
    font-size: 22px;
    color: #555;
    padding-right: 8px;
    float: left;
    line-height: 40px;
}

.block-main-name p {
    float: left;
}

.block-main-name span {
    margin-left: 5px;
    border: 1px solid #00aeff;
    font-size: 12px;
    padding: 2px 6px;
    color: #00aeff;
    font-weight: 400;
    vertical-align: top;
    border-radius: 2px;
}

.block-main-desc {
    max-height: 44px;
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.block-main-detail dl {
    line-height: 30px;
}

.block-main-detail dt {
    margin-right: 8px;
    display: inline;
    font-size: 12px;
    color: #999;
}

.block-main-detail dd {
    display: inline;
    font-size: 14px;
    color: #666;
}

.block-main-detail .price {
    color: #fb5b5b;
    font-weight: bold;
}

.block-main-detail .price span {
    font-size: 22px;
}

.block-main-detail .limitvip {
    color: #666;
    font-size: 12px;
}

.block-main-detail .limitvip span {
    font-size: 12px;
}

.block-main-detail .limitvip a {
    color: #07AAFF
}

.block-main-button {
    margin-top: 15px;
}

.block-btn-download, .contact-kef {
    float: left;
    margin-right: 15px;
    width: 166px;
    height: 40px;
    line-height: 40px;
    background: #07AAFF;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    .block-btn-store {
        float: left;
        width: 104px;
        height: 38px;
        line-height: 38px;
        background: rgba(255, 255, 255, 0.2);
        color: #07AAFF;
        font-size: 14px;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #07AAFF;
        cursor: pointer;
    }
}

.block-btn-store.stored {
    background-position: 24px -44px;
}

.block-btn-store a {
    width: 100%;
    justify-content: space-between;
    display: block;
}

.block-content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.block-section {
    padding-top: 50px;
}

.block-section-title {
    font-size: 20px;
    font-weight: bold;
    color: #555;
}

.block-section-title span {
    font-size: 14px;
    color: #666;
}

.block-introduce {
    font-size: 12px;
    color: #666;
    width: 1200px;
    overflow: hidden;
    line-height: 25px;
    margin-top: 20px;
}

.block-example {
    position: relative;
    width: 1200px;
    height: 258px;
    margin-top: 30px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.block-example img {
    width: 1200px;
}

.block-example:hover .block-example-btn {
    bottom: 9px;
}

.block-example-btn {
    width: 126px;
    height: 35px;
    line-height: 32px;
    background: #e0e0e0;
    position: absolute;
    bottom: -40px;
    right: 11px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.block-example-btn span {
    vertical-align: middle;
}

.block-example-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../images/v6/market/example-icon.png);
}

.block-list-container {
    margin-top: 20px;
}

.block-list-choose {
    overflow: hidden;
}

.block-list-type {
    display: block;
    height: 26px;
    line-height: 26px;
    margin-right: 16px;
    padding: 0 16px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.block-list-type.choosen {
    color: #07AAFF;
    font-weight: bold;
    border: 1px solid #07AAFF;
}

.block-table-container {
    margin-top: 15px;
    display: none;
}

.block-table {
    width: 1200px;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    color: #666;
}

.block-table tr {
    line-height: 42px;
}

.block-table td {
    border: 1px solid #e7e7e7;
}

.block-table .time {
    width: 174px;
    text-align: center;
    background: #f8f8f8;
}

.block-table .type {
    text-align: center;
}

.block-table .name {
    padding-left: 50px;
}

.block-table .download {
    width: 135px;
    color: #00aeff;
    text-align: center;
    cursor: pointer;
}

.block-content .block-introduce h5 {
    font-size: inherit !important;
}

.example-layer {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.example-layer .close {
    width: 27px;
    height: 47px;
    background: url(../../../images/v6/market/close.png);
    position: absolute;
    right: 13px;
    top: -47px;
    cursor: pointer;
}

.example-layer .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.example-layer .img img {
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    width: auto !important;
}

.pc-api-details {
    min-width: 1200px;
}

.register-now {
    height: 120px;
    padding: 12px 0 18px;
    text-align: center;
    color: #fff;

}

.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;
}

.license-layer {
    position: relative;
    width: 468px;
    height: 260px;
    background: #fff;
    border-radius: 8px;
    display: none;
}

.license-layer .close {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #bbb;
}

.license-layer .layer-title {
    padding-top: 60px;
    text-align: center;
}

.license-layer .layer-title a {
    font-size: 16px;
    font-weight: bold;
    color: #00aeff;
}

.license-layer .layer-content {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-align: center;
}

.license-layer .btn-refuse {
    float: left;
    margin-left: 124px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.license-layer .btn-agree {
    float: left;
    margin-left: 24px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #00aeff;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.buy-layer,
.vip-layer {
    position: relative;
    width: 468px;
    height: 260px;
    background: #fff;
    border-radius: 8px;
    display: none;
}

.buy-layer .close,
.vip-layer .close {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #bbb;
}

.buy-layer .content,
.vip-layer .content {
    padding-top: 60px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #666;
    text-align: center;
}

.buy-layer .btn-refuse,
.vip-layer .btn-refuse {
    float: left;
    margin-left: 124px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.buy-layer .btn-buy,
.vip-layer .btn-buy {
    float: left;
    margin-left: 24px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #00aeff;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

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

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

@media screen and (min-width: 751px) {
    body {
        font-size: 16px;
    }
}


@media screen and (max-width: 750px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }


    .block-main {
        width: 100% !important;
        padding: 106px 0 40px 0;
        overflow: hidden;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .api-mains .block-main-svg .header-icon {
        width: 2.4rem !important;
        height: 2.4rem !important;
        overflow: hidden;
    }

    .canvas {
        display: none !important;
    }

    .api-mains .canvas-mobile {
        height: 2.6rem;
    }

    .api-mains .block-main-svg {
        position: absolute;
        top: .6rem;
        left: .3rem;
        width: 2.4rem;
        height: 2.4rem;
        background: #fff;
        border-radius: 6px;
        padding: .25rem;
        box-shadow: 3px 0 19px 1px rgba(50, 50, 50, 0.1);
        text-align: center;
        z-index: 1;
        box-sizing: content-box;
    }

    .api-mains {

        padding-top: 1rem;
        color: #555;
        font-size: .24rem;
        min-height: 4rem;
    }

    .api-mains .block-main-list {
        height: 1rem;
        text-align: right;
        display: flex;
        color: #bbb;
        font-size: .22rem;
        border-radius: .1rem .1rem 0 0;
        text-align: center;
        background: #fff;
        padding-left: 3.3rem;

    }

    .block-content {
        width: 100% !important;
        overflow-x: hidden;
        padding: 0 .3rem
    }

    .block-content .block-section-title {
        font-size: .3rem;
        color: #555;
        padding: .3rem 0;
        font-weight: bold
    }

    .block-content .block-section-title span {
        color: #999;
        font-size: .24rem;
        padding-left: .1rem;
        font-weight: normal
    }

    .block-content .block-introduce {
        margin-bottom: .2rem;
        max-width: 100% !important;
    }

    .block-content .block-introduce h5 {
        color: #666;
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: .1rem;
        font-weight: normal
    }

    .block-content .block-introduce p {
        color: #999;
        font-size: .24rem;
        line-height: 1.6
    }

    .block-content .block-introduce p a {
        color: #07AAFF
    }

    .block-content .block-example {
        position: relative;
        margin-bottom: .3rem
    }

    .block-content .block-example .block-example-img {
        width: 100%
    }

    .block-content .block-example .block-example-btn {
        width: 1.74rem;
        height: .48rem;
        position: absolute;
        bottom: 0;
        right: 0;

        background-size: contain
    }

    .block-content .block-example .block-example-btn span {
        display: none
    }

    .block-content .block-list-container {
        padding-bottom: .5rem
    }

    .block-content .block-list-choose {
        display: flex;
        padding: 0 0 .3rem 0
    }

    .block-content .block-list-choose li {
        width: 1.56rem;
        height: .6rem;
        border-radius: .3rem;
        line-height: .6rem;
        text-align: center;
        font-size: .26rem;
        color: #999;
        border: 1px solid #ddd;
        margin-right: .2rem
    }

    .block-content .block-list-choose li.choosen {
        color: #07AAFF;
        border: 1px solid #07AAFF
    }

    .block-content .block-table-container {
        display: none
    }

    .block-content .block-table {
        color: #999;
        font-size: .2rem
    }

    .block-content .block-table .time {
        background: #f6f6f6;
        padding-right: 0;
        width: 1.2rem
    }

    .block-content .block-table td {
        padding: .2rem .1rem;
        line-height: 1.3;
        border: 1px solid #eee
    }

    .block-content .block-table .last-download {
        width: .4rem
    }

    .block-content .block-table .mobile-download {
        color: #07AAFF
    }

    .license-layer, .buy-layer, .vip-layer {
        width: 6.4rem;
        border-radius: .3rem;
        background: #fff;
        overflow: hidden;
        position: relative;
        display: none
    }

    .license-layer .close, .buy-layer .close, .vip-layer .close {
        display: none
    }

    .license-layer .layer-title, .buy-layer .layer-title, .vip-layer .layer-title {
        padding: .5rem 0 .3rem;
        text-align: center;
        font-weight: bold;
        font-size: .3rem
    }

    .license-layer .layer-title a, .buy-layer .layer-title a, .vip-layer .layer-title a {
        color: #07AAFF
    }

    .license-layer .layer-content, .buy-layer .layer-content, .vip-layer .layer-content {
        text-align: center;
        color: #777;
        line-height: 1.5
    }

    .license-layer .content, .buy-layer .content, .vip-layer .content {
        color: #666;
        font-size: .32rem;
        text-align: center;
        padding-top: .5rem;
        line-height: 1.5
    }

    .license-layer .btn-wrap, .buy-layer .btn-wrap, .vip-layer .btn-wrap {
        margin-top: .6rem;
        border-top: 1px solid #e8e8e8;
        height: 1.1rem;
        display: flex
    }

    .license-layer .btn-wrap .btn-refuse, .buy-layer .btn-wrap .btn-refuse, .vip-layer .btn-wrap .btn-refuse {
        width: 3.18rem;
        text-align: center;
        color: #999;
        line-height: 1.1rem;
        border-right: 1px solid #e8e8e8;
        font-weight: bold;
        font-size: .32rem
    }

    .license-layer .btn-wrap .btn-agree, .buy-layer .btn-wrap .btn-agree, .vip-layer .btn-wrap .btn-agree, .license-layer .btn-wrap .btn-buy, .buy-layer .btn-wrap .btn-buy, .vip-layer .btn-wrap .btn-buy {
        width: 3.2rem;
        line-height: 1.1rem;
        color: #07AAFF;
        font-weight: bold;
        font-size: .32rem;
        text-align: center
    }

    .example-layer {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .example-layer .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto
    }

    .example-layer .img img {
        position: absolute;
        -webkit-transition: all .2s;
        transition: all .2s;
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
        width: 100% !important;
        left: 0 !important
    }

    .api-mains .block-main-list li {
        padding: .15rem .35rem 0;
    }

    .block-content .block-section-title {
        font-size: .3rem;
        color: #555;
        padding: .3rem 0;
        font-weight: bold;
    }

    .block-content .block-introduce h5 {
        color: #666;
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: .1rem;
        font-weight: normal;
    }

    .api-mains .block-main-button a, .api-mains .block-main-button .zixun, .api-mains .block-main-button .block-btn-store {
        color: #666;
        font-size: .22rem;

    }

    .api-mains .block-main-button a, .api-mains .block-main-button .zixun, .api-mains .block-main-button .block-btn-store a.is-fav {
        color: var(--theme-color);
    }

    .api-mains .block-main-button .block-btn-store a {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        height: calc(100% - 0.2rem);
        width: 2rem;
        margin: 0.1rem 0;
    }

    .api-mains .block-main-img {
        position: relative;
        background: #3c3c3c;
        height: 3.5rem;
    }


    .api-mains .block-main-button {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        height: 1.3rem;
        padding: .2rem .3rem;
        border-top: 1px solid #eee;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        box-sizing: border-box;
    }


    .api-mains .block-main-button .right-btn {
        background-color: #07AAFF;
        height: .9rem;
        line-height: .9rem;
        width: 3rem;
        border-radius: .45rem;
        text-align: center;
        color: #fff;
        font-size: .3rem;
        font-weight: bold;
        padding-top: 0;
    }

    .api-mains .block-main-button .block-btn-store {

    }

    .api-mains .block-main-button .zixun {

        background-size: .4rem .4rem
    }

    .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
    }

    .block-main-container {
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }


}

@media screen and (min-width: 751px) {
    .pc-rigister, .footer, .footer-help-top, .footer-help, .block-main-detail, .pc-download, .pc-btn-down, #canvas, .mobile-stored {
        display: none !important;
    }

    .block-main {
        min-width: 1200px;
        padding: 106px 0 40px 0;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;

    }

    .block-btn-store {
        float: left;
        width: 104px;
        height: 38px;
        line-height: 38px;

        color: #07AAFF;
        font-size: 14px;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #07AAFF;
        cursor: pointer;
    }

    .canvas-mobile {
        display: none;
    }

    .block-main-list {
        padding-top: 15px;
        list-style: none;
    }

    .block-main-list li {
        float: left;
        width: 70px;
        line-height: 26px;
        color: #bbb;
        font-size: 14px;
    }

    .block-main-img {
        float: left;
        padding: 25px;
        text-align: center;
        border-radius: 2px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.1);
        box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.1);
        border: 1px solid #eee \9;
        box-sizing: content-box;
    }
}
