.section {
    background: #FAFDFE;
    padding: 180px 0 120px;
}

.section .wrap .control {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px;
}

.section .wrap .control .item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 99px;
    background: #F8FAFC;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .control .tel .tel_show {

}

.section .wrap .control .tel .tel_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section .wrap .control .tel .tel_show img {
    display: block;
    width: 18px;
}

.section .wrap .control .tel .tel_show p {
    color: #45556C;
    font-size: 14px;
    font-weight: 600;
}

.section .wrap .control .tel .tel_none {
    display: none;
}

.section .wrap .control .tel.on .tel_none {
    display: block;
}

.section .wrap .control .tel.on .tel_show {
    display: none;
}

.section .wrap .control .tel .tel_none img {
    display: block;
    width: 18px;
}

.section .wrap .control .tel .tel_none p {
    color: #45556C;
    font-size: 20px;
    font-weight: 600;
}

.section .wrap .control .tel .tel_show {

}

.section .wrap .control .item .icon {
    width: 18px;
}

.section .wrap .control .item .icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.section .wrap .control .item .icon svg path {
    transition: 0.6s;
}

.section .wrap .control .item p {
    color: #45556C;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
    transition: 0.6s;
}

.section .wrap .control .item:hover, .section .wrap .control .item.on {
    background: #0F172B;
}

.section .wrap .control .item:hover .icon svg path, .section .wrap .control .item.on .icon svg path {
    stroke: #FFFFFF;
}

.section .wrap .control .item:hover p, .section .wrap .control .item.on p {
    color: #FFF;
}

.section .wrap .content {
    margin: 30px 0 0;
}

.section .wrap .content .part .part_title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section .wrap .content .part .part_des table {
    width: 100%;
}

.section .wrap .content .part .part_des {
    margin-bottom: 15px;
}

.section .wrap .content .part .part_des table tr th {
    padding: 15px 20px 15px 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    width: fit-content;
    text-align: left;
}

.section .wrap .content .part .part_des table tr td {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
}

.section .wrap .content .part .part_des table tr:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}
.section .wrap .content .part .part_content {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}
.section .wrap .content .part .part_content table {
    border-collapse: collapse;
    width: 100%;
}

.section .wrap .content .part .part_content table th {
    background: #2ab7e0;
    padding: 10px 8px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.section .wrap .content .part .part_content table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.section .wrap .content .part .part_content table tr:nth-last-child(1) td {
    border-bottom: unset;
}


.section .wrap .content .part .part_content table tr:hover {
    background: #eef7fb;
}

.section .wrap .content .part .part_content table .color-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    vertical-align: middle;
}


.section .wrap .more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(287deg, #1685B8 0%, #199ECD 70.48%, #1CB5E0 100%);
}
.section .wrap .more img {
    display: block;
    width: 34px;
}

.section .wrap .more p {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

@media screen and (max-width: 1365px) {
    .section .wrap .content .part .part_title {
        font-size: 32px;
    }
    .section .wrap .more p {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 70px;
    }

    .section .wrap .control {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 25px;
    }
    .section .wrap .control .item {
        gap: 6px;
        padding: 6px 15px;
        border-radius: 40px;
    }
    .section .wrap .control .item p {
        font-size: 13px;
        line-height: 1.4;
    }
    .section .wrap .control .item .icon {
        width: 14px;
    }
    .section .wrap .content .part .part_title {
        font-size: 22px;
    }
    .section .wrap .control {
        margin-bottom: 35px;
    }
    .section .wrap .content .part .part_des table tr th {
        white-space: nowrap;
    }
    .section .wrap .content .part .part_content {
        overflow-x: auto;
    }
    .section .wrap .content .part .part_content table {
        width: max-content;
    }
    .section .wrap .more p {
        font-size: 14px;
    }
    .section .wrap .more img {
        width: 18px;
    }
    .section .wrap .more {
        gap: 10px;
        padding: 10px 15px;
        border-radius: 8px;
    }
}
