/*---栏目暂无数据---*/
.nodata {
  font-size: 16px;
  padding: 60px 0;
  color: #333333;
  text-align: center;
}

/*==============================================================================================*/
/*栏目分类 channel_main
/*==============================================================================================*/
.channel_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

/*=====================左边栏目导航==================*/
.channel_main .left {
  position: relative;
  float: left;
  width: 230px;
  margin-right: 15px;
  padding: 20px 20px 0 20px;
  background-color: #f5f5f5;
  height: 707px;
  overflow: hidden;
}

.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: #22ac38;
}
.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: 40px;
  background-color: #f5f5f5;
  overflow: hidden;
  width: 100%;
  padding: 0 15px;
}

/*---栏目面包屑---*/
.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: 40px;
}

.channel_main .right .lists_select a {
  display: inline;
}

.channel_main .right .lists_select i {
  font-size: 12px;
  color: #999999;
}

/*---栏目产品列表---*/
.channel_main .right .list_pro {
  overflow: hidden;
  width: 100%;
  margin: 0.5% 0;
}

.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%;
}

.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: #22ad38;
  border-radius: 13px;
  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;
  border: 1px solid #22ad38;
  transform: translateY(-5px);
}
@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: 440px;
  position: relative;
  overflow: hidden;
}
.product_details .left dd img {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.product_details .left .big_picture li dd {
  width: 440px;
  height: 440px;
}
.product_details .left .big_picture li{
  display: none;
}
.product_details .left .big_picture li:first-child{
  display: list-item;
}
.product_details .left .big_picture a {
  width: 100%;
  display: block;
}
/*---缩略图-----*/
.product_details .left .thumbnail{
  position: relative;
  margin: 10px auto;
  width: 440px;
  height: 83px;
  display: block;
  overflow: hidden;
}
.product_details .left .thumbnail ul{
  position: relative;
  z-index: 1;
}
.product_details .left .thumbnail li{
  width: 20%;
}
.product_details .left .thumbnail li dd{
  width: 81px;
  height: 81px;
  margin-right:11px;
  cursor: pointer;
}
.product_details .left .thumbnail li img{
  width:100%;
  height:100%;
}
.product_details .left li dd{
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.product_details .left .thumbnail .on dd{
  border: 1px solid #22ad38;
}
.product_details .left .navPrev,
.product_details .left .navNext{
	position: absolute;
	bottom: 6%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 30px;
	height: 30px;
}
.product_details .left .navNext{
	right: -30px;
	background: url(../images/goods_next.png) no-repeat;
	background-size: 100%;
}
.product_details .left .navPrev{
	left: -30px;
	background: url(../images/goods_prev.png) no-repeat;
	background-size: 100%;
}
/*======================================内容简述================================================*/
.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: 500;
}
.product_details .right .title p {
  font-size: 14px;
  color: #ee1923;
}
/*--价格板块--*/
.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: #ee1923;
  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: 25px;
  margin-right:5px;
  width: 75px;
}
.product_details .right .parameter .item span {
  line-height: 25px;
}
.product_details .right .parameter .item ol {
  overflow: hidden;
  line-height: 25px;
}
.product_details .right .parameter .item ol li {
  width: auto;
  float: left;
  padding: 0 8px;
  border: 1px solid #e0e0e0;
  margin: 4px 8px 4px 0;
  min-width: 46px;
  text-align: center;
  cursor: pointer;
}
.product_details .right .parameter .item ol li.on {
  border: 1px solid #22ad38;
}

.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:28px;
  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:28px;
  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;
}
.product_details .right .opt_btn a {
  float: left;
  display: block;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.product_details .right .opt_btn .addcart {
  width: 170px;
  height: 52px;
  border: 0px solid #e0e0e0;
  border-radius: 2px;
  color: #ffffff;
  background: #ff9503;
}
.product_details .right .opt_btn .buynow {
  width: 170px;
  height: 52px;
  background: #22ac38;
  border-radius: 2px;
}
.product_details .right .opt_btn .exchange_btn {
  padding-top: 6px;
  width: 52px;
  height: 52px;
  background: #22ad38;
  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: #ff9503;
}

.shopcart_off {
  background-color: #22ac38;
}

/*==============================================================================================*/
/*产品详情介绍
/*==============================================================================================*/
.product_details_box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.product_details_box .left {
  float: left;
  width: 225px;
  overflow: hidden;
  margin-right: 20px;
  background-color: #f5f5f5;
}

.product_details_box .left .item_box {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.product_details_box .left .item_box h2 {
  line-height: 50px;
  text-align: center;
  height: 50px;
  background: #22ad38;
  font-size: 16px;
  color: #ffffff;
}
.product_details_box .left .item_box ul {
  overflow: hidden;
  padding: 20px 15px 0;
}
.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 #efefef;
}
.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: #ee1923;
  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;
}
/*--详情板块--*/
.product_details_box .right {
  overflow: hidden;
  background-color: #ffffff;
}
.product_details_box .right .Atab {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #22ad38;
  overflow: hidden;
  background-color: #f5f5f5;
}
.product_details_box .right .Atab_main {
  border: 1px solid #dedede;
  border-top: none;
  padding: 15px;
}

.product_details_box .right .Atab li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
}
.product_details_box .right .Atab .on {
  background-color: #22ad38;
  color: #ffffff;
}
.product_details_box .right .Atab_detail_list {
  padding:15px 0;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.product_details_box .right .Atab_detail_list 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;
}
.product_details_box .right .Atab_detail_list li span {
  color: #999999;
}
.product_details_box .right .Atab_detail_box {
  padding: 20px 0px;
}
/*--评论--*/
.product_details_box .right .Atab_service {
  overflow: hidden;
}
.product_details_box .right .Atab_service dl {
  float: left;
  padding: 15px;
  min-width: 130px;
  text-align: center;
}
.product_details_box .right .Atab_service dl h1 {
  font-size: 56px;
  line-height: 60px;
  height: 60px;
  color: #ee1923;
  font-weight: normal;
}
.product_details_box .right .Atab_service dl h1 em {
  font-size: 14px;
}
.product_details_box .right .Atab_service dl p {
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0;
  color: #333333;
}
.product_details_box .right .Atab_service .Btab {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.product_details_box .right .Atab_service .Btab ul li {
  padding: 5px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  padding: 0 20px;
  line-height: 40px;
}
.product_details_box .right .Atab_service .Btab ul li.active a{
  color: #22ac38;
}

.product_details_box .right .Atab_service .Btab_box {
  padding: 20px;
}
.product_details_box .right .Atab_service .Btab_box ul {
  overflow: hidden;
}
.product_details_box .right .Atab_service .Btab_box li {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.product_details_box .right .Atab_service .Btab_box li .info {
  width: 70px;
  float: left;
  margin-right: 50px;
}
.product_details_box .right .Atab_service .Btab_box li .info .Avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.product_details_box .right .Atab_service .Btab_box li .info .Avatar img {
  width: 100%;
}
.product_details_box .right .Atab_service .Btab_box li .info p {
  font-size: 14px;
  text-align: center;
  color: #666666;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product_details_box .right .Atab_service .Btab_box li .main {
  overflow: hidden;
}
.Atab_service .Btab_box li .main dl {
  float: left;
  width: 650px;
  text-align: left;
}
.Atab_service .Btab_box li .main dl span {
  width: 100%;
}
.Atab_service .Btab_box li .main dl p {
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
}
.Atab_service .Btab_box li .main dd {
  float: right;
  font-size: 12px;
  color: #999999;
}
/*--服务--*/
.product_details_box .right .Atab_comment dt {
  margin: 10px 0;
}
.product_details_box .right .Atab_comment dd {
  color: #999999;
  margin: 5px 0;
  line-height: 20px;
}

/*==============================================================================================*/
/*产品评论筛选
/*==============================================================================================*/
.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;
}
