body{
    width: 100%;
    height: 100%;
}


.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide  img{
    width: auto;
    height: 100%;
}
.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;
}

.activity_search{
    margin: 60px 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;
}



/* 对比框样式 */
#sample-window{
    z-index: 3;
    width: 150px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sample-window .contrast-head{
    color: #fff;
    background-color: #c00000;
    line-height: 28px;
    padding-right: 10px;
}
#sample-window .contrast-head .close-contrast-window{
    position: absolute;
    width: 22px;
    height: 22px;
    right: 1px;
    top: 3px;
}
#sample-window .contrast-list{
    border-right: 1px solid #d7d7d7;
    padding: 0 5px 6px;
    max-height: 300px;
    overflow-y: auto;
}
#sample-window .contrast-list li{
    border-bottom: 1px dashed #d7d7d7;
    padding-top: 15px;
    line-height: 35px;
    position: relative;
    width: 100%;
}
#sample-window .contrast-list li:hover{
    color: #c00000;
}
#sample-window .contrast-list img{
    width: 65px;
    height: 65px;
}
#sample-window .contrast-list .btn-close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    display: none;
}
#sample-window .contrast-list .btn-close:before,#sample-window .contrast-list .btn-close:after{
    background-color: #c5c5c5;
    height: 1px;
}
#sample-window .contrast-list li:hover .btn-close{
    display: block;
}
#sample-window .contrast-foot{
    padding-top: 9px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
#sample-window .contrast-foot .to-settlement{
    width: 85px;
    line-height: 26px;
    margin: 0 auto;
    color: #fff;
    background-color: #c00000;

}
#sample-window .contrast-foot .empty{
    line-height: 16px;
    padding: 9px;
}
.header-flex-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.header-flex-box > div{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner{
    flex:2;
    width: 100%;
    height: 500px;
    background: #f5cd00;
    text-align: center;

}
@media (max-width: 1630px){
    .banner{
        height: 500px;
    }
}
.banner img{
    width: 100%;
}


.step-box{
    background: #f5cd00;
    color: #0a0a0a;
    text-align: left;
    flex:1;
}
.step-box .text-title{
    width: 100%;
    font-size:20px;
    margin-bottom: 15px;
    text-indent: 2em;
}
.step-box .text-sub{
    width: 100%;
    font-size:14px;
    margin-bottom: 8px;
}