.sub-nav {
 margin: 28px 0 33px 0;
}

.sub-nav-type {
 display: flex;
 padding-bottom: 12px;
}

.sub-nav-type .title {
 color: #999;
 width: 90px;
 text-align: left;
 font-size: 16px;
 height: 26px;
 line-height: 26px;
 margin-right: 30px;
 padding-left: 35px;
}

.sub-nav-type .lable {
 overflow: hidden;
 width: 87%;
}

.sub-nav-type .lable a {
 margin-right: 15px;
 float: left;
 display: inline-block;
 transition: all .1s;
 padding: 0 15px;
 font-size: 16px;
 margin-bottom: 12px;
 height: 26px;
 line-height: 26px;
 border-radius: 4px;
 color: #666;
}

.sub-nav-type .lable a.on {
 background-color: #fdf4de;
 color: #fe6f17;
}

.sub-nav-type .lable a:hover {
 background-color: #fdf4de;
 color: #fe6f17;
}

#column-1 .column-box {
 transition: all .2s;
 background-color: #fff;
 color: #000;
 overflow: hidden;
 margin-bottom: 38px;
}

#column-1 .column-box:hover {
 box-shadow: 0 10px 15px #3333331f;
 transform: translateY(-5px);
}

#column-1 .column-box-1 {
 position: relative;
 margin-bottom: 10px;
}

#column-1 .column-box-1 img {
 width: 270px;
}

#column-1 .column-box-1 .column-box-tag {
 position: absolute;
 right: 0;
 top: 0;
 padding: 0 12px;
 height: 22px;
 line-height: 22px;
 font-size: 12px;
 color: #fff;
 background-color: red;
 max-width: 250px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

#column-1 .column-box-2,
#column-1 .column-box-3,
#column-1 .column-box-4 {
 padding: 0 12px;
}

#column-1 .column-box-2 {
 text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 -webkit-box-orient: vertical;
 height: 48px;
 line-height: 24px;
 font-size: 16px;
 margin-bottom: 15px;
}

#column-1 .column-box-3 {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 14px;
 color: #999;
 margin-bottom: 15px;
 min-height: 21px;
 line-height: 21px;
}

#column-1 .column-box-4 {
 margin-bottom: 15px;
}

#column-1 .column-box-4 .column-box-discount-price {
 font-size: 24px;
 color: red;
}

#column-1 .column-box-4 .column-box-price {
 margin-left: 10px;
 font-size: 14px;
 color: #aaa;
 text-decoration: line-through;
}

.none-data {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 500px;
 text-align: center;
}