/* 媒体查询 */
@media (min-width: 1201px) {

    .header_pc{
        display: flex;
        justify-content: center;
    }

    .header_pe{
        display: none;
        justify-content: space-between;
    }

    .search_icon{
        right: 10%;
    }
}

@media (max-width: 1200px) {
    
    .header_pc{
        display: none;
        justify-content: center;
    }

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

    .search_icon{
        right: 3%;
    }

}


*{
    margin: 0;
    padding: 0;
}

.select_a{
    text-decoration: none;
    color: black;
}

.header{
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom,#e0e0e0 20%, #f0f0f0 50%, #e0e0e0 100%);
    border-bottom: 3px solid #e13b3e;
}

.header_box{
    width: 75%;
    height: 100px;
    margin: 0 auto;
    /* display: flex; */
}

.header_box_son_one{
    width: 310px;
    display: flex;
}

.logo_img1{
    width: 80px;
    height: 80px;
    margin-top: 5px;
}

.logo_img2{
    width: 150px;
    height: 22px;
    margin-top: 38px;
    margin-left: 10px;
}

.header_box_son_two{
    width: 590px;
    display: flex;
    justify-content: space-between;
}

.header_box_son_two_box{
    height: 10px;
    line-height: 10px;
    margin-top: 35px;
    border-radius: 50px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.header_box_son_two_box:hover{
    /* background: #e13b3e; */
    background: linear-gradient(to bottom, #b52c2f 0%, #e13b3e 50%);
    color: white;
}

.header_box_son_two_box:hover .select_a{
    color: white;
}

.header_box_son_three{
    width: 450px;
    position: relative;
}

.header_search_input{
    width: 90%;
    height: 48px;
    border-radius: 50px;
    outline: none;
    border: 1px solid gray;
    position: absolute; /* 绝对定位 */
    top: 50%; /* 向上偏移 50% */
    left: 50%; /* 向左偏移 50% */
    transform: translate(-50%, -50%); /* 向左上偏移自身宽度和高度的 50% */
    padding-left: 15px;
    font-size: 0.8vw;
}

.search_icon{
    position: absolute;
    /* right: 10%; */
    top: 50%;
    transform: translate(0%,-50%); /* 向左上偏移自身宽度和高度的 50% */
}

.header_box_son_four{
    width: 160px;
}

.header_box_son_four_box{
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    display: flex;
}

.count_img{
    margin-top: 18px;
    margin-left: 6px;
    cursor: pointer;
}

/* 移动端基本配置 */
.header_pe{
    width: 95%;
}

.header_left_pe{
    width: 20%;
}

.header_right_pe{
    width: 70%;
}

.show_icon{
    margin-top: 10px;
}

.header_right_pe_top{
    height: 60px;
    text-align: right;
}

.header_right_pe_bottom{
    height: 40px;
    position: relative;
}

.logo_img1_pe{
    width: 52px;
    height:50px;
    margin-top: 5px;
}

.header_search_input_pe{
    width: 95%;
    height: 30px;
    border-radius: 50px;
    outline: none;
    border: 1px solid gray;
    position: absolute; /* 绝对定位 */
    top: 50%; /* 向上偏移 50% */
    left: 50%; /* 向左偏移 50% */
    transform: translate(-50%, -50%); /* 向左上偏移自身宽度和高度的 50% */
    padding-left: 15px;
    font-size: 3vw;
}

.all_box_pe{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 1.0);
    border-top: 3px solid #e13b3e;
    display: none;
}

.all_box_pe_box_one{
    width: 90%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.all_box_pe_box_one_left{
    width: 23%;
    height: 80px;
}

.logo_img1_pe_show{
    width: 70px;
    height: 70px;
    margin: 5%;
}

.all_box_pe_box_one_right{
    width: 10%;
    height: 80px;
    text-align: right;
    font-weight: 900;
    line-height: 40px;
}

.all_box_pe_box_two{
    width: 90%;
    margin: 0 auto;
    height: 350px;
}

.all_box_pe_box_two_box{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.all_box_pe_box_three{
    width: 90%;
    margin: 0 auto;
    height: 210px;
}

.all_box_pe_box_three_box{
    width: 100%;
    height: 60px;
    display: flex;
}

.all_box_pe_box_three_box_btn{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    background-color: #ffc800;
}

.all_box_pe_box_three_box_left{
    width: 10%;
    height: 50px;
    margin-top: 5px;
}

.all_box_pe_box_three_box_right{
    width: 90%;
    height: 50px;
    margin-top: 5px;
}

.all_box_pe_box_three_box_right_topWord{
    color: #e13b3e;
    font-size: 16px;
}

.all_box_pe_box_three_box_right_downWord{
    font-size: 12px;
}

.all_box_pe_box_four{
    width: 90%;
    margin: 0 auto;
    height: 120px;
}

/* 额外修改 */

.all_box_pe_box_two_box .select_a{
    text-decoration: none;
    color: black;
}

.header_box_son_two_box .select_a{
    text-decoration: none;
    color: black;
}

.swiper_a{
    text-decoration: none;
    color: black;
}