.banner-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 760px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, 0.08);
    border-radius: 8px;
    box-sizing: border-box;
}

.banner-search .search-data__item {
    display: block;
    padding: 10px 20px;
}

.banner-search .search-data__item:hover {
    background-color: #F6FAFF;
}

.banner-search .search-data__item:first-child {
    margin-top: 15px;
}

.banner-search .search-data__item:last-child {
    margin-bottom: 15px;
}

.banner-search .search-data__item-title {
    font-size: 14px;
    line-height: 14px;
}

.banner-search .search-data__item-des {
    margin-top: 7px;
    font-size: 12px;
    line-height: 12px;
    color: #5C6373;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-search-input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}

.banner-search-input::placeholder {
    color: #999;
}

.banner-search-btn {
    width: 80px;
    height: 40px;
    margin-right: 8px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #07AAFF;
    border-radius: 8px;
    cursor: pointer;
}

.banner-search-box {
    position: absolute;
    left: 0;
    top: 66px;
    right: 0;
    z-index: 99;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px 0 rgba(115, 117, 130, 0.12);
    overflow: hidden;
}

.banner-search-box .search-data__banner {
    max-height: 350px;
    overflow-y: auto;
}

.banner-search-box .search-data__banner a {
    color: #333;
}

@media screen and (max-width: 750px) {
    .banner-search-box {
        display: none;
    }
}


/**api **/

.safe-width-box {
    max-width: 1440px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
}

.banner {
    position: relative;
    height: 340px;
    min-width: 1200px;
}

.banner-white {
    color: #333;
}

.banner-white a {
    color: #333;
}

.banner-white .banner-ul {
    border-right: 2px solid rgba(51, 51, 51, 0.04);
}

.banner-white .banner-ul .banner-ul-item.active::after {
    background: #333;
}

.banner-white .banner-tabs .banner-tab.active::after {
    background: var(--theme-color);

}


.banner-black {
    color: #fff;
}

.banner-black a {
    color: #fff;
}

.banner-black .banner-ul {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.banner-black .banner-ul .banner-ul-item.active::after {
    background: #fff;
}

.banner-black .banner-tabs .banner-tab.active::after {
    background: #fff;
}


.banner-content {
    height: 100%;
}

.banner-main {
    position: relative;
    height: 100%;
}

.banner-item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s;
}

.banner-item.active {
    z-index: 2;
    opacity: 1;
}

.banner-item-content {
    line-height: 1;
}

.banner-item-title {
    padding-top: 107px;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}

.banner-item-text {
    padding-top: 14px;
    font-size: 16px;
    line-height: 1;
}

.banner-item-more {
    width: fit-content;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.banner-item-more:hover {
    opacity: 0.6;
}

.banner-icons {
    position: relative;
    height: 340px;
    margin-top: -340px;
}

.banner-ul {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: fit-content;
    z-index: 6;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.banner-ul .banner-ul-item {
    position: relative;
    padding: 14px 23px;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    opacity: 0.28;
    transition: all 1s;
}

.banner-ul .banner-ul-item::after {
    opacity: 0;
}

.banner-ul .banner-ul-item.active {
    opacity: 1;
}

.banner-ul .banner-ul-item.active::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    border-radius: 1px;
    opacity: 1;
}

.banner-ul .banner-ul-item:hover {
    opacity: 1;
}

.banner-other {
    position: relative;
}

.banner-tabs {
    position: absolute;
    left: 12px;
    bottom: 0;
    display: flex;
    z-index: 6;
}

.banner-tabs .banner-tab {
    display: flex;
    align-items: center;
    margin: 0 32px;
    padding: 16px 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    opacity: 0.38;
    text-align: center;
}

.banner-tabs .banner-tab.active {
    position: relative;
    opacity: 1;
}

.banner-tabs .banner-tab.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 2px;
}

.banner-tabs .banner-tab:hover {
    opacity: 1;
}

.banner-tabs .banner-tab .banner-tab-img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: 16px 16px;
}

.banner .banner-search {
    position: absolute;
    right: 12px;
    bottom: -17px;
    z-index: 6;
}

@media screen and (max-width: 750px) {
    a {
        -webkit-tap-highlight-color: transparent;
    }

    .banner {
        min-width: 100%;
        height: 4.8rem;
        padding-top: 1rem;
    }

    .banner .banner-ul {
        border-right: none;
    }

    .banner .banner-tabs {
        position: relative;
        left: 0;
        margin-top: 0.27rem;
    }

    .banner .banner-tabs a {
        color: #333;
    }

    .banner .banner-tabs .banner-tab.active::after {
        background: #333;
        height: 0.08rem;
        border-radius: 0.04rem;
    }

    .banner .banner-tabs .banner-tab {
        margin-right: 0.6rem;
        padding: 0.2rem 0;
        font-size: 0.3rem;
        font-weight: 400;
    }

    .banner .banner-tabs .banner-tab .banner-tab-img {
        display: none;
    }

    .banner .banner-tabs .banner-tab.active {
        font-weight: 600;
    }

    .banner .banner-search {
        display: none;
    }

    .banner-item {
        background-size: auto 3.11rem !important;
        background-position-x: 66% !important;
        background-position-y: 115% !important;
    }

    .safe-width-box {
        min-width: 100%;
        padding: 0 0.32rem;
    }

    .banner-item-content {
        text-align: center;
    }

    .banner-item-title {
        padding-top: 0.4rem;
        font-size: 0.6rem;
    }

    .banner-item-text {
        padding-top: 0.22rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        font-size: 0.28rem;
        line-height: 1.2;
    }

    .banner-item-more {
        margin: 0.28rem auto 0;
        font-size: 0.24rem;
    }

    .banner-ul {
        display: flex;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -0.34rem);
    }

    .banner-ul .banner-ul-item {
        width: 0.8rem;
        padding: 0.1rem 0;
        text-indent: 999rem;
        color: transparent;
        opacity: 1;
    }

    .banner-ul .banner-ul-item::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.8rem;
        height: 0.04rem;
        border-radius: 0.2rem;
    }

    .banner-ul .banner-ul-item.active::after {
        display: none;
    }

    .banner-ul .banner-ul-item:nth-child(n+2) {
        margin-left: 0.2rem;
    }

    .banner-ul .banner-ul-item-text {
        display: none;
    }

    .banner-white .banner-ul .banner-ul-item::before {
        background: rgba(51, 51, 51, 0.2);
    }

    .banner-white .banner-ul .banner-ul-item.active::before {
        background: #333;
    }

    .banner-black .banner-ul .banner-ul-item::before {
        background: rgba(255, 255, 255, 0.2);
    }

    .banner-black .banner-ul .banner-ul-item.active::before {
        background: #fff;
    }

    .docs-content {
        margin-top: 0.5rem !important;
        width: 100% !important;
    }

    .docs-content .docs-box {
        width: calc(100% - 160px) !important;
    }

    .docs-content .docs-box .data-list-box {
        width: calc(100% - 160px) !important;
    }
}


.docs-content {
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 50px
}

.docs-box {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex
}

.docs-box .data-assort {
    width: 156px;
    box-sizing: border-box;
    height: fit-content;
    display: flex;
    border-left: 2px solid rgba(51, 51, 51, 0.04);
    flex-direction: column;
    flex-shrink: 0
}

.docs-box .data-assort h1, .docs-box .data-assort .p-des {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.docs-box .data-assort .data-nav {
    font-size: 16px;
    color: #333
}

.docs-box .data-assort .data-nav, .docs-box .data-assort .empty {
    margin: 12px 0;
    line-height: 24px;
    width: fit-content;
    padding-left: 22px;
    position: relative
}

.docs-box .data-assort .data-nav.selected, .docs-box .data-assort .empty.selected {
    font-weight: bold;
    color: #07AAFF;
    font-size: 18px
}

.docs-box .data-assort .data-nav.selected::after, .docs-box .data-assort .empty.selected::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 4px;
    height: 18px;
    width: 4px;
    border-radius: 2px;
    background-color: #07AAFF
}

.docs-box .data-list-box {
    flex: 1;
    padding-bottom: 40px;
    position: relative;
    height: fit-content
}

.docs-box .filter-box {
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-between
}

.docs-box .filter-box .filter-left {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    flex: 1;
    flex-shrink: 0
}

.docs-box .filter-box .filter-left .data-nav {
    color: #666;
    height: 30px;
    line-height: 30px;
    background: rgba(51, 51, 51, 0.03);
    border-radius: 4px;
    padding: 0 12px
}

.docs-box .filter-box .filter-left .data-nav.selected {
    color: #07AAFF;
    background: rgba(7, 170, 255, 0.08)
}

.docs-box .filter-box .filter-right {
    display: flex;
    width: 300px;
    justify-content: end;
    margin-right: 4px
}

.docs-box .filter-box .filter-right .filter-api {
    position: relative;
    width: 130px;
    line-height: 32px;
    z-index: 1;
    display: flex
}

.docs-box .filter-box .filter-right .filter-api .filter-span {
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

.docs-box .filter-box .filter-right .filter-api .filter-span::after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #666;
    position: absolute;
    top: 7px;
    right: 4px
}

.docs-box .filter-box .filter-right .select-ul {
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    z-index: 2;
    border: none;
    width: 120px;
    line-height: 32px;
    padding: 8px 0;
    box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.08);
    background: #fff
}

.docs-box .filter-box .filter-right .select-ul li {
    box-sizing: border-box;
    color: #666;
    line-height: 32px
}

.docs-box .filter-box .filter-right .select-ul li a {
    padding-left: 12px;
    color: #666;
    display: block
}

.docs-box .filter-box .filter-right .select-ul li a.selected {
    color: #07AAFF;
    font-weight: bold
}

.docs-box .filter-box .filter-right .select-ul li a:hover {
    color: #07AAFF;
    font-weight: bold;
    background: #F7F9FF
}

.docs-box .filter-box .filter-right option {
    width: 100px
}

.docs-box .data-list-ul-box {
    position: relative
}

.docs-box .data-fankui {
    position: absolute;
    left: 28px;
    bottom: -68px;
    z-index: 99;
    color: rgba(51, 51, 51, 0.4);
    font-size: 12px
}

.docs-box .data-fankui a {
    color: #07AAFF;
    font-weight: bold
}

.docs-box .data-fankui a:hover {
    opacity: .7
}

@media screen and (max-width: 750px) {
    .docs-box {
        width: 100%;
        min-width: 100% !important;
    }
}

@media screen and (max-width: 750px) {
    .docs-box {
        width: 100%;
        margin-top: 0.6rem;
        min-width: 100% !important;
    }

    .docs-box .data-fankui {
        bottom: -0.5rem;
    }
}


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

    .header-dropdown-m, .nav-mobile, .mobile-footer, .mobile-content-docs, .m-login-register {
        display: none !important
    }
}

@media screen and (max-width: 750px) {
    .footer-help-top, .pc, .footer-help, .m-second-filter-box {
        display: none !important
    }

    .nav-mobile .nav-logo {
        background-image: url('/icons/logo.svg')
    }

    .nav-mobile .nav-login {

    }

    .nav-mobile .nav-menu span {
        background-color: #262626
    }

    .nav-mobile .nav-top {
        background-color: rgba(255, 255, 255);
        border-bottom: .5px solid rgba(24, 24, 24, 0.05)
    }

    .mobile-content-docs {
        padding-top: 1rem
    }

    .m-arrow-cover-box .m-arrow-down-icon {
        width: .22rem;
        transition: transform .25s;
        -webkit-transition: transform .25s
    }

    .m-arrow-cover-box .anmiate-arrow-down-icon {
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg)
    }

    .m-category-cover-box {
        font-size: .26rem;
        font-family: PingFang-SC-Medium;
        font-weight: 400;
        color: #666;
        position: fixed;
        top: 1rem;
        left: 0;
        z-index: 22;
        background: rgba(0, 0, 0, 0.4);
        display: none
    }

    .m-category-cover-box .m-category-cover-in {
        background: #fff;
        flex-flow: row wrap;
        padding-bottom: .3rem
    }

    .m-filter-content {
        padding-top: .3rem;
        padding-bottom: .3rem;
        box-sizing: border-box
    }

    .m-search-none {
        width: 5.8rem;
        margin: .7rem auto
    }

    .m-search-none img {
        width: 5.8rem;
        height: 4rem
    }

    .m-more {
        text-align: center;
        color: #00bdff;
        font-size: .28rem;
        position: relative;
        z-index: 33;
        margin-top: .3rem
    }

    .m-more .m-no-more {
        display: none
    }

    .unite-lr-padding {
        padding-left: .3rem;
        padding-right: .3rem;
        position: relative
    }

    .unite-flex {
        display: flex;
        align-items: center
    }

    .filter-btn {
        display: flex;
        align-items: center;
        position: absolute;
        right: .3rem;
        top: -0.5rem;
        z-index: 7
    }

    .filter-btn span {
        font-size: .28rem;
        font-weight: bold;
        color: #333;
        padding-right: 4px
    }

    .nav-tabs {
        background: #fff;
        padding: .3rem;
        position: relative
    }

    .nav-tabs .filter-btn {
        top: .28rem
    }

    .nav-tabs .nav-tab {
        margin-right: .8rem;
        padding: .2rem 0;
        font-size: .3rem;
        color: #333;
        font-weight: bold;
        opacity: .39
    }

    .nav-tabs .nav-tab.active {
        position: relative;
        opacity: 1
    }

    .nav-tabs .nav-tab.active::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #333;
        height: .08rem;
        border-radius: .04rem
    }

    .nav-tabs.market-nav-tabs .nav-tab {
        margin-right: .5rem
    }

    .cover-title {
        font-size: .24rem
    }

    .bgff {
        background: #fff
    }

    .cover-flex-ul {
        display: flex;
        flex-wrap: wrap;
        gap: .12rem .12rem
    }

    .cover-flex-ul li {
        height: .72rem;
        line-height: .72rem;
        border-radius: .36rem;
        text-align: center;
        overflow: hidden;
        font-size: .24rem
    }

    .cover-flex-ul li a {
        display: block;
        height: 100%;
        color: #333;
        padding: 0 .32rem;
        background: #f7f7f7
    }

    .cover-flex-ul li a.selected {
        color: #07AAFF;
        background: #ECF9FF
    }

    .tags-assorts {
        margin: .2rem 0 .1rem .3rem
    }

    .cover-title {
        font-size: .26rem;
        padding-top: .36rem;
        padding-left: .3rem;
        padding: .32rem .3rem .2rem;
        color: #333
    }
}

.filter-event:hover .select-ul {
    display: block !important;
}


.data-list-ul-box {
    display: flex;
    gap: 12px 12px;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 20px
}

.data-list-ul-box li {
    width: calc(33.33% - 8px);
    min-height: 140px;
    border: 1px solid rgba(51, 51, 51, 0.12);
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .5s;
    position: relative
}

.data-list-ul-box li:hover {
    box-shadow: 0 2px 8px 4px rgba(18, 113, 239, 0.04);
    border: 1px solid rgba(51, 51, 51, 0.28)
}

.data-list-ul-box li:hover .data-info .data-price {
    opacity: 0;
    display: none
}

.data-list-ul-box li:hover .data-info .data-price.hover-price {
    opacity: 1;
    display: flex
}

.data-list-ul-box li:hover .data-more {
    opacity: 1
}

.data-list-ul-box li.market-data-li .free-use img {
    margin-left: 20px !important
}

.data-list-ul-box li.market-data-li:hover .data-info .data-price {
    opacity: 1;
    display: block
}

.data-list-ul-box li.market-data-li:hover .data-info .data-price.hover-price {
    opacity: 1;
    display: block
}

.data-list-ul-box li.market-data-li .free-use {
    position: relative
}

.data-list-ul-box li.market-data-li .free-use::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 3px;
    height: 14px;
    width: 1px;
    background: rgba(51, 51, 51, 0.2)
}


.data-list-ul-box .data-a-block {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 24px 16px 0 16px;
    box-sizing: border-box;
    flex-direction: column;

}

.data-list-ul-box .data-a-block:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 3px 0px, rgba(60, 64, 67, 0.15) 0px 4px 8px 3px;
}

.data-list-ul-box .data-a-block .image-box {
    margin: -24px -16px 20px -24px;
    height: 150px;

    background-color: #fff;
    background-size:  cover;
    background-repeat: no-repeat;


    border-bottom: 1px solid #f0f0f0;

}

.data-list-ul-box .svg-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.data-list-ul-box .data-info {
    flex: 1;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: hidden
}

.data-list-ul-box .data-info .data-name {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.data-list-ul-box .data-info .data-marks {
    height: 36px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #666;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.data-list-ul-box .data-info .flex-price {
    display: flex
}

.data-list-ul-box .data-info .data-price {
    color: #ff5441;
    margin: 0;
    font-size: 14px
}

.data-list-ul-box .data-info .data-price.yellow {
    color: #FF6D07
}

.data-list-ul-box .data-info .data-price span {
    line-height: 1;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block
}

.data-list-ul-box .data-info .data-price.gray span {
    color: rgba(51, 51, 51, 0.6);
    background: #f5f5f5
}

.data-list-ul-box .data-info .data-price.green span {
    color: #29C287;
    background: rgba(41, 194, 135, 0.1)
}

.data-list-ul-box .data-info .data-price.red span {
    color: #FF5441;
    background: rgba(255, 84, 65, 0.1)
}

.data-list-ul-box .data-info .data-price.blue span {
    color: var(--theme-color);
    background: rgba(7, 170, 255, 0.1)
}

.data-list-ul-box .data-info .data-price.hover-price {
    opacity: 0
}

.data-list-ul-box .data-info .data-price.hover-price span {
    font-size: 14px
}

.data-list-ul-box .data-info .data-price .green-color {
    color: #29C287;
    padding-right: 12px;
    position: relative
}

.data-list-ul-box .data-info .data-price .green-color::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 4px;
    height: 14px;
    width: 1px;
    background: rgba(51, 51, 51, 0.12)
}

.data-list-ul-box .data-info .data-price .free-use {
    color: #886212;
    margin: 0 !important
}

.data-list-ul-box .data-info .data-price .free-use img {
    margin-left: 0;
    margin-right: 3px;
    width: 14px;
    height: 14px
}

.data-list-ul-box .search-none {
    margin: 80px auto 0
}

@media screen and (max-width: 750px) {
    .data-list-ul-box {
        display: flex;
        gap: 0;
        row-gap: .2rem;
        margin: 0
    }

    .data-list-ul-box li {
        width: 100%;
        height: 2.34rem
    }

    .data-list-ul-box .data-a-block {
        padding: .34rem .4rem 0
    }

    .data-list-ul-box .svg-icon {
        width: .64rem;
        height: .64rem
    }

    .data-list-ul-box .data-info .data-name {
        color: #333;
        font-weight: bold;
        font-size: .28rem
    }

    .data-list-ul-box .data-info .data-marks {
        font-size: .24rem;
        line-height: .32rem;
        height: .64rem;
        margin-bottom: .16rem;
        overflow: hidden
    }

    .data-list-ul-box .data-info .data-price span {
        font-size: .2rem;
        padding: 3px 4px
    }
}

.paginate {
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.paginate {
    max-width: 1440px;
    margin: 40px auto 0;
    display: flex;
    justify-content: flex-end;
}

.paginate span {
    display: inline-block;
    margin: 0 8px;
    height: 32px;
    line-height: 32px;
}

.paginate a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    padding: 0 7px;
    text-decoration: none;
    vertical-align: bottom;
}

.paginate .currentPage {
    position: relative;
    margin: 0 7px;
    background: rgba(7, 170, 255, .05);
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
}

.paginate .currentPage a {
    color: #07AAFF;
}

.paginate .prevPage a,
.paginate .nextPage a {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.paginate .iconfont {
    font-size: 14px;
    color: #666;
    margin: 0 4px;
}

.paginate .centerBtn {
    border: none;
    background-color: #07AAFF;
    color: #fff;
    padding: 0px 14px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
}

.paginate input {
    border-color: #07AAFF;
    height: 22px;
    margin-right: 10px;
    outline: none;
    background: none;
    border: 1px solid #07AAFF;
    padding-left: 6px;
    border-radius: 2px;
}

.totalPage {
    margin-left: 2px !important;
}

.totalPage, .goPage {
    font-size: 12px;
}
