@media (max-width: 990px) {
    .international_box {
        width: 100%;
        background: #FFF;
    }

    .international_container {
        width: 100%;
        padding: 50px 30px 80px;
        box-sizing: border-box;
    }

    .guarantee_box {
        width: 100%;
        margin-bottom: 80px;
    }

    .guarantee_title {
        width: 100%;
        font-size: 1.4rem;
        text-align: left;
        color: #ffffff;
        line-height: 20px;
        background: #404040;
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }

    .guarantee_check {
        width: 320px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        padding-right: 10px;
    }

    .guarantee_check img {
        margin: 0 12px 0 22px;
    }

    .check_img {
        width: 24px;
        height: 24px;
    }

    .guarantee_table {
        width: 100%;
        border-collapse: collapse;
    }

    .guarantee_table tr {
        display: flex;
        width: 100%;
    }

    .label_item {
        width: 103px;
        min-height: 42px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 1.6rem;
        font-weight: Bold;
        text-align: left;
        color: #000000;
        line-height: 24px;
        word-break: break-all;
    }

    .content_item {
        flex: 1;
        min-height: 42px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 4px;
        font-size: 1.6rem;
        text-align: left;
        color: #000000;
        line-height: 22px;
    }

    .content_item_list {
        display: flex;
        flex-wrap: wrap;
    }

    .list_item {
        flex: 1;
        min-height: 42px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 1.6rem;
        color: #000000;
        line-height: 22px;
    }

    .list_item:nth-child(5n) {
        margin-right: 0;
    }

    .lightspot_box {
        width: 100%;
    }

    .lightspot_row_1 {
        width: 100%;
    }

    .lightspot_row_2 {
        width: 100%;
    }

    .lightspot_content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lightspot_content img {
        width: 48px;
        height: 48px;
        margin-right: 12px;
    }

    .lightspot_item {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 12px 30px;
        box-sizing: border-box;
        position: relative;
    }

    .lightspot_position {
        flex: 1;
        position: relative;
        min-height: 48px;
    }

    .lightspot_position_strong {
        height: 48px;
        display: flex;
        align-items: center;
    }

    .lightspot_text {
        display: none;
        margin: 52px 0 30px;
        position: relative;
        z-index: -2;
        font-size: 1.6rem;
        color: #000000;
        line-height: 24px;
    }

    .arrow {
        font-size: 2.2rem;
        color: #c0c0c0;
        line-height: 48px;
        transition: all .5s;
    }

    .toggle-arrow {
        transform: rotate(90deg);
    }

    .bg_dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 72px;
        background: #E6E7E8;
        z-index: -1;
    }

    .bg_light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 72px;
        background: #F1F1F2;
        z-index: -1;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .international_box {
        width: 100%;
        background: #FFF;
    }

    .international_container {
        width: 940px;
        margin: 0 auto;
        padding: 75px 0 0;
    }

    .guarantee_box {
        width: 940px;
        margin: 172px auto 150px;
    }

    .guarantee_title {
        width: 100%;
        height: 80px;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        line-height: 80px;
        background: #404040;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .guarantee_check {
        width: 320px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        padding-right: 30px;
    }

    .guarantee_check img {
        margin: 0 12px 0 22px;
    }

    .check_img {
        width: 24px;
        height: 24px;
    }

    .guarantee_table {
        width: 100%;
    }

    .guarantee_table tr {
        display: flex;
    }

    .label_item {
        width: 348px;
        height: 84px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: Bold;
        text-align: left;
        color: #000000;
        line-height: 24px;
        word-break: break-all;
    }

    .content_item {
        flex: 1;
        height: 84px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 4px;
        font-size: 16px;
        text-align: left;
        color: #000000;
        line-height: 22px;
    }

    .content_item_list {
        display: flex;
        flex-wrap: wrap;
    }

    .list_item {
        flex: 1;
        height: 84px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        box-sizing: border-box;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 16px;
        color: #000000;
        line-height: 22px;
    }

    .list_item:nth-child(5n) {
        margin-right: 0;
    }

    .lightspot_box {
        width: 100%;
    }

    .lightspot_row_1 {
        width: 100%;
        min-height: 356px;
        background: #F1F1F2;
        position: relative;
        z-index: -2;
    }

    .lightspot_row_2 {
        width: 100%;
        background: #E6E7E8;
        position: relative;
        z-index: -2;
    }

    .lightspot_content {
        width: 940px;
        height: 100%;
        margin: 0 auto;
        display: flex;

    }

    .lightspot_content img {
        width: 118px;
        height: 118px;
        margin-right: 30px;
    }

    .lightspot_item {
        width: 313.33px;
        min-height: 356px;
        display: flex;
        align-items: flex-start;
        padding: 80px 30px 80px 10px;
        box-sizing: border-box;
        position: relative;
        word-break: break-all;
    }

    .bg_dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #E6E7E8;
        z-index: -1;
    }

    .bg_light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F1F1F2;
        z-index: -1;
    }
}

@media (min-width: 1401px) {
    .international_box {
        width: 100%;
        background: #FFF;
    }

    .international_container {
        width: 1140px;
        margin: 0 auto;
        padding: 75px 0 0;
    }

    .guarantee_box {
        width: 1140px;
        margin: 172px auto 150px;
    }

    .guarantee_title {
        width: 100%;
        height: 80px;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        line-height: 80px;
        background: #404040;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .guarantee_check {
        width: 320px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        padding-right: 30px;
    }

    .guarantee_check img {
        margin: 0 12px 0 22px;
    }

    .check_img {
        width: 24px;
        height: 24px;
    }

    .guarantee_table {
        width: 100%;
    }

    .guarantee_table tr {
        display: flex;
    }

    .label_item {
        width: 348px;
        height: 84px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: Bold;
        text-align: left;
        color: #000000;
        line-height: 24px;
        word-break: break-all;
    }

    .content_item {
        flex: 1;
        height: 84px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 4px;
        font-size: 16px;
        text-align: left;
        color: #000000;
        line-height: 22px;
    }

    .content_item_list {
        display: flex;
        flex-wrap: wrap;
    }

    .list_item {
        flex: 1;
        height: 84px;
        background: #F1F1F2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        box-sizing: border-box;
        margin-right: 4px;
        margin-bottom: 4px;
        font-size: 16px;
        color: #000000;
        line-height: 22px;
    }

    .list_item:nth-child(5n) {
        margin-right: 0;
    }

    .lightspot_box {
        width: 100%;
    }

    .lightspot_row_1 {
        width: 100%;
        min-height: 356px;
        background: #F1F1F2;
        position: relative;
        z-index: -2;
    }

    .lightspot_row_2 {
        width: 100%;
        background: #E6E7E8;
        position: relative;
        z-index: -2;
    }

    .lightspot_content {
        width: 1140px;
        height: 100%;
        margin: 0 auto;
        display: flex;

    }

    .lightspot_content img {
        width: 118px;
        height: 118px;
        margin-right: 30px;
    }

    .lightspot_item {
        width: 380px;
        min-height: 356px;
        display: flex;
        align-items: flex-start;
        padding: 80px 30px 80px 10px;
        box-sizing: border-box;
        position: relative;
    }

    .bg_dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #E6E7E8;
        z-index: -1;
    }

    .bg_light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F1F1F2;
        z-index: -1;
    }
}
