.section {
    padding: 100px 0 200px;
}


.section .wrap .sec_top {
    text-align: center;
    margin-bottom: 60px;
}

.section .wrap .sec_top .en {
    color: #1685B8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.section .wrap .sec_top .title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin: 12px 0;
}

.section .wrap .sec_top .des {
    color: #62748E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.section .wrap .box {
    width: 100%;
}
.section .wrap .box .tr {
    display: flex;
    align-items: center;
    width: 100%;
}
.section .wrap .box .tr .th {
    background: #1CB5E0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0;
    flex: 1.2;
    text-align: center;
}
.section .wrap .box .tr .th:nth-child(1) {
    padding-left: 90px;
    flex: 1;
    text-align: left;
}
.section .wrap .box .tr .th:nth-last-child(1) {
    padding-right: 90px;
    text-align: right;
    flex: 1;
}
.section .wrap .box .item {
 border-bottom: 1px solid #D9D9D9;
}
.section .wrap .box .item .block {
    display: flex;
    height: 60px;
    align-items: center;
}
.section .wrap .box .item .block .td {
    flex: 1.2;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section .wrap .box .item .block .td .icon {
    width: 12px;
}

.section .wrap .box .item .block .td:nth-child(1) {
    padding-left: 90px;
    flex: 1;
    text-align: left;
    justify-content: flex-start;
}

.section .wrap .box .item .block .td:nth-last-child(1) {
    padding-right: 90px;
    text-align: right;
    flex: 1;
    justify-content: flex-end;
}
.section .wrap .box .item .none {
    padding: 0 30px 10px;
    display: none;
}
.section .wrap .box .item .none .none_box {
    border-radius: 10px;
    background: #FAFDFE;
    padding: 30px 60px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 1365px) {
    .section .wrap .sec_top .title {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .common_nav .wrap {
        justify-content: center;
        gap: 60px;
    }
    .section {
        padding: 50px 0;
    }
    .section .wrap .sec_top .title {
        font-size: 22px;
    }
    .section .wrap .sec_top .des {
        font-size: 14px;
    }
    .section .wrap .box .tr .th {
        padding: 10px !important;
        text-align: center !important;
    }
    .section .wrap .box .item .block .td {
        padding: 10px !important;
    }
    .section .wrap .box .item .none .none_box {
        padding: 0;
    }
    .section .wrap .box .item .none {
        padding: 0 20px 10px;
    }
}
