@charset "UTF-8";
/*！ 颜色样式 ！*/
input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  position: relative;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 3px;
  background-color: #606266;
}

input[type=checkbox]:checked::after {
  content: "";
  font-size: 10px;
  line-height: 15px;
  background-color: #CFA972;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}

.my-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.my-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  background: #cfa972;
}

.border-b1:nth-last-of-type(-n + 1) {
  border-bottom: none;
}

.border-b2:nth-last-of-type(-n + 2) {
  border-bottom: none;
}

.border-b3:nth-last-of-type(-n + 3) {
  border-bottom: none;
}

.border-b4:nth-last-of-type(-n + 4) {
  border-bottom: none;
}

.border-b5:nth-last-of-type(-n + 5) {
  border-bottom: none;
}

.border-l-4 {
  border-left: 4px solid transparent;
}

.border-l-4-active {
  border-left: 4px solid #CFA972;
}

.border-btm {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.border-rgt {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}

.active {
  color: #FFFFFF;
  background-color: #CFA972;
}

/*# sourceMappingURL=my-awards-type-select.css.map */
