.term-banner {
    width: 100%;
    position: relative;
    text-align: center;
    background: url("../images/term-banner.png") 50% no-repeat;
    background-size: cover;
    padding: 115px 12px 90px;
}

.term-banner .xp-term {
    height: 94px;
    justify-content: center;
    padding: 150px 0 50px;
}

.term-banner .xp-term .term-tit {
    font-weight: 600;
    font-size: 50px;
    color: #1B1E23;
}

.term-banner .term-txt {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #646A73;
}

.download-btn {
    background: linear-gradient(180deg, #5995FE 0%, #7B73FF 100%);
    box-shadow: 0 6px 16px 0 rgba(121, 116, 255, 0.35);
    border-radius: 32px 32px 32px 32px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.term-list {
    position: absolute;
    left: 50%;
    top: 78px;
    transform: translateX(-50%);
    width: 302px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(86,86,86,0.12);
    border-radius: 4px 4px 4px 4px;
    padding: 14px 0;
    display: none;
    z-index: 999;
}

.term-list .download-item {
    height: 37px;
    padding-left: 24px;
    cursor: pointer;
}

.term-list .download-item:hover {
    background: #F3F3F3;
}

.term-list .download-item {
    font-size: 18px;
    color: #565656;
}

.term-way {
    padding: 86px 12px 60px;
    background: url("../images/way-bg.png") 50% no-repeat;
    background-size: cover;
}

.term-way .way-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.term-way .way-content .way-header {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    justify-content: space-around;
    font-size: 16px;
}

.term-way .way-content .way-header .header-item {
    padding: 0 19px 24px;
    cursor: pointer;
    user-select: none;
    color: #565656;
    white-space: nowrap;
    height: 45px;
}

.term-way .way-content .way-header .active-header-item {
    border-bottom: 1px solid #6F69E5;
    color: #6F69E5;
}

.way-header .header-item .svg-img {
    margin-right: 14px;
}

.way-header .header-item .active-img {
    display: none;
}

.way-header .active-header-item .active-img {
    display: block;
}

.way-header .active-header-item .no-active {
    display: none;
}

.way-content .way-img {
    /* min-height: 540px; */
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.way-content .way-img .img-item {
    max-width: 960px;
    width: calc(100% - 120px - 68px);
}

.way-content .way-img .active {
    display: block;
}

.way-content .way-img .cursor {
    cursor: pointer;
}

.way-content .way-img .way-prev1 {
    display: none;
}

.way-content .way-img .way-next1 {
    display: none;
}

.term-merit {
    padding: 70px 12px;
    text-align: center;
}

.term-merit .merit-list {
    display: inline-flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 46px 46px;
}

.term-merit .merit-list .merit-box {
    flex: 0 0 calc(50% - 23px);
    height: 246px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #DCF1FD;
    padding: 34px;
    background: url("../images/term-merit-bg.png") 50% no-repeat;
    background-size: cover;
}

.term-merit .merit-list .merit-box:hover {
    background: url("../images/term-merit-hover.png") 50% no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.merit-box .merit-top .merit-tit {
    height: 27px;
    font-weight: 400;
    font-size: 20px;
    color: #343434;
    line-height: 23px;
    letter-spacing: 1px;
    margin-left: 20px;
}

.merit-box .merit-content {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left;
}


@media screen and (max-width: 1200px) {
    .term-banner .xp-term .term-tit {
        font-size: 46px;
    }

    .term-banner .term-txt {
        font-size: 16px;
    }

    .btn {
        font-size: 18px;
    }

    .term-list .download-item {
        font-size: 16px;
    }

    .term-list {
        left: 50%;
        top: 80px;
        transform: translateX(-50%);
    }

    .term-way .way-content .way-header {
        font-size: 14px;
    }

    .merit-box .merit-top .merit-tit {
        font-size: 18px;
    }

    .merit-box .merit-content {
        font-size: 14px;
    }
}

@media screen and (max-width: 769px) {
    .term-banner .xp-term {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .term-banner .xp-term .term-tit {
        font-size: 26px;
    }

    .term-banner .term-txt {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 28px;
    }

    .term-list .download-item {
        font-size: 12px;
    }

    .term-way .way-content .way-header {
        font-size: 12px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .merit-box .merit-top .merit-tit {
        font-size: 16px;
    }

    .merit-box .merit-content {
        font-size: 12px;
    }
}

@media screen and (max-width: 626px) {
    .term-merit .merit-list .merit-box {
        flex: 0 0 100%;
        height: auto;
    }
}