.section {
    padding: 250px 0 150px;
}

.section .wrap {
    background: #fff;
    padding: 40px 31px 18px 31px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.section .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .title .headline {
    padding: 0 0 0 15px;
}

.section .wrap .title .headline h1 {
    font-weight: 800;
    font-size: 24px;
    color: #111111;
    margin: 0 0 8px;
    position: relative;
}

.section .wrap .title .headline h1:after {
    content: '';
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 23px;
    background: #00aaec;
    position: absolute;
}

.section .wrap .title .headline p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.section .wrap .title .r_more {
    display: flex;
    align-items: center;
}

.section .wrap .title .r_more .list {
    width: 142px;
    height: 45px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.section .wrap .title .r_more .list:not(:last-child) {
    margin: 0 20px 0 0;
}

.section .wrap .title .r_more .list:not(:last-child) .iconfont {
    font-size: 18px;
}

.section .wrap .title .r_more .list .iconfont {
    color: #333333;
    font-size: 22px;
    margin: 0 13px 0 0;
    transition: .4s;
}

.section .wrap .title .r_more .list p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .4s;
}

.section .wrap .title .r_more .list:hover {
    border: 1px solid #00aaec;
}

.section .wrap .title .r_more .list:hover .iconfont {
    color: #00aaec;
}

.section .wrap .title .r_more .list:hover p {
    color: #00aaec;
}

.section .wrap .content {
    margin: 30px 0 0 0;
}

.section .wrap .content table {
    width: 100%;
}

.section .wrap .content table tr {
    border: 1px solid #EDEDED;
}

.section .wrap .content table tr th {
    height: 60px;
    background: #F5F6F7;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.section .wrap .content table tr th:nth-child(1) {
    width: 150px;
}

.section .wrap .content table tr th:nth-child(2) {
    width: 285px;
    text-align: left;
}

.section .wrap .content table tr th .flex {
    display: flex;
    align-items: center;
}

.section .wrap .content table tr th .flex .border {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EDEDED;
    color: transparent;
    transition: .4s;
    font-size: 14px;
    margin: 0 10px 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .content table tr th .flex .border.on {
    background: #00aaec;
    border: 1px solid #00aaec;
    color: #fff;
}

.section .wrap .content table tr td {
    height: 112px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
}

.section .wrap .content table tr td:nth-child(1) {
    width: 150px;
}

.section .wrap .content table tr td:nth-child(1) .border {
    margin: 0 0 0 20px;
}

.section .wrap .content table tr td:nth-child(2) {
    width: 285px;
}

.section .wrap .content table tr td .border {
    width: 20px;
    height: 20px;
    background: rgba(236, 64, 0, 0);
    border-radius: 3px;
    border: 1px solid #EDEDED;
    color: transparent;
    transition: .4s;
    font-size: 14px;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .content table tr td .border.on {
    background: #00aaec;
    border: 1px solid #00aaec;
    color: #fff;
}

.section .wrap .content table tr td .remove {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.section .wrap .content table tr td .remove:hover {
    color: #00aaec;
}

.section .wrap .content table tr td .flex {
    display: flex;
    align-items: center;
}

.section .wrap .content table tr td .flex .img {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 22px 0 0;
}

.section .wrap .content table tr td .flex .img img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.section .wrap .content table tr td .flex p {
    font-weight: 500;
    font-size: 14px;
    color: #111111;
    width: 150px;
    text-align: left;
}

.section .wrap .content .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0 27px;
    margin: 20px 0 0 0;
    position: relative;
}

.section .wrap .content .other:after {
    content: '';
    position: absolute;
    width: 1445px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EDEDED;
}

.section .wrap .content .other .l {
    display: flex;
    align-items: center;
}

.section .wrap .content .other .l .select_all {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section .wrap .content .other .l .select_all .border {
    width: 20px;
    height: 20px;
    background: rgba(236, 64, 0, 0);
    border-radius: 3px;
    border: 1px solid #EDEDED;
    color: transparent;
    transition: .4s;
    font-size: 14px;
    margin: 0 10px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .content .other .l .select_all p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.section .wrap .content .other .l .select_all.on .border {
    background: #00aaec;
    border: 1px solid #00aaec;
    color: #fff;
}

.section .wrap .content .other .l .remove_select {
    margin: 0 0 0 33px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.section .wrap .content .other .r {
    display: flex;
    align-items: center;
}

.section .wrap .content .other .r .text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 0 62px 0 0;
}

.section .wrap .content .other .r .text .num {
    font-size: 22px;
    color: #00aaec;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.section .wrap .content .other .r .verify {
    width: 130px;
    height: 43px;
    background: #00aaec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .4s;
    border: 1px solid transparent;
}

.section .wrap .content .other .r .verify:hover {
    background: transparent;
    border: 1px solid #00aaec;
    color: #00aaec;
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19991209;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fixed.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    position: absolute;
}

.fixed .fixed_box {
    width: 900px;
    background: rgba(255, 255, 255, 0.99);
    border-radius: 12px;
    padding: 80px 60px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.fixed .fixed_box form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: space-between;
}

.fixed .fixed_box form .item {
    width: 380px;
}

.fixed .fixed_box form .item input {
    width: 100%;
    height: 50px;
    background: rgba(232, 235, 240, 0);
    border: 1px solid #e8ebf0;
    padding: 0 0 0 12px;
    font-size: 16px;
}

.fixed .fixed_box form .item textarea {
    width: 100%;
    height: 114px;
    background: rgba(232, 235, 240, 0);
    border: 1px solid #e8ebf0;
    padding: 11px 0 0 12px;
    font-size: 16px;
}

.fixed .fixed_box form .item.w100 {
    width: 100%;
}

.fixed .fixed_box form button {
    display: flex;
    align-items: center;
    padding: 0 25px;
    gap: 13px;
    width: fit-content;
    height: 50px;
    background: #00aaec;
    border-radius: 25px;
    border: none;
    margin: 8px auto 0;
}

.fixed .fixed_box form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.fixed .fixed_box form button .iconfont {
    font-size: 16px;
    color: #FFFFFF;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.fixed .fixed_box form button:hover .iconfont {
    transform: rotate(0);
}

@media screen and (max-width: 1919px) {
    .section {
        padding: 13.0208333333vw 0px 7.8125vw;
    }

    .section .wrap {
        padding: 2.0833333333vw 1.6145833333vw 0.9375vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.5625vw;
    }

    .section .wrap .title .headline {
        padding: 0px 0px 0px 0.78125vw;
    }

    .section .wrap .title .headline h1 {
        font-size: 1.25vw;
        margin: 0px 0px 0.4166666667vw;
    }

    .section .wrap .title .headline h1::after {
        left: -0.78125vw;
        width: 0.2083333333vw;
        height: 1.1979166667vw;
    }

    .section .wrap .title .headline p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .title .r_more .list {
        width: 7.3958333333vw;
        height: 2.34375vw;
    }

    .section .wrap .title .r_more .list:not(:last-child) {
        margin: 0px 1.0416666667vw 0px 0px;
    }

    .section .wrap .title .r_more .list:not(:last-child) .iconfont {
        font-size: 0.9375vw;
    }

    .section .wrap .title .r_more .list .iconfont {
        font-size: 1.1458333333vw;
        margin: 0px 0.6770833333vw 0px 0px;
    }

    .section .wrap .title .r_more .list p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content {
        margin: 1.5625vw 0px 0px;
    }

    .section .wrap .content table tr th {
        height: 3.125vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .content table tr th:nth-child(1) {
        width: 7.8125vw;
    }

    .section .wrap .content table tr th:nth-child(2) {
        width: 14.84375vw;
    }

    .section .wrap .content table tr th .flex .border {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        border-radius: 0.15625vw;
        font-size: 0.7291666667vw;
        margin: 0px 0.5208333333vw 0px 1.0416666667vw;
    }

    .section .wrap .content table tr td {
        height: 5.8333333333vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .content table tr td:nth-child(1) {
        width: 7.8125vw;
    }

    .section .wrap .content table tr td:nth-child(1) .border {
        margin: 0px 0px 0px 1.0416666667vw;
    }

    .section .wrap .content table tr td:nth-child(2) {
        width: 14.84375vw;
    }

    .section .wrap .content table tr td .border {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        border-radius: 0.15625vw;
        font-size: 0.7291666667vw;
    }

    .section .wrap .content table tr td .remove {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content table tr td .flex .img {
        width: 3.75vw;
        height: 3.75vw;
        margin: 0px 1.1458333333vw 0px 0px;
    }

    .section .wrap .content table tr td .flex p {
        font-size: 0.7291666667vw;
        width: 7.8125vw;
    }

    .section .wrap .content .other {
        padding: 1.0416666667vw 0px 0px 1.40625vw;
        margin: 1.0416666667vw 0px 0px;
    }

    .section .wrap .content .other::after {
        width: 75.2604166667vw;
    }

    .section .wrap .content .other .l .select_all .border {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        border-radius: 0.15625vw;
        font-size: 0.7291666667vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .section .wrap .content .other .l .select_all p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .content .other .l .remove_select {
        margin: 0px 0px 0px 1.71875vw;
        font-size: 0.8333333333vw;
    }

    .section .wrap .content .other .r .text {
        font-size: 0.8333333333vw;
        margin: 0px 3.2291666667vw 0px 0px;
    }

    .section .wrap .content .other .r .text .num {
        font-size: 1.1458333333vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }

    .section .wrap .content .other .r .verify {
        width: 6.7708333333vw;
        height: 2.2395833333vw;
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box {
        width: 46.875vw;
        border-radius: 0.625vw;
        padding: 4.1666666667vw 3.125vw 2.0833333333vw;
    }

    .fixed .fixed_box form {
        gap: 1.5625vw 1.0416666667vw;
    }

    .fixed .fixed_box form .item {
        width: 19.7916666667vw;
    }

    .fixed .fixed_box form .item input {
        height: 2.6041666667vw;
        padding: 0px 0px 0px 0.625vw;
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box form .item textarea {
        height: 5.9375vw;
        padding: 0.5729166667vw 0px 0px 0.625vw;
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box form button {
        padding: 0px 1.3020833333vw;
        gap: 0.6770833333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        margin: 0.4166666667vw auto 0px;
    }

    .fixed .fixed_box form button p {
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box form button .iconfont {
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap {
        padding: 30px 20px;
    }
    .section .wrap .title .headline {
        padding: 0 0 0 15px;
    }
    .section .wrap .title .headline h1 {
        font-size: 20px;
    }
    .section .wrap .title .headline h1::after {
        left: -15px;
        width: 2px;
        height: 75%;
    }
    .section .wrap .title {
        margin-bottom: 20px;
    }
    .section .wrap .content table tr th {
        height: 50px;
        font-size: 15px;
    }
    .section .wrap .content table {
        overflow-x: auto;
        display: block;
    }
    .section .wrap .content table tbody {
        width: max-content;
    }
    .section .wrap .content table tr th {
        width: unset !important;
        padding: 10px;
        white-space: nowrap;
    }
    .section .wrap .content table tr th .flex .border {
        width: 16px;
        height: 16px;
        border-radius: 4px;
        font-size: 8px;
        margin: 0 6px 0 0;
    }
    .section .wrap .content table tr td {
        height: unset;
        font-size: 15px;
        padding: 15px 10px;
        white-space: nowrap;
    }
    .section .wrap .content table tr td .border {
        width: 16px;
        height: 16px;
        border-radius: 4px;
        font-size: 8px;
        margin: 0;
    }
    .section .wrap .content table tr td .flex .img {
        width: 64px;
        height: 64px;
        margin: 0 10px 0 0;
        border-radius: 4px;
    }
    .section .wrap .content table tr td .remove {
        font-size: 14px;
    }
    .section .wrap .content table tr td .flex .img img {
        max-width: 100%;
        max-height: 100%;
    }
    .section .wrap .content table tr td .flex p {
        width: unset;
        font-size: 14px;
    }
    .section .wrap .content .other {
        margin: 20px 0 0;
        padding: 20px 0 0;
        display: block;
    }
    .section .wrap .content .other::after {
        width: 100%;
    }
    .section .wrap .content .other .l .select_all .border {
        width: 16px;
        height: 16px;
        border-radius: 4px;
        font-size: 8px;
        margin-right: 8px;
    }
    .section .wrap .content .other .l .remove_select {
        margin: 0 0 0 15px;
        font-size: 14px;
    }
    .section .wrap .content .other .r .text {
        font-size: 14px;
    }
    .section .wrap .content .other .r .text .num {
        font-size: 14px;
    }
    .section .wrap .content .other .l .select_all p {
        font-size: 14px;
    }
    .section .wrap .content .other .r {
        justify-content: flex-end;
        margin: 20px 0 0;
    }
    .section .wrap .content .other .r .verify {
        width: fit-content;
        height: 36px;
        border-radius: 4px;
        font-size: 14px;
        padding: 0 15px;
    }
}
