@keyframes slideDownIn {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.iconfont_change_rotate {
    animation: searchLoading 1s linear infinite
}

@keyframes searchLoading {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.banner {
    background-image: url(https://resource.fs.com/mall/blog/2024092412152229qalr.jpg);
    background-image: var(--23754da0);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px
}

.banner,.banner .main {
    display: flex;
    justify-content: center
}

.banner .main {
    align-items: center;
    flex-direction: column;
    max-width: 1200px
}

.banner .main h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px
}

.banner .main p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.banner .main .search_box {
    position: relative;
    width: 560px
}

.banner .main .search_box .input_box {
    position: relative
}

.banner .main .search_box .input_box .fs-input__wrapper {
    padding-right: 80px
}

.banner .main .search_box .input_box>input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 72px
}

.banner .main .search_box .input_box .btn {
    align-items: center;
    display: flex;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.banner .main .search_box .input_box .btn .iconfont {
    border-radius: 4px;
    color: #707070;
    cursor: pointer;
    font-size: 16px;
    padding: 6px
}

.banner .main .search_box .input_box .btn .iconfont:hover {
    background-color: #f7f7f7;
    color: #19191a
}

.banner .main .search_box .list {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    border-top: none;
    box-shadow: 0 2px 8px #0000001a;
    padding: 16px;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 3
}

.banner .main .search_box .list .list_item.r_list {
    margin-bottom: 20px
}

.banner .main .search_box .list .list_item>h3 {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 24px
}

.banner .main .search_box .list .list_item>h3>p {
    align-items: center;
    color: #0060bf;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.banner .main .search_box .list .list_item>h3>p:hover span {
    text-decoration: underline
}

.banner .main .search_box .list .list_item>h3>p .iconfont {
    font-size: 16px;
    line-height: 1;
    margin-right: 4px
}

.banner .main .search_box .list .list_item>ul {
    display: flex;
    flex-flow: wrap
}

.banner .main .search_box .list .list_item>ul li {
    align-items: center;
    border: 1px solid #eee;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    margin-right: 8px;
    margin-top: 8px;
    min-height: 28px;
    padding: 3px 10px;
    position: relative;
    word-break: break-all
}

.banner .main .search_box .list .list_item>ul li:before {
    background: #19191a;
    border-radius: 999px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: -1
}

.banner .main .search_box .list .list_item>ul li:last-child {
    margin-right: 0
}

.banner .main .search_box .list .list_item>ul li:hover:before {
    opacity: .04
}

.banner .main .search_box .list .list_item>ul li>span {
    color: #19191a;
    display: -webkit-box;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.banner .main .search_box .list .list_item>ul li i {
    border-radius: 4px;
    color: #707070;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    margin-left: 8px
}

.banner .main .search_box .list .list_item>ul li i:hover {
    color: #19191a
}

.banner .main .search_box .list.show_search {
    padding: 8px 0
}

.banner .main .search_box .list.show_search .search_list li {
    display: flex
}

.banner .main .search_box .list.show_search .search_list li a {
    color: #19191a;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 12px;
    text-decoration: none;
    width: 100%
}

.banner .main .search_box .list.show_search .search_list li a .gray {
    background-color: #e5e5e5
}

.banner .main .search_box .list.show_search .search_list li a:hover {
    background-color: #f7f7f7
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .banner {
        background-image:var(--4b346686);
        justify-content: flex-start;
        padding-left: 48px
    }

    .banner .main {
        align-items: flex-start
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background-image:var(--bae39c62);
        height: 233px;
        justify-content: flex-start;
        padding: 0 16px
    }

    .banner .main {
        align-items: flex-start;
        width: 100%
    }

    .banner .main h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        width: 100%
    }

    .banner .main .search_box {
        width: 100%
    }
}

@keyframes slideDownIn-6d19aea1 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-6d19aea1 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.nav {
    background-color: #eee;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 2
}

.nav .more_list {
    display: none
}

.nav .main {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .nav .main {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .nav .main {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    .nav .main {
        width:calc(100% - 32px)
    }
}

.nav .main .more_btn {
    display: none
}

.nav .main.no_en ul {
    gap: 34px
}

.nav .main ul {
    display: flex;
    gap: 48px;
    height: 56px;
    width: 100%
}

.nav .main ul li,.nav .main ul li>a {
    position: relative
}

.nav .main ul li>a:after {
    background-color: #c00000;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .2s;
    width: 100%
}

.nav .main ul li:hover a:after {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .nav .main ul li:hover a:after {
        opacity:0
    }
}

.nav .main ul li:hover a,.nav .main ul li:hover a .iconfont {
    color: #19191a
}

@media screen and (max-width: 768px) {
    .nav .main ul li:hover a,.nav .main ul li:hover a .iconfont {
        color:#707070
    }
}

.nav .main ul li.active a:after {
    opacity: 1
}

.nav .main ul li.active a {
    color: #19191a
}

@media screen and (max-width: 768px) {
    .nav .main ul li.active,.nav .main ul li.active .iconfont {
        color:#19191a
    }
}

.nav .main ul li a {
    color: #707070;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    line-height: 22px;
    line-height: 56px;
    position: relative
}

.nav .main ul li a:hover {
    text-decoration: none
}

.nav .main ul li a .iconfont {
    color: #707070;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    transition: all .2s
}

.nav .main ul li .more {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 3px 6px -2px #0000001a;
    display: flex;
    display: none;
    flex-direction: column;
    left: 0;
    padding: 5px 12px;
    position: absolute;
    top: 100%
}

.nav .main ul li .more a {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px;
    white-space: nowrap
}

.nav .main ul li .more a:hover {
    color: #19191a;
    text-decoration: underline
}

.nav .main ul li:hover .more {
    display: flex
}

@media screen and (max-width: 768px) {
    .nav .main ul li:hover .more {
        display:none
    }
}

.nav .main ul li:hover a .iconfont {
    transform: rotateX(180deg)
}

@media (max-width: 1280px) {
    .nav .main ul,.nav .main.no_en ul {
        gap:32px
    }

    .nav .main ul li,.nav .main ul li a span {
        white-space: nowrap
    }
}

@media screen and (max-width: 768px) {
    .nav {
        top:0;
        width: calc(100vw - 60px)
    }

    .nav .main {
        margin: 0 0 0 16px;
        overflow: auto;
        width: calc(100% - 16px)
    }

    .nav .main:before {
        background: linear-gradient(270deg,transparent,rgba(0,0,0,.01) 69%,rgba(0,0,0,.04));
        content: "";
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 32px
    }

    .nav .main::-webkit-scrollbar {
        display: none
    }

    .nav .main.no_en ul {
        gap: 0
    }

    .nav .main>ul {
        gap: 0;
        height: 52px
    }

    .nav .main>ul li {
        padding: 0 12px
    }

    .nav .main>ul li a {
        line-height: 22px;
        padding: 16px 0 14px
    }

    .nav .main>ul li a span {
        display: inline-block;
        line-height: 22px
    }

    .nav .main>ul li:first-child {
        padding-left: 0
    }

    .nav .main>ul li a .iconfont {
        display: none
    }

    .nav .main .more_btn {
        align-items: center;
        background: #eee;
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        height: 53px;
        padding: 8px 24px 8px 8px;
        position: absolute;
        right: -60px;
        z-index: 1
    }

    .nav .main .more_btn:after {
        background: linear-gradient(270deg,rgba(0,0,0,.04),rgba(0,0,0,.01) 30%,transparent);
        content: "";
        height: 100%;
        left: -30px;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 30px
    }

    .nav .main .more_btn .iconfont {
        border-radius: 4px;
        color: #707070;
        cursor: pointer;
        font-size: 16px;
        line-height: 1;
        padding: 6px
    }

    .nav .main .more_btn .iconfont:hover {
        background-color: #19191a0a;
        color: #19191a
    }

    .nav .more_list {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        box-shadow: 0 3px 6px -2px #0000001a;
        display: none;
        left: 0;
        max-height: 180px;
        overflow: auto;
        position: absolute;
        top: 57px;
        width: 100vw
    }

    .nav .more_list.show {
        display: block
    }

    .nav .more_list ul {
        display: flex;
        flex-flow: wrap;
        padding: 0 12px 12px
    }

    .nav .more_list ul li {
        border: 1px solid #eee;
        border-radius: 4px;
        display: flex;
        margin-right: 12px;
        margin-top: 12px;
        padding: 3px 10px
    }

    .nav .more_list ul li.active a {
        color: #19191a
    }

    .nav .more_list ul li a {
        color: #707070;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none
    }
}

@keyframes slideDownIn-ad5dd66b {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-ad5dd66b {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.featured {
    margin: 40px 0 0
}

.featured .main {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .featured .main {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .featured .main {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    .featured .main {
        width:calc(100% - 32px)
    }
}

.featured .main h2 {
    color: #19191a;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px
}

.featured .main .list_m {
    display: none
}

.featured .main .list {
    display: flex;
    gap: 20px;
    width: 100%
}

.featured .main .list li {
    border-radius: 4px;
    transition: all .2s;
    width: calc(20% - 16px)
}

.featured .main .list li:hover {
    box-shadow: 0 15px 15px -10px #00000026
}

.featured .main .list li:hover .tit {
    text-decoration: underline
}

.featured .main .list li a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.featured .main .list li a .img {
    border-radius: 8px 8px 0 0;
    max-height: 300px;
    overflow: hidden;
    width: 100%
}

.featured .main .list li a .img img {
    display: block;
    width: 100%
}

.featured .main .list li a .tit {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    border-top: none;
    color: #19191a;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 20px
}

.featured .main .list li a .tit>p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.featured .main .list li a:hover {
    text-decoration: none
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .featured .main .list li a .img {
        max-height:240px
    }
}

@media screen and (max-width: 768px) {
    .featured .main h2 {
        font-size:20px;
        line-height: 28px
    }

    .featured .main .list_m {
        display: block
    }

    .featured .main .list_m .swiper-slide {
        height: auto
    }

    .featured .main .list_m .swiper-slide>a {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden
    }

    .featured .main .list_m .swiper-slide>a .img {
        border-radius: 8px 8px 0 0;
        max-height: 240px;
        overflow: hidden;
        width: 100%
    }

    .featured .main .list_m .swiper-slide>a .img img {
        display: block;
        width: 100%
    }

    .featured .main .list_m .swiper-slide>a .tit {
        border: 1px solid #e5e5e5;
        border-radius: 0 0 8px 8px;
        border-top: none;
        color: #19191a;
        flex: 1;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        padding: 20px
    }

    .featured .main .list_m .swiper-slide>a .tit>p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }

    .featured .main .list {
        display: none
    }

    .swiper {
        display: block;
        overflow: hidden;
        padding-bottom: 28px
    }

    .swiper .swiper-pagination {
        bottom: 0;
        display: flex;
        justify-content: center
    }

    .swiper .swiper-pagination .swiper-pagination-bullet {
        background: #707070;
        height: 8px;
        opacity: .4;
        transition: all .3s;
        width: 8px
    }

    .swiper .swiper-pagination .swiper-pagination-bullet-active {
        border-radius: 4px;
        opacity: 1;
        width: 20px
    }
}

@keyframes slideDownIn-2c664f76 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-2c664f76 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.more {
    margin: 40px 0 20px
}

.more .main {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .more .main {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .more .main {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    .more .main {
        width:calc(100% - 32px)
    }
}

.more .main .m_tit {
    display: none
}

.more .main .tit {
    color: #19191a;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px
}

.more .main .tit.has_search_tit {
    display: flex;
    justify-content: space-between
}

.more .main .tit.has_search_tit .no_result_tit {
    color: #707070
}

.more .main .tit.has_search_tit .no_result_tit span {
    color: #19191a;
    word-break: break-all
}

.more .main .tit.has_search_tit>a {
    align-items: center;
    color: #19191a;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 16px;
    text-decoration: none
}

.more .main .tit.has_search_tit>a:hover>span {
    text-decoration: underline
}

.more .main .tit.has_search_tit>a .iconfont {
    font-size: 12px;
    line-height: 1;
    margin-left: 4px
}

.more .main .no_result {
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: -20px;
    margin-top: 40px;
    text-align: center
}

.more .main .no_result>p:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px
}

.more .main .list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px
}

.more .main .list li {
    border-radius: 8px;
    display: flex;
    transition: all .2s
}

.more .main .list li a {
    display: flex;
    flex: 1;
    flex-direction: column;
    transition: all .3s
}

.more .main .list li a:hover {
    box-shadow: 0 15px 15px -10px #00000026;
    text-decoration: none
}

.more .main .list li a:hover h3 {
    text-decoration: underline
}

.more .main .list li a .img {
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.more .main .list li a .img img {
    display: block;
    max-width: 100%
}

.more .main .list li a .content {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    border-top: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 20px 20px 52px;
    position: relative
}

.more .main .list li a .content .tag {
    align-items: center;
    color: #707070;
    display: flex;
    font-size: 12px;
    gap: 8px;
    line-height: 20px
}

.more .main .list li a .content .tag .line {
    background-color: #e5e5e5;
    height: 10px;
    width: 1px
}

.more .main .list li a .content .tag .line:last-of-type {
    display: none
}

.more .main .list li a .content h3 {
    color: #19191a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.more .main .list li a .content h3,.more .main .list li a .content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.more .main .list li a .content .time,.more .main .list li a .content p {
    color: #707070;
    font-size: 12px;
    line-height: 20px
}

.more .main .list li a .content .time {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 40px)
}

.more .main .list li a .content .time>div {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%
}

.more .main .list li a .content .time>div>span {
    flex-shrink: 0
}

.more .main .list li a .content .time>div .tag,.more .main .list li a .content .time>div .tag_list {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.more .main .list li a .content .time>div .tag {
    display: block;
    flex: 1
}

.more .main .list li a .content .time>div .tag .line {
    display: inline-block;
    margin: 0 8px
}

.more .main .list li a .content .time>div .tag .line:last-of-type {
    display: none
}

.more .main .list li a .content .time>div .tag span {
    display: inline;
    flex-shrink: 0;
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    .more .main .list {
        grid-template-columns:repeat(1,1fr)
    }

    .more .main .tit {
        font-size: 20px;
        line-height: 28px
    }

    .more .main .tit.has_search_tit>a {
        font-size: 13px;
        line-height: 20px
    }

    .more .main .tit.has_search_tit>div {
        color: #19191a;
        font-size: 20px;
        line-height: 28px
    }

    .more .main .tit.has_search_tit .no_result_tit {
        display: none
    }

    .more .main .no_result {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 214px;
        padding-top: 64px
    }

    .more .main .no_result p:first-child {
        color: #19191a
    }
}

@keyframes slideDownIn-a99682b0 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-a99682b0 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

main[data-v-a99682b0] {
    padding-bottom: 40px
}

@media screen and (max-width: 768px) {
    main[data-v-a99682b0] .nav.navFixed {
        z-index:100
    }
}

main .check_title[data-v-a99682b0] {
    margin: 40px auto 0;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    main .check_title[data-v-a99682b0] {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    main .check_title[data-v-a99682b0] {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    main .check_title[data-v-a99682b0] {
        width:calc(100% - 32px)
    }
}

main .check_title h3[data-v-a99682b0] {
    color: #19191a;
    font-size: 20px;
    line-height: 28px
}

main.isTag[data-v-a99682b0] .featured {
    display: none
}

main.isTag[data-v-a99682b0]>.more {
    margin-top: 20px
}
