/*@font-face {*/
/*    font-family: "Pht";*/
/*    src: url('../font/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: "Pht";*/
/*    src: url('../font/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*}*/

/** {*/
/*    font-family: 'Pht';*/
/*}*/

.section-header {
    margin-bottom: 10px;
}

.section-title {
    line-height: 45px;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
}

.view-more {
    text-decoration: none;
    height: 22px;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
}

.view-more:hover {
    color: #E21818;
}

.header-content__login {
    background: #F5F5F5;
}

.header-content__login .login-tip {
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
}

.header-content__login .login-tip a {
    margin-left: 22px;
    color: #E21818;
}

.header-content__login .login-tip .txt {
    color: #999999;
}

.header-content__body .default-btn {
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #999999;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.header-content__body .default-btn:hover {
    background: #E21818;
    color: #fff;
}

.card-box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-col {
    padding: 10px;
}


.tags {
    display: flex;
    /*flex-wrap: wrap;*/
    overflow-x: auto;
    height: 37px;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tags span {
    background-color: #f5f5f5;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    line-height: 1.1;
    font-size: 12px;
}

/* 筛选 */
.filter-section {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
}

.filter-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.filter-row:last-child {
    margin-bottom: 0;
}

.filter-row-checked {
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.filter-row-checked .filter-options a {
    background: rgba(10, 153, 255, 0.06);
    border-radius: 4px 4px 4px 4px;
    color: #0A97FB;
}

.filter-label {
    flex-shrink: 0;
    width: 111px;
    height: 38px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-right: 24px;
}

.sub-category {
    /*margin-left: 135px;*/
}

.filter-options {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #666;
}

.filter-options.show-one-line {
    height: 38px;
}

.filter-options.show-all {
    height: auto;
}

.filter-options .icon-show-all {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
}

.filter-options a {
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 16px;
}

.filter-options a:hover {
    color: #E21818;
    text-decoration: underline;
}

.filter-options a.active {
    color: #fff;
    background: #E21818;
}

.sub-category .filter-options {
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 12px 0;
}

.sub-category .filter-options a {
    height: 18px;
    line-height: 18px;
    margin-bottom: 12px;
}

.sub-category .filter-options a.active {
    background: transparent;
    color: #E21818;
    text-decoration-line: underline;
}

.selected-tag {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    color: #999999;
}

.filter-row-checked .filter-label {
    width: 48px;
    height: 30px;
    line-height: 30px;
}

.filter-row-checked .filter-options .clear-all {
    height: 30px;
    line-height: 30px;
    color: #0A97FC;
    background: none;
}

.filter-sort {
    width: 157px;
    height: 46px;
    background: #F5F5F5;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    position: relative;
}

.filter-sort i {
    font-size: 17px;
    margin-left: 7px;
}
.filter-sort-list{
    position: absolute;
    transition: all .3s;
    background: #F5F5F5;
    border-radius: 0 0 6px 6px;
    width: 100%;
    top: 44px;
    z-index: 2;
    overflow: hidden;
    height: 0;
}
.filter-sort:hover .filter-sort-list{
    height: 85px;
}
.filter-sort-list *{
    display: block;
    padding: 10px 20px;
}
.filter-sort-list *:hover{
    background: #E21818;
    color: #fff;
}

/* footer */
.footer-zh {
    background: #333;
    font-size: 14px;
    color: #fff;
}


.footer-zh .nav-item_title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.footer-zh .nav-item_title::after {
    content: "";
    display: block;
    margin-top: 16px;
    border-bottom: 1px solid;
    opacity: .12;
}

.footer-zh .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
    font-weight: 700;
}

.footer-zh .nav-list a, .page-footer-bar-item {
    color: #fff;
}

.footer-zh .nav-list a:hover {
    text-decoration: underline;
    color: #E21818;
}

.footer-zh .page-footer-code {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    gap: 40px;
}

.footer-zh .page-footer-code img {
    display: block;
    padding: 4px;
    width: 110px;
    height: 110px;
    background-color: #fff;
    margin-bottom: 12px;
    border-radius: 8px;
}

.footer-zh .page-footer-logos {
    margin-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-zh .logos-title {
    font-weight: bold;
    margin: 0 0 14px;
}

.footer-zh .page-footer-logos__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-zh .page-footer-logos__grid a {
    display: block;
    padding: 12px 16px;
    background-color: rgba(0, 0, 0, .08);
    border-radius: 4px;
    box-shadow: inset 12px 4px 24px rgba(0, 0, 0, .04);
}

.footer-zh .page-footer-logos__grid img {
    height: 30px;
    max-width: 100%;
}

.footer-zh .footer-bottom-bar {
    background-color: #222;
    font-size: 13px;
}

.footer-zh .footer-bottom-bar .container {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-zh .footer-bottom-bar img {
    height: 20px;
}

.footer-bottom-bar .page-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-right: auto;
    font-weight: 700;
    margin-right: auto;
}

.footer-bottom-bar a:hover {
    color: #E21818;
}

.fotitexxt {
    text-align: center;

    margin-bottom: 10px;
}

.fotitexxt dt {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.fotitexxt p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.footer-zh .page-footer-logos {
    margin-top: 40px;
}

.footerrow {
    margin-bottom: 40px;
    margin-top: 60px;
}

.page-footer-code .text dt {
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}

.page-footer-code .text p {
    color: #999999;
    text-align: left;
    font-size: 16px;
}

.footer-zh .page-footer-code {
    gap: 0
}

.page-footer-code-item {
    margin-left: 20px;
}

.footer-zh .nav-list {
    display: block;
}

.footer-zh .nav-item_title::after {
    border: none
}
.botdotnc{
    display: flex
;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.botp{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.botp a{
    font-size: 16px; color: #999}
.footer-zh .nav-item_title {
    font-size: 18px;
}

.footer-zh .nav-list {
    font-size: 16px;
    color: #999999;
}

.footer-zh .nav-list li a {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

@media (min-width: 1280px) {
    /* .footer-zh .container {
        width: 1280px;
    } */
}

@media (max-width: 992px) {
    .footer-zh .page-footer-code {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .footer-zh .page-footer-logos__grid {
        justify-content: flex-start;
        gap: 12px;

    }

    .footer-zh .footer-bottom-bar .container {
        display: block;
    }

    .footer-bottom-bar .page-footer-copyright {
        display: block;
    }

    .footer-zh .page-footer-copyright img {
        display: block;
    }

    .footer-zh .page-footer-logos__grid img {
        height: 22px;
    }
}

@media (max-width: 500px) {
    .footer-zh .footer-bottom-bar {
        font-size: 12px;
    }

    .header-content__login .login-tip {
        flex-wrap: wrap;
    }

    .filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .sub-category {
        margin-left: 0;
    }

    .filter-sort {
        margin-top: 20px;
    }
}
