body {
    background: #F9FAFB
}

.series1 {
    padding: 64px 0 0 0
}

.series1 .wrap .brand {
    margin: 16px 0 0 0;
    padding: 12px 0;
    display: flex;
    align-items: center
}

.series1 .wrap .brand span {
    margin: 0 8px
}

.series1 .wrap .brand a, .series1 .wrap .brand span {
    color: #6b7280;
    font-size: 14px
}

.series1 .wrap .background {
    background: #fff;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.series1 .wrap .background .circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    cursor: pointer
}

.series1 .wrap .background .circle:last-child {
    transform: rotate(180deg)
}

.series1 .wrap .background .circle:hover {
    background: var(--color)
}

.series1 .wrap .background .circle:hover i {
    color: #fff
}

.series1 .wrap .background .circle i {
    color: var(--color);
    transition: .3s all
}

.series1 .wrap .background .center {
    width: 93%
}

.series1 .wrap .background .center .centerSwiper .swiper-slide.on .item {
    border-bottom: 3px solid #f97316
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: .3s all
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.1)
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item .img {
    width: 128px;
    height: 128px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 12px
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .3s all
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item .text {
    text-align: center
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item .text .p1 {
    font-size: 14px;
    color: #111827;
    margin: 0 0 4px;
    font-weight: 500
}

.series1 .wrap .background .center .centerSwiper .swiper-slide .item .text .p2 {
    font-size: 12px;
    color: #4b5563
}

.series1 .wrap .content {
    padding: 32px 0
}

.series1 .wrap .content .matter {
    display: none
}

.series1 .wrap .content .matter.on {
    display: block
}

.series1 .wrap .content .matter .big {
    border-radius: var(--radius);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 64px 16px;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.2) 100%)
}

.series1 .wrap .content .matter .big .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.series1 .wrap .content .matter .big .l {
    width: 50%;
    padding: 0 64px 0 32px
}

.series1 .wrap .content .matter .big .l .label {
    height: 28px;
    padding: 0 12px;
    border-radius: 9999px;
    background: var(--color);
    font-size: 14px;
    color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px
}

.series1 .wrap .content .matter .big .l .p1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 12px
}

.series1 .wrap .content .matter .big .l .p2 {
    font-size: 16px;
    color: #E5E7EB;
    margin: 0 0 24px
}


.series1 .wrap .content .matter .big .l .download {
    width: 96px;
    padding: 8px 0;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color);
    font-size: 15px;
    color: #fff;
    transition: .3s;
}

.series1 .wrap .content .matter .big .l .dis {
    display: flex;
    gap: 12px
}

.series1 .wrap .content .matter .big .l .dis .a1 {
    height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 16px;
    color: #fff;
    transition: .3s all
}

.series1 .wrap .content .matter .big .l .dis .a1:hover {
    background: var(--color2)
}

.series1 .wrap .content .matter .big .l .dis .a2 {
    height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 16px;
    color: #fff;
    transition: .3s all
}

.series1 .wrap .content .matter .big .l .dis .a2:hover {
    background: #fff;
    color: #111
}

.series1 .wrap .content .matter .mt {
    margin: 48px 0 0 0
}

.series1 .wrap .content .matter .mt .title {
    text-align: center
}

.series1 .wrap .content .matter .mt .title .p1 {
    font-size: 24px;
    color: #1f2937;
    margin: 0 0 40px;
    font-weight: bold
}

.series1 .wrap .content .matter .mt .title .p2 {
    width: 896px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #4b5563
}

.series1 .wrap .content .matter .mt .grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px;
    margin: 32px 0 0 0
}

.series1 .wrap .content .matter .mt .grid.grid3 {
    grid-template-columns:repeat(3, 1fr);
    gap: 32px
}

.series1 .wrap .content .matter .mt .grid .item {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
    border-radius: var(--radius);
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: .3s all
}

.series1 .wrap .content .matter .mt .grid .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.series1 .wrap .content .matter .mt .grid .item .circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #FFEDD5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px
}

.series1 .wrap .content .matter .mt .grid .item .circle i {
    color: var(--color);
    font-size: 16px
}

.series1 .wrap .content .matter .mt .grid .item .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #1f2937;
    margin: 0 0 8px
}

.series1 .wrap .content .matter .mt .grid .item .p2 {
    font-size: 16px;
    color: #4b5563
}

.series1 .wrap .content .matter .mt .grid .item .display {
    margin: 24px 0 0 0;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px
}

.series1 .wrap .content .matter .mt .grid .item .display .list {
    padding: 12px;
    background: #F9FAFB;
    border-radius: 16px;
    overflow: hidden
}

.series1 .wrap .content .matter .mt .grid .item .display .list .pic {
    width: 184px;
    height: 184px
}

.series1 .wrap .content .matter .mt .grid .item .display .list .pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.series1 .wrap .content .matter .mt .grid .item .display .list .text {
    margin: 8px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.series1 .wrap .content .matter .mt .space {
    margin-top: 48px
}

.series1 .wrap .content .matter .mt .space .flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.series1 .wrap .content .matter .mt .space .flex:not(:first-child) {
    margin-top: 32px
}

.series1 .wrap .content .matter .mt .space .flex .l {
    width: 40%;
    padding: 32px;
    background: #fff
}

.series1 .wrap .content .matter .mt .space .flex .l .p1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 16px;
    color: #1f2937
}

.series1 .wrap .content .matter .mt .space .flex .l .p2 {
    font-size: 16px;
    color: #4b5563
}

.series1 .wrap .content .matter .mt .space .flex .img {
    width: 60%;
    /*padding: 32px 32px 0 32px*/

}

.series1 .wrap .content .matter .mt .space .flex .img img {
    border-radius: var(--radius);
    width: 100%;
    height: 516px;
    object-fit: contain;
}

.series2 {
    background: #fff;
    padding: 48px 0
}

.series2 .wrap .top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.series2 .wrap .top .title {
    font-size: 24px;
    font-weight: bold;
    color: #1f2937
}

.series2 .wrap .top .click {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer
}

.series2 .wrap .top .click:hover p, .series2 .wrap .top .click:hover i {
    color: var(--color)
}

.series2 .wrap .top .click p {
    font-size: 16px;
    color: #6b7280;
    transition: .3s all
}

.series2 .wrap .top .click i {
    font-size: 16px;
    color: #6b7280;
    transition: .3s all
}

.series2 .wrap .other {
    padding: 16px;
    margin: 32px 0 0 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    position: relative;
    padding: 0 120px 0 0;
}

.series2 .wrap .other .more {
    height: 40px;
    width: fit-content;
    border-radius: var(--radius);
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    padding: 0 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 29px;
}

.series2 .wrap .other .more:hover {
    background: var(--color2)
}

.series2 .wrap .other .items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.series2 .wrap .other .items > span {
    font-size: 16px;
    color: #4b5563;
    margin: 0 8px 0 0
}

.series2 .wrap .other .items .relative {
    position: relative;
    cursor: pointer;
    width: 100%;
    flex: 1;
}

.series2 .wrap .other .items .relative .select2 {
    width: 100% !important;
}

.series2 .wrap .other .items .relative:hover select {
    border-width: 2px;
    border-color: var(--color)
}

.series2 .wrap .other .items .relative select {
    width: 11vw;
    height: 38px;
    border-radius: var(--radius);
    border: 1px solid #d1d5db;
    padding: 0 12px;
    font-size: 14px;
    color: #374151;
    appearance: none;
    cursor: pointer
}

.series2 .wrap .other .items .relative .select2-container--default .select2-selection--multiple {
    border: 1px solid #d1d5db
}

.series2 .wrap .other .items .relative .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px
}

.series2 .wrap .other .items .relative .select2 {
    border-radius: 0;
    height: 35px;
    font-size: 14px
}

.series2 .wrap .other .items .relative .select2-selection__arrow, .series2 .wrap .other .items .relative .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

.series2 .wrap .other .items .relative .select2-container .select2-selection--single {
    width: 192px;
    border-radius: 7px;
    border: 1px solid #d1d5db;
    height: 38px
}

.series2 .wrap .other .items .relative .select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 0;
    height: 35px;
    font-size: 14px
}

.series2 .wrap .other .items .relative .select2-container .select2-selection--multiple {
    height: 37px
}

.series2 .wrap .other .items .relative .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px
}

.series2 .wrap .other .items .relative .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 15px
}

.series2 .wrap .other .items .relative .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    padding: 20px 15px
}

.series2 .wrap .other .items .relative .select2-results__option {
    padding: 7px 5% !important;
    font-size: 14px;
    line-height: 30px
}

.series2 .wrap .other .items .relative .select2-search--dropdown .select2-search__field {
    height: 35px !important;
    padding: 0 15px !important
}

.series2 .wrap .other .items .relative .select2-search--dropdown {
    padding: 10px !important
}

.series2 .wrap .other .items .relative .ri-arrow-down-s-line {
    font-size: 14px;
    color: #111;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.series2 .wrap .content table {
    width: 100%
}

.series2 .wrap .content table tr:hover {
    background: #F9FAFB
}

.series2 .wrap .content table tr:first-child td {
    background: #F3F4F6;
    font-weight: 500
}

.series2 .wrap .content table tr td {
    font-size: 16px;
    color: #374151;
    border-bottom: 1px solid #E5E7EB
}

.series2 .wrap .content table tr:first-child td {
    padding: 12px 16px;
}

.series2 .wrap .content table tr td a {
    transition: .3s;
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
}

.series2 .wrap .content table tr td a span {
    color: var(--color);
    padding: 2px 7px;
    background: rgba(249, 115, 22, 0.2);
    border-radius: 4px;
    font-size: 12px;
    border: none;
    margin: 0 0 0 7px
}

.series2 .wrap .content table tr td a:hover {
    color: var(--color)
}

.series2 .wrap .content table tr td span {
    padding: 2px 8px;
    border: 1px solid #22c55e;
    border-radius: var(--radius);
    font-size: 14px;
    color: #15803d
}

.series2 .wrap .content table tr td .dis_center {
    display: flex;
    justify-content: center
}

.series2 .wrap .content table tr td input[type="checkbox"] {
    width: 16px;
    height: 16px
}

.series2 .wrap .content .paging {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.series2 .wrap .content .paging .all {
    font-size: 16px;
    color: #374151
}

.series2 .wrap .content .paging .cen {
    display: flex;
    align-items: center;
    margin: 0 30px
}


.series2 .wrap .content .paging .cen .item_select{
    height: 40px;
}

.series2 .wrap .content .paging .cen p {
    font-size: 16px;
    color: #374151;
    margin: 0 12px 0 0
}

.series2 .wrap .content .paging .cen select {
    width: 106px;
    padding: 8px 32px 8px 12px;
    appearance: none;
    border: 1px solid #d1d5db;
    border-radius: var(--radius);
    font-size: 16px;
    color: #374151
}

.series2 .wrap .content .paging .cen select:focus {
    border: 1px solid var(--color)
}

.series2 .wrap .content .paging .right {
    display: flex;
    align-items: center
}

.series2 .wrap .content .paging .right a {
    padding: 8px 16px;
    border: 1px solid #d1d5db;
    border-left: none;
    font-size: 14px;
    height: 40px;
    color: #374151;
    font-weight: 500;
    opacity: 1!important;
}

.series2 .wrap .content .paging .right a:first-child {
    border-left: 1px solid #e5e7eb;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.series2 .wrap .content .paging .right a:last-child {
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.series2 .wrap .content .paging .right a.on {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff
}

.series2 .wrap .content .paging .right .dis {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0 30px
}

.series2 .wrap .content .paging .right .dis p {
    font-size: 14px;
    color: #374151;
    font-weight: 500
}

.series2 .wrap .content .paging .right input {
    width: 106px;
    height: 38px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    border-radius: var(--radius);
    resize: none;
    appearance: none
}

.series4 {
    padding: 48px 0;
    background: #fff
}


.rounded-lg {
    border-radius: var(--radius) !important;
}

.select2-container .select2-selection--multiple {
    min-height: unset !important;
}


@media screen and (max-width: 1919px) {
    .series2 .wrap .content .paging .cen .item_select{
        height: 2.08333333vw;
    }
    .series1 {
        padding: 3.3333333333vw 0px 0px;
    }

    .series1 .wrap .brand {
        margin: 0.8333333333vw 0px 0px;
        padding: 0.625vw 0px;
    }

    .series1 .wrap .brand span {
        margin: 0px 0.4166666667vw;
    }

    .series1 .wrap .brand a, .series1 .wrap .brand span {
        font-size: 0.7291666667vw;
    }

    .series1 .wrap .background {
        --tw-shadow: 0 0.2083333333vw 0.3125vw -1px rgb(0 0 0 / 0.1), 0 0.1041666667vw 0.2083333333vw -0.1041666667vw rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 0.2083333333vw 0.3125vw -1px var(--tw-shadow-color), 0 0.1041666667vw 0.2083333333vw -0.1041666667vw var(--tw-shadow-color);
        box-shadow: rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0.1) 0px 0.2083333333vw 0.3125vw -1px, rgba(0, 0, 0, 0.1) 0px 0.1041666667vw 0.2083333333vw -0.1041666667vw;
        margin-top: 0.8333333333vw;
    }

    .series1 .wrap .background .circle {
        width: 1.6666666667vw;
        height: 1.6666666667vw;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide.on .item {
        border-bottom: 0.15625vw solid rgb(249, 115, 22);
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item {
        padding: 0.625vw 0.8333333333vw;
        border-bottom: 0.15625vw solid transparent;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .img {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
        border-radius: 0.8333333333vw;
        margin: 0px auto 0.625vw;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .text .p1 {
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.2083333333vw;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .text .p2 {
        font-size: 0.625vw;
    }

    .series1 .wrap .content {
        padding: 1.6666666667vw 0px;
    }

    .series1 .wrap .content .matter .big {
        padding: 3.3333333333vw 0.8333333333vw;
    }

    .series1 .wrap .content .matter .big .l {
        padding: 0px 3.3333333333vw 0px 1.6666666667vw;
    }

    .series1 .wrap .content .matter .big .l .label {
        height: 1.4583333333vw;
        padding: 0px 0.625vw;
        border-radius: 520.78125vw;
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.8333333333vw;
    }

    .series1 .wrap .content .matter .big .l .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 0.625vw;
    }

    .series1 .wrap .content .matter .big .l .p2 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.25vw;
    }

    .series1 .wrap .content .matter .big .l .download {
        width: 5vw;
        padding: 0.4166666667vw 0px;
        font-size: 0.78125vw;
    }

    .series1 .wrap .content .matter .big .l .dis {
        gap: 0.625vw;
    }

    .series1 .wrap .content .matter .big .l .dis .a1 {
        height: 2.2916666667vw;
        padding: 0px 1.0416666667vw;
        border-radius: 0.4166666667vw;
        font-size: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .big .l .dis .a2 {
        height: 2.2916666667vw;
        padding: 0px 1.0416666667vw;
        border-radius: 0.4166666667vw;
        font-size: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt {
        margin: 2.5vw 0px 0px;
    }

    .series1 .wrap .content .matter .mt .title .p1 {
        font-size: 1.25vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .series1 .wrap .content .matter .mt .title .p2 {
        width: 46.6666666667vw;
        font-size: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .grid {
        gap: 1.25vw;
        margin: 1.6666666667vw 0px 0px;
    }

    .series1 .wrap .content .matter .mt .grid.grid3 {
        gap: 1.6666666667vw;
    }

    .series1 .wrap .content .matter .mt .grid .item {
        box-shadow: rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0.1041666667vw 0px;
        padding: 1.25vw;
    }

    .series1 .wrap .content .matter .mt .grid .item:hover {
        transform: translateY(-0.2604166667vw);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0.5208333333vw 0.78125vw -0.15625vw, rgba(0, 0, 0, 0.05) 0px 0.2083333333vw 0.3125vw -0.1041666667vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .circle {
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        margin: 0px 0px 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .circle i {
        font-size: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .p1 {
        font-size: 0.9375vw;
        margin: 0px 0px 0.4166666667vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .p2 {
        font-size: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .display {
        margin: 1.25vw 0px 0px;
        gap: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .display .list {
        padding: 0.625vw;
        border-radius: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .display .list .pic {
        width: 9.5833333333vw;
        height: 9.5833333333vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .display .list .pic img {
        border-radius: 0.4166666667vw;
    }

    .series1 .wrap .content .matter .mt .grid .item .display .list .text {
        margin: 0.4166666667vw 0px 0px;
        font-size: 0.7291666667vw;
    }

    .series1 .wrap .content .matter .mt .space {
        margin-top: 2.5vw;
    }

    .series1 .wrap .content .matter .mt .space .flex {
        gap: 1.0416666667vw;
    }

    .series1 .wrap .content .matter .mt .space .flex:not(:first-child) {
        margin-top: 1.6666666667vw;
    }

    .series1 .wrap .content .matter .mt .space .flex .l {
        padding: 1.6666666667vw;
    }

    .series1 .wrap .content .matter .mt .space .flex .l .p1 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .space .flex .l .p2 {
        font-size: 0.8333333333vw;
    }

    .series1 .wrap .content .matter .mt .space .flex .img img {
        height: 26.875vw;
    }

    .series2 {
        padding: 2.5vw 0px;
    }

    .series2 .wrap .top .title {
        font-size: 1.25vw;
    }

    .series2 .wrap .top .click {
        gap: 0.2083333333vw;
    }

    .series2 .wrap .top .click p {
        font-size: 0.8333333333vw;
    }

    .series2 .wrap .top .click i {
        font-size: 0.8333333333vw;
    }

    .series2 .wrap .other {
        margin: 1.6666666667vw 0px 0px;
        gap: 0.8333333333vw;
        padding: 0px 6.25vw 0px 0px;
    }

    .series2 .wrap .other .more {
        height: 2.0833333333vw;
        font-size: 0.8333333333vw;
        padding: 0px 0.8333333333vw;
        top: 1.5104166667vw;
    }

    .series2 .wrap .other .items {
        gap: 0.5208333333vw;
    }

    .series2 .wrap .other .items > span {
        font-size: 0.8333333333333333vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }

    .series2 .wrap .other .items .relative:hover select {
        border-width: 0.1041666667vw;
    }

    .series2 .wrap .other .items .relative select {
        height: 1.9791666667vw;
        padding: 0px 0.625vw;
        font-size: 0.7291666667vw;
    }

    .series2 .wrap .other .items .relative .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 1.8229166667vw;
    }

    .series2 .wrap .other .items .relative .select2 {
        height: 1.8229166667vw;
        font-size: 0.7291666667vw;
    }

    .series2 .wrap .other .items .relative .select2-container .select2-selection--single {
        width: 10vw;
        border-radius: 0.3645833333vw;
        height: 1.9791666667vw;
    }

    .series2 .wrap .other .items .relative .select2-container .select2-selection--single .select2-selection__rendered {
        height: 1.8229166667vw;
        font-size: 0.7291666667vw;
    }

    .series2 .wrap .other .items .relative .select2-container .select2-selection--multiple {
        height: 1.9270833333vw;
    }

    .series2 .wrap .other .items .relative .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.8229166667vw;
    }

    .series2 .wrap .other .items .relative .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0px 0.78125vw;
    }

    .series2 .wrap .other .items .relative .select2-search--dropdown .select2-search__field {
        font-size: 0.7291666667vw;
        padding: 1.0416666667vw 0.78125vw;
    }

    .series2 .wrap .other .items .relative .select2-results__option {
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
        padding: 0.3645833333vw 5% !important;
    }

    .series2 .wrap .other .items .relative .select2-search--dropdown .select2-search__field {
        height: 1.8229166667vw !important;
        padding: 0px 0.78125vw !important;
    }

    .series2 .wrap .other .items .relative .select2-search--dropdown {
        padding: 0.5208333333vw !important;
    }

    .series2 .wrap .other .items .relative .ri-arrow-down-s-line {
        font-size: 0.7291666667vw;
        right: 0.3125vw;
    }

    .series2 .wrap .content table tr:first-child td {
        font-size: 0.833333333333vw;
    }

    .series2 .wrap .content table tr td {
        font-size: 0.833333333333vw;
    }

    .series2 .wrap .content table tr td a {
        padding: 0.625vw 0.8333333333vw;
    }

    .series2 .wrap .content table tr td a span {
        padding: 0.1041666667vw 0.3645833333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.625vw;
        margin: 0px 0px 0px 0.3645833333vw;
    }

    .series2 .wrap .content table tr td span {
        padding: 0.1041666667vw 0.4166666667vw;
        font-size: 0.7291666667vw;
    }

    .series2 .wrap .content table tr td input[type="checkbox"] {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }

    .series2 .wrap .content .paging {
        padding: 0.625vw 0.8333333333vw;
    }

    .series2 .wrap .content .paging .all {
        font-size: 0.83333333333333vw;
    }

    .series2 .wrap .content .paging .cen {
        margin: 0px 1.5625vw;
    }

    .series2 .wrap .content .paging .cen p {
        font-size: 0.83333333333333vw;
        margin: 0px 0.625vw 0px 0px;
    }

    .series2 .wrap .content .paging .cen select {
        width: 5.5208333333vw;
        padding: 0.4166666667vw 1.6666666667vw 0.4166666667vw 0.625vw;
        font-size: 0.83333333333333vw;
    }

    .series2 .wrap .content .paging .right a {
        padding: 0.4166666667vw 0.8333333333vw;
        font-size: 0.7291666667vw;
        height: 2.08333333vw;
    }

    .series2 .wrap .content .paging .right a:first-child {
        border-top-left-radius: 0.625vw;
        border-bottom-left-radius: 0.625vw;
    }

    .series2 .wrap .content .paging .right a:last-child {
        border-top-right-radius: 0.625vw;
        border-bottom-right-radius: 0.625vw;
    }

    .series2 .wrap .content .paging .right .dis {
        gap: 0.5208333333vw;
        margin: 0px 0px 0px 1.5625vw;
    }

    .series2 .wrap .content .paging .right .dis p {
        font-size: 0.7291666667vw;
    }

    .series2 .wrap .content .paging .right input {
        width: 5.5208333333vw;
        height: 1.9791666667vw;
        padding: 0px 0.625vw;
        font-size: 0.8333333333vw;
    }

    .series4 {
        padding: 2.5vw 0px;
    }
}

@media screen and (max-width: 1024px) {
    .series1 {
        padding: 70px 0 0 0;
    }

    .series1 .wrap .brand {
        margin: 7px 0 0 0;
        padding: 8px 0;
    }

    .series1 .wrap .brand a, .series1 .wrap .brand span {
        font-size: 13px;
    }

    .series1 .wrap .brand span {
        margin: 0 7px;
    }

    .series1 .wrap .background {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        margin: 15px 0 0 0;
        padding: 15px 10px 0 10px;
    }

    .series1 .wrap .background .circle {
        width: 28px;
        height: 28px;
    }

    .series1 .wrap .background .center {
        width: 71%;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item {
        padding: 10px 14px;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .img {
        height: 105px;
        width: 100%;
        border-radius: 4px;
        margin: 0 auto 10px;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .text .p1 {
        font-size: 16px;
        margin: 0 0 7px;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .text .p2 {
        font-size: 12px;
    }

    .series1 .wrap .background .center {
        width: 81%;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide .item .img img {
        object-fit: contain;
    }

    .series1 .wrap .background .center .centerSwiper .swiper-slide.on .item {
        border-bottom-width: 2px;
    }

    .series1 .wrap .content {
        padding: 20px 0;
    }

    .series1 .wrap .content .matter .big {
        padding: 30px 10px;
        flex-direction: column-reverse;
    }

    .series1 .wrap .content .matter .big .img {
        width: 75%;
        margin: auto;
    }

    .series1 .wrap .content .matter .big .l {
        width: 100%;
        padding: 0;
    }

    .series1 .wrap .content .matter .big .l .label {
        height: 28px;
        padding: 0 12px;
        font-size: 13px;
        border-radius: 35px;
        margin: 0 0 10px;
    }

    .series1 .wrap .content .matter .big .l .p1 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .series1 .wrap .content .matter .big .l .p2 {
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 15px;
    }

    .series1 .wrap .content .matter .big .l .download {
        width: fit-content;
        padding: 9px 25px;
        font-size: 14px;
    }

    .series1 .wrap .content .matter .mt {
        margin: 20px 0 0 0;
    }

    .series1 .wrap .content .matter .mt .title .p1 {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .series1 .wrap .content .matter .mt .title .p2 {
        width: 100%;
        font-size: 13px;
    }

    .series1 .wrap .content .matter .mt .grid.grid3 {
        margin: 16px 0 0 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .series1 .wrap .content .matter .mt .grid .item {
        box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        padding: 14px;
    }

    .series1 .wrap .content .matter .mt .grid .item .circle {
        width: 45px;
        height: 45px;
        margin: 0 0 10px;
    }

    .series1 .wrap .content .matter .mt .grid .item .circle img {
        max-width: 50%;
        max-height: 50%;
        object-fit: contain;
    }

    .series1 .wrap .content .matter .mt .grid .item .p1 {
        font-size: 16px;
        margin: 0 0 7px;
    }

    .series1 .wrap .content .matter .mt .grid .item .p2 {
        font-size: 13px;
    }

    .series2 {
        padding: 30px 0;
    }

    .series2 .wrap .top .title {
        font-size: 22px;
    }

    .series2 .wrap .content table tr td {
        padding: 15px 15px;
        font-size: 13px;
    }

    .series2 .wrap .content .paging {
        padding: 10px 14px;
    }

    .series2 .wrap .content .paging .all {
        font-size: 12px;
    }

    .series2 .wrap .content .paging .cen {
        margin: 0 15px 0 0;
    }

    .series2 .wrap .content .paging .cen p {
        font-size: 12px;
        margin: 0 5px 0 0;
    }

    .series2 .wrap .content .paging .cen select {
        width: fit-content;
        height: 30px;
        padding: 5px 20px 5px 10px;
        font-size: 13px;
    }

    .series2 .wrap .content .paging .right .dis p {
        font-size: 12px;
    }

    .series2 .wrap .content .paging .right .dis {
        gap: 7px;
        margin: 0 0 0 5px;
    }

    .series2 .wrap .content .paging .right input {
        width: 44px;
        height: 30px;
        padding: 5px 10px 5px 10px;
        font-size: 13px;
    }

    .series1 .wrap .content .matter .mt .space {
        margin-top: 20px;
    }

    .series1 .wrap .content .matter .mt .space .flex {
        gap: 15px;
        flex-direction: column;
    }

    .series1 .wrap .content .matter .mt .space .flex .img {
        width: 100%;
    }

    .series1 .wrap .content .matter .mt .space .flex .img img {
        height: auto;
    }

    .series1 .wrap .content .matter .mt .space .flex .l {
        padding: 15px;
        width: 100%;
    }

    .series1 .wrap .content .matter .mt .space .flex .l .p1 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .series1 .wrap .content .matter .mt .space .flex .l .p2 {
        font-size: 13px;
    }

    .series2 .wrap .content table {
        display: block;
        overflow: hidden;
        overflow-x: auto;
    }

    .series2 .wrap .content table tbody {
        width: max-content;
        display: inline-table;
    }

    .series2 .wrap .content table tr td a span {
        padding: 2px 7px;
        border-radius: 4px;
        font-size: 12px;
        margin: 0 0 0 4px;
    }

    .series2 .wrap .content table tr td span {
        padding: 2px 8px;
        font-size: 13px;
    }

    .series2 .wrap .other {
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
        gap: 20px;
    }

    .series2 .wrap .other .items .relative .select2 {
        height: 40px;
        font-size: 13px;
    }

    .series2 .wrap .other .items .relative .select2-container .select2-selection--multiple {
        height: 40px;
    }

    .series2 .wrap .other .items {
        gap: 10px;
    }

    .series2 .wrap .other .items > span {
        margin: 0;
        font-size: 13px;
    }

    .series2 .wrap .other .items .relative select {
        font-size: 13px;
    }

    .series2 .wrap .other .more {
        position: relative;
        height: 40px;
        width: fit-content;
        padding: 0 25px;
        border-radius: 30px;
        font-size: 12px;
    }
}


/**/
.pro_screening > span {
    font-size: 16px;
    color: #4b5563;
    margin: 0 0 8px;
    display: block
}

.pro_screening .screening_item {
    position: relative
}
.pro_screening .screening_item .border .ri-arrow-down-s-line{
    transition: .2s ease;
    position: absolute;
    right: 7px;
}
.pro_screening .screening_item.on .border .ri-arrow-down-s-line{
    transform: rotate(180deg);
}

.pro_screening .screening_item.on .border {
    border: 1px solid var(--color)
}

.pro_screening .screening_item.on .level {
    transform: translateY(5px) scaleY(1);
    opacity: 1
}

.pro_screening .screening_item .border {
    width: 100%;
    height: 37px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    cursor: pointer;
    position: relative;
    transition: .3s ease
}

.pro_screening .screening_item .border .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 5px
}

.pro_screening .screening_item .border .position .label {
    font-size: 14px;
    color: #4d4d4d;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    padding: 0 8px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pro_screening .screening_item .border .hint {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5)
}

.pro_screening .screening_item .level {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    transform: translateY(5px) scaleY(0);
    opacity: 0;
    transition: opacity 0.2s linear, transform 0.32s cubic-bezier(0.82, -0.22, 0.15, 1.21);
    background-color: #fff;
    transform-origin: center top;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.12)
}

.pro_screening .screening_item .level .list {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    gap: 7px;
    cursor: pointer
}

.pro_screening .screening_item .level .list.on .bor img {
    opacity: 1
}

.pro_screening .screening_item .level .list:hover {
    background: #F2F2F2
}

.pro_screening .screening_item .level .list .bor {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center
}

.pro_screening .screening_item .level .list .bor img {
    width: 70%;
    object-fit: contain;
    opacity: 0;
    transition: .15s ease
}

.pro_screening .screening_item .level .list p {
    font-size: 14px;
    color: #4d4d4d
}

.pro_screening:first-child {
    position: relative;
    z-index: 6
}

.pro_screening:nth-child(2) {
    position: relative;
    z-index: 5
}

.pro_screening:nth-child(3) {
    position: relative;
    z-index: 4
}

.pro_screening:nth-child(4) {
    position: relative;
    z-index: 3
}

.pro_screening:nth-child(5) {
    position: relative;
    z-index: 2
}

.pro_screening:nth-child(6) {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1919px) {
    .pro_screening .screening_item .border .ri-arrow-down-s-line{
        right: 0.3645833333vw;
    }
    .pro_screening > span {
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.4166666667vw
    }

    .pro_screening .screening_item.on .level {
        transform: translateY(0.2604166667vw) scaleY(1)
    }

    .pro_screening .screening_item .border {
        height: 1.9270833333vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.3645833333vw
    }

    .pro_screening .screening_item .border .position {
        padding: 0.3645833333vw;
        gap: 0.2604166667vw
    }

    .pro_screening .screening_item .border .position .label {
        font-size: 0.7291666667vw;
        padding: 0px 0.4166666667vw;
        height: 1.25vw
    }

    .pro_screening .screening_item .border .hint {
        font-size: 0.7291666667vw
    }

    .pro_screening .screening_item .level {
        transform: translateY(0.2604166667vw) scaleY(0);
        border-radius: 0.1041666667vw
    }

    .pro_screening .screening_item .level .list {
        height: 1.6666666667vw;
        padding: 0px 0.3645833333vw;
        gap: 0.3645833333vw
    }

    .pro_screening .screening_item .level .list .bor {
        width: 0.8333333333vw;
        height: 0.8333333333vw
    }

    .pro_screening .screening_item .level .list p {
        font-size: 0.7291666667vw
    }
}

@media screen and (max-width: 1024px) {
    .pro_screening .screening_item .border .ri-arrow-down-s-line{
        right: 7px;
    }
    .pro_screening > span {
        font-size: 13px;
        margin: 0 0 10px
    }
    .pro_screening .screening_item .border .position{
        padding: 7px;
        gap: 4px;
    }
    .pro_screening .screening_item .border .position .label {
        font-size: 14px;
        border: 1px solid #e0e0e0;
        padding: 0 8px;
        height: 24px;
    }

    .series2 .wrap .content table tr:first-child td{
        font-size: 13px;
    }

    .pro_screening .screening_item .border {
        height: 40px;
        width: 100%;
        border-radius: 4px;
        padding: 0 7px
    }

    .pro_screening .screening_item .border .hint {
        font-size: 14px
    }

    .pro_screening .screening_item .level {
        transform: translateY(5px) scaleY(0);
        border-radius: 2px;
        background: #fff
    }

    .pro_screening .screening_item.on .level {
        transform: translateY(5px) scaleY(1)
    }

    .pro_screening .screening_item .level .list {
        height: 40px;
        gap: 4px;
        padding: 0 7px
    }

    .pro_screening .screening_item .level .list .bor {
        width: 15px;
        height: 15px
    }

    .pro_screening .screening_item .level .list p {
        font-size: 14px
    }
}

/**/
