/*五折清仓*/

body{
    width: 100%;
    height: 100%;
}
.banner{
    width: 100%;
    background: #fff;
}
@media (max-width: 2630px){
    .banner{
        height: 900px;
    }
}
@media (max-width: 2030px){
    .banner{
        height: 700px;
    }
}
@media (max-width: 1630px){
    .banner{
        height: 500px;
    }
}

.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide  img{
    width: auto;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #0a0a0a;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.step-box{
    width: 100%;
    /*height: 300px;*/
    background: #0a0a0a;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.step-box .text-title{
    width: 100%;
    font-size:45px;
    margin-bottom: 40px;
}
.step-box .text-sub{
    width: 100%;
    font-size:18px;
    margin-bottom: 20px;
}
.activity_search{
    margin: 80px 0;
    width: 100%;
}
.activity_search .search_div{
    width: 100%;
}

.search_wrap{
    width: 410px;
    margin: auto;
    border:2px solid #0a0a0a;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    border-radius: 40px;
    /*padding: 5px 0 5px 15px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search_wrap .search_input{
    outline: none;
    border: none;
    padding-left: 10px;
    display: inline-block;
    flex: 1;
}
.search_wrap .resi-icon{
    font-size: 25px;
    margin-left: 10px;
}
.search_wrap .search_complete{
    width: 80px;
    text-align: center;
    background: #0a0a0a;
    border-radius: 40px;
    line-height: 34px;
    height: 100%;
    color:#fff;
    font-size: 18px;
    cursor: pointer;
}

