/*---栏目暂无数据---*/
.nodata {
  font-size: 14px;
  padding: 60px 0;
  color: #333333;
  text-align: center;
}

/*==============================================================================================*/
/*栏目分类 channel_main
/*==============================================================================================*/
.channel_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

/*=====================左边栏目导航==================*/
.channel_main .left {
  float: left;
  width: 236px;
  margin-right: 10px;
}

.channel_main .left ul {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  height: auto !important;
}
.channel_main .left ul:last-child {
  border: none;
}
.channel_main .left a {
  display: block;
}
.channel_main .left h3 {
  font-weight: bold;
  font-size: 14px;
  color: #262626;
  text-align: left;
  line-height: 20px;
}
.channel_main .left a:hover{
  color: #E2231A;
}
.channel_main .left li {
  overflow: hidden;
}

.channel_main .left li p {
  float: left;
  background: #f5f5f5;
  font-size: 12px;
  color: #262626;
  line-height: 32px;
  min-width: 85px;
  height: 32px;
  text-align: center;
  padding: 0 10px;
  margin: 8px 8px 0 0;
  overflow: hidden;
  cursor: pointer;
}

/*================栏目产品内容 右边==================*/
.channel_main .right {
  overflow: hidden;
}

.channel_main .right .lists_bar {
  height: 45px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
  border-bottom: #eee solid 1px;
}

/*---栏目面包屑---*/
.channel_main .right .breadcrumb {
  float: left;
  line-height: 40px;
  padding: 0;
}

.channel_main .right .breadcrumb li {
  float: left;
}

.channel_main .right .breadcrumb i {
  font-size: 12px;
  margin-left: 3px;
}

.channel_main .right .breadcrumb li:last-child i {
  display: none;
}

.channel_main .right .breadcrumb a {
  font-size: 14px;
  color: #333333;
}

/*---栏目筛选---*/
.channel_main .right .lists_select {
  line-height: 45px;
}

.channel_main .right .lists_select a {
  display: inline;
  padding: 0 10px;
}

.channel_main .right .lists_select i {
  font-size: 12px;
  color: #999999;
}

/*---栏目产品列表---*/
.channel_main .right .list_pro {
  overflow: hidden;
  width: 100%;
  padding: 20px;
}

.channel_main .right .list_pro ul {
  width: 101%;
  margin-left: -0.5%;
}

.channel_main .right .list_pro ul li {
  float: left;
  width: 24%;
  margin: 0.5%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}

.channel_main .right .list_pro ul li .pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.channel_main .right .list_pro ul li .pic img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  padding:30px;
}

.channel_main .right .list_pro ul li .title {
  padding: 15px;
}

.channel_main .right .list_pro ul li .title p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 36px;
  font-size: 14px;
}

.channel_main .right .list_pro ul li .price {
  color: #ee1923;
  font-size: 18px;
  line-height: 25px;
}

.channel_main .right .list_pro ul li .price span {
  font-weight: bold;
}

.channel_main .right .list_pro ul li .price b {
  font-size: 12px;
  padding-right: 2px;
}

.channel_main .right .list_pro ul li .more {
  width: 70px;
  height: 25px;
  background: #E2231A;
  border-radius: 5px;
  display: block;
  float: right;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}
.channel_main .right .list_pro ul li:hover {
  overflow: hidden;
  box-shadow:0 0 5px rgba(0,0,0,.2);
}
@media (max-width:1250px) {

  .channel_main .right .list_pro ul li{
    width: 32.33%;
  }

}


/*==============================================================================================*/
/*产品详情页样式
/*==============================================================================================*/
.show_breadcrumb {
  width: 100%;
  background-color: #f5f5f5;
  line-height: 50px;
  height: 50px;
}
/*===============面包屑=============*/
.show_breadcrumb .breadcrumb li {
  float: left;
}
.show_breadcrumb .breadcrumb i {
  font-size: 12px;
  margin-left: 3px;
}
.show_breadcrumb .breadcrumb li:last-child i {
  display: none;
}
/*=============产品描述===================*/
.product_details {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #ffffff;
}
/*---图片区-----*/
.product_details .left {
  float: left;
  width: 440px;
  margin-right: 40px;
  position: relative;
}
.product_details .left .main{
  width: 100%;
  position: relative;
}
.product_details .left .big_picture{
	width: 440px;
	height: 440px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
}
.product_details .left .big_picture img{
	width: 100%;
	height:100%;
}
.product_details .left .big_picture .magnifyingBegin{
	width: 150px;
	height: 175px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
.product_details .left .big_picture .magnifyingShow{
    width: 450px;
    height: 514px;
	display: none;
	position: absolute;
	right: -470px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
	z-index: 999;
}
.product_details .left .big_picture .magnifyingShow > img{
	width: 800px;
	height: 800px;
	margin-left:0;
	margin-top: 0;
}
/*---缩略图-----*/
.product_details .left .thumbnail-list{
	margin-top:10px;
	height:80px;
	width:440px;
	list-style: none;
}
.product_details .left .thumbnail-list li{
	margin-right:7px;
	width: 80px;
	height: 80px;
	float: left;
	cursor: pointer;
	border: 1px solid #ddd;
	text-align:center;
}
.product_details .left .thumbnail-list  > li > img{
	vertical-align:top;
	display:inline;
	width:100%;
	height:auto;
}
.product_details .left .thumbnail-list  > .active{
	border-color:#E2231A;
}
/*======================================内容简述================================================*/
.product_details .right {
  position: relative;
  overflow: hidden;
}
/*--标题--*/
.product_details .right .title {
  position: relative;
  padding-right: 60px;
}
.product_details .right .title h2 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  font-weight: 700;
}
.product_details .right .title p {
  font-size: 14px;
  color: #E2231A;
  line-height: 25px;
}
/*--价格板块--*/
.product_details .right .txt {
  margin: 15px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 25px;
}
.product_details .right .txt li {
  width: 100%;
  float: left;
  margin: 3px 0;
}
.product_details .right .txt li .dt {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 25px;
}
.product_details .right .txt li span {
  line-height: 25px;
  margin: 0 2px;
}
.product_details .right .txt li span b {
  padding-right: 2px;
  color: #ee1923;
}
.product_details .right .txt li .price b {
  font-size: 12px;
}
.product_details .right .txt li span span {
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.product_details .right .txt li .price span {
  font-weight: bold;
  color: #E2231A;
  font-size: 18px;
}
/*--规格参数板块--*/
.product_details .right .parameter {
  overflow: hidden;
}
.product_details .right .parameter .item {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.product_details .right .parameter .item .dt {
  float: left;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 30px;
  margin-right:5px;
  width: 75px;
}
.product_details .right .parameter .item span {
  line-height: 30px;
}
.product_details .right .parameter .item ol {
  overflow: hidden;
  line-height: 25px;
}
.product_details .right .parameter .item ol li {
  width: auto;
  float: left;
  padding: 8px;
  border: 1px solid #e0e0e0;
  margin: 0px 8px 8px 0;
  min-width: 46px;
  text-align: center;
  cursor: pointer;
}
.product_details .right .parameter .item ol li.on {
  border: 1px solid #e3393c;
}

.product_details .right .parameter .item ol li.sub{
  color: #999;
  cursor:default;
}

.product_details .right .parameter .item .increase {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 30px;
  border: #ddd solid 1px;
  background: #f8f8f8;
  text-align: center;
  float: left;
}
.product_details .right .parameter .item .text {
  display: block;
  float: left;
  overflow: hidden;
  width: 40px;
  height: 30px;
  border-right: 0px;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  border-left: 0px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.product_details .right .parameter .item .decrease {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #f8f8f8;
  border: #ddd solid 1px;
  text-align: center;
}

/*--公众号板块--*/
.product_details .right .the_public{
  overflow: hidden;
  margin-top: 10px;
}

/*--购物车板块--*/
.product_details .right .opt_btn {
  margin: 20px 0;
  overflow: hidden;
}
.product_details .right .opt_btn a {
  float: left;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  margin-right: 10px;
  font-size: 14px;
}
.product_details .right .opt_btn .addcart {
  width: 136px;
  height: 40px;
  border: 0px solid #e0e0e0;
  border-radius: 5px;
  color: #ffffff;
  background: linear-gradient(99deg, #ff6113, #ff9a32);
}
.product_details .right .opt_btn .buynow {
  width: 136px;
  height: 40px;
  background: linear-gradient(99deg, #E2231A, #f54b42);
  border-radius: 5px;
}
.product_details .right .opt_btn .exchange_btn {
  padding-top: 6px;
  width: 40px;
  height: 40px;
  background: #E2231A;
  line-height: 20px;
}
.product_details .right .opt_btn .exchange_btn i {
  font-size: 20px;
}
.product_details .right .opt_btn .exchange_btn p {
  width: 100%;
  font-size: 14px;
}
.product_details .right .opt_btn .exchange_btn .red {
  color: red;
}
/*--购物车弹出板块--*/
.shopping_cart {
  position: absolute;
  background-color: #eeeeee;
  display: none;
  width: 320px;
  height: 120px;
  z-index: 1;
  bottom: 53px;
  left: 0;
  overflow: hidden;
}

.shopping_cart dl {
  display: block;
  margin-top:15px;
}
.shopping_cart dl dt {
  color: #333;
  text-align: center;
  width: 100%;
  margin: 10px 0 5px 0;
}

.shopping_cart dl dt b {
  float: right;
  font: 14px/16px Verdana;
  color: #22ac38;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 20px;
}
.shopping_cart .saleP {
  font-weight: 600;
  color: #22ac38;
  vertical-align: middle;
}
.shopping_cart dl dd {
  text-align: center;
  width: 100%;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.shopping_cart dl dd > a {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  padding: 10px;
  margin: 2px;
  cursor: pointer;
  color: #fff;
}
.shopcart_view {
  background-color: #E2231A;
}

.shopcart_off {
  background-color: #22ac38;
}

/* 收藏分享模块 */
.share_box{
  clear: both;
  margin: 20px 0;
}
.btn_favor {
  float: left;
  display: block;
  color: #333333!important;
  padding:0px;
  font-size: 0;
}
.btn_favor i ,.btn_favor span{
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  font-size:14px;
}
.btn_favor i {
  color: #999;
  margin-right: 3px;
}

.btn_favor i.on {
  color: #f00;
}




/*==============================================================================================*/
/*产品详情介绍
/*==============================================================================================*/
.product_details_box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
}
.product_details_box .left {
  float: left;
  width: 225px;
  overflow: hidden;
  margin-right: 20px;
}

.product_details_box .left .item_box {
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
}

.product_details_box .left .item_box h2 {
  text-align: left;
  padding: 10px;
  background: #f7f7f7;
  font-size: 14px;
  border: 1px solid #eee;

}
.product_details_box .left .item_box ul {
  overflow: hidden;
  padding: 20px 15px 0;
  border: 1px solid #eee;
  border-top: none;
}
.product_details_box .left .item_box ul li,
.product_details_box .left .item_box ul li a {
  width: 100%;
  display: block;
}
.product_details_box .left .item_box ul li .pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 1px solid #eee;
}
.product_details_box .left .item_box ul li .pic img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_details_box .left .item_box ul li .title {
  text-align: center;
  margin-bottom: 15px;
}
.product_details_box .left .item_box ul li .title p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
  margin-top: 5px;
}
.product_details_box .left .item_box ul li .price {
  color: #E2231A;
  font-size: 18px;
  line-height: 20px;
}
.product_details_box .left .item_box ul li .price span {
  font-weight: bold;
}
.product_details_box .left .item_box ul li .price i {
  font-size: 12px;
  padding-right: 2px;
}
/*--详情板块--*/
.details_box {
  overflow: hidden;
  background-color: #ffffff;
}
.details_box .tab_handle {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #E2231A;
  overflow: hidden;
  background-color: #f5f5f5;
}

.details_box .tab_handle li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 30px;
  font-size: 14px;
  cursor: pointer;
}

.details_box .tab_item {
  border: 1px solid #eee;
  border-top: none;
  padding: 15px;
}

.details_box .tab_handle li.active {
  background: linear-gradient(360deg, #E2231A, #f54b42);
  color: #ffffff;
}

.details_box .attr_pane {
  padding:15px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.details_box .attr_pane li {
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  color: #262626;
}
.details_box .attr_pane li span {
  color: #999999;
}
.details_box .detail_pane {
  padding: 20px 0px;
}
.details_box .detail_pane img{
	display: block;
}
/*--评论--*/
.details_box .service_pane {
  overflow: hidden;
}
.details_box .service_pane dl {
  float: left;
  padding: 15px;
  min-width: 130px;
  text-align: center;
}
.details_box .service_pane dl h1 {
  font-size: 56px;
  line-height: 60px;
  height: 60px;
  color: #E2231A;
  font-weight: normal;
}
.details_box .service_pane dl h1 em {
  font-size: 14px;
}
.details_box .service_pane dl p {
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0;
  color: #333333;
}
.details_box .service_pane .comment_list {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.details_box .service_pane .comment_list ul li {
  padding: 5px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  padding: 0 20px;
  line-height: 40px;
}
.details_box .service_pane .comment_list ul li.active a{
  color: #E2231A;
}

.details_box .service_pane .comment_list_box {
  padding: 20px;
}
.details_box .service_pane .comment_list_box ul {
  overflow: hidden;
}
.details_box .service_pane .comment_list_box li {
  display: block;
  zoom: 1;
  margin-bottom: 15px;
  border-bottom: #eee solid 1px;
  padding-bottom: 10px;
}

.details_box .service_pane .comment_list_box li:last-child {
  border-bottom: #eee solid 0px;
}

.details_box .service_pane .comment_list_box li dt {
  width: 130px;
  float: left;
  padding: 0px;
  margin: 0px;
  display: block;
  overflow: hidden;
}

.details_box .service_pane .comment_list_box li dt .headimg{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.details_box .service_pane .comment_list_box li dt span {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.details_box .service_pane .comment_list_box li dd {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 150px;
  padding: 0px;
}
.details_box .service_pane .comment_list_box li dd div{
  display: block;
  overflow: hidden;
}
.details_box .service_pane .comment_list_box li dd ._img{
  margin-top: 5px;
}
.details_box .service_pane .comment_list_box li dd ._img img{
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.details_box .service_pane .comment_list_box li dd ._date{
  color: #888;
  line-height: 24px;
  font-size: 14px;
  margin-top: 5px;
}

.details_box .service_pane .comment_list_box li dd ._reply{
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
}
.details_box .service_pane .comment_list_box li dd ._reply span{
  display: block;
  overflow: hidden;
  color: #888;
  margin-top: 5px;
}

/*--服务--*/
.details_box .comment_pane dt {
  margin: 10px 0;
}
.details_box .comment_pane dd {
  color: #999999;
  margin: 5px 0;
  line-height: 20px;
}
.details_box .comment_pane .inquiry{
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #efefef;
}
.inquiry .form-row .row-label {
    width: 59px;
}
.inquiry .form-row .row-controls {
    margin-left: 70px;
}
.inquiry .verifyimg, .inquiry .form-control {
    float: left;
    margin-right: 5px;
}
.details_box .comment_pane .inquiry{
	overflow: hidden;
	margin-top: 20px;
	padding-top:20px;
	border-top: 1px solid #efefef;
}
.inquiry .verifyimg ,.inquiry .form-control{
  float: left;
  margin-right: 5px;
}
.inquiry .form-row .row-label{
  width: 59px;
}
.inquiry .form-row .row-controls{
  margin-left:70px;
}
.inquiry .btn{
  margin-left: 10px;
  overflow: hidden;
  background: #E2231A !important;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 0;
}
  

/*==============================================================================================*/
/*产品评论筛选
/*==============================================================================================*/
.comment_box {
  display: block;
  overflow: hidden;
  color: #051b28;
  background-color: #fff;
}
.comment_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment_box ul li {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 20px 0;
  position: relative;
  border-bottom: #eee solid 1px;
}

.comment_box ul li:last-child {
  border-bottom: none;
}

.comment_box ul li dt{
  width: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  color:#666;
  margin-right: 15px;
  float: left;
  text-align: center;
}

.comment_box ul li dt img {
  width: 48px;
  height: 48px;
  border-radius:50%;
}

.comment_box ul li dt span {
  display: block;
  overflow: hidden;
  text-align: center;
}

.comment_box ul li dd {
  float: left;
  display: block;
  overflow: hidden;
}

.comment_box li dd em {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 16px;
  margin-bottom: 10px;
  background: url("../images/star-off.png") repeat;
}
.comment_box li dd em i {
  display:inline-block;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  width: 80px;
  height: 16px;
  background: url("../images/star-on.png") 0px -16px repeat;
}
.comment_box li dd em i.s0 {
  width: 0px;
}
.comment_box li dd em i.s1 {
  width: 16px;
}
.comment_box li dd em i.s2 {
  width: 32px;
}
.comment_box li dd em i.s3 {
  width: 48px;
}
.comment_box li dd em i.s4 {
  width: 64px;
}
.comment_box li dd em i.s5 {
  width: 80px;
}
.comment_box ul li dd p {
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 0px;
}
.comment_box ul li dd div {
  display: block;
  overflow: hidden;
}
.comment_box ul li dd div img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.comment_box ul li dd span {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  color: #888;
}

.comment_box ul li dd .reply {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
}
