*{
    margin: 0;
    padding: 0;
}

@media (min-width:1201px){

    .package_titleBox{
        display: flex;
        justify-content: space-between;
    }

    .accessories{
        width: 70%;
        margin: 0 auto;
        padding-top: 7vw;
        padding-bottom: 7vw;
    }

    .package_showBox {
        display: flex;
        flex-wrap: wrap;
    }
    
    .package_showBox_son{
        width: 20vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
        border-radius: 2vw;
        text-align: center;
        margin-bottom: 2vw;
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        background-color: #f5f5f5;
    }

    .package_showBox_son img{
        width: 16vw;
        height: 16vw;
        object-fit: contain;
    }

    .package_showBox_son_name{
        margin-top: 3vw;
        font-size: 1.2vw;
        font-weight: 600;
        color: #211e1f;
    }

    .showBox_iconName{
        font-size: 1.2vw;
        font-weight: 600;
        color: #211e1f;
    }

    .package_titleBox_brand{
        font-size: 0.8vw;
    }

    .package_titleBox_brand>span{
        margin-left: 0.5vw;
        margin-right: 0.5vw;
    }

    .package_titleBox_brand .icon{
        width: 1vw;
        height: 1vw;
        position: relative;
        top: 0.15vw;
        margin-right: 0.3vw;
    }
}

@media (max-width:1200px){
    .accessories{
        width: 90%;
        margin: 0 auto;
        padding-top: 7vw;
        padding-bottom: 7vw;
    }

    .package_showBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .package_showBox_son{
        width: 38vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
        padding-left: 2vw;
        padding-right: 2vw;
        border-radius: 2vw;
        text-align: center;
        margin-bottom: 2vw;
        margin-left: 1vw;
        margin-right: 1vw;
        background-color: #f5f5f5;
    }

    .package_showBox_son img{
        width: 32vw;
        height: 32vw;
        object-fit: contain;
    }

    .package_showBox_son_name{
        margin-top: 6vw;
        font-size: 3.2vw;
        font-weight: 600;
        color: #211e1f;
    }

    .showBox_iconName{
        font-size: 3.2vw;
        font-weight: 600;
        color: #211e1f;
    }

    .package_titleBox_brand{
        font-size: 3vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .package_titleBox_brand>span{
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .package_titleBox_brand .icon{
        width: 3vw;
        height: 3vw;
        position: relative;
        top: 0.3vw;
        margin-right: 0.6vw;
    }
}

/* 泛用 */

@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;
    } */

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

    /* .package_titleBox>.innerTitle::after {
        content: "";
        position: absolute;
        bottom: -30%;
        left: 10%;
        transform: translateX(-50%);
        width: 20%;
        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;
    } */
}

.package_showBox_son{
    transition: 0.3s;
}

.package_showBox_son:hover{
    background-color: #fff;
    box-shadow: 0 0 0.2vw 0.2vw rgba(0,0,0,0.2);
}

.package_showBox>a{
    text-decoration: none;
}

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