﻿.box {
  width: 100%;
  padding-top: 50px;
  background-color: #fff;
}

.bossgoo-comment1 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.bossgoo-comment1 ul{
  margin:0; padding:0;
}

/*.bossgoo-comment1 ul li{
  list-style: none;
}
.bossgoo-comment1 ul li:before{
  display: none !important;
}*/

/*ai 2*/
.all2-tab-main .tab-con-des .bossgoo-comment1 ul li{
  padding-left:  0 !important;
}
.all2-tab-main .tab-con-des .bossgoo-comment1 ul li:before{
  display: none !important;
}

/*ai 5*/
.tab-buyer .bossgoo-comment1 .layui-rate li{
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.bossgoo-comment1 .bossgoo-com1Top, .bossgoo-comment1 .bossgoo-com1Bot {
  width: 100%;
}

.bossgoo-comment1 .bossgoo-com1Top {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-comment1 .bossgoo-com1Ti {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}

.bossgoo-comment1 .bossgoo-com1-left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bossgoo-comment1 .bossgoo-com1-rateNum {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-left: 10px;
}

.bossgoo-comment1 .bossgoo-com1-rateNum span {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.bossgoo-comment1 .bossgoo-com1-user {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bossgoo-comment1 .bossgoo-com1-user img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: inline-block;
}

.bossgoo-comment1 .bossgoo-com1-user span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
}

.bossgoo-comment1 .bossgoo-com1-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

.bossgoo-comment1 .bossgoo-com1-slider {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
}

.bossgoo-comment1 .bossgoo-com1-slTe {
  width: 80px;
  text-align: left;
}

.bossgoo-comment1 .bossgoo-com1-slNum {
  width: 50px;
}

.bossgoo-comment1 .bossgoo-com1-slug {
  width: calc(100% - 130px);
  padding: 5px 10px 0;
  box-sizing: border-box;
}

.bossgoo-comment1 .bossgoo-com1-slug .layui-slider {
  height: 10px;
  border-radius: 10px;
}

.bossgoo-comment1 .bossgoo-com1-slug .layui-slider-wrap {
  display: none;
}

.bossgoo-comment1 .bossgoo-com1-slug .layui-slider-bar {
  border-radius: 10px;
  background-color: #f56d33 !important;
}

.bossgoo-comment1 .bossgoo-com1-list {
  width: 100%;
  padding-top: 30px;
}

.bossgoo-comment1 .bossgoo-com1-item {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #eee;
}

.bossgoo-comment1 .bossgoo-com1-item:last-child {
  border-bottom: 1px solid #eee;
}

.bossgoo-comment1 .bossgoo-com1-head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.bossgoo-comment1 .bossgoo-com1-head img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.bossgoo-comment1 .bossgoo-com1-name {
  width: 25%;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 15px;
  box-sizing: border-box;
}

.bossgoo-comment1 .bossgoo-com1-name1 {
  color: #000;
}

.bossgoo-comment1 .bossgoo-com1-name2 {
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bossgoo-comment1 .bossgoo-com1-thumb {
  width: 200px;
}

.bossgoo-comment1 .bossgoo-com1-thumb1 .layui-rate {
  padding-top: 0;
  padding-bottom: 0;
}

.bossgoo-comment1 .bossgoo-com1-thumb2 {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: flex-end;
}

.bossgoo-comment1 .bossgoo-com1-thumb2 span {
  margin-right: 5px;
}

.bossgoo-comment1 .bossgoo-com1-thumb2 img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.bossgoo-comment1 .bossgoo-com1-press {
  width: calc(75% - 240px);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.bossgoo-comment1 .bossgoo-com1-pressBox {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-comment1 .bossgoo-com1Ti {
    padding-bottom: 0;
  }
  .bossgoo-comment1 .bossgoo-com1-user {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .bossgoo-comment1 .bossgoo-com1-left, .bossgoo-comment1 .bossgoo-com1-right {
    width: 100%;
  }
  .bossgoo-comment1 .bossgoo-com1-right {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-comment1 .bossgoo-com1Ti {
    font-size: 20px;
  }
  .bossgoo-comment1 .bossgoo-com1-user span {
    font-size: 14px;
  }
  .bossgoo-comment1 .bossgoo-com1-slider {
    width: 100%;
    font-size: 14px;
  }
  .bossgoo-comment1 .bossgoo-com1-slug {
    width: calc(100% - 120px);
  }
  .bossgoo-comment1 .bossgoo-com1-slNum {
    width: 40px;
  }
  .bossgoo-comment1 .bossgoo-com1-list {
    padding-top: 20px;
  }
  .bossgoo-comment1 .bossgoo-com1-thumb {
    width: 140px;
  }
  .bossgoo-comment1 .bossgoo-com1-name {
    width: calc(100% - 180px);
    padding-left: 15px;
  }
  .bossgoo-comment1 .bossgoo-com1-thumb2 {
    font-size: 14px;
  }
  .bossgoo-comment1 .bossgoo-com1-thumb2 img {
    width: 20px;
    height: 20px;
  }
  .bossgoo-comment1 .bossgoo-com1-press {
    width: 100%;
    margin-top: 10px;
  }
  .bossgoo-comment1 .bossgoo-com1-pressBox {
    -webkit-line-clamp: initial;
    line-clamp: initial;
  }
}
