html,
body {
  height: 100%;
}

.wrap {
  height: 100%;
}

.home-wrap2 {
  height: 100%;
}

.evalute-wrap {
  overflow: hidden;
  width: 1200px;
  min-height: 700px;
  height: 707px;
  margin: 0 auto 0;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(47, 19, 1, 0.06);
  border-radius: 10px;
}
.evalute-wrap-placeholder {
  padding: 30px 0 30px 0;
  height: 100%;
  position: relative;
  background: #f2f2f2;
}

@media (min-height: 800px) {
  .evalute-wrap-placeholder {
    height: calc(100% - 180px) !important;
  }
}

.evalute-wrap .evalute-left {
  float: left;
  height: 100%;
  width: 174px;
  background: #f3f3f3;
  border-radius: 10px 0px 0px 10px;
  padding: 0 8px;
}
.evalute-wrap .evalute-left .title {
  font-size: 18px;
  color: var(--color-theme-1);
  padding: 28px 0;
  text-align: center;
  margin: 0 0 50px 0;
  border-bottom: 1px solid rgba(222,222,222,1);
}
.evalute-wrap .evalute-left .evalute-left-menu {
  font-size: 14px;
  color: #666666;
}

.evalute-wrap .evalute-left .evalute-left-menu li {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius:6px;
}

.evalute-wrap .evalute-left .evalute-left-menu .active {
  background: #fff;
  color: var(--color-theme-1);
}

.evalute-wrap .evalute-left .evalute-left-menu li:hover {
  background: #fff;
  color: var(--color-theme-1);
}

.evalute-wrap .evalute-left .evalute-left-menu i {
  font-size: 18px;
  margin-right: 10px;
  width: 22px;
}
.evalute-client-menu {
  float: left;
  width: 267px;
  height: 100%;
  padding: 10px 0;
  border-right: 1px solid rgba(242, 242, 242, 1);
  overflow-y: scroll;
}
.evalute-client-menu .unread-number {
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  margin-right: 12px;
  background: rgba(216, 216, 216, 1);
  font-size: 14px;
  color: #ffffff;
}

.evalute-client-menu .single {
  border-radius: 50%;
  width: 20px;
  text-align: center;
}

.evalute-client-menu .dozen {
  border-radius: 10px;
  text-align: center;
  width: 29px;
}

.evalute-client-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  width: 259px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  color: #333333;
}
.evalute-client-menu li i {
  margin-right: 15px;
  display: inline-block;
  vertical-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(242, 242, 242, 1);
  border-radius: 50%;
  text-align: center;
}

.evalute-client-menu li img {
  margin-right: 15px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(242, 242, 242, 1);
  border-radius: 50%;
}
.evalute-client-menu li.active {
  padding-left: 18px;
  border-left: 2px solid var(--color-theme-1);
  background: rgba(255, 119, 0, 0.04);
  font-weight: 700;
}
.evalute-right {
  height: 100%;
  width: 759px;
  float: left;
}
.evalute-right .evalute-right-header {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.evalute-right .evalute-right-header i {
  margin: 0 20px 0 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(242, 242, 242, 1);
  border-radius: 50%;
  text-align: center;
}
.evalute-right .evalute-right-header img {
  margin: 0 20px 0 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(242, 242, 242, 1);
  border-radius: 50%;
}
.evalute-right .evalute-menu {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.evalute-right .evalute-menu .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.evalute-right .evalute-menu .head .btn-modify {
  background: #549fff;
  color: #ffffff;
}

.evalute-right .evalute-menu .head .btn-confirm {
  background: var(--color-theme-1);
  color: #ffffff;
}

.evalute-right .evalute-menu .evalute-detail li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.evalute-right .evalute-menu .evalute-detail .item-title {
  width: 130px;
}

.evalute-right .evalute-menu .evalute-detail .item-graph {
  margin-right: 10px;
}

.evalute-right .evalute-menu .evalute-detail .item-number {
  font-size: 12px;
  color: var(--color-theme-1);
}

.evalute-right .evalute-menu .evalute-detail .item-desc {
  font-size: 12px;
  color: #999999;
}

.evalute-right .evalute-chat-wrap {
  padding: 20px 0 0 0;
}

.evalute-right .evalute-chat-wrap .evalute-chat {
  padding: 0 30px;
  height: 242px;
}

.evalute-right .evalute-chat-wrap .head {
  padding: 0 30px;
  color: #333;
}

.evalute-right .evalute-chat-wrap .evalute-chat li {
  padding: 15px 0;
  display: flex;
}

.evalute-right .evalute-chat-wrap .evalute-chat .avatar-wrap {
  margin-right: 15px;
}

.evalute-right .evalute-chat-wrap .evalute-chat .user-avatar {
  /* display: inline-block; */
  /* vertical-align: center; */
  width: 44px;
  height: 44px;
  /* line-height: 44px; */
  /* border: 1px solid rgba(242, 242, 242, 1); */
  border-radius: 50%;
  /* text-align: center; */
  background-size: contain !important;
  /* color: #333; */
  background-color: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  font-size: 26px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.evalute-right .evalute-chat-wrap .evalute-chat .avatar-wrap i {
  display: inline-block;
  vertical-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  /* border: 1px solid rgba(242, 242, 242, 1); */
  border-radius: 50%;
  text-align: center;
  background-size: contain !important;
  /* color: #333; */
  background-color: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
}

.evalute-right .evalute-chat-wrap .evalute-chat li .name {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
}

.evalute-right .evalute-chat-wrap .evalute-chat li .sub-content {
  margin-bottom: 10px;
  color: #333333;
  word-break: break-all;
  font-size: 14px;
}

.evalute-right .evalute-chat-wrap .evalute-chat li .date {
  font-size: 12px;
  color: #999999;
}

.evalute-right .evalute-placeholder {
  margin-top: 80px;
  padding-top: 200px;
  border-top: 1px solid rgba(242, 242, 242, 1);
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.evalute-right .evalute-placeholder img {
  margin-bottom: 20px;
}

.evalute-right .evalute-input-wrap {
  position: relative;
  padding: 20px;
  height: 150px;
  border-top: 1px solid rgba(242, 242, 242, 1);
}

.evalute-right .evalute-input-wrap textarea {
  width: 100%;
  height: 68%;
  text-shadow: 0 0 #000 !important;
  font-size: 14px;
  font-weight: 400;
  resize: none;
  caret-color: #333333;
}

.evalute-right .evalute-input-wrap textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
  text-shadow: none;
}
.evalute-right .evalute-input-wrap textarea::-moz-placeholder {
  color: #999999;
  font-weight: 500;
  text-shadow: none;
}

.evalute-right .evalute-input-wrap textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: 500;
  text-shadow: none;
}

.evalute-right .evalute-input-wrap textarea:-moz-placeholder {
  color: #999999;
  font-weight: 500;
  text-shadow: none;
}

.evalute-right .evalute-input-wrap .input-number {
  font-size: 12px;
  color: #999999;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.evalute-right .evalute-input-wrap .btn-submit {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--color-theme-1);
}

.evalute-wrap .scroll {
  overflow-y: scroll;
  transition: all 0.5s;
  color: transparent;
  /* text-shadow: 0 0 #000;; */
}

.evalute-wrap .scroll::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

.evalute-wrap .scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 0 5px;
}

.evalute-wrap .scroll.dynamic-scroll {
  color: rgba(122, 122, 122);
}

/* 评分星星样式 start */
.star > input,
.staring > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}

.star > label,
.staring > label {
  position: relative;
  float: right;
  width: 18px;
  height: 18px;
  color: transparent;
  background-image: url("/static/image/goods/starIcon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.star > input:focus + label {
  outline: none;
}

.star > input:checked ~ label,
.star > input:focus ~ label,
.star > input:hover ~ label {
  background-position: 0 -18px;
}
.staring > input:checked ~ :not(.isModify),
.staring > input:focus ~ :not(.isModify),
.staring > input:hover ~ :not(.isModify) {
  background-position: 0 -18px;
}
.staring > label.rated {
  background-position: 0 -18px;
}
.star > label:before,
.staring > label:before {
  display: none;
  position: absolute;
  content: " ";
  width: 18px;
  height: 18px;
  background-image: url("/static/image/goods/starIcon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
}

/* 评分星星样式 end*/
