html,body,.row{
    margin:0;
    padding:0;
}
.Product{
    margin-bottom: 20px;
}
.P_roduct{
    width: 1200px;
    margin: 0 auto;
}
.P_clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: "";
}
.P_left{
    width: 180px;
    height: 100%;
    float: left;
    margin-top: 20px;
}
.time_right {
    width: 1000px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.J_valueList li a{
    text-decoration: none;
    color: #233 !important;
}
.J_valueList li a:hover{
    color: #D03322 !important;
}
/*左边推荐商品*/
.P_left .ab-goods {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-top: 2px solid #666;
}
.u-ad-wrap {
    position: relative;
}
.P_left .mt {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: -20px;
    background-color: #E5E5E5;
}
.P_left .mt h3 {
    font-family: "microsoft yahei";
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 36px;
}
.prliimg{
    padding: 10px;
}
.P_left .ab-goods .mc li .p-price {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 0 10px;
    float: left;
    margin-left: 80px;
    margin-top: -60px;
}
.P_left .ab-goods .mc li .p-price strong {
    font-size: 14px;
}
.p-price strong {
    color: #e4393c;
    font-weight: 400;
}
.P_left .ab-goods .mc li .p-name {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    padding: 0 10px;
    float: left;
    margin-left: 80px;
    margin-top: -36px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;  /*规定段落中的文本不进行换行*/
}
.p-name a{
    color: #666;
    text-decoration: none;
}
.p-name a:hover{
    color: #d03322;
}
/*右边内容*/
.time_right {
    width: 1000px;
    margin: 0 auto;
}
.goods-list-v2 {
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 1;
}
.goods-list-v2 .gl-warp {
    width: 1000px;
}
.goods-list-v2 .gl-item {
    width: 180px;
    height: 250px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 1px solid silver;
}
.goods-list-v2 .gl-warp .gl-item:hover{
    cursor:pointer;
    border:1px solid #e9e9e9;
    box-shadow: 0 0 2px 2px #f8f8f8;
    background-color: #fffdf4;
}
.prdivimg{
    width: 180px;
    height: 180px;
    padding-left: 10px;
    padding-top: 20px;
}
.prdivprice{
    margin-top: 10px;
}
.prdivprice strong {
    margin-left: 10px;
    color: #e4393c;
    font-size: 16px;
}
.p-price strong {
    font-weight: 400;
}
.prdivname{
    margin-left: 10px;
}
.prdivname a{
    text-decoration: none;
    color: #666;
}
.prdivname a:hover{
    color: #d03322;
}
.time_right ul .poli {
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 196px;
    height: 300px;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
}
/*新增样式css*/
.J_selectorLine{
    margin-top: 10px;
}
.selector .sl-wrap {
    position: relative;
    _zoom: 1;
    line-height: 34px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background: #f3f3f3;
}
.selector .sl-key {
    float: left;
    width: 150px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.selector .sl-wrap {
    line-height: 45px;
}
.selector .sl-value {
    margin-left: 110px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}
.selector .sl-v-list {
    overflow: hidden;
    zoom: 1;
    padding-top: 4px;
}
.selector .s-category .sl-v-list .v-fixed {
    height: 30px;
}
.selector .sl-v-list ul {
    float: left;
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.selector .s-category .sl-v-list li {
    width: 130px;
    margin-right: 5px;
    line-height: 45px;
}
.selector .sl-v-list li {
    float: left;
    _display: inline;
    margin-right: 50px;
    margin-bottom: 4px;
    height: 26px;
    line-height: 36px;
}
.selector .s-category .sl-v-list li a {
    width: 130px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selector .sl-v-list li a {
    float: left;
    zoom: 1;
    color: #005aa0;
}
a {
    text-decoration: none;
}