@charset "UTF-8";
.cons-info{
    width: 1300px;
    margin: 20px auto;
    min-height: 400px;
    padding-bottom: 30px;
}
.page-box{
    text-align: center;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 36px;*/
}
.cons-info .item{
    width: 280px;
    height: auto;
    padding-left: 0;
    color: #000;
}
.cons-info img{
    width: 240px;
    height: auto;
    border-radius: 10px;
}
.el-image-viewer__canvas img{
    width: 500px;
}
.mens-kind{
    text-align: center;
    background: #fff;
    color: #000;
    padding: 12px;
    font-size: 26px;

}
.mens-kind span{
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}
.mens-kind span.active{
    color: #f6193b;
    border-bottom: 4px solid #f6193b;
}
#macy-container{
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
#macy-container .demo{
    width: 240px;
    height: 360px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}
.el-button--primary{
    width: 400px;
}
.filter-city{
    font-size: 16px;display: inline-block;position: relative;cursor: pointer;
}
.area-ul{
    position: absolute;
    width: 285px;
    left: 0;
    top: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0,0, .4);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    /* justify-content: space-around; */
    flex-flow: wrap;
    z-index: 9999;
}
.area-ul .search-div{
    width: 100%;
    background: #eee;
    padding: 4px;
    text-align: left;
}
.area-ul li {
    margin: 6px 10px;
    cursor: pointer;
}
.area-ul li:hover{
    color: #ff0036;
}
.area-ul li.active{
    color: #ff0036;
}
@media (max-width: 600px) {
    .filter-city{
        font-size: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 100%;
    }
    .area-ul{
        left: 0;
        right: 0;
        margin: auto;
    }
    .mens-kind{
        width: 96%;
        margin: 0 auto;
        font-size: 20px;
    }
    .cons-info{
        width: 96%;
        overflow-x: hidden;
    }
    #macy-container .demo{
        width: 100%;
        height: auto;
    }
    #macy-container .demo img{
        width: 100%;
    }
    .el-button--primary{
        width: 100%;
    }
}