.ns-main::after {
    display: block;
    content: "";
    clear: both;
}

.product-list {
    margin-left: -8px;
    margin-bottom: -20px;
    margin-top: 10px;
}

.product-list li {
    float: left;
    margin-left: 7px;
    margin-bottom: 20px;
    height: 390px;
    position: relative;
    border: 1px solid;
}

.product-list li a.link {
    width: 233px;
    margin: 20px 30px 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-list li a.link img {
    width: auto;
    height: 230px;
}

.product-list li a.link h4 {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.product-list li .info {
    overflow: hidden;
    text-align: left;
    height: 60px;
    border-top: 1px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 293px;
}

.product-list li .info > div {
    float: left;
    height: 100%;
    padding: 12px 0 0 11px;
    line-height: 1;
}

.product-list li .info .buy {
    float: right;
    font-size: 16px;
    width: 89px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.product-list li .info .price i {
    font-size: 24px;
    margin-right: 2px;
    display: inline-block;
    min-width: 50px;
}

.product-list li .info .price span {
    text-decoration: line-through;
}

.product-list li .info .tip {
    margin-top: 5px;
}

.product-list li .info .tip i {
}

.product-list li .info .tip span {
    width: 88px;
    height: 8px;
    background: #b8b8b8;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-left: 5px;
}

.product-list li .info .tip span b {
    background: #e01222;
    width: 40%;
    position: absolute;
    left: 0;
    top: 0;
    height: 11px;
}

.product-list li .info.not-start {
    border: 1px solid #443630;
}

.product-list li .info.not-start .tip span {
    display: none;
}

.product-list li .info.not-start .buy {
    background: #443630;
}

.no-data {
    text-align: center;
}

.no-data > img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.discount-top {
    height: 90px;
}

.discount-top-bg {
    background: url(../img/goods/discount_bg.png) no-repeat top;
    height: 100%;
    width: 1400px;
    margin-left: -100px;
}

.discount-top-bg-text {
    background: url(../img/discount_bg_text.png) no-repeat top;
    height: 100%;
}

.discount-item {
    color: #fff;
    float: left;
    width: 245px;
    background: #fff;
    padding: 0 47px;
    position: relative;
    transition: width 0.35s;
}

.discount-item-time {
    width: 70px;
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.discount-item-state {
    border: 1px solid #666;
    padding: 0 14px;
    vertical-align: middle;
    height: 26px;
    line-height: 25px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 12px;
    margin: 17px 0;
    display: inline-block;
}

.hide {
    display: none;
}

.discount-timecount {
    width: 110px;
    float: left;
    font-size: 14px;
    height: 60px;
    padding: 9px 0;
    line-height: 22px;
}

.discount-item.active:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    position: absolute;
    left: -60px;
    bottom: 0px;
    zoom: 1;
    border-color: transparent transparent #e23435;
}

.discount-item.active:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #fff;
    position: absolute;
    right: -60px;
    top: 0;
    zoom: 1;
    background: #e23435;
}

.discount-item.select {
    width: 300px;
    padding: 0 60px;
}

.discount-item.select .discount-item-time {
    color: #fff;
    font-size: 20px;
}

.discount-item.active.select {
    width: 240px;
    padding: 0 30px;
    margin: 0 60px;
}

.sfixed {
    position: fixed;
    top: 0;
    z-index: 10;
    margin: 0 auto;
}

.empty {
    margin: 87px auto;
    text-align: center;
}

.banner-wrap {
    position: relative;
}

.banner-wrap .carousel-inner > .item > a {
    display: inline-block;
}

.banner-wrap .carousel-inner > .item > a > img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: inline-block;
}

.banner-wrap .sidebar {
    width: 220px;
    position: absolute;
    left: 50%;
    top: 18px;
    margin-left: 380px;
}

.banner-wrap .sidebar .login-wrap {
    width: 100%;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 12px;
    background: #fff;
    height: 200px;
}

.banner-wrap .sidebar .login-wrap .img-wrap {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 3px 2px 10px 0 rgba(79, 5, 1, .84);
    overflow: hidden;
    background: #f2f2f2;
}

.banner-wrap .sidebar .login-wrap .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: block;
}

.banner-wrap .sidebar .login-wrap .operation {
    line-height: 27px;
    text-align: center;
}

.banner-wrap .sidebar .login-wrap .operation > div {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.banner-wrap .sidebar .login-wrap .operation > div a {
    display: inline-block;
    width: 68px;
    text-align: center;
    line-height: 22px;
    border: 1px solid;
    font-size: 12px;
    padding: 1px 0;
}

.banner-wrap .sidebar .login-wrap .operation > div a:last-child {
    margin-left: 10px;
}

.banner-wrap .sidebar .content-wrap {
    background: #fff;
    height: 200px;
    padding: 10px;
    opacity: .9;
}

.banner-wrap .sidebar .content-wrap .menu {
    line-height: 30px;
    height: 30px;
}

.banner-wrap .sidebar .content-wrap .menu ul {
    width: 80%;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0 !important;
}

.banner-wrap .sidebar .content-wrap .menu ul li {
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 20px;
}

.banner-wrap .sidebar .content-wrap .menu ul li.active {
    border-bottom: 2px solid;
}

.banner-wrap .sidebar .content-wrap .menu ul li:hover {
    cursor: pointer
}

.banner-wrap .sidebar .content-wrap .menu .notice-more {
    float: right;
    display: inline-block;
    width: 30px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.banner-wrap .sidebar .content-wrap .item {
    padding: 0 !important;
    box-sizing: content-box;
    position: relative;
    line-height: 20px;
    height: 150px;
    overflow: hidden;
}

.banner-wrap .sidebar .content-wrap .item ul {
    height: auto;
    overflow: hidden;
    padding-left: 0 !important;
    margin-top: 8px;
}

.banner-wrap .sidebar .content-wrap .item ul li {
    height: 28px;
    line-height: 28px;
}

.banner-wrap .sidebar .content-wrap .item ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}