body{
    overflow-x: hidden;
}
li{
    list-style-type:none;
}
#myCarousel {
    position: relative;
    overflow: hidden;
}
#myCarousel .ad_bg{
    width: 1900px;
    height: 470px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
#myCarousel .ad_bg .main_img{
    width: 100%;
    height: 100%;
}
.hotbox{
    width: 100%;
}
.topbar{
    height: 70px;
    background: #fff;
}
.topbar .title{
    height: 100%;
    width: 160px;
    float: left;
    margin-left: 20px;
    border-bottom: 2px solid #ff3b3b;
}
.topbar .title2{
    width: 180px;
}
.topbar .title img{
    width: 30px;
    height: 30px;
    margin-top: 20px;
    float: left;
}
.topbar .title h4{
    font-size:28px;
    font-weight:bold;
    margin-left: 8px;
    margin-top: 15px;
    float: left;
}
.topbar .note{
    float: left;
    width: 375px;
    height: 100%;
    line-height: 85px;
    font-size: 14px;
    color: #B3B3B3;
    margin-left: 8px;
}
.hotbox .topbar .rxtab{
    height: 70px;
    line-height: 70px;
}
.hotbox .topbar .rxtab li{
    width: 105px;
    height: 70px;
    display: inline-block;
    position: relative;
}
.hotbox .topbar .rxtab li a{
    height: 68px;
    line-height: 69px;
    width: 105px;
    font-weight: normal;
    font-size: 16px;
}
.hotbox .topbar .rxtab li.z-select a{
    width: 105px;
    position: relative;
    font-weight: normal;
    font-size: 16px;
}
.hotbox .topbar .rxtab li.z-select:after{
    bottom: 10px;
    width:70px;
    height:4px;
    border-radius:2px;
    left: 17.5px;
}
.hotbox .topbar .rxtab li.z-select:before{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff3b3b;
    border-top: 6px solid transparent;
    position: absolute;
    bottom: 14px;
    left: 46.5px;
}
.userbar{
    width: 500px;
    height: 36px;
    border-radius: 18px;
    background: #F5F5F5;
    float: left;
    margin-top: 17px;
    margin-left: 20px;
    overflow: hidden;
}
.userbar li{
    font-size: 12px;
    list-style-type:none;
    color: #999;
    height: 100%;
    padding: 0 20px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.userbar .pagebox{
    width: 120px;
    margin-right: 20px;
}
.main_1{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    display: none;
    line-height: 0;
}
.main_1 .item{
    width: 236px;
    height: 384px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    cursor: pointer;transition:box-shadow 0.2s;
    position: relative;
    display: inline-block;
    margin: 0 2.8px;
    margin-bottom: 10px;
}
.main_1 .item .top{
    width: 36px;
    height: 49px;
    position: absolute;
    left:10px;
    top: 0px;
}
.main_1 .item:hover{
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.1);
}
.main_1 .item img{
    width: 100%;
    height: 236.8px;
}
.main_1 .item h4{
    font-size: 18px;
    line-height: 50px;
    padding: 0 10px;
    color: #ff3b3b;
}
.main_1 .item h4 span{
    font-size:16px;
    line-height: 50px;
}
.main_1 .item .content{
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 36px;
}
.main_1 .item .btnbox{
    display: flex;
}
.main_1 .item .detail_1{
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    background:linear-gradient(0deg,rgba(77,77,77,1) 0%,rgba(51,51,51,1) 100%);
    border-radius:3px;
    margin: 5px;
    margin-top: 8px;
    color: #FADF7F;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    text-align: center;
}
.main_1 .item .detail_2{
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    background:#FF3B3B;
    border-radius:3px;
    margin: 5px;
    margin-top: 8px;
    color: #fff;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    text-align: center;
}
.main_1 .item .detail_2:hover{
    background: #FF5B3B;
}
.main_1 .item .detail_1 .light{
    position: absolute;
    width: 45px;
    height: 100px;
    background: #fff;
    opacity: .15;
    transform: rotate(30deg);
    top: -30px;
    animation: move 2s infinite linear;
}
@keyframes move {
    0%{
        left: -50px;
    }
    75%{
        left: -50px;
    }
    100%{
        left: 210px;
    }
}
.main_1 .item .num{
    padding: 0 10px;
    font-size: 12px;
    color: #999;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;

}
.topbar .pagebox{
    width: 85px;
    height: 100%;
    float: right;
    margin-right: 20px;
    position: relative;
}
.topbar .pagebox a{
    text-align: right;
    color: #666;
    line-height: 70px;
    float: right;
}
.next_icon{
    width: 16px;
    height: 16px;
    background: url(../images/next.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.prev_icon{
    width: 16px;
    height: 16px;
    background: url(../images/prev.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}


.pagination_1 {
    text-align: center;
    margin-top: 23px;
}
.pagination_1 .swiper-pagination-bullet{
    margin: 0 4px;
    width:6px;
    height:6px;
    background: #fff;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    opacity: 1;
}
.pagination_1 .swiper-pagination-bullet-active{
    border: 1px solid #ff3b3b;
}
.gbbox{
    margin-top: 20px;
}
.pagination_2 {
    text-align: center;
    margin-top: 23px;
}
.pagination_2 .swiper-pagination-bullet{
    margin: 0 4px;
    width:6px;
    height:6px;
    background: #fff;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    opacity: 1;
}
.pagination_2 .swiper-pagination-bullet-active{
    border: 1px solid #ff3b3b;
}
.main_2{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
    padding-bottom: 10px;
    padding-right: 5px;
}
.main_2 .item{
    height: 127px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;transition:box-shadow 0.2s;
}
.main_2 .item:hover{
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.1);
}
.main_2 .item .top{
    width: 100%;
    height: 32px;
}
.main_2 .item .top .head{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.main_2 .item .top .name{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-left: 10px;
    float: left;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_2 .item .top .time{
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-left: 10px;
    float: right;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    flex: right;
    text-align: right;
}
.main_2 .item .top .time img{
    display: inline-block;
    position: relative;
    top: 2px;
}
.main_2 .item .mid{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.main_2 .item .bottom{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.main_2 .item .bottom li{
    width: 33%;
    color: #999;
    font-size: 14px;
    list-style-type:none;
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 35px;
}
.main_2 .item .bottom li .red{
    color: #ff3b3b;
    text-decoration: underline;
}

.gysbox{
    margin-top: 20px;
}
.lis{
    position: relative;
    z-index: 10000;
}
.lis .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    cursor: pointer;
}
.lis a{
   
}
 .content_goods_sh .lis .swiper-wrapper{
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
}
ul.floor-list1>li:first-child{
    width:388px;
}
ul.floor-list1>li:first-child+li+li+li{
    height: 250px;
}
ul.floor-list1>li:first-child+li+li{
    height:250px;
}
ul.floor-list1>li:first-child+li{
    height:250px;
}
ul.floor-list1>li:first-child{
    height: 250px;
}
ul.floor-list1>li:first-child+li+li+li+li{
    width: 194px;
}
.content_goods_sh ul>li{
    width: 194px;
}
ul.floor-list1>li{
    height: 250px;
}
.spbox .carousel{
    height: 250px;
}
.spbox .content_goods_list ul>li a{
    width: 100%;
    height: 100%;
}
.spbox ul.floor-list1 li a img{
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
}
.spbox  .content_goods_list ul>li a img{
    margin: 0;
}
.spbox  ul.floor-list2 li img{
    width: 100%;
    height: 100%;
}
.spbox  ul.floor-list2 li {
    width: 194px;
    height: 250px;
}
.spbox .carousel-inner .carousel{
    width: 388px;
    height: 250px;
}
.spbox .carousel{
    width: 388px;
}
.spbox .carousel .carousel-indicators{
    /*width: 388px;*/
    margin-left: 0px;
}
.spbox .carousel-inner>.item{
    height: 250px;
}
.spbox ul.floor-list2>li:first-child+li{
    width: 388px;
}
.main_3{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 10px;
    padding-right: 5px;
    line-height: 0;
}
.pagination_3 {
    text-align: center;
    margin-top: 23px;
}
.pagination_3 .swiper-pagination-bullet{
    margin: 0 4px;
    width:6px;
    height:6px;
    background: #fff;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    opacity: 1;
}
.pagination_3 .swiper-pagination-bullet-active{
    border: 1px solid #ff3b3b;
}
.pagination_4 {
    text-align: center;
    margin-top: 23px;
}
.pagination_4 .swiper-pagination-bullet{
    margin: 0 4px;
    width:6px;
    height:6px;
    background: #fff;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    opacity: 1;
}
.pagination_4 .swiper-pagination-bullet-active{
    border: 1px solid #ff3b3b;
}
.pagination_3 .swiper-pagination-bullet-active{
    border: 1px solid #ff3b3b;
}
.main_3 .item{
    height: 332px;
    width: 402px;
    margin-top: 10px;
    /*margin: 10px 5px 0 5px;*/
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition:box-shadow 0.2s;
    display: inline-table;
}
.main_3 .item:hover{
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.1);
}
.main_3 .item .top{
    width: 100%;
    box-sizing: border-box;
    height: 53px;
    line-height: 53px;
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    align-items: center;
    position: relative;
}
.main_3 .item .top .cyj{
    width: 44px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 15px;
}
.main_3 .item .top .headpic{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.main_3 .item .top .ism{
    border:1px solid #F39818
}
.main_3 .item .name{
    font-size: 16px;
    color: #333;
    max-width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
}
.main_3 .item .val{
    display: inline-block;
    height: 20px;
    border: 1px solid #FF3B3B;
    color: #FF3B3B;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 15px;
}
.main_3 .item .member{
    background:linear-gradient(90deg,rgba(255,229,0,1) 0%,rgba(255,204,0,1) 100%);
    border-radius:3px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 15px;
    font-size: 12px;
    color: #333;
}
.main_3 .item .cardbox{
    width: 100%;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}
.main_3 .item .cardbox .imgbox{
    width: 120px;
    height: 120px;
    position: relative;
}
.main_3 .item .cardbox .imgbox img{
    width: 120px;
    height: 120px;
}
.main_3 .item .cardbox .imgbox p{
    position: absolute;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.main_3 .item .cardbox .wordbox{
    width: 240px;
    height: 120px;
}
.main_3 .item .cardbox .wordbox h4{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    height: 44px;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}
.main_3 .item .cardbox .wordbox .hope{
    height: 18px;
    line-height: 18px;
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
}
.main_3 .item .cardbox .wordbox  .price{
    color: #ff3b3b;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_3 .item .midbox{
    width:373px;
    height:72px;
    background: #FAFAFA;
    margin: 0 10px;
    display: flex;
}
.main_3 .item .midbox li{
    width: 33.3%;
    text-align: center;
}
.main_3 .item .midbox li p{
    line-height: 32px;
    font-size: 12px;
}
.main_3 .item .midbox li h4{
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}
.main_3 .item .footbox{
    height: 62px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
}
.main_3 .item .footbox .leftbox{
    width: 50%;
    margin-top: 10px;
}
.main_3 .item .footbox .leftbox p{
    line-height: 24px;
    color: #999;
    font-size: 12px;
}
.main_3 .item .footbox .leftbox h3{
    line-height: 26px;
    font-size: 16px;
    padding: 0;
    text-align: left;
    font-weight: normal;
}
.main_3 .item .footbox .rightbox{
    margin-top: 10px;
    width:120px;
    height:42px;
    background: #FF3B3B;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius:3px;
    display: block;
}
.main_3 .item .footbox .rightbox:hover{
    background: #FF5B3B;
}
.videobox{
    margin-top: 20px;
}
.main_4{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
    padding-bottom: 10px;
    padding-right: 5px;
}
.main_4 .item{
    height: 390px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition:box-shadow 0.2s;
}
.main_4 .item:hover{
    box-shadow:2px 0px 5px rgba(0, 0, 0, 0.1); 
}
.main_4 .item .imgbox{
    width: 100%;
    height: 309px;
    overflow: hidden;
    position: relative;
}
.main_4 .item .imgbox .price{
    position: absolute;
    max-width: 236.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 251px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 15px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    box-sizing: border-box;
}
.main_4 .item .content{
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_4 .item .detail_1{
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background:linear-gradient(0deg,rgba(77,77,77,1) 0%,rgba(51,51,51,1) 100%);
    border-radius:3px;
    margin: 0 10px;
    color: #FADF7F;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.main_4 .item .detail_1 .light{
    position: absolute;
    width: 45px;
    height: 100px;
    background: #fff;
    opacity: .15;
    transform: rotate(30deg);
    top: -30px;
    animation: move 2s infinite linear;
}
@keyframes move {
    0%{
        left: -50px;
    }
    75%{
        left: -50px;
    }
    100%{
        left: 210px;
    }
}
.msbox{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.msbox .timebox{
    width: 236px;
    height: 300px;
    float: left;
    background: url(../images/ms_bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.msbox .timebox .contbox{
    width: 196px;
    height: 120px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 20px;
}
.msbox .timebox .contbox .top{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}
.msbox .timebox .contbox .top em{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.msbox .timebox .contbox .bottom{
    width: 100%;
    height: 60px;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.msbox .timebox .contbox .bottom li{
    width: 33.33333%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #ff3b3b;
    font-weight:bold;
    position: relative;
}
.msbox .timebox .contbox .bottom li:after{
    content: ":";
    font-size: 24px;
    position: absolute;
    right: -4px;
}
.msbox .timebox .contbox .bottom li:last-child:after{
    content: "";
}
.main_5{
    width: 988px;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}
.main_5 .item{
    height: 300px;
    cursor: pointer;
}
.main_5 .item:hover{
}
.main_5 .next_5{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    right: 0px;
    background: url(../images/controls.png) no-repeat -43px -32px;
    cursor: pointer;
}
.main_5 .next_5:hover{
    background-position: -43px 0;
}
.main_5 .prev_5{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    left: 0px;
    background: url(../images/controls.png) no-repeat 0 -32px;
    cursor: pointer;
}
.main_5 .prev_5:hover{
    background-position: 0 0;
}
.main_5 .item img{
    width: 180px;
    height: 180px;
    margin: 26px 26px 21px 26px;
}
.main_5 .item .cont{
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.main_5 .item .price{
    width: 100%;
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    color: #ff3b3b;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}
.tpshop2_0_floor h3 i {
    background: #ff3b3b;
    font-size: 24px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: 0;
    border-radius: 3px;
}
.tpshop2_0_floor h3 {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #333;
    padding-left: 64px;
    position: relative;
    font-weight:bold;
}
.tpshop2_0_floor .f-tab a {
    width: 140px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    height: 33px;
    text-align: center;
    line-height: 34px;
    border: 0;
    border-bottom: none;
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
}
.tpshop2_0_floor .uantit {
    height: 50px;
    border-bottom: 0;
}
.tpshop2_0_floor .f-tab{
    border: 0;
}
.tpshop2_0_floor .f-tab li {
    width: 140px;
    height: 35px;
    display: inline-block;
    position: relative;
}
.tpshop2_0_floor .f-tab li.z-select a{
    position: relative;
    width: 140px;
}
.tpshop2_0_floor .f-tab li.z-select{
    position: relative;
}
.tpshop2_0_floor .f-tab li.z-select:after{
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 40px;
    background: #ff3b3b;
    position: absolute;
}
.tpshop2_0_floor .f-tab li.z-select:before{
    content: "";
    width:0px;
    height:0px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #ff3b3b;
    position: absolute;
    bottom: -4px;
    left: 65px;
}
.tpshop2_0_floor .uanmain .leftcol {
    width: 240px;
    height: 500px;
    position: relative;
}
.tpshop2_0_floor .uanmain .leftcol .lc_top{
    width: 240px;
    height: 360px;
}
.lc_top .adlight img{
    width: 100%;
    height: 100%;
}
.lc_bot ul .lemain{
    width: 240px;
    height: 140px;
    background: #fff;
    box-sizing: border-box;
}
.tpshop2_0_floor .uanmain .rightcol{
    width: 974px;
    height: 500px;
    background-color: transparent;
    margin-left: 10px;
}
.tpshop2_0_floor .uantit.red{
    border: 0;
}
.content_goods_sh ul>li a {
    display: block;
    float: left;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
}
ul.floor-list-cont>li{
    background: #fff;
    width: 242px;
    height: 249px;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
}
.content_goods_list ul>li a{
    width: 242px;
    height: 249px;
}
.content_goods_list ul>li a .goods_name_tp2{
    font-size: 14px;
    color: #666666;
    height: 45px;
}
.content_goods_list ul>li a .goods_price_tp2 em{
    font-size: 14px;
}
.content_goods_list ul>li a .goods_price_tp2 span {
    font-size: 20px;
    font-weight: bold;
}
.lc_bot ul .lemain.red{
    background: #fff;
}
.goods_price_tp2{
    max-width: 145px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content_goods_list ul>li .sale{
    font-size:12px;
    color: #999;
    width: 75px;
    position: absolute;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 12px;
    line-height: 12px;
    right: 10px;
    bottom: 10px;
}
.right-sidebar{
    z-index: 9;
}