*{
    padding: 0;
    margin: 0;
}

body{
    background: rgb(10, 10, 40);
}

.containtList{
    /*background: rgb(10, 10, 40);*/
    width: 100%;
    height: auto;
    position: relative;
    /* overflow: hidden; */
}
.part1{
    width: 100%;
    overflow: hidden;
}
.title{
    color: rgb(253, 234, 125);
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    padding-top: 60px;
}
.research{
    color: #efefef;
    text-align: center;
    padding: 1% 0;
}
.research span{
    padding: 8px 0;
    display: inline-block;
}
.research input{
    border: #efefef solid 1px;
    line-height: 24px;
    font-size: 18px;
    height: 24px;
    padding: 0 5px;
    margin: 0 10px;
    width: 80px;
}
.research button{
    height: 24px;
    width: 82px;
}
.door_info{
    color: #efefef;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}
.fliter_info{
    color: #efefef;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    padding-left: 15%;
    padding-right: 15%;
}
.fliter_info span{
    display: inline-block;
    padding: 0 8px;
    margin: 0 5px;
    cursor: pointer;
}
.fliter_info span.sig{
    color:rgb(253, 234, 125);
}
.datashow{
    margin: 0px auto;
    width: 96%;
    display: flex;
    display: -webkit-flex;
    flex-direction:column;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.datashow ul,.datashow ul a{
    color: #e2d490;
    font-size: 36px;
}
.datashow li{
    list-style: none;
    float: left;
    width:19%;
    height: 215px;;
    overflow: hidden;
    cursor: pointer;
    position: relative;
   
    /* background: rgba(32, 32, 32, 1); */
}
.datashow .on::before{
    content: "";
    width: 100%;
    height: 235px;
    background: url(../images/list_key_light.png) center center no-repeat;
    position: absolute;
    z-index: 1;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.8s ease-out;
    background-size: 100%;
}
.datashow .on:hover::before{
    opacity: 0.5;
}
.datashow h1{
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    /* margin-bottom: 20px; */
    /* font-weight: normal; */

}
.datashow h2{
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
.datashow img{
    width: 67%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 46%;
    transform: translate(-50%,-50%);
    -webkit-filter: drop-shadow(0px 12px 13px rgb(0, 0, 0 ,0.6));
     filter: drop-shadow(0px 12px 13px rgb(0, 0, 0, 0.6));
}
.datashow .detail{
    position: absolute;
    bottom: 0%;
    left: 40%;
    transform: translate(-50%,0%);
    z-index: 3;
    transition: 0.8s;
}


.datashow .on:hover .detail{
    -webkit-filter: drop-shadow(0px 0px 6px rgba(236, 210, 62, 0.8));
     filter: drop-shadow(0px 0px 6px rgba(236, 210, 62, 0.8));
}
.datashow .off .detail{
    color: #efefef;
}
.page{
    padding:40px 0;
    color: #efefef;
    font-size: 14px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction:column;

    position: relative;
    bottom: 5%;
}
.page ul{
    /* position: absolute;
    bottom:10%;
    left: 50%;
    transform: translate(-50%,-50%); 
    width:60%;*/
    margin: 0 auto;
}
.page li{
    list-style: none;
    float: left;
    padding:8px 15px;
    cursor: pointer;
    line-height: 24px;
}
.page li input{
    width: 40px;
    border: none;
    line-height: 24px;
    margin: 0 10px;
    text-align: center;
}
.page li button{
    width:50px;
    height: 24px;
    text-align: center;
    margin: 0 0 0 20px;
    cursor: pointer;
}
@media (max-width: 420px){
    .containtList{
        height: auto;
    }
    .datashow li {
        list-style: none;
        float: left;
        padding: 5% 5%;
        width: 40%;
        height: 150px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        /* background: rgba(32, 32, 32, 1); */
    }
    .datashow img {
        width: 80%;
        position: absolute;
        z-index: 2;
        top: 51%;
        left: 47%;
        transform: translate(-50%,-50%);
        -webkit-filter: drop-shadow(0px 12px 13px rgb(0, 0, 0 ,0.6));
        filter: drop-shadow(0px 12px 13px rgb(0, 0, 0, 0.6));
    }
    .datashow .on::before{
        content: "";
        display: none;
    }
    .research span{
        padding: 8px 0;
        display: block;
    }
    .page{
        position: inherit;
        padding:20px 0;
        
    }
    .page ul{
        width:60%;
        margin: 0 auto;
        text-align: center;
    }
    .page li{
        float: none;
        display: inline-flex;
    }
    .datashow h1{
        font-size: 14px;
        text-align: center;
        line-height: 18px;
        /* margin-bottom: 20px; */
        /* font-weight: normal; */
    
    }
    .datashow h2{
        font-size: 14px;
        text-align: center;
        line-height: 18px;
    }
}
/*# sourceMappingURL=list.min.css.map*/