*{
    margin: 0;
    padding: 0;
}

@media (min-width:1201px){
    .offices{
        width: 75%;
        margin: 0 auto;
    }

    .offices_countryBox>a{
        margin-bottom: 2vw;
    }

    .offices_watchBox_son{
        padding-top: 4vw;
        padding-bottom: 7vw;
        padding-left: 3vw;
        padding-right: 3vw;
        border-radius: 1vw;
        margin-top: 8vw;
        margin-bottom: 8vw;
        display: flex;
        justify-content: space-between;
        background-color: #f5f5f5;
    }

    .offices_watchBox_son_left{
        width: 50%;
    }   

    .title_name{
        font-size: 1.5vw;
        font-weight: 900;
    }

    .title_word{
        font-size: 1.2vw;
    }

    .offices_watchBox_son_left_status{
        margin-top: 1vw;
        font-size: 1vw;
    }

    .offices_watchBox_son_left_status>.icon{
        width: 1vw;
        height: 1vw;
    }

    .offices_watchBox_son_left_status>span{
        font-weight: 900;
    }

    .offices_watchBox_son_right{
        position: relative;
    }

    .offices_watchBox_son_right_box{
        width: 30vw;
        height: 18vw;
        position: absolute;
        top:0vw;
        right:0vw;
        border-radius: 1vw;
        cursor: pointer;
    }

    .offices_watchBox_son_right_box img{
        width: 100%;
        height: 100%;
        border-radius: 2vw;
    }

    .offices_watchBox_son_right_box_mask{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        border-radius: 2vw;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .offices_watchBox_son_right_box_mask>.icon{
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2000;
        transform: translate(-50%,-50%);
    }

    .offices_watchBox_son_right .left_btn{
        position: absolute;
        left: 3vw;
        top: 50%;
        transform: translate(-50%);
        z-index: 800;
        width: 3vw;
        height: 3vw;
        color: white;
        line-height: 3vw;
        text-align: center;
        border-radius: 50vw;
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    .offices_watchBox_son_right .right_btn{
        position: absolute;
        right: 0vw;
        top: 50%;
        transform: translate(-50%);
        z-index: 800;
        width: 3vw;
        height: 3vw;
        color: white;
        text-align: center;
        border-radius: 50vw;
        background-color: rgba(0, 0, 0, 0.6);
    
    }
    
    .offices_watchBox_son_right .icon_btn{
        width: 2vw;
        height: 2vw;
        margin-top: 0.5vw;
    }

    /* 下部 */
    .offices_countryBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .offices_countryBox_son{
        width: 32vw;
        height: 16vw;
        padding: 2vw;
        border-radius: 1vw;
        border: 0.1vw solid #d2d2d2;
    }

    .offices_countryBox_son_countryName{
        display: flex;
        align-items: center;
        margin-bottom: 1vw;
    }

    .offices_countryBox_son_countryName img{
        margin-right: 2vw;
    }

    .countryName_word{
        font-size: 1.3vw;
    }

    .offices_countryBox_son_information{
        display: flex;
    }

    .information_word{
        font-size: 0.9vw;
        margin-bottom: 1vw;
    }

    .information_word>span{
        font-weight: 900;
    }

    .information_img img{
        width: 1vw;
        height: 1vw;
        position: relative;
        top: 0.1vw;
        margin-right: 0.5vw;
        object-fit: contain;
    }

    .countryName_word>span{
        font-size: 0.9vw;
    }
}

@media (max-width:1200px){
    .offices{
        width: 90%;
        margin: 0 auto;
    }

    .offices_watchBox_son{
        padding-top: 4vw;
        padding-bottom: 6vw;
        padding-left: 3vw;
        padding-right: 3vw;
        border-radius: 1vw;
        margin-top: 8vw;
        margin-bottom: 8vw;
        display: flex;
        flex-direction: column-reverse;
        background-color: #f5f5f5;
        border-radius: 4vw;
    }

    .offices_watchBox_son_left{
        width: 100%;
        text-align: center;
    }   

    .title_name{
        font-size: 4.5vw;
        font-weight: 900;
    }

    .title_word{
        font-size: 3vw;
    }

    .offices_watchBox_son_left_status{
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .offices_watchBox_son_left_status>.icon{
        width: 1vw;
        height: 1vw;
    }

    .offices_watchBox_son_left_status>span{
        font-weight: 900;
    }

    .offices_watchBox_son_right{
        position: relative;
    }

    .offices_watchBox_son_right_box{
        width: 100%;
        border-radius: 1vw;
        cursor: pointer;
    }

    .offices_watchBox_son_right_box img{
        width: 100%;
        height: 100%;
        border-radius: 2vw;
    }

    .offices_watchBox_son_right_box_mask{
        width: 100%;
        height: 95%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 500;
        border-radius: 2vw;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .offices_watchBox_son_right_box_mask>.icon{
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 600;
        transform: translate(-50%,-50%);
    }

    .offices_watchBox_son_right .left_btn{
        position: absolute;
        left: 9vw;
        top: 50%;
        transform: translate(-50%);
        z-index: 800;
        width: 9vw;
        height: 9vw;
        color: white;
        line-height: 9vw;
        text-align: center;
        border-radius: 50vw;
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    .offices_watchBox_son_right .right_btn{
        position: absolute;
        right: 0vw;
        top: 50%;
        transform: translate(-50%);
        z-index: 800;
        width: 9vw;
        height: 9vw;
        color: white;
        text-align: center;
        border-radius: 50vw;
        background-color: rgba(0, 0, 0, 0.6);
    
    }
    
    .offices_watchBox_son_right .icon_btn{
        width: 6vw;
        height: 6vw;
        margin-top: 1.6vw;
    }

        /* 下部 */
        .offices_countryBox{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .offices_countryBox_son{
            width: 85vw;
            padding: 2vw;
            padding-top: 4vw;
            padding-bottom: 4vw;
            margin-bottom: 4vw;
            margin-top: 2vw;
            border-radius: 2vw;
            border: 0.2vw solid #d2d2d2;
        }

        .offices_countryBox_son_countryName img{
            width: 30vw;
            object-fit: contain;
            margin-bottom: 2vw;
        }
    
        .offices_countryBox_son_countryName{
            margin-bottom: 2vw;
            text-align: center;
        }
    
        .offices_countryBox_son_countryName img{
            margin-right: 2vw;
        }
    
        .countryName_word{
            font-size: 5vw;
        }
    
        .offices_countryBox_son_information{
            width: 70%;
            display: flex;
            margin: 0 auto;
            justify-content: center;
        }

        .information_word{
            font-size: 3vw;
            margin-bottom: 2vw;
            margin-top: 1vw;
        }
    
        .information_word>span{
            font-weight: 900;
        }
    
        .information_img img{
            width: 4vw;
            height: 4vw;
            position: relative;
            top: 0.6vw;
            margin-right: 0.5vw;
            object-fit: contain;
        }
    
        .countryName_word>span{
            font-size: 3vw;
        }
}

.mySwiper{
    position: relative;
}

@media (min-width:1201px){ 
    .outTitle{
        font-size: 2vw;
        text-align: center;
        font-weight: 900;
        position: relative; /* 为伪元素定位做准备 */
    }

    /* .outTitle::after {
        content: "";
        position: absolute;
        bottom: -30%;
        left: 50%;
        transform: translateX(-50%);
        width: 5%;
        height: 0.3vw;
        background-color: red;
    } */

    .innerTitle{
        font-size: 2vw;
        font-weight: 900;
        margin-bottom: 3vw;
        position: relative; /* 为伪元素定位做准备 */
    }

    /* .innerTitle::after {
        content: "";
        position: absolute;
        bottom: -30%;
        left: 2.5%;
        transform: translateX(-50%);
        width: 5%;
        height: 0.3vw;
        background-color: red;
    } */

    .small_title{
        font-size: 1.3vw;
        font-weight: 900;
    }

    .swiper-pagination-bullet-active{
        width: 0.6vw !important;
        height: 0.6vw !important;
        background-color: #ef1729 !important;
    }
    
    .swiper-pagination-bullet{
        width: 0.6vw !important;
        height: 0.6vw !important;
    }
}

@media (max-width:1200px){ 
    .outTitle{
        font-size: 4vw;
        text-align: center;
        font-weight: 900;
        position: relative; /* 为伪元素定位做准备 */
    }

    /* .outTitle::after {
        content: "";
        position: absolute;
        bottom: -30%;
        left: 50%;
        transform: translateX(-50%);
        width: 5%;
        height: 0.6vw;
        background-color: red;
    } */

    .swiper-pagination-bullet-active{
        width: 1.2vw !important;
        height: 1.2vw !important;
        background-color: #ef1729 !important;
    }
    
    .swiper-pagination-bullet{
        width: 1.2vw !important;
        height: 1.2vw !important;
    }

    .innerTitle{
        font-size: 4vw;
        font-weight: 900;
        margin-bottom: 3vw;
        position: relative; /* 为伪元素定位做准备 */
    }

    /* .innerTitle::after {
        content: "";
        position: absolute;
        bottom: -30%;
        left: 2.5%;
        transform: translateX(-50%);
        width: 5%;
        height: 0.6vw;
        background-color: red;
    } */

    .package_titleBox>.innerTitle{
        font-size: 4vw;
        font-weight: 900;
        margin-bottom: 3vw;
        position: relative; /* 为伪元素定位做准备 */
    }

    /* .package_titleBox>.innerTitle::after {
        content: "";
        position: absolute;
        bottom: -30%;
        left: 2.5%;
        transform: translateX(-50%);
        width: 5%;
        height: 0.6vw;
        background-color: red;
    } */
}

.offices_countryBox>a{
    text-decoration: none;
    color: black;
}
