#pageContainer {
  padding-top: 103px;
}

.UserEvaluation {
  position: relative;
  z-index: 10;
  margin-top: -30px;
}

.UserEvaluation .pageBreak {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eeeeee;
  /*background: url('http://gonkg.oss-cn-shanghai.aliyuncs.com/BoLang/PC/bg-pagebreak.png') no-repeat center;
        background-size: 100% 100%;*/
}

.UserEvaluation .pageBreak .Breadcrumb {
  width: 1100px;
  height: 100%;
  line-height: 40px;
  margin: 0 auto;
  text-indent: 10px;
}
/*产品图文部分*/
.UserEvaluation .wrap_products {
  width: 100%;
  margin-bottom: 80px;
}

.UserEvaluation .wrap_products .productDetail {
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0px 5px 30px 0px #ececec inset;
}

.UserEvaluation .wrap_products .productDetail > dl {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.UserEvaluation .wrap_products .productDetail > dl > dt {
  width: 320px;
  height: 320px;
  position: relative;
  overflow: hidden;
  margin: 50px;
  transition: all 1s;
}

.UserEvaluation .wrap_products .productDetail > dl > dt:hover {
  transform: scale(1.08);
}
.UserEvaluation .wrap_products .productDetail > dl > dt img {
  width: 100%;
  height: 100%;
}

.UserEvaluation .wrap_products .productDetail > dl dd {
  overflow: hidden;
  max-width: 780px;
}

.UserEvaluation .wrap_products .productDetail > dl dd .context {
}
.UserEvaluation .wrap_products .productDetail > dl dd .context dt {
  line-height: 30px;
  font-size: 16px;
  font-family: "SimHei";
}
.UserEvaluation .wrap_products .productDetail > dl dd .context dd {
  line-height: 25px;
  text-indent: 5px;
}
.UserEvaluation .wrap_products .productDetail > dl dd h3 {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-family: SimHei;
}

.UserEvaluation .wrap_products .productDetail > dl dd p {
  line-height: 24px;
  max-height: 240px;
  font-size: 16px;
  color: #fbc35c;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*导航条*/
.UserEvaluation .wrap_products .navBar {
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0px 10px 20px -8px #ddd;
}

.UserEvaluation .wrap_products .navBar ul {
  overflow: hidden;
  width: 1200px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  color: #6b6b6b;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.UserEvaluation .wrap_products .navBar ul li {
  position: relative;
  height: 100%;
  margin: 0 20px;
}

.UserEvaluation .wrap_products .navBar ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.UserEvaluation .wrap_products .navBar ul li.active {
  color: #db5311;
}

.UserEvaluation .wrap_products .navBar ul li.active:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: 2px #db5311 solid;
}
/*评论列表*/
.UserEvaluation .wrap_products .comment {
  width: 1250px;
  margin: 2px auto;
  background: #fff;
  border: 1px #ddd solid;
  margin-bottom: 100px;
  padding: 50px 40px;
  box-shadow: 0px 5px 20px 0px #ddd;
}

.wrap_products .commentList {
  width: 100%;
  padding: 20px 70px;
}

.wrap_products .commentList > .userComment {
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}

.wrap_products .commentList > .userComment .Comment_context {
  float: left;
  width: 50%;
}
.wrap_products .commentList > .userComment .Comment_context .conTitle {
  line-height: 20px;
  font-size: 16px;
}
.wrap_products .commentList > .userComment .Comment_context .userInfo {
  overflow: hidden;
}

.wrap_products .commentList > .userComment .Comment_context .userInfo > p {
  float: left;
  max-width: 50%;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  padding-right: 20px;
  font-size: 16px;
}
.wrap_products
  .commentList
  > .userComment
  .Comment_context
  .userInfo
  > p
  > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.wrap_products .commentList > .userComment .Comment_context h6 {
  color: #757575;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
}

.wrap_products .commentList > .userComment .Comment_context .description {
  padding-top: 20px;
  line-height: 17px;
  color: #5e6c76;
  font-size: 12px;
  max-height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "SimHei";
}

.wrap_products .commentList > .userComment .Comment_context .pic {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  display: flex;
}

.wrap_products .commentList > .userComment .Comment_context .pic a {
  display: block;
  float: left;
  border: 2px solid #f2f2f2;
  padding: 2px;
  margin-right: 8px;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.wrap_products .commentList > .userComment .Comment_context .pic img {
  display: block;
  width: 50px;
  height: 50px;
}

.wrap_products .commentList > .userComment .Comment_exponent {
  float: right;
  width: 25%;
}

.wrap_products .commentList > .userComment .Comment_exponent > p {
  height: 55px;
  line-height: 55px;
  text-indent: 50px;
  color: #ffae00;
}

.wrap_products .commentList > .userComment .Comment_exponent .grade {
  float: left;
  width: 220px;
  height: 200px;
  overflow: hidden;

  color: #ffae00;
  font-size: 18px;
}

.wrap_products .commentList > .userComment .Comment_exponent .grade .total {
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffae00;
  font-size: 22px;
}

.wrap_products .commentList > .userComment .Comment_exponent .grade p {
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.wrap_products .commentList > .userComment .Comment_exponent .grade .starRow {
  text-align: center;
  overflow: hidden;
}

.wrap_products
  .commentList
  > .userComment
  .Comment_exponent
  .grade
  .starRow
  > label {
  height: 35px;
  line-height: 35px;
  float: left;
  padding-right: 10px;
  width: 100px;
  font-size: 16px;
}

.wrap_products
  .commentList
  > .userComment
  .Comment_exponent
  .grade
  .starRow
  .star {
  width: 110px;
  float: left;
  height: 35px;
  line-height: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
}

.wrap_products
  .commentList
  > .userComment
  .Comment_exponent
  .grade
  .starRow
  .star
  .fa {
  color: #dbdbdb;
}

.wrap_products
  .commentList
  > .userComment
  .Comment_exponent
  .grade
  .starRow
  .star
  .fa.full {
  color: #ffb007;
}

.wrap_products
  .commentList
  > .userComment
  .Comment_exponent
  .grade
  .starRow
  .star
  .fa.half {
  color: #ffb007;
}

.wrap_products .commentList > .userComment .Comment_exponent .amount {
  float: left;
  width: 110px;
  height: 190px;
  margin: 0 10px;
}

.wrap_products .commentList > .userComment .Comment_exponent .amount h1 {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 30px;
  color: #db5310;
}

.wrap_products .commentList > .userComment .Comment_exponent .amount .num {
  width: 80px;
  height: 95px;
  line-height: 90px;
  text-align: center;
  border: 2px #db5310 solid;
  font-size: 30px;
  color: #db5310;
  margin: 0 auto;
  cursor: pointer;
}

.wrap_products .commentList > .userComment > .separator {
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  clear: both;
  color: #053482;
}

.wrap_products .commentList > .userComment > .separator > span {
  font-size: 10px;
}

.wrap_products .commentList > .userComment > .separator > .close {
  display: none;
}

.wrap_products .commentList > .userComment > .separator > .fa {
  transition: all 1s;
}

.wrap_products .commentList > .userComment > .separator > .fa.active {
  transform: rotate(180deg);
}
/*回复*/
.wrap_products .commentList .replyMessages {
  display: none;
}

.wrap_products .commentList .replyMessages .replay {
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
}

.wrap_products .commentList .replyMessages .replay:last-child {
  border-bottom: none;
}

.wrap_products .commentList .replyMessages .replay h6 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #0e3488;
}

.wrap_products .commentList .replyMessages .replay p {
  width: 50%;
  line-height: 25px;
  font-size: 15px;
  color: #7f7f7f;
}

.wrap_products .AllInfo .proWrapper .proItem {
  display: none;
  min-height: 400px;
}

.wrap_products .AllInfo .proWrapper .proItem.spage .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
}

.wrap_products .AllInfo .proWrapper .proItem.spage .description {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}

.wrap_products .AllInfo .proWrapper .proItem.spage .description img {
  max-width: 100%;
}

.wrap_products .AllInfo .proWrapper .proItem.commentContainer {
  display: block;
}
/*留言板*/
.wrap_products .commentList .messageBoard {
}

.wrap_products .commentList .messageBoard > a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #0d3388;
  font-size: 18px;
}

.wrap_products .commentList .messageBoard > a > span.hidden {
  display: none;
}

.wrap_products .commentList .productEvaluateReply {
  clear: both;
  border-top: 1px #ddd solid;
}

.wrap_products .commentList .productEvaluateReply > a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #0d3388;
  font-size: 18px;
}

.wrap_products .commentList .productEvaluateReply .messageContent {
  display: none;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px #ddd solid;
}

.wrap_products .commentList .productEvaluateReply .messageContent > h3 {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #80807f;
}

.wrap_products .commentList .productEvaluateReply .messageContent > .importRow {
  width: 100%;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  padding: 10px 0;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importRow
  > input {
  float: left;
  width: 230px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  background: none;
  box-shadow: 0px 0px 2px 1px #eee;
  margin: 0 15px;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importRow
  > span {
  float: left;
  width: 100px;
  height: 45px;
  background: url(http://gonkg.oss-cn-shanghai.aliyuncs.com/BoLang/PC/code.jpg)
    no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importRow
  > button {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #c20404 solid;
  border-radius: 10px;
  color: #c20404;
  background: none;
  font-size: 22px;

  margin-left: 20px;
  cursor: pointer;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importRow
  img {
  vertical-align: initial;
  margin-left: 10px;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importColumn {
  width: 100%;
  overflow: hidden;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importColumn
  .importText {
  position: relative;
  width: 100%;
  height: 190px;
  border: 1px #eee solid;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px #eee;
  margin: 5px auto;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importColumn
  .importText
  > textarea {
  text-indent: 20px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: none;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .importColumn
  .importText
  > p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  right: 25px;
  color: #c2c1c1;
  font-size: 15px;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .uploadImgages {
  overflow: hidden;
  padding: 5px;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .uploadImgages
  > a {
  float: left;
  width: 60px;
  height: 70px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px #c2c1c1 solid;
  margin: 0 10px;
  font-size: 15px;
  color: #c2c1c1;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
}

.wrap_products .commentList .productEvaluateReply .messageContent .BtnGroup {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.wrap_products
  .commentList
  .productEvaluateReply
  .messageContent
  > .BtnGroup
  > button {
  width: 110px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #db5310;
  border-radius: 5px;
  font-size: 15px;

  margin: 0 30px;
  cursor: pointer;
}
