
/* 公用样式 start */
*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
a{
	text-decoration:none!important;
}
body,html{
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
}
body#shop{
	background:#fff;
}
/* 公用样式 end */
/* 商城首页 start */
body .shop_index{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F3F3F3;
}
.index_head{
    width: 100%;
    height: 40px;
    background: #333333;
}
.index_head .head_list{
    width: 1210px;
    height: 100%;
    margin: 0 auto;
}
.index_head .head_list ul{
    float:right;
    height: 100%;
    line-height: 40px;
    color:#fff;
    font-weight: 400;
    font-size:14px;
}
.index_head .head_list li{
    float: left;
    padding: 0 10px;
    height: 100%;
}
.index_head .head_list li a{
    color:#fff;
}
.index_head .head_list li .xian{
    padding: 0 5px;
}
.index_head .head_list li .bzicon{
    float: right;
    width: 16px;
    height: 16px;
    background: url('../images/bz.png') no-repeat;
    background-size: 100%;
    margin-top: 11px;
    margin-left: 5px;
}
.head_logo{
  width: 100%;
  height: 85px;
  background: #fff;
  border-bottom: 1px solid #333333;
}
/* .shopList .head_logo{
    border-bottom: 1px solid #333333;
} */
.head_logo .logo_search{
    width: 1210px;
    height: 100%;
    margin: 0 auto;
	position:relative;
   
}
.head_logo .logo_search .head_logoImg{
    width: 120px;
    height: 45px;
	position:absolute;
	left:0;
	top:20px;
}
.head_logo .logo_search .head_logoImg img{
    width: 100%;
    height: 100%;

}
.head_logo .logo_search .head_search{
    width: 400px;
    height: 40px;
    border:1px solid #CFCFCF;
	position:absolute;
	right:0;
	top:20px;
}
.head_logo .logo_search .head_search #searchForm{
	height:40px;
}
.head_logo .logo_search .head_search .search_inp{
    width: 333px;
    height: 100%;
    border: none;
    outline: none;
    text-indent:12px;
    color:#999999;
    border-right: 1px solid #CFCFCF;
}
.search_btn{
    width: 64px;
    height: 40px;
    float: right;
    cursor: pointer;
    border: none;
    background: #fff;
}
.searchIcon{
    width: 24px;
    height: 24px;
    font-style: normal;
    display: block;
    margin: 8px auto;
    background:url('../images/ss.png') no-repeat;
    background-size: 100%;
}
.index_content{
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}
.kind_banner{
    width: 1210px;
    height: 480px;
    margin: 0 auto;
    position: relative;
}
.kind_banner #swiperBanner{
    width: 100%;
    height: 100%;
}
.kind_banner #swiperPagination{
    position: absolute;
    bottom: 10px;
    right: 40px;
}
.kind_banner #swiperPagination span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #979797;
    background: #fff;
    margin-right: 6px;
    opacity: 1;
    outline: none;
}
.kind_banner #swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #979797!important;
}
/* add by fj 2019-7-8*/
.kind_banner #swiperBanner .swiper-slide img{
    width: 100%;
    height:100%;
}
.kind_banner .shop_kinds{
    width: 230px;
    height: 480px;
    background: rgba(0,0,0,0.79);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.kind_banner .shop_kinds ul{
    width: 100%;
}
.kind_banner .shop_kinds ul li{
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color:#FFFFFF
}
.kind_banner .shop_kinds ul li a{
    color: #fff;
}
.kind_banner .shop_kinds ul li span{
    float: right;
    width: 7px;
    height: 16px;
    background: url('../images/fenlei_link.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    margin-top: 11px;
}
.kind_banner .shop_kinds ul li.hover{
    background: #C71532;
}
.kind_banner .shop_kinds ul li.hover span{
    background: url('../images/fenlei_hover.png') no-repeat;
    background-size: 100% 100%;
}
.kind_banner .shop_kinds ul li .i_model{
    width: 750px;
    height: 440px;
    position: absolute;
    left: 230px;
    background-color: #ffffff;
    top: 0;
    display: none;
    z-index: 998;
    padding: 20px
}
.kind_banner .shop_kinds ul li .i_model .fore{
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
    color: #5B5B5B;
}
.kind_banner .shop_kinds ul li .i_model .fore dt{
    float: left;
    width: 80px;
    line-height: 20px;
    text-align: right;
    color: #c81432;
    border-right: 1px solid #5B5B5B;
    padding: 0 8px;
}
.kind_banner .shop_kinds ul li .i_model .fore dd {
    float: left;
    width: 600px;
}
.kind_banner .shop_kinds ul li .i_model .fore em {
    float: left;
    height: 14px;
    margin: 5px 0;
    line-height: 14px;
    padding: 0 8px;
    font-style: normal;
    white-space: nowrap;
}
.kind_banner .shop_kinds ul li .i_model .fore em a{
    color: #727272;
}
.index_content .yzfw{
    width: 1210px;
    height: 191px;
    margin: 21px auto;
}
.index_content .yzfw ul{
    width: 100%;
}
.index_content .yzfw ul li{
    float: left;
    width: 306px;
    height: 191px;
    margin-left: 20px;
    background: #fff;
}
.index_content .yzfw ul li.fw_first{
    width: 230px;
    margin: 0;
    margin-right: 2px;
}
.index_content .yzfw ul li a{
    width: 100%;
    height: 100%;
}
.index_content .yzfw ul li a img{
    /* width: 100%;
    height: 100%; */
    max-width: 306px;
    max-height: 191px;
    margin: 0 auto;
    display: block;
}
.shop_list{
    width: 1210px;
    margin: 0 auto;
    margin-bottom: 40px;
    
}
.index_content .kind_title{
   color: #6D6D6D;
   line-height: 80px;
}
.index_content .shop_list ul{
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}
.index_content .shop_list ul li{
    width: 306px;
    height: 350px;
    float: left;
    margin-left: 20px;
    background: #fff;
}
.index_content .shop_list ul li.kind_first{
    width: 230px;
    margin: 0;
    margin-right: 2px;
}
.index_content .shop_list ul li a{
    width: 100%;
    height: 100%;
    color: #999999;
}
.index_content .shop_list ul li.kind_first a img{
    width: 100%;
    height: 100%;
}
.index_content .shop_list ul li.tuwen a img{
    width: 238px;
    height: 238px;
    margin: 10px 34px;
}
.index_content .shop_list ul li.tuwen a span{
    display: block;
    text-align: left;
    margin: 0 34px;
    line-height: 25px;
}
.index_content .shop_list ul li.tuwen a span.price{
   color:#C71532;
   font-size: 16px;
   font-weight: 600
}
.index_content .shop_list ul li.tuwen a span.wenzi{
    color:#333333;
    font-size: 16px;
    font-weight: 600
 }
 .bgyp{
    width: 1210px;
    margin: 0 auto;
    height: 800px;
    margin-bottom: 40px;
 }
 .bgyp .img_div{
    width: 100%;
    height:720px;
    display: flex;
 }
 /* change by fj 2019-7-23 */
 .bgyp .img_div .dt_img{
     width: 230px;
     /* height: 720px; */
     height: 681px;
 }
 .bgyp .img_div .dt_img img{
    width: 230px;
    /* height: 720px; */
    height: 681px;
 }
 .bgyp .img_div .bg_list{
     flex:1;
     display: flex;
     flex-wrap: wrap;
 }
 .bgyp .img_div .bg_list .tuwen{
    width:225px;
    height: 320px;
    float: left;
    margin-left: 20px;
    background: #fff;
    margin-bottom: 20px;
 }
 .bgyp .img_div .bg_list .tuwen a {
    color: #999999;
 }
 .bgyp .img_div .bg_list .tuwen a img{
    width: 225px;
    height: 225px;
    /* margin: 10px 34px; */
    margin: 15px 0;
 }
 .bgyp .img_div .bg_list .tuwen a span{
    display: block;
    /* text-align: left; */
    /* margin: 0 34px; */
    text-align: center;
    line-height: 20px;
}
.bgyp .img_div .bg_list .tuwen a span.price{
    color:#C71532;
    font-size: 16px;
    font-weight: 600
 }
 .bgyp .img_div .bg_list .tuwen a span.wenzi{
    color:#333333;
    font-size: 16px;
    font-weight: 600
 }
 .index_content .objective{
    width: 1210px;
    height: 150px;
    margin: 0 auto;
}
.index_content .objective img{
    width: 100%;
    height: 100%;
}
 .side{
    width: 40px;
    height:100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #1A1A1A;
    z-index: 999;
}
 .side .top{
    width: 40px;
    margin-top: 49px;
}
.side .top .side_icon{
    display: block;
}
.side .under .side_icon{
    display: block;
    width: 40px;
    height: 40px;
}
.side .top .side_icon i, .side .under .side_icon i{
    display: block;
    width: 40px;
    height: 40px;
}
.side .top .side_icon i.gwc{
    height: 160px;
}
.side .top .heng{
    display: block;
    width: 28px;
    margin: 0 auto;
    height: 2px;
    background: #4A4A4A;
}
 .side .top li, .side .under li{
    position: relative;
}

 .side .under{
    width: 40px;
    margin-top: 317px;
}

 .side .under .top_div{
    position: relative;
    height: 50px;
}
.side .side_icon .grzx{
    background: url('../images/01_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .grzx:hover{
    background: url('../images/01_hover.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .gwc{
    background: url('../images/02_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .gwc:hover{
    background: url('../images/02_hover.png') no-repeat;
    background-size: 100%;
}
.side .top .side_icon #shopCartCount{
    display: block;
    width: 21px;
    height: 21px;
    background: #C71532;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 21px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.side .side_icon .wdzc{
    background: url('../images/03_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .wdzc:hover{
    background: url('../images/03_hover.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .wdsc{
    background: url('../images/04_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .wdsc:hover{
    background: url('../images/04_hover.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .kefu{
    background: url('../images/05_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .kefu:hover{
    background: url('../images/05_hover.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .sm_icon{
    background: url('../images/06_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .sm_icon:hover{
    background: url('../images/06_hover.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .top_icon{
    background: url('../images/07_link.png') no-repeat;
    background-size: 100%;
}
.side .side_icon .top_icon:hover{
    background: url('../images/07_hover.png') no-repeat;
    background-size: 100%;
}
.side .under .side_icon #go_top{
    color: #999999;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 10px;
    font-size: 12px;
}
.shopDetail .side .top li .grzx_alert{
    height: 165px;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .xzys.yinBor{border: 1px solid #f00 ;}
.yinBor_i{background:url(../images/gouY.png)no-repeat;   position:absolute; width:15px; height:15px;
    z-index: 9; top:35px; right:0;}
.yinBor_i2{background:url(../images/gouY.png)no-repeat;
    position:absolute; width:15px; height:15px; z-index: 9; top:18px; right:0;}

.side .top li .grzx_alert{
    width: 214px;
    height: 148px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 40px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.28);
    display: none;

}
.side .top li .grzx_alert dl{
    width: 100%;
    height:92px;
}
.side .top li .grzx_alert dl dt{
    float: left;
    width: 27px;
    height: 46px;
    margin-left: 36px;
    margin-top: 29px;
}
.side .top li .grzx_alert dl dt img{
    width: 100%;
    height: 100%;
}
.side .top li .grzx_alert dl dd{
    float: right;
    width: 108px;
    height: 34px;
    margin-right:27px; 
    margin-top: 36px;
}
.side .top li .grzx_alert dl dd span{
    display: block;
    font-size: 12px;
    color:#666666;
}
.side .top li .grzx_alert .xian{
    width: 100%;
    height: 1px ;
    border-bottom: 1px dashed #D8D8D8;
}
.side .top li .grzx_alert .wdbtn{
    width: 100%;
    height: 53px;
    margin-top: 11px;
}
.side .top li .grzx_alert .wdbtn button{
    width:75px;
    height: 30px;
    border: 1px solid #c1c1c1;
    outline: none;
    background: #fff;
    color: #999999;
    cursor: pointer;
}
.side .top li .grzx_alert .wdbtn button:nth-of-type(1){
    margin-left: 28px;
    margin-right: 10px;
}
.side ul li .alert_div{
    width: 93px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    color: #999999;
    right: 40px;
    background: #fff;
    display: none;
}
.side ul li .sm_alert{
    width: 140px;
    height: 144px;
    background: #fff;
    display: block;
    position: absolute;
    right: 40px;
    top: 0;
    display: none;
}
.side ul li .sm_alert img{
    width: 100%;
    height: 100%;
}
.side .top li .wdsc_alert {
    top: 40px; 
}
.index_foot{
    width: 100%;
    height: 542px;
    background: #333333;
}
.index_foot .adout_kinds{
    width: 1210px;
    height: 315px;
    margin: 0 auto;
}
.index_foot .adout_kinds .smfl{
    float: left;
    margin-right: 60px;
    margin-top: 49px;
    width: 120px;
}
.index_foot .adout_kinds .smfl:nth-of-type(1){
    margin-left: 100px;
}
.index_foot .adout_kinds .smfl h3{
    color:#fff;
}
.index_foot .adout_kinds .smfl a{
    color: #929292;
}
.index_foot .adout_kinds .smfl ul li{
    line-height: 30px;
    
}
.index_foot .adout_kinds .smfl ul li:hover a{
    color:#C71532;
}
.index_foot .adout_kinds .code_img{
    width: 170px;
    height: 224px;
    margin-right: 50px;
}
.index_foot .adout_kinds .code_img img{
    width: 170px;
    height: 170px;
}
.index_foot .adout_kinds .code_img span{
    display: block;
    width: 100%;
    text-align: center;
    color:#929292;
    line-height: 30px;
}
 .xuxian{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #979797;
}
.index_foot .about_us{
    width: 1210px;
    height: 207px;
    margin: 0 auto;
    font-size:16px;
}
.index_foot .about_us .us_kinds{
    width: 408px;
    margin:  0 auto;
    margin-top: 49px;
}
.index_foot .about_us .us_kinds a{
    color: #fff;
}
.index_foot .about_us .us_kinds .xian{
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 0 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 2px;
}
.index_foot .about_us .number{
    color: #929292;
    width: 180px;
    margin: 0 auto;
    margin-top: 17px;
}
/* 商城首页 end */

/* 商品分类列表  start*/
.shopList {
    width: 100%;
    overflow: hidden;
}
.shopList .list_view{
    width: 1210px;
    margin: 0 auto;
}
.list_view .dq_address{
    width: 100%;
    height:60px;
    line-height: 60px;
    color: #333333;
}
.list_view .dq_address a{
    color: #333333;
}
.list_view .fenlei{
    width: 1208px;
    height:50px;
    line-height: 48px;
    border: 1px solid #CFCFCF;
}
.list_view .fenlei li{
    float: left;
    width: 106px;
    text-align: center;
    color: #929292;
}
.list_view .fenlei li.fl_first{
    background: #F1F1F1;
    
}
.list_view .fenlei li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #929292;
}
.list_view .fenlei li a:hover{
    color: #C71532;
}
.list_view .sort_type{
    width: 1208px;
    height:48px;
    line-height: 48px;
    border: 1px solid #CFCFCF;
    margin-top: 12px;
}
.list_view .sort_type li{
    float: left;
    color: #CFCFCF;
    padding: 0 3px;
}
.list_view .sort_type li.type{
    padding: 0 10px;
}
.list_view .sort_type li:nth-of-type(1){
    margin-left: 19px;
}
.list_view .sort_type li.xian{
    width: 1px;
    height: 15px;
    margin-top: 18px;
    background: #CFCFCF;
    padding: 0;
}
.list_view .sort_type li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #CFCFCF;
   
}
.list_view .sort_type li a.active{
    color: #C71532;
}
.list_view .sort_type li a:hover{
    color:  #C71532;
}
.list_view .sort_type li input{
    width: 100px;
    height: 28px;
    outline: none;
}
.list_view .sort_type li button{
    width: 75px;
    height: 30px;
    background: #C71532;
    border: none;
    text-align: center;
    color: #fff;
    outline: none;
}
.list_view .goods{
    width: 100%;
    padding-bottom: 170px;
}
.goods .goods_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
}
.goods .goods_list li{
    width: 222px;
    height: 333px;    
    margin: 30px 11px;
}
.goods .goods_list li:nth-of-type(1){
    margin-left: 0;
}
.goods .goods_list li:nth-of-type(5n+1){
    margin-left: 0;
}
.goods .goods_list li:hover{
    box-shadow:0px 0px 4px 3px rgba(0,0,0,0.09);
}
.goods .goods_list li .goods_img{
    width: 200px;
    height: 200px;
    margin: 11px;
}
.goods .goods_list li .goods_img img{
    width: 100%;
    height: 100%;
}
.goods .goods_list li .price{
    margin: 6px 11px 3px 11px;
}
.goods .goods_list li .price span{
    display: inline-block;
    margin-right: 10px;
}
.goods .goods_list li .price span.now_price{
    color: #C71532
}
.goods .goods_list li .price span.old_price{
    color: #B8B8B8;
    font-size: 10px;
    text-decoration: line-through;
}
.goods .goods_list li .goods_sm{
    margin:0 11px ; 
    font-size: 12px;
    font-weight:600;
	height:35px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods .goods_list li .sppj{
    margin: 3px 11px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999999;
    
}
.goods .goods_list li .sppj i{
    font-style: normal;
    
}
.goods .goods_list li .operation{
    width: 100%;
    height: 34px;
    display: flex;
}
.goods .goods_list li .operation span{
    color:#fff;
    line-height: 34px;
    font-size: 12px;
}
.goods .goods_list li .operation .focus_on{
    width: 92px;
    height: 34px;
    background: #000000;

}
.goods .goods_list li .operation .focus_on a,.goods .goods_list li .operation .jrgwc a{
	color:#FFFFFF;
}
.goods .goods_list li .operation .jrgwc{
    width: 130px;
    height: 34px;
    background: #C71532
}
.goods .goods_list li .operation .focus_on i{
   float: left;
    width: 14px;
    height: 13px;
    background: url('../images/sc_link.png') no-repeat;
    background-size: 100% 100%;
    margin:11px 8px 10px 21px;

}
.goods .goods_list li .operation .focus_on:hover i{
    background: url('../images/sc_hover.png') no-repeat;
    background-size: 100% 100%;
}
.goods .goods_list li .operation .jrgwc i{
    float: left;
     width: 16px;
     height: 16px;
     background: url('../images/gwc.png') no-repeat;
     background-size: 100% 100%;
     margin:9px 8px 9px 18px;
 
 }
 .goods .goods .goods_pagination{
    float: right;
    height: 30px;
    margin-top: 80px;
 }
 .goods .goods .goods_pagination a{
     float: left;
     width: 28px;
     height: 28px;
     text-align: center;
     line-height: 28px;
     border: 1px solid #CFCFCF;
     color: #333333;
     margin: 0 5px;
 }
 .goods .goods .goods_pagination a.prev,.goods .goods .goods_pagination a.next{
     width: 70px;
 }
 .goods .goods .goods_pagination a.active{
     color: #fff;
     background: #333333;
 }
 .wntj{
    width: 1210px;
    height: 545px;
    margin: 0 auto;
 }
 .wntj h1{
     text-align: center;
     height: 140px;
     line-height: 140px;
 }
 /* 商品详情页 start */
.shopDetail{
    background: #ffffff;
}
.shopDetail .goods_img_box{
     width:100%;
     height: 585px;
     position: relative;
 }
 .shopDetail .goods_img_box .img_detail{
     width: 450px;
     height:585px;
     position: absolute;
     left: 0;
     top: 0;
     
 }
/* 图片放大与详情图 start */
.jqzoom{
    width: 418px;
    height: 418px;
    float:left;
    border:none;
    position:relative;
    padding:0px;
    cursor:pointer;
    margin:16px;
    display:block;
}
.jqzoom img{
    width: 418px;
    height: 418px;
}
.zoomdiv{
    z-index:400;
    position:absolute;
    top:-16px;
    left:80px;
    width:450px;
    height:450px;
    background:#ffffff;
    border:1px solid #CFCFCF;
    display:none;
    text-align:center;
    overflow:hidden;
}
.jqZoomPup{
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:20px;
    height:20px;
    border:1px solid #aaa;
    background:#ffffff 
    ;opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview{
    width:450px;
    height:450px;
    border:1px solid #DFDFDF;
}
.spec-scroll{
    clear:both;
    margin-top: 15px;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
}
.spec-scroll .prev{
    float:left;
    margin-right:4px;
}
.spec-scroll .next{
    float:right;
}
.spec-scroll .prev,.spec-scroll .next{
    display:block;
    font-family:"宋体";
    text-align:center;
    width:23px;
    height:23px;
    line-height:23px;
    cursor:pointer;
    text-decoration:none;
    margin-top:10px;
}
.spec-scroll .prev img,.spec-scroll .next img{
    width: 100%;
    height: 100%;
}
.spec-scroll .items{
    float:left;
    position:relative;
    width:385px;
    height:62px;
    overflow:hidden;
}
.spec-scroll .items ul{
    position:absolute;
    width: 99999px;
    height:56px;
}
.spec-scroll .items ul li{
    float:left;
    width:78px;
    height: 62px;
    text-align:center;
}
.spec-scroll .items ul li img{
    border:1px solid #CCC;
    width:60px;
    width:60px;
    margin:  0 9px;
}
.spec-scroll .items ul li img:hover{
    border:1px solid #C71532;
}
/* 图片放大与详情图 end */

.goods_img_box .img_detail .gz_kefy{
    width: 100%;
    height: 37px;
}
.goods_img_box .img_detail .gz_kefy button{
    height: 35px;
    border: 1px solid #CFCFCF;
    color: #999999;
    background: #fff;
    text-align: left;
    margin-right: 10px;
    outline: none;
}
.goods_img_box .img_detail .gz_kefy .guanzhu{
    width: 72px;
}
.goods_img_box .img_detail .gz_kefy .guanzhu i{
    float: left;
    width: 16px;
    height: 15px;
    background: url('../images/sc_link.png') no-repeat;
    background-size: 100% 100%;
    margin: 1px 4px 0px 12px;
    
}

.goods_img_box .img_detail .gz_kefy .lxkefu{
    width: 95px;
}
.goods_img_box .img_detail .gz_kefy .lxkefu i{
    float: left;
    width: 16px;
    height: 16px;
    background: url('../images/A001.png') no-repeat;
    background-size: 100% 100%;
    margin: 0px 5px 0px 11px;
    
}
 .shopDetail .goods_img_box .wenzi_detail{
     width: 729px;
     height: 300px;
     background: #fff;
     position: absolute;
     right: 0;
     top: 0;
 }
 .shopDetail .goods_img_box .wenzi_detail .wzsm{
     width: 635px;
     height: 50px;
     font-size: 18px;
     font-weight: 600;
     color: #333333;
 }
 .shopDetail .goods_img_box .wenzi_detail .price{
    width: 100%;
    height: 78px;
    background: #F0F0F0;
    line-height: 78px;
    display: flex;
    font-size: 18px;
    margin-top: 12px;
 }
 .shopDetail .goods_img_box .wenzi_detail .price .price_name{
    margin-left: 21px;
     text-align: center;
     color: #333333;
 }
 .shopDetail .goods_img_box .wenzi_detail .price .now_amount{
    font-size: 30px;
    color: #C71532;
}
.shopDetail .goods_img_box .wenzi_detail .price .old_amount{
    color: #B8B8B8;
    text-decoration: line-through;
    margin-left: 16px;
}
.shopDetail .goods_img_box .wenzi_detail .jf_xl{
    margin: 40px 0;
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight:400;
    
}
.shopDetail .goods_img_box .wenzi_detail .jf_xl p{
    line-height: 25px;
    margin-top: 16px;
}
.shopDetail .goods_img_box .wenzi_detail .jf_xl p .acount{
    color:#C71532;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx{
    margin-top: 19px;
    width: 100%;
    height: 37px;
    font-size: 18px;
    color: #333333;
    font-weight:400;
    line-height: 35px;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx span{
    display: inline-block;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .xzys{
    margin-left: 10px;
    color: #333333;
    border: 1px solid #CFCFCF;
    color: #999999;
    display: inline-block;
    /*width: 50px;*/
    height: 35px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    position: relative;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .xzys:hover{
    border: 1px solid #C71532;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .xzbb{
    margin-left: 10px;
    color: #333333;
    border: 1px solid #CFCFCF;
    color: #999999;
    display: inline-block;
    width:72px;
    height: 35px;
    font-size: 14px;
    text-align: center;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .xzbb:hover{
    border: 1px solid #C71532;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .jjcz{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #CFCFCF;
    position: relative;
    width: 122px;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .jjcz button{
    width: 30px;
    height: 28px;
    position: absolute;
    top: 0;
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .jjcz button.add{
    right: 0;
    border-left: 1px solid #CFCFCF;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .jjcz button.reduce{
    left: 0;
    border-right: 1px solid #CFCFCF;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .jjcz input{
   width: 60px;
   position: absolute;
   left:30px;
   top: 0;
   outline: none;
   height: 28px;
   text-align: center;
   border: none;
}
.shopDetail .goods_img_box .wenzi_detail .xzxx .kcnum{
    color: #999999;
    font-size: 14px;
    margin-left: 37px;
}
.shopDetail .goods_img_box .wenzi_detail .bug_add{
    width: 100%;
    height: 50px;
    margin-top: 81px;
}
.shopDetail .goods_img_box .wenzi_detail .bug_add button{
    width: 168px;
    height: 45px;
    margin-right: 20px;
    border: none;
    outline: none;
    line-height: 45px;
    border:1px solid #C71532;
    cursor: pointer;
}
.shopDetail .goods_img_box .wenzi_detail .bug_add .jrgwc{
    background: #C71532;
    color: #fff;
    /*text-align: left;*/
    position: relative;
}
.shopDetail .goods_img_box .wenzi_detail .bug_add .jrgwc i.gwc_icon{
    /*float: left;*/
    width: 22px;
    height: 22px;
    background: url('../images/gwc.png') no-repeat;
    background-size: 100% 100%;
    /*margin: 10px 12px 0px 22px;*/
    position: absolute;
    top: 10px;
    left: 22px;
}
.shopDetail .goods_img_box .wenzi_detail .bug_add .ljgm{
    background: #fff;
    color: #C71532;
    text-align: center; 
}
.list_view .spxx{
    width: 100%;
}
.list_view .spxx .spxx_list{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #C32640;
    margin-top: 100px;
    background: #F0F0F0;
}
.list_view .spxx .spxx_list li{
    float: left;
    width: 123px;
    text-align: center;
    line-height: 55px;
}
.list_view .spxx .spxx_list li a{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    display: block;
    height: 50px
}
.list_view .spxx .spxx_list li.active{
    border-bottom: 5px solid #C71532;
}
.list_view .spxx .spsm_detail{
    width: 100%;
    min-height: 500px;
    font-size: 14px;
}
.list_view .spxx .spsm_detail .tabContent{
    width: 100%;
}
/* add by fj 2019-7-11 */
.list_view .spxx .spsm_detail .tabContent img{
  width: 750px;
}
.list_view .spxx .spsm_detail .tabContent.hide{
    display: none;
}
.list_view .spxx .spsm_detail .tabContent .spjs_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.list_view .spxx .spsm_detail .tabContent .spjs_content li{
    width: 20%;
    line-height: 30px;
    margin-left: 60px;
}
.list_view .spxx .spsm_detail .tabContent .sptp_img{
    width: 750px;
    margin: 50px auto;
}
.list_view .spxx .spsm_detail .tabContent .sptp_img p{
    margin: 0;
}
.list_view .spxx .spsm_detail .tabContent .sptp_img p img{
    width: 750px;
}
.list_view .spxx .spsm_detail #sm_ggcs .paraTitle{
    text-align: center;
    background: #F5FAFE;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;;
}
.list_view .spxx .spsm_detail #sm_ggcs .parameterInfoTr .paraTh{
    border: 1px solid #ccc;
    border-left: none;
    padding-right: 5px;
    padding-left: 0;
    vertical-align: middle;
    text-align: right;
}
.list_view .spxx .spsm_detail #sm_ggcs .parameterInfoTr .paraTd{
    padding-left: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ffffff;
}
/* 商品详情页 end */
