
.banner {
    height: unset;
}

.section1 {
    background-color: #F7F7F7;
}

.section1 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.section1 .wrap .top {
    padding-top: 110px;
    padding-bottom: 100px;
}

.section1 .wrap .top .tab {
    display: flex;
    gap: 30px;
    align-items: end;
    margin-bottom: 40px;
}

.section1 .wrap .top .tab .item {
    color: #C7C7C7;
    font-size: 24px;
    transition: all 0.6s;
}

.section1 .wrap .top .tab .item.active {
    font-size: 28px;
    color: #2461AD;
}

.section1 .wrap .top .tab .item:hover {
    color: #2461AD;
}

.section1 .wrap .top .filter {
    display: flex;
    align-items: center;
}

.section1 .wrap .top .filter:not(:last-child) {
    margin-bottom: 30px;
}

.section1 .wrap .top .filter .key {
    margin-right: 50px;
    font-size: 20px;
}

.section1 .wrap .top .filter .list {
    display: flex;
    gap: 64px;
}

.section1 .wrap .top .filter .list .item {
    font-size: 18px;
    color: #1A1A1A;
    transition: all 0.6s;
}

.section1 .wrap .top .filter .list .item:hover,
.section1 .wrap .top .filter .list .item.active {
    color: #2461AD;
}

.section1 .wrap .top .main {
    margin-top: 80px;
}

.section1 .wrap .top .main h4 {
    margin-bottom: 30px;
    color: #1A1A1A;
    font-size: 18px;
}

.section1 .wrap .top .main .table .thead {
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
    background-color: #E2E7ED;
}

.section1 .wrap .top .main .table .thead .key {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 18px;
    width: 160px;
    white-space: nowrap;
}

.section1 .wrap .top .main .table .list {
    margin-bottom: 8px;
}

.section1 .wrap .top .main .table .list .item {
    position: relative;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    transition: all 0.6s;
}

.section1 .wrap .top .main .table .list .item.active {
    border-bottom-color: #2461AD;
}

.section1 .wrap .top .main .table .list .item .head {
    padding: 10px 70px;
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: Poppins R;
}

.section1 .wrap .top .main .table .list .item .head .value {
    width: 160px;
    color: #444;
    transition: all 1s;
    display: flex;
    font-size: 16px;
}

.section1 .wrap .top .main .table .list .item .head .value:nth-child(2) {
    display: none;
}

.section1 .wrap .top .main .table .list .item .body {
    display: none;
    overflow: hidden;
    padding-left: 60px !important;
    padding-right: 60px !important;
    width: 100% !important;
    padding: 40px 0;
}

.section1 .wrap .top .main .table .list .item .body .text {
    color: #666;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}

.section1 .wrap .top .main .table .list .item .body .button {
    width: fit-content;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2461AD;
    color: #fff;
    border-radius: 3px;
    padding: 0 20px;

}

.section1 .wrap .top .main .table .list .item .body .button:hover .ewm {
    transform: translateY(0);
    opacity: 1;
}

.section1 .wrap .top .main .table .list .item .body .button .icon {
    margin-left: 6px;
}

.section1 .wrap .top .main .table .list .item .body .button .icon span {
    font-size: 18px;
  display: block;
}

.section1 .wrap .top .main .table .list .item .body .button .ewm {
    position: absolute;
    left: calc(100% + 14px);
    width: 144px;
    height: 144px;
    padding: 10px;
    bottom: 0;
    border-radius: 8px;
    background-color: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s;
    pointer-events: none;
}
.section1 .wrap .top .main .table .list .item .body .button p {
  font-size: 16px;
}
@media screen and (max-width: 1919px) {
    .section1 .wrap {
        width: 72.9166666667vw;
    }

    .section1 .wrap .top {
        padding-top: 5.7291666667vw;
        padding-bottom: 5.2083333333vw;
    }

    .section1 .wrap .top .tab {
        gap: 1.5625vw;
        margin-bottom: 2.0833333333vw;
    }

    .section1 .wrap .top .tab .item {
        font-size: 1.25vw;
    }

    .section1 .wrap .top .tab .item.active {
        font-size: 1.4583333333vw;
    }

    .section1 .wrap .top .filter:not(:last-child) {
        margin-bottom: 1.5625vw;
    }

    .section1 .wrap .top .filter .key {
        margin-right: 2.6041666667vw;
        font-size: 1.0416666667vw;
    }

    .section1 .wrap .top .filter .list {
        gap: 3.3333333333vw;
    }

    .section1 .wrap .top .filter .list .item {
        font-size: 0.9375vw;
    }

    .section1 .wrap .top .main {
        margin-top: 4.1666666667vw;
    }

    .section1 .wrap .top .main h4 {
        margin-bottom: 1.5625vw;
        font-size: 0.9375vw;
    }

    .section1 .wrap .top .main .table .thead {
        height: 3.6458333333vw;
        padding: 0px 3.6458333333vw;
    }

    .section1 .wrap .top .main .table .thead .key {
        font-size: 0.9375vw;
        width: 8.3333333333vw;
    }

    .section1 .wrap .top .main .table .list {
        margin-bottom: 0.4166666667vw;
    }

    .section1 .wrap .top .main .table .list .item .head {
        padding: 0.5208vw 3.6458333333vw;
        min-height: 4.2708333333vw;
    }

    .section1 .wrap .top .main .table .list .item .head .value {
        width: 8.3333333333vw;
        font-size: 0.8333333333vw;
    }

    .section1 .wrap .top .main .table .list .item .body {
        padding-top: 2.0833333333vw;
        padding-bottom: 2.0833333333vw;
        padding-left: 3.125vw !important;
        padding-right: 3.125vw !important;
    }

    .section1 .wrap .top .main .table .list .item .body .text {
        font-size: 0.8333333333vw;
        margin-bottom: 1.5625vw;
    }

    .section1 .wrap .top .main .table .list .item .body .button {
        height: 2.7083333333vw;
        border-radius: 0.15625vw;
        padding: 0 1vw;
    }

    .section1 .wrap .top .main .table .list .item .body .button .icon {
        margin-left: 0.3125vw;
    }

    .section1 .wrap .top .main .table .list .item .body .button .icon span {
        font-size: 0.9375vw;
    }

    .section1 .wrap .top .main .table .list .item .body .button .ewm {
        left: calc(100% + 0.7291666667vw);
        width: 7.5vw;
        height: 7.5vw;
        padding: 0.5208333333vw;
        border-radius: 0.4166666667vw;
        transform: translateY(1.0416666667vw);
    }
  .section1 .wrap .top .main .table .list .item .body .button p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
    .banner {
        height: 100vh;
    }
    .banner .wrap {
        height: 100%;
    }
    .banner .wrap .content {
        top: 50%;
    }
    .banner .wrap .content .title h3 {
        font-size: 20px;
    }
    .banner .wrap .content .search {
        width: 90vw;
        height: 50px;
        border-radius: 25px;

        padding: 0 10px;
    }
    .banner .wrap .content .search button span {
        display: block;
        font-size: 15px;
    }
    .banner .wrap .content .search .line {
        height: 16px;
        margin: 0 10px;
    }
    .banner .wrap .content .search input {
        font-size: 15px;
    }
    .section1 .wrap {
        padding: 40px 0 0px;
        width: 90%;
    }
    .section1 .wrap .top .tab {
        gap: 10px;
        margin-bottom: 30px;
    }
    .section1 .wrap .top .tab .item {
        font-size: 20px;
    }
    .section1 .wrap .top .tab .item.active {
        font-size: 22px;
    }
    .section1 .wrap .top .filter {
        align-items: flex-start;
    }
    .section1 .wrap .top .filter .key {
        font-size: 15px;
        width: 75px;
        margin-right: 10px;
    }
    .section1 .wrap .top .filter:not(:last-child) {
        margin-bottom: 15px;
    }
    .section1 .wrap .top .filter .list {
        gap: 8px;
        flex-wrap: wrap;
        width: calc(100% - 85px);
    }
    .section1 .wrap .top .filter .list .item {
        font-size: 15px;
        display: block;
        white-space: nowrap;
    }
    .section1 .wrap .top .main {
        margin: 40px 0 0;
    }
    .section1 .wrap .top .main h4 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .section1 .wrap .top .main .table .thead {
        height: 50px;
        padding: 0;
    }
    .section1 .wrap .top .main .table .thead .key {
        font-size: 14px;
        width: 25%;
        text-align: center;
    }
    .section1 .wrap .top .main .table .list .item .head {
        padding: 0;
    }
    .section1 .wrap .top .main .table .list .item .head .value:nth-child(5) {
        display: none;
    }
    .section1 .wrap .top .main .table .thead .key:nth-child(4) {
        display: none;
    }
    .section1 .wrap .top .main .table .list .item .head .value {
        width: 25%;
        font-size: 13px;
        height: unset;
        padding: 10px 0;
        line-height: 1.4;
        justify-content: center;
        text-align: center;
    }
    .section1 .wrap .top .main .table .list .item .head {
        height: unset;
    }
    .section1 .wrap .top .main .table .list .item .body .text {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .section1 .wrap .top .main .table .list .item .body {
        padding: 15px 15px 30px;
    }
    .section1 .wrap .top .main .table .list .item .body .button p {
        font-size: 15px;
    }
    .section1 .wrap .top .main .table .list .item .body .button {
        width: fit-content;
        padding: 0 20px;
        height: 38px;
        border-radius: 4px;
    }
    .section1 .wrap .top .main .table .list .item .body .button .icon span {
        font-size: 14px;
    }
    .section1 .wrap .top .main .table .list .item .body .button .icon {
        margin-left: 6px;
    }
    .section1 .wrap .top .main .table .thead .key {
        white-space: unset;
    }
    .section1 .wrap .top .main .table .list .item .body .button .ewm {
        width: 100px;
        height: 100px;
        padding: 10px;
        left: calc(100% + 10px);
    }
    .section1 .wrap .top .main .table .list .item .head .value {
        word-break: break-all;
    }
}
