body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form fieldset, input, textarea, p, blockquote, th, td, nav {
    font-weight: normal;
}

.l-wrapper {
    width: 1100px;
    margin: 0 auto;
}

.l-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.l-popup {
    width: 560px;
}

.l-popup:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.l-nav {
    width: 190px;
    float: left;
    margin-right: 50px;
}

.l-main {
    width: 860px;
    float: left;
    box-sizing: border-box;
}

.sale-title {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 15px;
    border-bottom: solid 1px #ededed;
}
.sale-wrap {
    margin-bottom: 50px;
}
.nav-sale-btn {
    padding-top: 20px;
    text-align: center;
}
.nav-sale-btn .sale-btn {
    display: block;
    box-sizing: border-box;
    width: 190px;
    padding: 9px 0 8px 0;
    border: solid 1px #797979;
    transition: all .5s ease;
    font-size: 11px;
    letter-spacing: .8px;
    line-height: 1;
}
.nav-sale-btn .sale-btn:hover {
    text-decoration: none;
    opacity: .7;
}
.sale-goods-categoryfilter {
    margin-top: 35px;
    padding-top: 0;
    border-top: solid 1px #777;
}

.sale-goods-categoryfilter > p {
    width: 190px;
    height: 49px;
    border-bottom: 1px solid #777;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    text-indent: 4px;
    padding: 0;
}

.sale-goodscategory-title {
    margin: 0;
}

.sale-goodscategory-title a {
    display: block;
    width: 190px;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    padding: 0;
}

.sale-goodscategory-title a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sale-goodscategory-title.select a:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sale-goods-categoryfilter li {
    font-size: 11px;
    border-bottom: 1px solid #d7d7d7;
}

.sale-goods-categoryfilter li a {
    display: block;
    width: 158px;
    padding: 9px 21px 7px 11px;
    font-size: 11px;
    line-height: 1.6;
    text-decoration: none;
}

.sale-goods-categoryfilter li.active {
    background-color: #fafafa;
}

.sale-goods-categoryfilter li a:hover {
    background: #fafafa;
    opacity: 1;
    transition: none 0 ease;
}

.sale-shoplists {
    margin-bottom: 45px;
    padding-top: 35px;
}
.sale-shoplists:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.sale-shoplists li {
    float: left;
    margin-right: 16px;
    margin-bottom: 50px;
    text-align: center;
}
.sale-shoplists li:nth-child(4n) {
    margin-right: 0;
}

.sale-shoplists li .shop-img {
    width: 203px;
    height: 118px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: solid 1px #dbdbdb;
}

.sale-shoplists li .shop-img a {
    display: block;
}

.sale-shoplists li .discount-rate {
    font-size: 11px;
    margin-bottom: 5px;
    color: #fe0000;
    font-weight: bold;
}

.sale-shoplists li .discount-rate+div {
    color: #858585;
    font-size: 11px;
}

.sale-categorylist-section .title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.sale-categorylists {
    margin-bottom: 18px;
}
.sale-categorylists:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.sale-categorylists li {
    float: left;
    width: 110px;
    height: 54px;
    margin-right: 40px;
    font-size: 11px;
}
.sale-categorylists li:nth-child(6n){
    margin-right: 0;
}
.sale-attention {
    color: #333;
}
.sale-attention .title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
 }
.sale-attention .title-sub {
    padding-left: 7px;
    font-size: 11px;
}
.sale-attention .description p {
    margin-bottom: 9px;
    padding-left: 2em;
    text-indent: -2em;
    font-size: 11px;
}
