.philippinesInfo-img-fluid {
    width: 100%;
    height: auto;
}

/*第一部分*/
.philippinesInfo_one {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.philippinesInfo_one_title {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    transform: translateY(-25%);
    padding: 0;
}

.philippinesInfo_one_title_p {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 3.25rem;
    text-align: center;
}

/*第二部分*/
.philippinesInfo_two {
    background: #222222;
    position: relative;
}

.philippinesInfo_two_context {
    width: 100%;
    height: auto;
}

.card-list {
    padding: 60px 0 0 0;
    margin: 0;
    height: auto;
    position: relative;
    width: 100%;
}

.card-list-item {
    position: relative;
    z-index: 10;
    transition: transform 0.8s ease-in-out, width 0.8s ease-in-out, opacity 0.8s ease-in-out;
    will-change: transform, width, opacity;
}

.card-list-item-one {
    position: absolute;
    z-index: 9;
    top: 60px;
    transform: translateY(-30px) translateX(50px);
    width: calc(100% - 100px);
    .card-list__text {
        display: none;
    }

    .card-list__description {
        display: none;
    }
}

.card-list-item-two {
    position: absolute;
    z-index: 8;
    top: 60px;
    transform: translateY(-60px) translateX(100px);
    width: calc(100% - 200px);
    .card-list__text {
        display: none;
    }

    .card-list__description {
        display: none;
    }
}

.card-list__image {
    height: auto;
    display: block;
    border: 1px solid #e5e5ea;
    width: 100%;
}

.card-list__text {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-list__description {
    margin: 30px auto 0 auto;
    width: 80%;
    height: auto;
    color: white;
    font-size: 18px;
}

/*第三部分*/
.philippinesInfo_three, .philippinesInfo_four {
    background: #222222;
    position: relative;
    padding: 0;
}

.philippinesInfo_three_boxOne {
    width: 100%;
    height: auto;
    position: relative;
}

.philippinesInfo_three_bg_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 1;
}

.philippinesInfo_three_title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    color: rgba(255, 255, 255, 1);
    font-size: 2.5rem;
    font-weight: 700;
    z-index: 2;
}

.philippinesInfo_three_boxTwo {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    /*transform: translateY(-32%);*/
    margin-top: -43%;
}

.philippinesInfo_three_boxTwo_container {
    padding-top: 30px;
    padding-bottom: 80px;
    background: #464646;
    border-radius: 10px 10px 0 0;
}

.philippinesInfo_three_boxTwo_row {
    margin: 0;
    align-items: center;
}

.philippinesInfo_three_boxTwo_img {
    text-align: center;
}

.philippinesInfo_three_boxTwo_text {
    display: flex;
}

.philippinesInfo_three_boxTwo_text_left {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-right: 15px;
}

.philippinesInfo_three_boxTwo_text_right {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.philippinesInfo_three_boxTwo_text_right_title {
    color: rgba(55, 163, 255, 1);
    font-size: 1.75rem;
}

.philippinesInfo_three_boxTwo_text_right_des {
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
}

.philippinesInfo_three_boxTwo_ship {
    width: 100%;
    margin: 0;
    padding-top: 60px;
}

.philippinesInfo_three_boxTwo_ship_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.philippinesInfo_three_boxTwo_ship_top_line {
    width: 16%;
    height: 1px;
    border-top: 1px dashed rgba(187, 187, 187, 0.53);
}

.philippinesInfo_three_boxTwo_ship_top_title {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1);
    margin: 0 20px;
}

.philippinesInfo_three_boxTwo_ship_middle {
    text-align: center;
    padding-top: 30px;
    color: rgb(251, 251, 251);
    font-size: 1rem;
}

.philippinesInfo_three_boxTwo_ship_bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
}

.swiper-prev-icon {
    -webkit-animation: bounceInLeft 1.5s infinite 1s;
    animation: bounceInLeft 1.5s infinite 1s;
    cursor: pointer;
}

.swiper-next-icon {
    -webkit-animation: bounceInRight 1.5s infinite 1s;
    animation: bounceInRight 1.5s infinite 1s;
    cursor: pointer;
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper {
    display: flex;
    width: 60%;
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper_item {
    width: calc(100% / 3);
    height: auto;
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    will-change: transform, opacity;
}

.swiper-prev {
    transform: translateX(25%);
}

.swiper-active {
    transform: translateY(-40px);
    z-index: 20;
}

.swiper-next {
    transform: translateX(-25%);
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper_item_img {
    width: 100%;
    height: auto;
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper_item_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.48);
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper_item_text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    z-index: 11;
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper_item_text_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.philippinesInfo_three_boxTwo_ship_bottom_swiper_item_text_des {
    font-size: 1rem;
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0);
    }
}

/*第四部分*/
.philippinesInfo_four {
    box-shadow: 0 6px 6px 4px rgba(0, 0, 0, 0.29);
    z-index: 2;
    overflow: visible !important;
}

.philippinesInfo_four_model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 1;
}

.philippinesInfo_four_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    div {
        color: white;
        font-size: 1.25rem;
    }

    ul {
        padding-left: 1rem;
        color: white;
        font-size: 1.25rem;
    }
}

.philippinesInfo_four_container-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0px;
}

/*第五部分*/
.philippinesInfo_five {
    padding-top: 0;
    padding-bottom: 60px;
    overflow: visible !important;
    background: #222222;
    position: relative;
}

.philippinesInfo_five_container {
    padding: 23% 8% 1px 8%;
    background: #464646;
    border-radius: 0 0 10px 10px;
    position: relative;

    p {
        color: white;
        font-size: 3rem;
    }

    ul {
        margin-top: 120px;
        padding-left: 1rem;
        color: white;
        font-size: 1.25rem;
    }
}

.philippinesInfo_five_container_img {
    position: absolute;
    top: -120px;
    right: 60px;
    width: 60%;
    height: auto;
    z-index: 99;
}

.philippinesInfo_five_container_explore {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.philippinesInfo_five_container_explore_line {
    height: 1px;
    border: 1px dashed rgba(187, 187, 187, 0.53);
}

.philippinesInfo_five_container_explore_word {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.philippinesInfo_five_container_explore_des {
    color: rgba(111, 111, 111, 1);
    font-size: 1.25rem;
    text-align: center;
}

.philippinesInfo_five_container_explore_other {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.philippinesInfo_five_container_explore_other_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 100px;
    width: 43%;
}

.philippinesInfo_five_container_explore_other_item_img {
    width: 36px;
    height: auto;
}

.philippinesInfo_five_container_explore_other_item_word {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 1);
    margin-left: 20px;
    &:hover {
        color: rgba(255, 255, 255, 1) !important;
    }
}

/*移动端响应式样式*/
@media screen and (max-width: 768px) {

    .philippinesInfo_one_title_p {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .card-list__text {
        font-size: 1.25rem;
    }

    .card-list__description {
        font-size: 14px;
    }

    .philippinesInfo_three_title {
        font-size: 1.5rem;
    }

    .philippinesInfo_three_boxTwo {
        margin-top: -33%;
    }

    .philippinesInfo_three_boxTwo_text {
        justify-content: center;
    }

    .philippinesInfo_three_boxTwo_text_right {
        width: 100%;
    }

    .philippinesInfo_three_boxTwo_text_left {
        font-size: 1.5rem;
    }

    .philippinesInfo_three_boxTwo_text_right_title {
        font-size: 1.25rem;
    }

    .philippinesInfo_three_boxTwo_ship_top_title {
        font-size: 1.5rem;
    }

    .philippinesInfo_three_boxTwo_ship_bottom {
        .swiper-prev-icon {
            width: 40px;
        }

        .swiper-next-icon {
            width: 40px;
        }
    }

    .philippinesInfo_three_boxTwo_ship_bottom_swiper_item_text {
        top: 10px;
    }

    .philippinesInfo_three_boxTwo_ship_bottom_swiper_item_text_title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .philippinesInfo_three_boxTwo_ship_bottom_swiper_item_text_des {
        font-size: 12px;
        line-height: 1rem;
    }

    .philippinesInfo_three_boxTwo_ship_bottom_swiper {
        width: calc(100% - 100px);
    }

    .philippinesInfo_four_model {
        overflow-y: auto;
    }

    .philippinesInfo_four_container-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .philippinesInfo_four_container {
        justify-content: flex-start;
    }

    .philippinesInfo_four_container {
        justify-content: flex-start;
        padding-top: 20px;

        div {
            color: white;
            font-size: 12px;
        }

        ul {
            font-size: 12px;
        }
    }

    .philippinesInfo_five_container_img {
        position: absolute;
        top: -40px;
        right: 5px;
        width: 60%;
        height: auto;
        z-index: 99;
    }

    .philippinesInfo_five_container {
        padding: 30% 8% 1px 8%;
    }

    .philippinesInfo_five_container {
        p {
            color: white;
            font-size: 1.5rem;
        }

        ul {
            margin-top: 60px;
            padding-left: 1rem;
            color: white;
            font-size: 16px;
        }
    }

    .philippinesInfo_five_container_explore {
        margin-top: 60px;
    }

    .philippinesInfo_five_container_explore_word {
        font-size: 1.5rem;
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }

    .philippinesInfo_five_container_explore_des {
        font-size: 14px;
    }

    .philippinesInfo_five_container_explore_other {
        margin-top: 60px;
    }

    .philippinesInfo_five_container_explore_other_item {
        width: 55%;
        margin-bottom: 60px;
    }

    .philippinesInfo_five_container_explore_other_item_img {
        width: 24px;
        height: auto;
    }

    .philippinesInfo_five_container_explore_other_item_word {
        font-size: 1rem;
        color: rgba(255, 255, 255, 1);
        margin-left: 20px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .philippinesInfo_one_title_p {
        font-size: 2.5rem;
    }

    .philippinesInfo_three_boxTwo_text {
        justify-content: center;
    }

    .philippinesInfo_three_boxTwo_text_right {
        width: 100%;
    }

    .philippinesInfo_three_boxTwo_text_left {
        font-size: 1.5rem;
    }

    .philippinesInfo_three_boxTwo_text_right_title {
        font-size: 1.25rem;
    }

    .philippinesInfo_four_container-title {
        font-size: 2rem;
    }

    .philippinesInfo_five_container_img {
        top: -60px;
        right: 10px;
    }

    .philippinesInfo_five_container {
        ul {
            margin-top: 80px;
        }
    }

    .philippinesInfo_five_container_explore {
        margin-top: 80px;
    }

    .philippinesInfo_five_container_explore_other_item {
        margin-bottom: 80px;
        width: 60%;
    }
}
