﻿body {
    color: var(--text-color)
}

h2.title {
    font-size: 34px;
    font-weight: bold;
    color: var(--text-color)
}

h2.title-white {
    color: #fff
}

.title-p {
    font-size: 20px;
    color: var(--text-color)
}

p {
    color: var(--text-color)
}

.button-apply {
    all: unset;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #fd515e 0%, #fd2324 100%);
    border-radius: 8px;
    transition: all .3s ease-in-out
}

.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 .1s ease-in-out
}

.apply-btn-box a:first-child:hover {
    color: #fd4343;
    border: 2px solid #fd4047
}

.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
}

.banner-wrap {
    width: 100%;
    height: 450px;
    margin-top: 68px;
    background: #0f1149
}

.banner-wrap .banner-box {
    background: url("../image/knowledge_banner_bg.png") no-repeat right center/45% auto;
    height: 100%;
    display: flex;
    justify-content: space-between
}

.banner-wrap .banner-box .banner-left {
    height: 100%;
    max-width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

.banner-wrap .banner-box h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff
}

.banner-wrap .banner-box p {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin-top: 10px;
    opacity: .8
}

.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)
}

.knowledge-wrap .button-apply {
    margin: 40px auto 0
}

.knowledge-box {
    display: flex;
    justify-content: space-between;
    gap: 90px
}

.knowledge-box .knowledge-item {
    flex: 1;
    padding: 30px 25px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #c8d0e3;
    box-shadow: 0px 3px 14px 1px rgba(31, 38, 60, .16);
    transition: all .3s ease-in-out
}

.knowledge-box .knowledge-item:hover {
    transform: translateY(-5px)
}

.knowledge-box .knowledge-item .item-img {
    margin: 0 auto;
    width: 70%;
    aspect-ratio: 8/7
}

.knowledge-box .knowledge-item h3 {
    font-weight: bold;
    margin: 30px 0 20px
}

.knowledge-box .knowledge-item p {
    line-height: 1.7;
    font-size: 16px
}

.content-wrap .apply-btn-box {
    margin-top: 40px
}

.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.content-box .content-img {
    width: 50%
}

.content-box .content-full-img {
    width: 100%
}

.content-box .content-text {
    width: -moz-fit-content;
    width: fit-content;
}

.content-box .content-text-item:not(:last-child) {
    margin-bottom: 25px
}

.content-box .content-text-item h4 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: var(--text-color);
    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 ul {
    padding-left: 20px
}

.content-box .content-text-item ul li {
    list-style: disc;
    line-height: 2;
    font-size: 16px
}

.content-box .content-text-item a {
    margin-top: 20px
}

.content-box .content-text-item p {
    line-height: 1.7;
    color: var(--text-color)
}

.bottom-apply-wrap {
    width: 100%;
    height: 210px;
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    background: url("../image/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) {
    .pt-80 {
        padding-top: 4rem
    }

    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: 1.8rem;
        line-height: 1.7;
        font-weight: bold;
        color: var(--text-color)
    }

    .title-p {
        font-size: 1.6rem
    }

    .banner-wrap {
        width: 100%;
        height: 42rem;
        margin-top: 0
    }

    .banner-wrap .banner-box {
        background: url("../image/knowledge_banner_bg.png") no-repeat left bottom/100% auto;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center bottom
    }

    .banner-wrap .banner-box .banner-left {
        max-width: 100%;
        margin-top: -15%
    }

    .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: 0;
        margin-bottom: 3%
    }

    .banner-wrap .banner-box p {
        max-width: 80%;
        margin: 0 auto;
        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
    }

    .knowledge-box {
        flex-wrap: wrap;
        gap: 1rem
    }

    .knowledge-box .knowledge-item {
        width: 100%;
        flex: none;
        padding: 1rem;
        text-align: center;
        border-radius: 8px;
        border: 1px solid #c8d0e3;
        box-shadow: 0px 3px 14px 1px rgba(31, 38, 60, .16);
        transition: all .3s ease-in-out
    }

    .knowledge-box .knowledge-item:hover {
        transform: translateY(-5px)
    }

    .knowledge-box .knowledge-item .item-img {
        margin: 0 auto;
        width: 70%;
        aspect-ratio: 8/7
    }

    .knowledge-box .knowledge-item h3 {
        font-weight: bold;
        margin: 30px 0 20px
    }

    .knowledge-box .knowledge-item p {
        line-height: 1.7;
        font-size: 16px
    }

    .content-wrap .apply-btn-box {
        margin-top: 2rem
    }
    .content-box{
        flex-direction: column;
    }
    .content-box .content-img {
        width: 90%
    }

    .content-box .content-text {
        flex: 1;
    }

    .content-box .content-text-item:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .content-box .content-text-item h4 {
        font-size: 2rem;
        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
    }

    .custom-wrap {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .custom-wrap .title {
        margin-top: 4rem
    }

    .custom-box {
        max-width: 94%;
        padding-top: 0
    }

    .custom-box .custom-img {
        width: 100%
    }

    .custom-box .custom-text {
        width: 100%;
        max-width: 100%
    }

    .custom-box .custom-text .custom-text-flag {
        display: none
    }

    .custom-box .custom-text h3 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 1.5rem
    }

    .custom-box .custom-text .flex {
        display: none
    }

    .custom-box .custom-text h5 {
        text-align: center;
        margin-bottom: 1rem
    }

    .custom-box .custom-text p {
        display: none
    }

    .custom-box .custom-text a {
        display: none
    }

    .custom-box .custom-swiper .swiper-wrapper {
        margin-bottom: 4rem
    }

    .custom-box .custom-swiper .swiper-slide {
        width: 100%;
        padding: 1.8rem 0
    }

    .custom-box .custom-swiper .swiper-pagination {
        left: -12rem
    }

    .custom-box .swiper-slide-box {
        min-height: 0;
        position: relative;
        padding-right: 0;
        border-radius: 1rem;
        background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)
    }

    .custom-box .swiper-slide-box .swiper-slide-left {
        gap: 3%;
        width: 100%;
        height: 100%;
        padding: 4rem 2%
    }

    .custom-box .swiper-slide-box .swiper-slide-left .swiper-slide-logo {
        width: 10rem;
        flex-shrink: 0
    }

    .custom-box .swiper-slide-box .swiper-text-box {
        flex: 1
    }

    .custom-box .swiper-slide-box .swiper-text-box .flex {
        gap: 2rem
    }

    .custom-box .swiper-slide-box .swiper-text-box .flex p {
        white-space: nowrap
    }

    .custom-box .swiper-slide-box .swiper-text-box h4 {
        font-size: 1.4rem;
        color: #ff2c2c
    }

    .custom-box .swiper-slide-box .swiper-text-box h4 strong {
        font-size: 1.6rem;
        margin-right: .2rem
    }

    .custom-box .swiper-slide-box .swiper-text-box p {
        margin-bottom: 1rem;
        line-height: 1.7
    }

    .custom-box .swiper-slide-box .swiper-text-box .swiper-text-detail {
        margin-top: 2rem
    }

    .custom-box .swiper-slide-box .swiper-slide-img {
        display: none
    }

    .custom-box .custom-logo-box .custom-logo {
        min-width: 30%;
        max-width: none
    }

    .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)
    }
}

/*# sourceMappingURL=knowledge.css.map */