.temp{
    background: #F4F7FA;
    min-height: 100vh;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #F6F7FB;
}
.swiper-slide img{
    width: 100%;
}
.swiper-container .swiper-style{
    display: inline-block;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #FFFFFF;
}

.screen-box{
    background: #fff;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.screen{
    width:100%;
    margin: 0 auto;
}
.screen .search-items{
    display: flex;
    flex-direction: column;
}
.screen .search-items .item{
    display: flex;
    width: 100%;
}
.screen .search-items .option{
    flex: 1;
    display: flex;
}
.screen .search-items .option p{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.screen .search-items .option span{
    cursor: pointer;
    padding: 0 30px;
    height: 42px;
    border: 1px solid #E0E0E0;
    border-radius: 2px 2px 2px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 20px;
    user-select: none;
    color: #666666;
    font-size: 14px;
}
.screen .search-items .option span:last-child{
    margin-right: 0;
}
.screen .search-items .option span.active{
    color: #2A7EFB;
    border: 1px solid #2A7EFB
}
.screen .search-input{
    flex: 0 0 420px;
    border: 1px solid #2A7EFB;
    display: flex;
    height: 42px;
    border-radius: 2px;
    padding-left: 5px;
}
.screen .search-input input{
    flex: 1;
    border: none;
    outline: none;
    user-select: none;
}
.screen .search-input span{
    background: #2A7EFB;
    flex: 0 0 58px;
    height: 34px;
    margin-top: 4px;
    margin-right: 4px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.temp-list-box {
    display: flex;
    justify-content: center;
}
.tamp-list{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;

}
.tamp-list .item{
    width: 24.2%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 4px 4px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-right: 0.5%;
    margin-bottom: 10px;
}
.tamp-list .item .item-img{
    position: relative;
    margin-bottom: 20px;
}
.tamp-list .item-img .img{
    width: 100%;
    height: 166px;
}
.tamp-list .mack{
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 28px;
}
.tamp-list .yh{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.tamp-list .info {
    display: flex;
    align-items: center;
    padding: 0 14px;
    margin-bottom: 14px;
}
.tamp-list .info .price{
    color: #EB5D1D;
    font-size: 20px;
    margin-right: 16px;
}
.tamp-list .info .price span{
    font-size: 14px;
}
.tamp-list .info .vip-price{
    width: 76px;
    height: 24px;
    background: #FFF4EF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #EB5D1D;
    font-size: 14px;
    color: #EB5D1D;
    text-align: center;
    line-height: 24px;
}
.tamp-list .info s{
    flex: 1;
    text-align: right;
}
.tamp-list .title-name a{
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 24px;
}
.tamp-list .user-info{
    display: flex;
    align-items: center;
    padding: 0 14px;
}
.tamp-list .user-info .head{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.tamp-list .user-info .name{
    color: #666666;
    font-size: 14px;
}
.tamp-list .user-info .time{
    flex: 1;
    text-align: right;
    color: #999999;
    font-size: 14px;
}

.paging{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 15px;
    #pagination{
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: flex-end;
        ul{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            li{
                display: inline;
                margin: 0 5px;
                padding: 10px 14px!important;
                border-radius: 4px;
                background: #fff;
                border: 1px solid #ddd;
                color: #888;
            }
            li:hover {
                border-color: #568dbd;
                color: #568dbd;
                text-decoration: none;
              }
            .active{
                background: #2A7EFB;
                border-color: #2A7EFB;
                color: #fff;
                cursor: default;
            }
        }
    }
}
.contact-customization{
    background: url("../img/dz-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-customization p{
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.contact-customization a{
    display: inline-block;
    width: 349px;
    height: 48px;
    background: linear-gradient( 140deg, #FFEC6C 0%, #FFC003 100%);
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    line-height: 48px;
    color: #9F4923;
}
