.global .popconfirm {
  position: absolute;
    top: 100%;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 70px;
    min-height: 30px;
    line-height: 30px;
    transition: all 0.4s;
    opacity: 0;
    margin-bottom: 10px;
    white-space: nowrap;
}
.global .popconfirm.left {
  right: 0;
  left: 0;
}
.global .popconfirm.right {
  left: 0;
  right: 0;
}
.global .popconfirm.center {
  left: 50%;
  transform: translateX(-50%);
}
.global .popconfirm.center::before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: black;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.global .popconfirm.top {
  top: -37px;
}
.global .popconfirm.bottom {
  top: 100%;
  bottom: 0;
}
.global input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  vertical-align: text-bottom;
  margin-right: 0.1rem;
  min-width: 14px;
  min-height: 14px;
  position: relative;
  cursor: pointer;
}
.global input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #3773ff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.global input[type="radio"]:checked:after {
  content: "";
  width: 50%;
  height: 50%;
  background: #3773ff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.global input[type="radio"]:checked:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #3773ff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.global .tips {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global .warning {
  background: #f5a623;
}
.global .success {
  background: #13c2c2;
}
.global .start {
  cursor: pointer;
  margin: 0 1px 2px 1px;
}
.global .lstar {
  width: 17px;
  height: 17px;
  background: url(/static/template/202004/img/lstar.png) no-repeat center center;
  background-size: 100%;
  margin-bottom: 2px;
}
.global .hstar {
  width: 17px;
  height: 17px;
  background: url(/static/template/202004/img/hstar.png) no-repeat center center;
  background-size: 100%;
      margin: 0 1px 2px 1px;
}

.global .bstar {
  width: 17px;
  height: 17px;
  background: url(/static/template/202004/img/bstar.png) no-repeat center center;
  background-size: 100%;
      margin: 0 1px 2px 1px;
}
.grade{
	height: 100px;
}

.global .cstar {
  width: 16px;
  height: 16px;
  background: url(/static/template/202004/img/cstar.png) no-repeat center center;
  background-size: 100%;
      margin: 0 1px 2px 1px;

}
.global .wrapper{
	width:auto !important;
}
.fraction{
  margin-left: 5px;
  font-size: 14px;
}