.con_ban {
  width: 100%;
}

.con_ban img {
  width: 100%;
}

.evaluate {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ca9a52;
  margin-top: 20px;
}

.evaluate div:nth-child(1) {
  position: absolute;
  width: 15%;
  left: 0;
  border-bottom: 1px solid #ca9a52;
  top: 16px;
}

.evaluate div:nth-child(2) {
  position: absolute;
  width: 15%;
  right: 0;
  border-bottom: 1px solid #ca9a52;
  top: 16px;
}

.evaluate_tit {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #4e2222;
}

.evaluate_text {
  width: 96%;
  border: 1px solid #eee;
  margin-top: 20px;
  margin-left: 2%;
}

.evaluate_text>div {
  background-color: #f4ebdc;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #463318;
  font-size: 18px;
  font-weight: bold;
}

.evaluate_text>ul>li {
  border-bottom: 1px solid #eee;
  padding: 4% 10px 10% 10px;
}

.evaluate_text ul li>div:nth-child(1) {
  float: left;
  font-size: 0.9rem;
  line-height: 160%;
  color: #666;
  width: 70%;
  text-align:justify;
}

.evaluate_text ul li>div:nth-child(2) {
  width: 28%;
  float: right;
  margin-top: 39px;
}

.evaluate_text ul li>div:nth-child(2)>div {
  width: 100%;
  text-align: right;
  font-size: 0.8rem;
}

.evaluate_name div:nth-child(1) {
  color: #666666;
  margin-bottom: 10px;
}

.evaluate_name div:nth-child(2) {
  color: #ababab;
  font-size: 0.75rem;
}

.evaluate_name div:nth-child(2) span {
  color: #333333;
}

.evaluate_fenye {
  height: 47px;
}

.evaluate_fenye ul {
  margin-top: 15px;
  width: 312px;
  float: right;
  margin-right: 1%;
}

.evaluate_fenye ul li {
  float: left;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.evaluate_fenye ul li:nth-child(1),
.evaluate_fenye ul li:nth-child(2),
.evaluate_fenye ul li:nth-child(5) {
  color: #666666;
}

.evaluate_fenye ul li:nth-child(3),
.evaluate_fenye ul li:nth-child(4),
.evaluate_fenye ul li:nth-child(6) {
  color: #d7b37e;
}

.evaluate_fenye ul li:nth-child(1),
.evaluate_fenye ul li:nth-child(6) {
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.evaluate_fenye ul li:nth-child(2),
.evaluate_fenye ul li:nth-child(3),
.evaluate_fenye ul li:nth-child(4) {
  height: 32px;
  line-height: 32px;
  width: 28px;
  text-align: center;
  border-left: none;
}

.evaluate_fenye ul li:nth-child(5) {
  border: none;
  width: 28px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.evaluate_pingjia {
  display: block;
  width: 60%;
  height: 50px;
  background-color: #d4ab70;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 50px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  /* font-weight: bold; */
  padding-left: 16px;
  margin-top: 20px;
}

.evaluate_pingjia span {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/bi.png) no-repeat;
  background-size: 100% 100%;
  top: 16px;
  left: 50px;
}







/* 口碑评价弹框 */
.evaluate_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.evaluate_off {
  position: absolute;
  top: 1%;
  right: 1%;
}

.evaluate_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 90%;
  box-shadow: #666 0 0 10px;
  background-color: #fff;
  z-index: 10;
}


.popup_t1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #a37838;
  background-color: #f8eddd;
  position: relative;
}

.popup_t1 span:nth-child(1) {
  position: absolute;
  top: 26px;
  width: 34%;
  height: 1px;
  left: 0;
  background-color: #ca9a52;
}

.popup_t1 span:nth-child(2) {
  position: absolute;
  top: 26px;
  width: 34%;
  height: 1px;
  right: 0;
  background-color: #ca9a52;
}

.evaluate_form {
  width: 90%;
  display: block;
  height: 25%;
  margin: 20px 5% 0 5%;
}

.evaluate_form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ca9a52;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 0.85rem;
}

.evaluate_form textarea {
  display: block;
  width: 100%;
  height: calc(100% - 55px);
  border: 1px solid #ca9a52;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5px 15px;
  font-size: 0.85rem;
  margin-top: 10px;
  font-family: ms yahei;
  /* color: #ccc; */
}

.evaluate_popup h2 {
  text-align: center;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}

.evaluate_popup>ul {
  width: 100%;
  height: 150px;
  margin: 20px auto 15px;
}

.evaluate_popup>ul>li {
  float: left;
  width: 33%;
  height: 80px;
  margin-right: .33%;
  border: 2px dashed #cccccc;
  border-radius: 5px;
  cursor: pointer;
}

/* .file span {
  display: inline-block;
  width: 80px;
  height: 73px;
  background: url(../images/tankuang1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 26px;
} */


.evaluate_text>ul>li .wujx {
  margin-bottom: 16px;
}

.evaluate_text>ul>li .wujx li {
  float: left;
  width: 23px;
  height: 23px;
  background: url(../images/wujxb.png) no-repeat;
  background-size: 23px 23px;
}

.kbpj_img {
  margin-top: 14px;
  width: 100%;
}

.kbpj_img li {
  float: left;
  border: 1px solid #cccccc;
  width: 33%;
  height: 70px;
  padding: 5px;
  margin-right: 0.33%;
}

.kbpj_img li img {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  /* display: block; */
  border: none;
  vertical-align: bottom;
  border: none;
}

input[type="button"] {
  -webkit-appearance: none;
}

.productImg {
  overflow: hidden;
  width: 90%;
  height: 110px;
  margin: 10px auto 1% 5%;
}

.imgBiMG {
  width: 115px;
  height: 80px;
  float: left;
  display: block;
  margin-right: 10px;
}

.uploadDIv {
  width: 30%;
  height: 80px;
  background-color: #edf0f2;
  font-size: 28px;
  color: #bfbfbf;
  text-align: center;
  line-height: 80px;
  float: left;
  position: relative;
  border: 2px dashed #cccccc;
}

.uploadDIv input {
  width: 100%;
  height: 80px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
  padding: 0;
}











/* 用户分享 */
.share {
  width: 100%;
  height: auto;
  background-color: #f4ebdc;
  padding-top: 20px;
  margin-top: 33px;
}

.share .evaluate {
  margin-top: 0;
  font-weight: normal;
}

.share_box {
  padding-bottom: 70px;
  padding: 0 1%;
  margin-top: 20px;
}

.share_box li {
  padding-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.share_box li div:nth-child(1) {
  float: left;
  width: 25%;
  text-align:center;
  overflow: hidden;
}

.share_box li div:nth-child(1) img {
  width: 75px;
  height: 75px;
  border-radius: 100%;
}

.share_box li div:nth-child(1) p {
  font-size: 0.7rem;
  color: #666;
  margin-top: 16px;
}

.share_box li div:nth-child(1) p span {
  color: #ababab;
  display: block;
}

.share_box li>div:nth-child(2) {
  float: left;
  width: 70%;
  margin-left: 4%;
}

.share_box li div:nth-child(2) p a {
  font-size: 1.15rem;
  color: #333;
}

.share_box li div:nth-child(2) div {
  font-size: 0.95rem;
  line-height: 160%;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.share_box li div:nth-child(2)>a {
  color: #d4ab70;
  display: block;
  text-align: right;
  margin-top: 5px;
  cursor: pointer;
}




/* 评分弹窗 */

.submit {
  width: 60%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.5rem;
  background-color: #ff8b2d;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}

div.lq-score {
  display: inline-block;
}

div.lq-score ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div.lq-score>ul:after {
  content: "";
  display: block;
  clear: both;
}

div.lq-score>ul>li {
  float: left;
  width: 40px;
  height: 50px;
  cursor: pointer;
  color: rgb(220, 220, 220);
  padding: 0 2px;
  font-size: 40px;
  transition: color 0.3s;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;

}

div.lq-score>ul>li>p {
  position: relative;
  width: 100%;
  height: 100%;
}

div.lq-score>ul>li>p:after {
  content: '★';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center
}


/*下面是评分加提示的样式，如果你不擅长css，可以使用下面的样式*/
.myapp-score {
  background-color: #efefef;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}



.myapp-tip {
  padding: 0 8px;
  float: left;
}

.lq-score-tip {
  margin: 0px;
  transition: color 0.3s;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.layui-m-layercont {
  padding-top: 30px;
}