@charset "UTF-8";
/* 弹出层COMMON */
/*商品评论样式*/
.pop-title {
  margin-bottom: 8px;
  font-size: 22px;
  text-align: left;
  letter-spacing: 1px;
}

#car-comment .score-content {
  padding: 20px 0;
  border-top: 2px solid #626262;
  background-color: #F7F7F7;
}

#car-comment .goods-mark,
#car-comment .goods-comment,
#car-comment .goods-pleased {
  line-height: 2.2;
}

#car-comment .goods-pleased {
  margin-left: -10px;
  padding: 24px 0;
  line-height: 1.2;
  background: url("img/press.png?ver=2022060920330") right 10px no-repeat;
}

#car-comment .goods-pleased .goods-none-score {
  font-size: 28px;
  color: #999999;
  margin-top: 11px;
}

#car-comment .goods-score {
  color: #fb4d1d;
  font-size: 40px;
}

#car-comment .goods-good {
  font-size: 14px;
  color: #a9a9a9;
}

#car-comment .goods-mark {
  color: #9d9d9d;
  text-align: left;
}

#car-comment .goods-mark .item {
  display: inline-block;
  width: 49%;
}

#car-comment .goods-mark .item-score {
  display: inline-block;
}

#car-comment .goods-stars {
  list-style-type: none;
}

#car-comment .goods-comment {
  padding-top: 18px;
}

#car-comment .user-comment-content {
  margin: 20px 0px;
}

#car-comment .comment-list {
  padding: 30px 0;
}

#car-comment .user-head {
  height: 60px;
  width: 60px;
  float: left;
  margin-right: 20px;
  border-radius: 30px;
  overflow: hidden;
}

#car-comment .user-head img {
  height: 100%;
  width: 100%;
}

#car-comment .user-comment {
  text-align: left;
  padding-left: 80px;
  min-height: 60px;
  /*margin-bottom: 14px;*/
}

#car-comment .user-name {
  color: #626262;
  display: inline-block;
  height: 16px;
}

#car-comment .comment-time {
  float: right;
  color: #9d9d9d;
}

#car-comment .comment-txt {
  margin-top: 10px;
  line-height: 1.5em;
}

#car-comment .comment-list li {
  border-bottom: 1px solid #e0e0e0;
}

#car-comment .user-comment-list {
  margin: 20px 0 14px 0;
  padding: 0 16px;
}

#car-comment .star {
  vertical-align: top;
  margin-top: 3px;
}

#car-comment .starComment {
  vertical-align: bottom;
  margin-left: 20px;
}

#car-comment .page-centainer {
  padding: 30px 0;
  overflow: hidden;
  text-align: right;
  zoom: 1;
}

/*商品配置参数样式*/
#car-config table {
  line-height: 2;
  border-top: 2px solid #626262;
  width: 100%;
}

#car-config .first-col {
  text-align: left;
}

#car-config td {
  text-align: center;
}

/*商品详情样式*/
#goods-detail .goods-image {
  margin-bottom: 15px;
}

#goods-detail .goods-image img {
  width: 100%;
}

#goods-detail .goods-information p {
  font-size: 16px;
  line-height: 2.2em;
  text-align: left;
}

#car-comment .user-comment-list .un-comment {
  text-align: center;
}

#car-comment .user-comment-list .un-comment .comment-content {
  color: #c7c7c7;
  margin-top: 10px;
}

#car-comment .img-div {
  display: inline-block;
}

#car-comment .img-content {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #e8e8e8;
  font-size: 0;
  overflow: hidden;
}

#car-comment .img-div img {
  width: 100px;
}

#car-comment .img-div img:hover {
  cursor: pointer;
}

#img-show .img-modal-content {
  padding: 20px 10px 15px;
  width: 980px;
}

#img-show .show-img-div li {
  text-align: center;
  overflow: hidden;
}

#img-show .flex-control-thumbs li {
  width: 100px;
  margin-right: 10px;
  line-height: 100px;
  height: 100px;
  text-align: center;
  border: 2px solid #e8e8e8;
  float: none;
  overflow: hidden;
  vertical-align: top;
}

#img-show .flex-control-thumbs li.border {
  border-color: #03a9f4;
}

#img-show .flex-control-thumbs img {
  width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#img-show .flexslider .slides img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 400px;
  width: auto;
}

#img-show .flexslider .flex-control-nav {
  margin: 10px 0 0;
}

/*回复*/
.reply {
  min-height: 40px;
  margin-top: 20px;
}

.merchant-reply {
  text-align: left;
  margin-left: 80px;
  background-color: #F5F5F5;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  float: left;
}

.triangle {
  height: 11px;
  width: 19px;
  position: absolute;
  top: -9px;
  left: 20px;
  background-image: url("img/triangle.png");
  background-repeat: no-repeat;
}

.merchant-reply-content {
  padding: 10px 15px;
  color: #626262;
}

.merchant-reply-msg {
  color: #313131;
}

/*精品评论的标志*/
.icon-good {
  display: inline-block;
  line-height: 24px;
  color: #ffffff;
  background-color: #fd4d1e;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 8px;
  margin-right: 10px;
}
