/*---栏目暂无数据---*/
.nodata {
  font-size: 16px;
  padding: 60px 0;
  color: #333333;
  text-align: center;
}

/*==============================================================================================*/
/*栏目分类 channel_main
/*==============================================================================================*/
.channel_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

/*=====================左边栏目导航==================*/
.channel_main .left {
  float: left;
  width: 210px;
}
.channel_main .left .cate_box_h2{
  background: #ff8000;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.channel_main .left .cate_box_h2 i{
  display: inline-block;
  vertical-align: middle;
  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: #3564db;
}
.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: #fff;
  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: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  position: absolute;
  width: 100%;
}

.channel_main .right .list_pro ul li .title {
  padding:10px 15px 15px;
}

.channel_main .right .list_pro ul li .title p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height:24px;
  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: #FF8000;
  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 #FF8000;
  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: 30px;
  position: relative;
}
.product_details .left .main{
  width: 100%;
  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,
.product_details .left .big_picture a {
  width: 100%;
  display: block;
  background: #fff;;
}
/*---缩略图-----*/
.product_details .left .thumbnail {
  width: 440px;
  display: block;
}
.product_details .left .thumbnail ul{}
.product_details .left .thumbnail li dd {
  width: 83px;
  height: 83px;
  margin: 10px auto;
}
.product_details .left li dd {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.product_details .left .thumbnail .swiper-slide-thumb-active dd {
  border: 1px solid #3564db;
}
.product_details .left .thumbnail_next,
.product_details .left .thumbnail_prev{
	position: absolute;
	bottom: 6%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 30px;
	height: 30px;
}
.product_details .left .thumbnail_next{
	right: -30px;
	background: url(../images/goods_next.png) no-repeat;
	background-size: 100%;
}
.product_details .left .thumbnail_prev{
	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;
  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 i{
  color: #ee1923;
}
.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 .txt li dd{
	display: inline;
	text-decoration: line-through;
	color: #999;
	margin-left: 5px;
}


/*--规格参数板块--*/
.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: 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 #ff9503;
}

.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;
  outline: none;
}
.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 .company{
	overflow: hidden;
	width: 300px;
	background: #f5f5f5;
	float: right;
	padding: 20px;
	display: none;
}
.product_details .company h2{
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.product_details .company h2::after{
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 15px;
    background: #ff9503;
    top: 50%;
    transform: translateY(-50%);
}
.product_details .company h3{
	font-size: 16px;
	font-weight: normal;
    margin-bottom: 10px;
    line-height:24px;
}
.product_details .company h3 span{
    padding:0px 8px;
    border-radius: 2px;
    color: #ffffff;
    background: #ff9503;
    font-size: 12px;
    line-height:24px;
    float: right;
} 
.product_details .company ul{
	overflow: hidden;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
.product_details .company ul li{
	margin-bottom: 10px;
}

.product_details .company ul li>span{
    display: block;
    margin-top: 10px;

}


@media (max-width:1650px) {
	.product_details .company{
		display: none;
	}
	.product_details .right{
		float: none;
		width: auto;
	}
	.product_details .right .title{
		padding-left: 0;
	}
}
*/


/*--公众号板块--*/
.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: 16px;
}
.product_details .right .opt_btn .addcart {
  width: 136px;
  height: 40px;
  border: 0px solid #e0e0e0;
  border-radius: 2px;
  color: #ffffff;
  background: var(--maincolor);
}
.product_details .right .opt_btn .buynow {
  width: 136px;
  height: 40px;
  background: #ee1923;
  border-radius: 2px;
}
.product_details .right .opt_btn .exchange_btn {
  padding-top: 6px;
  width: 40px;
  height: 40px;
  background: #3564db;
  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;
}

/* 收藏分享模块 */
.share_box{
  clear: both;
  margin: 20px 0;
}
.btn_favor{
  float: left;
  display: block;
  color: #333333!important;
  padding:0px;
  font-size: 0;
  background: #f2f2f2;
  line-height: inherit!important;
  width: 40px;
  height: 40px;
  padding: 3px 0;
}
.btn_favor i ,.btn_favor p{
  font-size:12px;
  line-height: 1;
}
.btn_favor i {
  color: #999;
  display: block;
  font-size: 20px;
}
.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: #f5f5f5;
  margin-bottom: 20px;
}

.product_details_box .left .item_box h2 {
  line-height: 45px;
  text-align: center;
  height: 45px;
  background: var(--maincolor);
  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 .left .item_box .shop_intro_list{
	padding: 0 0 12px;
	margin: 0 15px;
    border-bottom: 1px solid #eee;
}
.product_details_box .left .item_box .shop_intro_list dl{
    margin-top: 10px;
	overflow: hidden;
}
.product_details_box .left .item_box .shop_intro_list dt {
    float: left;
    color: #666;
}
.product_details_box .left .item_box .shop_intro_list dd {
    margin-left: 36px;
    color: #222;
}
.product_details_box .left .item_box .shop_intro_list dd a{
    color: #222;
}
.product_details_box .left .item_box .shop_intro_btn{
    height: 28px;
    margin: 8px 10px 10px;
}
.product_details_box .left .item_box .shop_intro_btn .btn-entry{
    display: block;
    height: 35px;
    border: 1px solid  var(--maincolor);
    border-radius: 3px;
    font: normal 12px/35px Microsoft YaHei;
    text-align: center;
    color: var(--maincolor);
    transition: background .2s linear 0s;
	float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*--详情板块--*/
.details_box {
  overflow: hidden;
  background-color: #ffffff;
}
.details_box .tab_handle {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid var(--maincolor);
  overflow: hidden;
  background-color: #f5f5f5;
}

.details_box .tab_handle li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
}

.details_box .tab_item {
  border: 1px solid #dedede;
  border-top: none;
  padding: 15px;
}

.details_box .tab_handle li.active {
  background-color:  var(--maincolor);
  color: #ffffff;
}

.details_box .attr_pane {
  padding:15px 0;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.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{
	width: 100%;
}
/*--评论--*/
.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: #ee1923;
  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: #ff9503;
}

.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: #3564db !important;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  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;
}
