*{
    margin: 0;
    padding: 0;
}
#app{
    width:100%;
    margin: 0 auto;
    background: #f5f5f5; 
}
#bigBox{
    width:1200px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
}
.product{
    /* flex: 0 0 25%;
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer; */
	flex: 0 0 23%;
    display: block;
    box-sizing: border-box;
    margin: 10px 12px;
    box-sizing: border-box;
    cursor: pointer;
    width: 276px;
}
.product:hover {
    box-shadow: 1px 1px 3px #ccc;
  }
.product a{
    text-decoration: none;
    color: #33302e;
}
.product .imgwrap{
    margin: 0 auto;
    width: 230px;
    height: 230px;
}
.product .imgwrap img{
    width: 100%;
    height: 100%;
}
.product .title{
    height: 44px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    word-break: break-all;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.product .deploy{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #c0c0c0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price strong,.title span{
    color: #3277ff!important;
    margin-left: 5px;
}
.product .price{
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}
.page{
    width:100%;
    text-align: center;
}
.page>div{
    margin-top: 30px;
}
.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
}
.btn-next, .btn-prev {
    background: 50% no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    background: #fff;
}

.el-pager a:link { 
color: #000000; 
text-decoration: none; 
} 
.el-pager a:visited { 
color: #000000; 
text-decoration: none; 
} 
.el-pager a:hover { 
color: #999999; 
text-decoration: underline; 
} 
.dis{
    pointer-events:none;
}
.btn{
    width:1200px;
    border-bottom: 1px dashed #dddddd;
    height: 50px;
    padding: 15px 0 0 40px;
    box-sizing: border-box;
    color:#3277ff;
    font-size: 14px;
}
.btn img{
    vertical-align: middle;
    padding-left: 2px;
}
.crumbs{
    width: 1200px;
    margin: 0 auto;
    color: #888;
    padding-bottom: 12px;
    background: #f2f2f2;
}
.nav li{
    list-style: none;
    float: left;
    font-size: 12px;
}
.crumbs::after,.nav::after{
    clear: both;
    content: "";
    display: block;
}
.nav li:not(:first-child)::before{
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}
.crumbs ul li a{
    color:#888;
}
.crumbs ul li a:hover{
    color:#666;
}
