﻿@keyframes pagination-progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes button-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 29, 29, .2);
        opacity: .4
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 29, 29, .2);
        opacity: 1
    }
}

@keyframes button-blue-border {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 122, 252, .2);
        opacity: .4
    }

    100% {
        box-shadow: 0 0 0 10px rgba(52, 122, 252, .2);
        opacity: 1
    }
}

h2.title {
    font-size: 34px;
    font-weight: bold;
    color: #040f42
}

h2.title-white {
    color: #fff
}

.title-p {
    font-size: 20px;
    line-height: 1.5;
    color: #040f42
}

p {
    color: #040f42
}

.apply-btn-box {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

.apply-btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    font-size: 16px;
    color: #fd4047;
    border: 2px solid #fd4047;
    text-align: center;
    border-radius: 8px;
    transition: all .2s ease-in-out
}

.apply-btn-box a:first-child:hover {
    color: #fd4343;
    border: 2px solid #fd4047;
    box-shadow: 0 10px 25px 0 rgba(255, 77, 77, .4)
}

.apply-btn-box a:nth-child(2) {
    margin-left: 25px;
    color: #fff;
    background: linear-gradient(90deg, #fd515e 0%, #fd2324 100%);
    border-radius: 8px
}

.apply-btn-box a:nth-child(2):hover {
    background-color: #e83820;
    box-shadow: 0 10px 25px 0 rgba(255, 77, 77, .4)
}

.banner-wrap {
    width: 100%;
    height: 450px;
    margin-top: 68px;
    background: url("../images/llm_banner_bg.png") no-repeat left top/cover
}

.banner-wrap .banner-box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: url("../images/xiaoguimonashuiren_banner.png") no-repeat right center/50% auto
}

.banner-wrap .banner-box .banner-left {
    max-width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

.banner-wrap .banner-box h1 {
    font-size: 40px;
    font-weight: bold;
    color: #020814
}

.banner-wrap .banner-box p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #51565d
}

.banner-wrap .banner-box .banner-bottom-text {
    font-size: 16px;
    opacity: 1;
    margin-top: 15px
}

.banner-wrap .banner-box .banner-apply-box {
    display: flex
}

.banner-wrap .banner-box .banner-apply-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 160px;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #ff525f 0%, #fd2222 100%)
}

.banner-wrap .banner-box .banner-apply-box a:first-child {
    margin-right: 20px
}

.banner-wrap .banner-box .banner-apply-box a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.banner-wrap .banner-box .banner-apply-box a:nth-child(2) {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1)
}

.banner-wrap .banner-box .banner-apply-box a:nth-child(2):hover {
    box-shadow: 3px 15px 15px rgba(255, 255, 255, .1)
}

.llm-worth-wrap .box .item {
    max-width: 30%;
    padding: 40px 15px 20px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff
}

.llm-worth-wrap .box .item .item-img {
    max-width: 200px;
    display: flex;
    align-self: center;
    margin: 0 auto 15px
}

.llm-worth-wrap .box .item h4 {
    font-size: 20px;
    color: #020814;
    font-weight: bold;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px
}

.llm-worth-wrap .box .item h4 span {
    color: red
}

.llm-worth-wrap .box .item p {
    line-height: 1.7;
    max-width: 90%;
    margin: 0 auto;
    color: #040f42;
    text-align: left
}

.llm-worth-wrap .apply-btn-box {
    margin-top: 40px
}

.content-wrap .apply-btn-box {
    margin-top: 40px
}

.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 30px 0px;
}

.content-box .content-img {
    width: 43%;
    text-align: center;
}

.content-box .content-img video {
    display: block;
    max-width: 100%;
    border: none
}

.content-box .content-text {
    flex: 1
}

.content-box .content-text-item:not(:last-child) {
    margin-bottom: 25px
}

.content-box .content-text-item h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #040f42;
    margin-bottom: 15px
}

.content-box .content-text-item h4 i {
    margin-right: 10px;
    width: 4px;
    height: 22px;
    margin-top: 2px;
    line-height: 1;
    background: #ff4848;
    border-radius: 2px 2px 2px 2px
}

.content-box .content-text-item p {
    line-height: 1.7;
    color: #040f42
}

.content-box .apply-btn-box {
    margin-top: 25px;
    justify-content: flex-start
}

.content-ai-box {
    flex-wrap: wrap
}

.content-ai-box .content-img {
    width: 90%;
    margin: 0 auto 20px
}

.content-ai-box .content-img video {
    max-width: 100%
}

.content-ai-box .content-text {
    flex: none;
    width: 88%;
    margin: 0 auto;
    justify-content: space-between
}

.content-ai-box .content-text .content-text-item {
    width: 22%;
    margin-bottom: 0;
    color: #040f42
}

.content-ai-box .content-text .content-text-item h4 {
    justify-content: center
}

.content-ai-box .content-text .content-text-item:nth-child(3) {
    margin-right: 60px
}

.custom-wrap {
    background: url("../images/robot_custom_bg.png") no-repeat left top/cover
}

.custom-wrap .custom-logo-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px
}

.custom-wrap .custom-logo-box .custom-logo {
    flex: 1;
    min-width: 12%;
    max-width: 15%
}

.custom-swiper {
    position: relative
}

.custom-swiper .swiper-wrapper {
    margin-bottom: 40px
}

.custom-swiper .swiper-slide {
    width: 1200px;
    padding: 18px 0
}

.custom-swiper .swiper-slide-logo {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.custom-swiper .swiper-slide-logo img {
    width: 150px;
    cursor: pointer
}

.custom-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    bottom: 72px;
    left: 0;
    width: 100%
}

.custom-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 150px;
    height: 2px;
    margin-bottom: 20px;
    border-radius: 2px;
    opacity: 1
}

.custom-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e6e7e9;
    position: relative;
    opacity: 1
}

.custom-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f81f30;
    animation: pagination-progress 3s linear infinite .3s
}

.swiper-slide-box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 323px;
    padding: 40px 40px 160px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
    background: #fff
}

.swiper-slide-box .swiper-text-box {
    flex: 1
}

.swiper-slide-box .swiper-text-box .flex i {
    margin-right: 20px;
    flex-shrink: 0;
    width: 4px;
    height: 32px;
    margin-top: 4px;
    line-height: 1;
    background: #ff4848;
    border-radius: 2px 2px 2px 2px
}

.swiper-slide-box .swiper-text-box .flex p {
    line-break: anywhere
}

.swiper-slide-box .swiper-text-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #020814;
    margin-bottom: 15px
}

.swiper-slide-box .swiper-text-box a {
    font-size: 13px;
    margin-bottom: 15px;
    margin-left: 25px;
    display: block;
    text-align: center;
    width: 110px;
    height: 26px;
    line-height: 24px;
    border-radius: 15px;
    color: #fd4047;
    border: 1px solid #fd4047;
    transition: all .2s ease-in-out
}

.swiper-slide-box .swiper-text-box a:hover {
    color: #fff;
    background-color: #fd4047
}

.swiper-slide-box .swiper-text-box h4 {
    font-size: 15px;
    color: #ff2c2c
}

.swiper-slide-box .swiper-text-box h4 strong {
    font-size: 24px;
    margin-right: 2px
}

.swiper-slide-box .swiper-text-box p {
    margin-bottom: 10px;
    line-height: 1.7
}

.swiper-slide-box .swiper-text-box .swiper-text-detail {
    margin-top: 40px;
    color: #040f42
}

.swiper-slide-box .swiper-slide-img {
    width: 60%;
    flex-shrink: 0;
    position: relative
}

.swiper-slide-box .swiper-slide-img .swiper-slide-img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff
}

.swiper-slide-box .swiper-slide-img .swiper-slide-img-text h4 {
    font-weight: bold
}

.swiper-slide-box .swiper-slide-img .swiper-slide-img-text p {
    max-width: 90%;
    margin-top: 10px;
    color: #fff;
    opacity: .8
}

.news-wrap {
    width: 100%;
    margin-bottom: 40px
}

.news-wrap .news-box {
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.news-wrap .news-box .news-left {
    width: 50%;
    border-radius: 8px;
    overflow: hidden
}

.news-wrap .news-box .news-right {
    width: 50%;
    padding: 0 20px
}

.news-box .news-first {
    overflow: hidden;
    margin-bottom: 20px
}

.news-box .news-first .news-first-img {
    width: 100%;
    position: relative;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden
}

.news-box .news-first .news-first-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #fdaeae 0%, #f03737 100%);
    border-radius: 0px 25px 25px 0px
}

.news-box .news-first .news-first-right {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}

.news-box .news-first .news-first-right a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2.5;
    color: #fff
}

.news-box .news-first .news-first-right a:hover {
    color: #e92634
}

.news-box .news-first .news-first-right p {
    font-size: 12px;
    line-height: 1.7;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news-box .news-list {
    display: flex;
    position: relative;
    padding-left: 20px
}

.news-box .news-list::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 10px
}

.news-box .news-list a {
    width: 100%;
    line-height: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s ease-in-out
}

.news-box .news-list a p {
    flex: 1;
    max-width: calc(100% - 70px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-box .news-list a i {
    font-style: normal;
    flex-shrink: 0
}

.news-box .news-list p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0
}

.news-box .news-list:hover {
    color: red
}

.news-box .news-list:hover::before {
    background-color: red
}

.news-box .news-list:hover a {
    color: red;
    margin-left: 2px
}

.news-box .news-list:hover a p {
    color: inherit
}

.news-box .news-list:hover a i {
    margin-left: 2px
}

.news-box .news-right .news-list {
    margin-left: 20px
}


.news-box .news-right .news-right-more {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out
}

.news-box .news-right .news-right-more:hover i {
    color: red
}

.news-box .news-right .news-right-tag {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #fdaeae 0%, #f03737 100%);
    border-radius: 0px 25px 25px 0px
}

.news-box .news-right span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #e92634;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-color: #d9dde7;
    border-radius: 4px
}

.bottom-apply-wrap {
    width: 100%;
    height: 210px;
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    background: url("../images/webchat_apply_bg.png") no-repeat left top/cover
}

.bottom-apply-wrap h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.bottom-apply-wrap a {
    display: block;
    width: 143px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #ff4646;
    background: #fff;
    box-shadow: 4px 7px 8px 0px rgba(217, 73, 72, .36)
}

@media screen and (max-width: 768px) {
    html {
        font-size: 2.6666666667vw;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    body {
        font-size: 1.2rem;
        color: #444;
        background-color: #fff;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol
    }

    h2.title {
        font-size: 2rem;
        line-height: 1.7;
        font-weight: bold;
        color: #040f42
    }

    .title-p {
        max-width: 94%;
        font-size: 1.3rem;
        line-height: 1.7;
        color: #040f42;
        word-break: break-all
    }

    .banner-wrap {
        width: 100%;
        height: 42rem;
        margin-top: 0;
        background: url("../images/webchat_banner_bg.png") no-repeat left top/cover
    }

    .banner-wrap .banner-box {
        height: 100%;
        background: url(../images/xiaoguimonashuiren_banner.png) no-repeat right center/70% auto;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center bottom
    }

    .banner-wrap .banner-box .banner-left {
        max-width: none
    }

    .banner-wrap .banner-box .banner-img-box {
        margin: 0 auto
    }

    .banner-wrap .banner-box .banner-img-box .banner-img-item {
        display: none
    }

    .banner-wrap .banner-box h1 {
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.5;
        margin-top: -15%;
        margin-bottom: 3%;
        color: #fff
    }

    .banner-wrap .banner-box p {
        display: none;
        max-width: 80%;
        margin: 0 auto 5rem;
        font-size: 1.4rem;
        text-align: center;
        color: #fff;
        line-height: 1.7
    }

    .banner-wrap .banner-box .banner-bottom-text {
        display: none
    }

    .banner-wrap .banner-box .banner-apply-box {
        display: flex;
        justify-content: center
    }

    .banner-wrap .banner-box .banner-apply-box a {
        margin-top: 2rem;
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        border-radius: .4rem;
        font-size: 1.4rem
    }

    .apply-btn-box a {
        display: block;
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        border: .1rem solid #fd4047;
        font-size: 1.4rem;
        border-radius: .4rem
    }

    .apply-btn-box a:nth-child(2) {
        margin-left: 2.5rem
    }

    .content-wrap .apply-btn-box {
        margin-top: 2rem
    }
    .content-box {
    	flex-direction: column;
    }
    .content-box .content-img {
        width: 90%
    }

    .content-box .content-text {
    	width: 90%;
        flex: 1;
        margin-top: 3rem;
    }

    .content-box .content-text-item:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .content-box .content-text-item h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem
    }

    .content-box .content-text-item h4 i {
        margin-right: 1rem;
        width: .4rem;
        height: 2.2rem;
        margin-top: .2rem;
        border-radius: .2rem .2rem .2rem .2rem
    }

    .llm-worth-wrap .box {
        flex-wrap: wrap;
        gap: 1rem
    }

    .llm-worth-wrap .box .item {
        max-width: 100%;
        padding: 4rem 1.5rem 2rem;
        text-align: center;
        border-radius: .4rem;
        background-color: #fff
    }

    .llm-worth-wrap .box .item .item-img {
        max-width: 20rem;
        display: flex;
        align-self: center;
        margin: 0 auto 1.5rem
    }

    .llm-worth-wrap .box .item h4 {
        font-size: 1.8rem;
        color: #020814;
        font-weight: bold;
        line-height: 1;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem
    }

    .llm-worth-wrap .box .item h4 span {
        color: red
    }

    .llm-worth-wrap .box .item p {
        line-height: 1.7;
        max-width: 90%;
        margin: 0 auto;
        color: #040f42;
        text-align: left
    }

    .llm-worth-wrap .apply-btn-box {
        margin-top: 4rem
    }

    .custom-wrap .custom-logo-box {
        gap: 1.2rem
    }

    .custom-swiper .swiper-wrapper {
        margin-bottom: 2rem
    }

    .custom-swiper .swiper-slide {
        width: 100%;
        padding: 1.8rem 0
    }

    .custom-swiper .swiper-slide-logo {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10rem;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: space-evenly
    }

    .custom-swiper .swiper-slide-logo img {
        width: 19%;
        cursor: pointer
    }

    .custom-swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        bottom: 7.2rem;
        left: 0;
        width: 100%
    }

    .custom-swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        width: 15rem;
        height: .2rem;
        margin-bottom: 2rem;
        border-radius: .2rem;
        opacity: 1
    }

    .custom-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e6e7e9;
        position: relative;
        opacity: 1
    }

    .custom-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
        content: "";
        width: 0;
        height: 100%;
        border-radius: .2rem;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f81f30;
        animation: pagination-progress 3s linear infinite .3s
    }

    .swiper-slide-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        padding: 2rem 2rem 7rem 2rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 1rem;
        border-radius: 1rem;
        background: #fff
    }

    .swiper-slide-box .mb-40 {
        margin-bottom: 0
    }

    .swiper-slide-box .swiper-text-box {
        flex: 1
    }

    .swiper-slide-box .swiper-text-box .flex i {
        margin-right: 2rem;
        flex-shrink: 0;
        width: .4rem;
        height: 3.2rem;
        margin-top: .4rem;
        line-height: 1;
        background: #ff4848;
        border-radius: .2rem .2rem .2rem .2rem
    }

    .swiper-slide-box .swiper-text-box .flex p {
        line-break: anywhere
    }

    .swiper-slide-box .swiper-text-box h3 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #020814;
        margin-bottom: .5rem
    }

    .swiper-slide-box .swiper-text-box a {
        font-size: 1.3rem;
        margin-bottom: .5rem;
        margin-left: 2.5rem;
        display: block;
        text-align: center;
        width: 11rem;
        height: 2.6rem;
        line-height: 2.4rem;
        border-radius: 1.5rem;
        color: #fd4047;
        border: .1rem solid #fd4047;
        transition: all .2s ease-in-out
    }

    .swiper-slide-box .swiper-text-box a:hover {
        color: #fff;
        background-color: #fd4047
    }

    .swiper-slide-box .swiper-text-box h4 {
        font-size: 1.5rem;
        color: #ff2c2c
    }

    .swiper-slide-box .swiper-text-box h4 strong {
        font-size: 2.4rem;
        margin-right: .2rem
    }

    .swiper-slide-box .swiper-text-box p {
        margin-bottom: 1rem;
        line-height: 1.7
    }

    .swiper-slide-box .swiper-text-box .swiper-text-detail {
        margin-top: 4rem;
        color: #040f42
    }

    .swiper-slide-box .swiper-slide-img {
        width: 100%;
        flex-shrink: 0;
        position: relative
    }

    .swiper-slide-box .swiper-slide-img .swiper-slide-img-text {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        color: #fff
    }

    .swiper-slide-box .swiper-slide-img .swiper-slide-img-text h4 {
        font-weight: bold
    }

    .swiper-slide-box .swiper-slide-img .swiper-slide-img-text p {
        max-width: 90%;
        margin-top: 1rem;
        color: #fff;
        opacity: .8
    }

    .more-wrap h2.title {
        color: #fff
    }

    .more-box {
        max-width: 94%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: .1rem;
        background-color: #e8ecf1;
        border: .1rem solid #e8ecf1;
        justify-content: space-between;
        transition: all .4s ease-in-out
    }

    .more-box div.more {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 32%;
        overflow: visible;
        padding: 2rem 0
    }

    .more-box div.more img {
        max-height: 3rem
    }

    .more-box div.more h3 {
        font-size: 1.4rem;
        margin: 1rem 0 0
    }

    .more-box div.more p {
        color: #999;
        font-size: 1.3rem
    }

    .more-box div.more .order-hover {
        cursor: default;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #fff;
        font-size: 1.6rem;
        padding: 0 2.6rem;
        color: #666;
        z-index: 5;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .more-box div.more:hover {
        cursor: defalut;
        background-color: #f9fbfd;
        z-index: 5;
        transition: all .3s ease-in-out;
        box-shadow: 0rem 0rem 1.5rem .1rem rgba(76, 86, 128, .2)
    }

    .news-wrap {
        margin-bottom: 4rem
    }

    .news-wrap .news-box {
        max-width: 94%;
        flex-wrap: wrap;
        gap: 2rem
    }

    .news-wrap .news-box .news-left {
        width: 100%;
        border-radius: .8rem
    }

    .news-wrap .news-box .news-right {
        width: 100%;
        padding: 0
    }

    .more-wrap .more-tab {
        margin-bottom: 4rem;
        gap: 4rem
    }

    .more-wrap .more-tab .more-item {
        position: relative;
        padding: 0 4rem;
        font-size: 1.4rem;
        height: 4rem;
        line-height: 4rem;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4rem 4rem 4rem 4rem;
        color: #fff;
        background-color: #fd4047;
        transition: background-color .3s ease-in-out
    }

    .more-wrap .more-tab .more-item:hover {
        background-color: rgba(253, 64, 71, .8)
    }

    .more-wrap .more-tab .more-item:nth-child(2) {
        background-color: #347afc
    }

    .more-wrap .more-tab .more-item:nth-child(2):hover {
        background-color: rgba(52, 122, 252, .8)
    }

    .more-wrap .more-tab .more-item-active::after {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 4rem;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 1;
        animation: button-border 1s linear infinite
    }

    .more-wrap .more-tab .more-item-right-active::after {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 4rem;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 1;
        animation: button-blue-border 1s linear infinite
    }

    .more-box {
        max-width: 94%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: .1rem;
        background-color: #e8ecf1;
        border: .1rem solid #e8ecf1;
        justify-content: space-between;
        transition: all .4s ease-in-out
    }

    .more-box div.more {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 45%;
        overflow: visible;
        padding: 2rem 0
    }

    .more-box div.more img {
        max-height: 3rem
    }

    .more-box div.more h3 {
        font-size: 1.4rem;
        margin: 1rem 0 0
    }

    .more-box div.more p {
        color: #999;
        font-size: 1.3rem
    }

    .more-box div.more .order-hover {
        cursor: default;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #fff;
        font-size: 1.6rem;
        padding: 0 2.6rem;
        color: #666;
        z-index: 5;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .more-box div.more:hover {
        cursor: defalut;
        background-color: #f9fbfd;
        z-index: 5;
        transition: all .3s ease-in-out;
        box-shadow: 0rem 0rem 1.5rem .1rem rgba(76, 86, 128, .2)
    }

    .news-box .news-first {
        margin-bottom: 2rem
    }

    .news-box .news-first .news-first-img {
        border-radius: .8rem;
        overflow: hidden
    }

    .news-box .news-first .news-first-tag {
        padding: 0 2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        font-size: 1.3rem;
        border-radius: 0rem 2.5rem 2.5rem 0rem
    }

    .news-box .news-first .news-first-right {
        padding-left: 1.5rem;
        border-radius: .8rem
    }

    .news-box .news-first .news-first-right a {
        font-size: 1.6rem
    }

    .news-box .news-first .news-first-right p {
        font-size: 1.2rem
    }

    .news-box .news-right li {
        margin-left: 2rem
    }

    .news-box .news-right .news-right-more {
        width: 100%;
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: .8rem
    }

    .news-box .news-right .news-right-tag {
        padding: 0 2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        font-size: 1.3rem;
        border-radius: 0rem 2.5rem 2.5rem 0rem
    }

    .news-box .news-right span {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        margin-right: 1.5rem;
        border-radius: .4rem
    }
}

/*# sourceMappingURL=llm.css.map */