@charset "UTF-8";
/*星级评价 start */
.star-pj-box .pj-rule-btn {
  cursor: pointer;
  color: #6B89B2;
  line-height: 20px;
}

.star-pj-box .pj-rule-btn .img-tip {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.star-pj-box .pj-star-lists {
  line-height: 20px;
}

.star-pj-box .pj-star-lists .star-list {
  margin-top: 20px;
}

.star-pj-box .pj-star-lists .star-list .star-box {
  margin-top: 10px;
}

.star-pj-box .pj-star-lists .star-list .star-box .star-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../images/renwu/star/star-empty.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
  margin-top: 4px;
  cursor: pointer;
}

.star-pj-box .pj-star-lists .star-list .star-box .star-img.act {
  background: url("../../images/renwu/star/star-solid.png") no-repeat;
  background-size: 100% 100%;
}

.star-pj-box.edited-box .star-list .pj-name {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 200px);
}

.star-pj-box.edited-box .star-list .star-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-left: 10px;
}

.star-pj-box.edited-box .star-list .star-box .star-img {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

/*星级评价 end */
.dialog-star-rule {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.dialog-star-rule .dialog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.76;
  background: #101A29;
}

.dialog-star-rule .dialog-wrapper {
  width: 640px;
  max-height: 370px;
  background: white;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dialog-star-rule .dialog-wrapper .manage-title {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
}

.dialog-star-rule .dialog-wrapper .manage-title .title-name {
  font-size: 18px;
  color: #364152;
  float: left;
  margin-left: 30px;
  line-height: 60px;
}

.dialog-star-rule .dialog-wrapper .manage-title .title-icon {
  cursor: pointer;
  width: 17px;
  height: 17px;
  float: right;
  margin: 22px 30px 0 0;
  background: url("../../images/popClose.png") no-repeat;
  background-size: 100% 100%;
}

.dialog-star-rule .dialog-wrapper .manage-content {
  padding: 20px 30px 30px;
  max-height: 470px;
  overflow: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog-star-rule .dialog-wrapper .manage-content .table-box .table-body .table-tr:first-child {
  border-top: 1px solid #DEE0E3;
}

.dialog-star-rule .dialog-wrapper .manage-content .table-box .table-body .table-tr .table-td {
  font-size: 14px;
}

.dialog-star-rule .dialog-wrapper .manage-content .table-box .table-body .table-tr .table-td:first-child {
  width: 130px;
}

.dialog-star-rule .dialog-wrapper .manage-content .table-box .table-body .table-tr .table-td:nth-of-type(2) {
  width: calc(100% - 130px);
}


.tip-box {
  display: inline-block;
  position: relative;
  margin-top: 3px;
  margin-left: 6px;
}

.tip-box:hover .icon-tip {
  background: url(../../images/questionBank/saying-blue.png) no-repeat;
  background-size: 100% 100%;
}

.tip-box:hover .bubble {
  display: block;
}

.tip-box .icon-tip {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/activate/class/提示@2x.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  cursor: pointer;
}

.tip-box .bubble {
  width: 240px;
  line-height: 16px;
  position: absolute;
  top: -55px;
  left: -120px;
}

.tip-box .bubble:after {
  left: 50%;
  margin-left: 4px;
}
