/* 四级级联选择 */

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
ul,
li {
  list-style: none;
}
.qrm-input {
  outline: none;
  border: none;
  height: 30px;
}

.qrm-pinming {
  height: 38px;
  line-height: 40px;
  border: 1px solid #dddddd;
  position: relative;
  width: 385px;
  background-image: url("../images/qrm-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 363px;
}
.qrm-pinming:hover {
  cursor: pointer;
}
.qrm-pinming input:hover {
  cursor: pointer;
}
.qrm-pinming-panel {
  display: none;
  position: absolute;
  top: -132px;
  left: -1px;
  z-index: 99999;
  width: 400px;
  height: 128px;
  border-right: 1px solid #ccc;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); */
}
.qrm-border {
  float: left;
  max-height: 128px;
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
}
.qrm-border:first-child {
  border-left: 1px solid #ccc;
}
.qrm-lev > li {
  position: relative;
  padding: 6px 12px;
  max-width: 80px;
  font-size: 12px;
  line-height: 18px;
  color: #262626;
  cursor: pointer;
  box-sizing: border-box;
}
.qrm-lev > li span {
  display: inline-block;
  margin-right: 8px;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.qrm-lev > li.active {
  color: #0f72d8;
}
.qrm-lev > li::after {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 10px;
  line-height: 1;
  color: #bfbfbf;
  content: "\e62c";
}
.pop-selectbox-type.rotate:after {
  transform: rotate(180deg);
}
.qrm-lev > li.hide::after {
  display: none;
}

.qrm-lev > li.active::after {
  color: #0f72d8;
}

.qrm-lev-1,
.qrm-lev-2,
.qrm-lev-3,
.qrm-lev-4 > li.active {
  color: #0f72d8;
}
.qrm-lev-1,
.qrm-lev-2,
.qrm-lev-3,
.qrm-lev-4 > li.active::after {
  color: #0f72d8;
}
.pop-course-select .pop-pbody {
  max-height: 408px;
}
/* 日历 */
.mark-round {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #1092ec;
}
.mark-round.dark-bg {
  background-color: rgba(17, 19, 21, 0.32);
}
.layui-laydate .layui-this .mark-round {
  background-color: #fff;
}
.pop-pfooter-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pop-style .pop-pheader {
  padding-bottom: 18px;
}
.pop-style .pop-pbody .pop-course-select1 {
  margin-top: 0;
}
[data-role="pop-select-major"] input {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
[data-role="pop-select-major"]::after {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: #999;
  font-family: "iconfont" !important;
  content: "\ea07";
  transition: all 0.3s;
  cursor: pointer;
}
[data-role="pop-select-major"].active::after {
  transform: rotate(180deg);
}
.pop-style .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}
.pop-selectbox .form-inputbox span {
  top: 3px;
  bottom: 3px;
  line-height: 30px;
}
xm-select > .xm-body .xm-option {
  background: #fff;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon {
  background-color: #f2f2f2 !important;
}
