* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.shop-class {
    background: #f7f7f7;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.container {
    width: 1200px;
    background-color: #f7f7f7;
    height: 1800px;
    margin: auto;
}

.crumbs {
    height: 72px;
    line-height: 66px;

}

.crumbs>div {
    color: #333;
}

.crumbs a {
    color: #000;
}

.crumbs b {
    margin: 0 10px 0;
    color: #999;
}

.crumbs-ch {
    color: #777;
}

.wrapper-list {
    height: 125px;
    background: #fff;
    padding: 0 36px;
    margin: 0 0 38px;
}

.list-top>*,.list-bottom>* {
    color: #777;
}

.line {
    border-top: 2px solid #ddd;
}

.list-top {
    height: 70px;
    line-height: 62px;
    padding-top: 5px;
}

.list-top>a {
    margin-right: 30px;
    position: relative;
}

.list-top>.active::after {
    content: "";
    top: 0px;
    left: 12px;
    right: 12px;
    bottom: -2px;
    position: absolute;
    border-bottom: 2px solid #000;
}

.wrapper-list .active {
    color: #000;
}
.page .active1{
    border:1px solid #000;
}
.list-bottom {
    line-height: 30px;
    padding: 11px 0;
}

.list-bottom>a {
    margin-right: 44px;
}
.list-bottom>span{
    margin-right: 44px;
    cursor: pointer;
}

.goods-box {
    flex-wrap: wrap;
}

.goods-box>.detail-box:nth-child(4n) {
    margin-right: -1px;
}
.All{
    cursor: pointer;
}
.detail-box {
    margin-right: 11px;
    margin-bottom: 10px;
    width: 292px;
    height: 380px;
    background: #fff;
}

.img-box {
    margin-top: 40px;
    width: 180px;
    height: 180px;
    background-size: cover;
}
.img-box>img{
    width: 100%;
}

.detail-info {
    width: 180px;
    margin: 20px auto 0;
    padding: 0 10px 0;
    /* overflow: hidden; */
 
}

.info-name {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    width: 10em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    /* justify-content: center; */
    
    
}
.info-name>b{
    text-align: center;
    font-size: 16px;
    height: 20px;
    width: 100%;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.red {
    color: #f51919;
}

.info-desc {
    color: #333;
    line-height: 18px;
    margin: 0 0 20px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.hover {
    transition: all .2s linear;
}

.hover:hover {
    margin-top: -1px;
    box-shadow: 0 15px 50px 0px rgb(220, 220, 220);
}

.trun-page {
    text-align: right;
    font-size: 14px;
    padding: 34px 0;
    margin-bottom: 50px;
    float: right;
}
.page>*{
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    color: #333 ;
    cursor: pointer;
}
.page>*:hover{
    border:1px solid #000;
}
.page>*:nth-child(1),
.page>*:last-child{
    width: 62px;
}
.all-page{
    margin: 0 10px 0;
    
}
.jump-box>span{
    margin-left: 10px;
}
.jump{
    width: 60px;
    height: 28px; 
    border: 1px solid #ddd;
    outline: none;
}

.jump:focus{
    text-align: center;
}
.confirm{
    background: #f7f7f7;
    width:50px;
    margin:0 10px 0 20px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.confirm:hover{
    border:1px solid #000;
}
.list-top>a:hover{
    color: #000;
}
.list-bottom>*:hover{
    color: #000;
}
.goods_introduction{
    text-indent: 2em;
}
.All{
    display: inline-block;
    margin-right: 30px;
}
