body {
    color: #333333;
background: #f0f3f4;
}
a{
  color: #2171fb;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: inherit;
}

ol,
ul {
    list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.btn {
border-radius: 6px !important;
/* padding: 6px 13px !important; */
}
/* 针对Chrome自动填充的样式覆盖 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /* 改成你界面的背景色（比如这里的浅蓝） */
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
  /* 文字颜色也可以统一设置 */
  -webkit-text-fill-color: #333 !important;
  /* 去掉边框高亮 */
  outline: none;
  box-shadow: none;
}
th{
  white-space: nowrap;
}
.hk-5{
  width: 5%;
}
.hk-10{
  width: 10%;
}
.hk-15{
  width: 15%;
}
.hk-20{
  width: 20%;
}
.hk-25{
  width: 25%;
}
.hk-30{
  width: 30%;
}
.hk-35{
  width: 35%;
}
.hk-40{
  width: 40%;
}
.hk-45{
  width: 45%;
}
.hk-50{
  width: 50%;
}
.hk-55{
  width: 55%;
}
.hk-60{
  width: 60%;
}
.hk-65{
  width: 65%;
}
.hk-70{
  width: 70%;
}
.hk-75{
  width: 75%;
}
.hk-80{
  width: 80%;
}
.hk-85{
  width: 85%;
}
.hk-90{
  width: 90%;
}
.hk-95{
  width: 95%;
}
.hk-100{
  width: 100%;
}
.lookTips{
  background: #ffead0;
  color: #8a6d3b;
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 100px;
  margin-left: 10px;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
}
.createAnimation{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.2);
}
.createAnimation .loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  z-index: 10000;
  animation-duration: 0.3s;
  animation-name: wakeUpAnimation;
  animation-fill-mode: forwards;
  text-align: center;
}
.createAnimation .loading .dataLoad {
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  border-bottom-color: #2171fb;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: circulate 1s linear infinite;
  animation: circulate 1s linear infinite;
}
/* 录课室管理 */
.lksNum{
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    padding: 15px;
    display: inline-block;
    box-shadow: 0 0 10px 1px rgba(35, 50, 50, 0.07);
    margin-right: 20px;
    cursor: pointer;
  	/* 禁止复制 */
  	user-select: none;
  	-moz-user-select: none;
  	-webkit-user-select: none;
  	-ms-user-select: none;
    transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
}
.lksNum:hover{
  background: #f9fcff;
}
.lksNum.active{
  background: #000;
  background: linear-gradient(74deg, #ffb833, #fb2eff);
  box-shadow: 0 6px 10px rgba(251, 33, 155, 0.33);
}
.lksNum .title{
    text-align: center;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
    margin: 0;


    cursor: pointer; /* 增加鼠标指针提示 */
    pointer-events: none;/* 确保点击事件可触发，为了实现空白有提示 */
}
.lksNum.active .title.active span{
  color: #2171fb;
  color: #ffffff;
    background: transparent;
    border: none;
}
.lksNum .title span:hover{
  background: transparent;
}
.lksNum .title span{
    color: #333333;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: auto;
    position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.lksNum .title.active span:after {
content: "";
border-radius: 50%;
border: 3px solid #a6ff2f;
border: 3px solid #fff;
background: #ffb833;
width: 11px;
height: 11px;
position: absolute;
left: 26px;
top: 50%;
transform: translateY(-50%);
/* transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s; */
}
.lksNum .block{
    display: block;
    margin: 10px 0;
    text-align: center;
}
.lksNum label{
    /* border: 1px solid #e6e4e4; */
    border-radius: 5px;
    margin: 0;
    /* padding: 5px; */
}
.manyStyle{
    margin: 0 25px 0 0
}




/* 定义录课室选中后的样式 */
.hklks li {
    display: inline-block;
    position: relative;
    list-style: none;
}
.hklks input[type="radio"] {
    display: none;
}
.hklks span {
    padding: 5px 12px;
    display: inline-block;
    background: #f2f5fa;
    border: 1px solid #ebeff6;
    line-height: normal;
    text-align: center;
    color: #666666;
    cursor: pointer;
    width: 100%;
    border-radius: 100px;
    font-weight: normal;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.hklks .lksNum.active span {
    background: #ffffff;
    border: 1px solid #000000;
    color: #666666;

    background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.09);
color: #ffffff;
}
.hklks span:hover{
  background: #d5deec;
}
.hklks .lksNum.active input:checked+span {
    background: #a6ff2f;
    border-color: #000;
    color: #000;

    border-color: #fff;
background: linear-gradient(74deg, #faffc4 0.42%, #ffffff);
}
/* 列表中的录课室样式 */
.lksList.hklks.row{
  margin: 0 -5px;
}
.lksList.hklks.row>[class*=col-]{
  padding: 0 5px;
}
.lksList.hklks .lksNum{
    margin-right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px 1px rgba(10, 94, 212, 0.05);
}
.lksList.hklks .lksNum .title.active span:after{
  display: none;
}
.lksList.hklks .lksNum .block{
  width: 100%;
}
.lksList.hklks .col-md-6 label{
  width: 32%;
}
.emptySel{
    height: 34px;
    padding: 6px 12px;
}
.emptySel input {
    display: none;
}
.emptySel label{
    position: relative;
    padding-left: 28px;
  	cursor: pointer;
  	/* 禁止复制 */
  	user-select: none;
  	-moz-user-select: none;
  	-webkit-user-select: none;
  	-ms-user-select: none;
}
.emptySel label i {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 19px;
    height: 19px;
    outline: 0;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.emptySel label input:checked+i {
    border-color: #2171fb;
}
/* 使用 :has() 选择器让父级支持颜色 */
.emptySel label:has(input:checked) {
    color: #2171fb;
}

.emptySel label input+i:after {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #2171fb;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.emptySel label input:checked+i:after {
  opacity: 1;
}
/* 录课室管理 */
.feelNone {
    pointer-events: none;
}
.papaerNum{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.spinner,
.spinner-small {
    border: 2px solid #fff !important;
    border-top: 2px solid #2171fb !important;
}
.sidebar .nav>li>a {
padding: 10px 10px !important;
margin: 0 10px !important;
}
.homeBanner img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

/* 按钮 */
input:checked+.hkSwtichHideSlider.tender {
  background: linear-gradient(to right, #a6ff2f, #4eff2f);
  border: 1px solid #000;
}
.hkSwtichHideSlider.tender{
  border: 1px solid #afa9cb;
}
.hkSwtichHideSlider.tender:before {
  bottom: 2px;
}
.hkSwtichHideBtn {
    position: relative;
    display: inline-block;
    /* width: 45px;
    height: 26px; */
    width: 43px;
    height: 23px;
    margin: 0 !important;
}

.hkSwtichHideBtn input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.hkSwtichHideSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    /* -webkit-transition: .4s;
    transition: .4s; */
}

.hkSwtichHideSlider:before {
    position: absolute;
    content: "";
    /* height: 22px;
    width: 22px;
    left: 3px;
    bottom: 2px; */;
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    /* -webkit-transition: .5s; */
    transition: all 0.5s;
}
input:checked+.hkSwtichHideSlider {
    background-color: #2171fb;
    background: linear-gradient(to right, #3397ff, #2171fb);
    background: linear-gradient(to right, #ffb833, #d92eff);
}

input:checked+.hkSwtichHideSlider.green {
    background-color: #00c983;
    background: linear-gradient(to right, #00c983, #86e200);
    background: linear-gradient(to right, #00c37e, #00d91e);
}
input:checked+.hkSwtichHideSlider.pink {
    background-color: #ff88cc;
    background: linear-gradient(to right, #ff88cc, #eb0c7e);
}
input:checked+.hkSwtichHideSlider.purple{
    background-color: #813ffc;
    background: linear-gradient(to right, #ac85f5, #813ffc);
}
input:checked+.hkSwtichHideSlider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}
.input-group-addon {
border-radius: 10px;
}
.bwizard-steps {
  display: grid!important;
  width: 100%!important;
  /* 保留均分逻辑：适配任意数量子盒子 */
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))!important;
  grid-column-gap: 15px!important;
  overflow: initial !important;
  /* 关键：让伪元素脱离 Grid 布局流 */
  position: relative !important;
  background: transparent !important;
}

.bwizard-steps li.active, .bwizard-steps li.active:focus, .bwizard-steps li.active:hover {
background: linear-gradient(to right, #ffb833, #ff7865) !important;
box-shadow: 0 6px 10px rgba(251, 114, 33, 0.33);
}
.bwizard-steps li.active small {
color: rgba(255, 255, 255, 0.65)!important;
}
.bwizard-steps li {
background: #f5f5f5!important;
}
.bwizard-steps::before,
.bwizard-steps::after {
  grid-column: unset!important;
  grid-row: unset!important;
  position: absolute!important; /* 脱离文档流，不占用 Grid 列 */
  display: none!important; /* 直接隐藏（如果伪元素无实际作用），或仅用 position */
  width: 0!important;
  height: 0!important;
  content: ""!important;
}

.bwizard-steps li {
  width: 100%!important;
  box-sizing: border-box!important;
border-radius: 10px !important;
box-shadow: 0 6px 10px rgba(255, 33, 33, 0.05);
}

.hkSwtichHideSlider.hkSwtichHideRound {
    border-radius: 28px;
}

.hkSwtichHideSlider.hkSwtichHideRound:before {
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(6, 0, 0, 0.2);
}
.hkTypeXxk.block label{
  display: block;
}
.hkTypeXxk.block label:not(:last-of-type) {
margin-right: 0;
}
.hkTypeXxk.sm span{
  padding: 3px 10px 3px 21px;
  border-radius: 10px;
}
.hkTypeXxk.sm span:after{
left: 5px;
}
.hkTypeXxk {
    margin-bottom: -15px;
    /* 禁止复制 */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.hkTypeXxk label {
    display: inline-block;
    margin-bottom: 15px;
}

.hkTypeXxk label:not(:last-of-type) {
    margin-right: 15px;
}

.hkTypeXxk input[type="radio"],
.hkTypeXxk input[type="checkbox"] {
    display: none;
}

.hkTypeXxk span {
    position: relative;
    padding: 8px 15px 8px 31px;
    display: inline-block;
    background: #f2f5fa;
    border: 1px solid #ebeff6;
    text-align: center;
    color: #33363e;
    cursor: pointer;
    width: auto;
    border-radius: 10px;
    font-weight: normal;
    line-height: normal;
    transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.hkTypeXxk span:hover{
  background: #d5deec;
}
.hkTypeXxk span:hover:after {
  border: 3px solid #f6f7f9;
  background: #d5deec;
}
.hkTypeXxk input:checked+span {
    /* background: #f1f7ff;
      border-color: #2171fb;
      color: #2171fb; */
    background: #2171fb;
    background: linear-gradient(to right, #3397ff, #2171fb) !important;
    background: linear-gradient(to right, #ffb833, #ff7865) !important;
    color: #ffffff;
    border: 1px solid #ffb493;
}

.hkTypeXxk span:after {
    content: "";
    border-radius: 50%;
    border: 3px solid #d9dce3;
    background: #f2f5fa;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.hkTypeXxk input:checked+span:after {
    background: #2171fb;

    background: linear-gradient(to right, #ffb833, #ff7865) !important;
    border: 3px solid #fff;
}

.dark .hkTypeXxk input:checked+span:after {
    border: 3px solid #000;
}

/* 录课室选项卡 */

.hkLksCityXxk {
    margin-bottom: -15px;
    /* 禁止复制 */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.hkLksCityXxk label {
    display: inline-block;
    margin-bottom: 15px;
}

.hkLksCityXxk label:not(:last-of-type) {
    margin-right: 20px;
}

.hkLksCityXxk input[type="radio"],
.hkLksCityXxk input[type="checkbox"] {
    display: none;
}

.hkLksCityXxk .name {
  width: 150px;
  padding: 5px;
    position: relative;
    display: inline-block;
    background: #777f8c;
    background: linear-gradient(70deg, #797f8c, #8a97b1);
    border: 3px solid #ebeff6;
    text-align: center;
    color: #33363e;
    cursor: pointer;
    border-radius: 15px;
    line-height: 1;
    box-shadow: 0 5px 15px 0 rgba(6, 9, 38, 0.1);

  flex-shrink: 0;
border-width: 1px;
border-style: solid;
border-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.36) 30%, transparent) 1;
}
.hkLksCityXxk input:checked+.name{
  background: linear-gradient(to right, #0054ff, #2171fb);
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
      color: #ffffff;
      box-shadow: 0 5px 15px 0 rgba(51, 75, 255, 0.61);
      border: 3px solid #2171fb;
      flex-shrink: 0;
    border-width: 1px;
    border-style: solid;
    background: linear-gradient(44deg, #0054ff, #21a1fb);
    border-image: linear-gradient(to right, transparent, #ffffff 30%, transparent) 1;
        /* border: 3px solid #ffffff; */

        background: linear-gradient(74deg, #ffb833, #fb2eff);
        box-shadow: 0 6px 10px rgba(251, 33, 155, 0.33);
}

.hkLksCityXxk .name span{
  display: inline-block;
  color: #ffffff;
  padding: 15px 15px 10px 15px;
  font-size: 15px;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
  padding: 2px 10px;
  font-weight: 200;
  border-radius: 5px; */
}
.hkLksCityXxk .name img{
  pointer-events: none;
  vertical-align: bottom;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: 100%;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.hkLksCityXxk .name:hover{
  background: linear-gradient(70deg, #4f5560, #6d7990);
}
.hkLksCityXxk .name:hover:after {
  border: 3px solid #f6f7f9;
  background: linear-gradient(70deg, #4f5560, #6d7990);
}

.hkLksCityXxk .name:after {
    content: "";
    border-radius: 50%;
    border: 3px solid #d9dce3;
    background: #f2f5fa;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;

    opacity: 0;
}

/* 录课室选项卡 */

.navbar-inverse .navbar-toggle .icon-bar {
background-color: #111;
}
.dark .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
/* 按钮 */
.helpTips {
    margin-top: 15px;
    color: #666666;
}

.successStatus{
  background: #000000;
  color: #85ffcf;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 100px;
  line-height: normal;
  display: inline-block;
  font-weight: 400;
}
.progressStatus{
  background: #000000;
  color: #ffc58c;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 100px;
  line-height: normal;
  display: inline-block;
  font-weight: 400;
}
.emptyStatus{
  background: #a1a1a1;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 100px;
  line-height: normal;
  display: inline-block;
  font-weight: 400;
}


/* 让弹窗在中间 */
/* pointer-events: none; */
/* .modal-dialog{
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
  }
  .modal-content{
    left: 50%;
  position: absolute;
  top: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  } */
/* 让弹窗在中间 */

/* 加载动画 */

/* 蓝色动画加载 */
@-webkit-keyframes circulate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingAnimation .loading .dataLoad {
    width: 55px;
    height: 55px;
    border: 4px solid #ffffff;
    border-bottom-color: #2171fb;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: circulate 1s linear infinite;
    animation: circulate 1s linear infinite;
}

.maskBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.5);
}

.loadingAnimation .loading {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    opacity: 0;
    width: 100%;
    z-index: 10000;
    animation-duration: 0.3s;
    animation-name: wakeUpAnimation;
    animation-fill-mode: forwards;
    text-align: center;
}


@keyframes wakeUpAnimation {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.loadingAnimation .loading .loadTitle span {
    font-size: 13px;
    display: inline-block;
    padding-top: 10px;
    color: #eaecee;
    /* font-weight: bold; */
}

/* 加载动画结束 */

.btn.btn-primary {
    color: #fff;
    background: #317cfe !important;
    border-color: transparent !important;
    background: linear-gradient(to right, #3397ff, #2171fb) !important;
    background: linear-gradient(to right, #ffb833, #ff7865) !important;
}

.btn-primary:hover {
    background: linear-gradient(to right, #1263ee, #2583e6) !important;
    background: linear-gradient(to right, #ff7865, #ffb833) !important;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th,
.table > tbody > tr > td.info, .table > tbody > tr > th.info,
.table > tfoot > tr.info > td, .table > tfoot > tr.info > th,
.table > tfoot > tr > td.info, .table > tfoot > tr > th.info,
.table > thead > tr.info > td, .table > thead > tr.info > th,
.table > thead > tr > td.info, .table > thead > tr > th.info {
background: rgb(232, 236, 241) !important;
border-color: #e2e7eb;
}

/* .btn.btn-success{
    background: #1ac185 !important;
  border-color: #0fbf80 !important;
  }
  .btn.btn-success:hover{
  background: linear-gradient(to right, #009c64, #07a56c) !important;
  } */
.bootstrap-dialog .bootstrap-dialog-title {
    color: #000000 !important;
}
.bootstrap-dialog.type-danger .bootstrap-dialog-title {
  /* color: #ffffff !important; */
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: transparent !important;
    padding: 15px 15px !important;
    background: linear-gradient(#ffc195, #ffffff) !important;
    border-bottom-color: #f5f0ed !important;
}
.modal-footer {
border-top-color: #f5f0ed !important;
}
.modal-content {
border-radius: 10px !important;
}
.bootstrap-dialog .modal-header {
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
}
.modal-header .close {
margin-top: 0 !important;
}
.bootstrap-dialog.type-danger .modal-header {
    background-color: transparent !important;
    padding: 15px 15px !important;
background: linear-gradient(#ff9595, #ffffff) !important;
}
.form-control:focus,
textarea:focus,
select:focus {
    border-color: #ffa533 !important;
    box-shadow: 0 3px 5px rgba(251, 114, 33, 0.15);
}
.parsley-success,
select:focus  {
background: #fff7f1!important;
border-color: #ffa533!important;
box-shadow: 0 3px 5px rgba(251, 114, 33, 0.15);
}

.tikuXxkData{
  border: 1px solid #e2e7eb;
}
.tikuXxkData .head {
background: #ffffff;
}
.tikuXxkData .head {
border-bottom: 2px solid #e2e7eb;
}
.tikuXxkData .head, .tikuXxkData .tbody .mk {
display: flex;
flex-direction: row;
/* justify-content: space-between; */
align-items: stretch;
}
.tikuXxkData .head .mk.title,
.tikuXxkData .tbody .mk .title {
width: 30%;
}
.tikuXxkData .head .mk.name,
.tikuXxkData .tbody .mk .name {
width: 70%;
}
.tikuXxkData .head .mk:not(:last-of-type), .tikuXxkData .tbody .mk .td:not(:last-of-type) {
border-right: 1px solid #e2e7eb;
}
.tikuXxkData .head .mk {
padding: 10px 15px;
font-weight: bold;
display: inline-block;
}
.tikuXxkData .tbody {
overflow-y: auto;
margin-right: -4px;
padding-right: 2px;
max-height: 280px;
}
.tikuXxkData .tbody .mk:not(:last-of-type) {
border-bottom: 1px solid #e2e7eb;
}
.tikuXxkData .tbody .mk:nth-of-type(odd) {
background-color: #f0f3f5;
}

.tikuXxkData .tbody .mk .title{
  display: flex;
  align-items: center;
}

.tikuXxkData .tbody .mk .td{
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  /* text-align: center; */
  padding: 10px 15px;
}

.tikuXxkData .tbody::-webkit-scrollbar {
    overflow: visible;
    width: 2px;
    height: 8px;
}

.tikuXxkData .tbody::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
	   background: #424b58;
    border-radius: 100px;
    min-height: 15px;
}

.tikuXxkData .tbody::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}


/* 表格实现滚动条，并且滚动条在盒子外显示，不影响样式 */
.courseXxkData .head,
.courseXxkData .tbody .mk{
  /* display: grid;
  grid-template-columns: repeat(5, 1fr);
  cursor: pointer; */
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  /* 居中让线条不变 */
  align-items: stretch;
}
.courseXxkData .head .mk:not(:last-of-type),
.courseXxkData .tbody .mk .td:not(:last-of-type) {
  border-right: 1px solid #e2e7eb;
}
.courseXxkData .head{
  border-bottom: 2px solid #e2e7eb;
}
.courseXxkData .tbody .mk:not(:last-of-type) {
  border-bottom: 1px solid #e2e7eb;
}
.courseXxkData .tbody .mk .td{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* text-align: center; */
  padding: 10px 15px;
}
.courseXxkData{
  border: 1px solid #e2e7eb;
}
.courseXxkData .head{
  background: #ffffff;
}
.courseXxkData .head .mk{
  padding: 10px 15px;
  font-weight: bold;
  display: inline-block;
}
.courseXxkData .head .mk.ok,
.courseXxkData .tbody .mk .td.ok{
  width: 15%;
}
.courseXxkData .head .mk.img,
.courseXxkData .tbody .mk .td.img{
  width: 15%;
}
.courseXxkData .head .mk.title,
.courseXxkData .tbody .mk .td.title{
  width: 30%;
}
.courseXxkData .head .mk.name,
.courseXxkData .tbody .mk .td.name{
  width: 15%;
}
.courseXxkData .head .mk.num,
.courseXxkData .tbody .mk .td.num{
  width: 25%;
}

.head, .tbody {
    /* 确保 padding 和 border 不改变盒子大小 */
    /* box-sizing: border-box;  */
}

.courseXxkData .tbody .mk:nth-of-type(odd) {
background-color: #f0f3f5;
}

.courseXxkData .tbody::-webkit-scrollbar {
    overflow: visible;
    width: 2px;
    height: 8px;
}

.courseXxkData .tbody::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
	   background: #424b58;
    border-radius: 100px;
    min-height: 15px;
}

.courseXxkData .tbody::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}
.courseXxkData .tbody {
    overflow-y: auto; /* 仅垂直方向滚动 */
    /* 为滚动条留出空间 */
    margin-right: -4px;
    /* 防止内容与滚动条重叠 */
    padding-right: 2px;
    max-height: 280px;
}
.backImgAdd {
border: 1px dashed #feebe3;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden;
display: inline-block;
transition: border-color 0.3s ease;
}
.backImgAdd:hover {
border-color: #ffa533;
}
/* #page-container .content {
  overflow: hidden;
} */
.width-full{
  padding-bottom: 10px;
}

/* 避免刷新时候出现滚动条 */
.dataTables_wrapper{
  overflow: auto;
}
.dataTables_wrapper::-webkit-scrollbar {
    overflow: visible;
    width: 0;
    height: 0;
}
.dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
	background: #424b58;
    border-radius: 100px;
    min-height: 0;
}
.dataTables_wrapper::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}
/* 避免刷新时候出现滚动条 */
.classTeacherXxk{
	/* 禁止复制 */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
  cursor: pointer;
}
.classTeacherXxk .fm{
  display: inline-block;
  flex-shrink: 0;
  font-size: 0;
  position: relative;
  border-radius: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
}
.classTeacherXxk .fm img{
  pointer-events: none;
}
.classTeacherXxk input:checked+span {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  font-weight: bold;
  background-color: rgba(33, 113, 251, 0.88);
  background: linear-gradient(to right, rgba(255, 184, 51, 0.88), rgba(217, 46, 255, 0.83));
  width: 100%;
  opacity: 0.9;
  font-size: 10px;
  left: 0;
}
.classTeacherXxk input{
  display: none;
}
.classTeacherXxk:hover .img-thumbnail{
  border: 1px solid #ffa533;
}
.classTeacherXxk input:checked~h6 {
    color: #ffa533;
}
.classTeacherXxk .active{
  color: #2171fb
}
.classTeacherXxk .fm .active{
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  font-weight: bold;
  background-color: rgba(33, 113, 251, 0.88);
  background: linear-gradient(to right, rgba(255, 184, 51, 0.88), rgba(217, 46, 255, 0.83));
  width: 100%;
  opacity: 0.9;
  font-size: 10px;
  left: 0;
}
.domainXxk {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #2171fb;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
}

.domainXxk .caret {
  color: #ffffff;
}

.domainList.dropdown-menu {
  padding: 0;
  border: none;
}

.domainList.dropdown-menu>li>a {
  padding: 10px 20px;
}
.helpTitle {
  display: block;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.prohibitedWords textarea{
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 25px;
  width: 100%;
  margin-top: 10px;
  font-weight: 350;
  color: #333333;
	border: 2px solid #dadeeb;
	transition: border-color 0.5s ease;
  box-sizing: border-box;
}
.prohibitedWords textarea[type="text"] {
  border: 2px solid #eee;
  transition: border-color 0.3s ease;
}
.prohibitedWords textarea:focus {
  border: 2px solid #2171fb;
}
.prohibitedWords textarea:hover{
  border: 2px solid #2171fb;
}
.prohibitedWords textarea::-webkit-scrollbar {
  width: 6px;
}
.prohibitedWords textarea::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 100px;
}
.prohibitedWords textarea::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

/* 创建分享卡片预览 */
.hkBackCardShareDemo {
display: inline-block;
}
.hkBackCardShareDemo h3 {
font-size: 14px;
/* font-weight: normal; */
color: #333333;
margin-bottom: 3rem;
}
.hkBackCardShareDemo .demo {
display: flex;
justify-content: flex-start;
align-items: flex-start;
background: #f0f5fd;
padding: 3rem;
box-sizing: border-box;
border-radius: 1rem;
}
.hkBackCardShareDemo .head {
margin-right: 1.5rem;
width: 4rem;
height: 4rem;
border-radius: 0.5rem;
}
.hkBackCardShareDemo .info {
/* margin-top: 2rem; */
background: #ffffff;
padding: 2rem;
border-radius: 0.6rem;
width: 280px;
display: flex;
justify-content: space-between;
align-items: flex-start;
box-shadow: 3px 3px 15px 0 rgba(2, 37, 70, 0.09);
/* border: 1px solid #2171fb; */
/* border: 1px solid #99caff; */
position: relative;
}
.hkBackCardShareDemo .title {
text-align: left;
margin-right: 2rem;
box-sizing: border-box;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
display: inline-block;
}
.hkBackCardShareDemo .info ::before {
position: absolute;
top: 1rem;
content: '';
border: 0.6rem solid transparent;
border-right-color: #ffffff;
left: -1.2rem;
/* box-shadow: 3px 3px 15px 0 rgba(2, 37, 70, 0.09); */
}
.hkBackCardShareDemo .title .title-text {
color: #3a424d;
font-size: 1.6rem;
font-weight: bold;
vertical-align: middle;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
display: inline-block;
}
.hkBackCardShareDemo .title .desc-text {
padding: 1rem 0 0 0;
margin: 0;
color: #a8b2c6;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.hkBackCardShareDemo img {
width: 5rem;
height: 5rem;
border-radius: 0.5rem;
}
/* 创建分享卡片预览结束 */

.courseXxkDataHead{
  border-radius: 3px 3px 0 0;
  background: #242a30;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courseXxkDataHead .name{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
}
.courseXxkDataHead .name code{
  margin-right: 10px;
}
.delIco{
  position: relative;
}
.delIco .ico{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.blackHead{
  background: #242a30;
  padding: 10px 15px;
  display: flex;
justify-content: space-between;
align-items: center;
border-radius: 2px;
}
.whiteText{
  color: #fff;
  margin: 0;
  padding: 0;
}




select.form-control, select[multiple].form-control {
border-color: #007fff;
border-radius: 10px;
height: 36px;
line-height: 36px;
padding: 0 20px;
background: #f2f5fa;
border: 1px solid #ebeff6;

cursor: pointer;
color: #000000;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background: #2171fb!important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
opacity: 1;
border-radius: 10px;
/* height: 40px; */
color: #000000;
line-height: 20px;
padding: 10px 20px;
background: #f2f5fa;
border: 1px solid #ebeff6;

cursor: pointer;
}
.form-control.date[disabled], .form-control.date[readonly], fieldset[disabled] .form-control.date {
height: 40px;
}
.form-control {
border: 1px solid #dcdfe6;
border-radius: 10px;
font-weight: normal;
font-size: 13px;
resize: vertical;
padding: 2px 15px;
line-height: 1.5;
font-size: inherit;
height: 38px;
line-height: 38px;
cursor: pointer;
}
textarea.form-control{
  /* line-height: normal; */
}
.btn-group-sm>.btn, .btn-sm {
/* padding: 7px 15px !important; */
}


.hkDialog {
padding: 0px 20px;
}
.hkDialog .num input, textarea{
  border: 1px solid #d9dadd;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
	border: 2px solid #dadeeb;
	transition: border-color 0.5s ease;
  box-sizing: border-box;
}
.hkDialog .switch{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
textarea, input:focus {
  outline: none;
  box-shadow: none;
}
.hkDialog .num input[type="text"],
.hkDialog .num textarea[type="text"] {
  border: 2px solid #eee;
  transition: border-color 0.3s ease;
}
.hkDialog .num input:focus,
input:not(:empty) {
  border: 2px solid #2171fb;
}
.hkDialog .num textarea:focus,
.hkDialog .num textarea:not(:empty) {
  border: 2px solid #2171fb;
}

.hkDialog .num input:hover, .hkDialog .num textarea:hover{
  border: 2px solid #2171fb;
}
.hkDialog .hkSwtichHideBtn {
width: 45px;
height: 26px;
}
.hkDialog .hkSwtichHideSlider:before {
height: 22px;
width: 22px;
left: 3px;
bottom: 2px;
}
.fmImg {
width: 30px;
height: 30px;
border-radius: 5px;
}
.hkDialog .titleTips{
  font-weight: 500;
  color: #242a30;
  font-size: 14px;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.hkDialog .titleTips .color{
  background: linear-gradient(to right, #ff88cc, #eb0c7e);
color: #fff;
padding: 2px 5px;
margin: 0 5px;
border-radius: 5px;
line-height: normal;
font-weight: normal;
}

/* 右上角暗黑主体切换效果 */
.drakSwtich .hkSwtichHideSlider:before{
    display: none;
}
.drakSwtich input:checked+.hkSwtichHideSlider,
.dark .drakSwtich input:checked+.hkSwtichHideSlider {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
        background-color: #f0e68c;
        background: linear-gradient(to right, #fffef5, #f0e68c);
}
.drakSwtich .hkSwtichHideSlider {
    position: relative;
    width: 17px;
    height: 17px;
    background-color: #a6a6a6;
    border-radius: 50%;
    display: block;
    transition: all 0.5s;
    top: 2px;
    left: 4px;
    /* box-shadow: 0 0 60px #fffacd, 0 0 30px #fffacd inset; */
}
.hkSwtichHideBtn.drakSwtich {
  background: #16202a;
    background: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  overflow: hidden;
}
.drakSwtich .hkSwtichHideSlider::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -4px;
    width: 17px;
    height: 17px;
    background-color: #16202a;
    background-color: #fff;
    border-radius: 50%;
}
.drakSwtich input:checked+.hkSwtichHideSlider::after{
    left: -5px;
    right: auto;
}
.dark .helpTips {
color: #a6a6a6;
}
.dark .bootstrap-dialog.type-primary .modal-header {
border-bottom-color: #202020 !important;
}
.dark .modal-footer {
border-top-color: #202020 !important;
}
.dark .table > tbody > tr.info > td,
.dark .table > tbody > tr.info > th,
.dark .table > tbody > tr > td.info,
.dark .table > tbody > tr > th.info,
.dark .table > tfoot > tr.info > td,
.dark .table > tfoot > tr.info > th,
.dark .table > tfoot > tr > td.info,
.dark .table > tfoot > tr > th.info,
.dark .table > thead > tr.info > td,
.dark .table > thead > tr.info > th,
.dark .table > thead > tr > td.info,
.dark .table > thead > tr > th.info {
background: rgb(35, 37, 42) !important;
}
.dark .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background: #2b3541!important;
}
.dark .bwizard-steps li {
box-shadow: 0 6px 10px rgba(115, 115, 115, 0.05);
}
.dark .hkSwtichHideBtn.drakSwtich {
    background: #0e1112;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.dark .drakSwtich .hkSwtichHideSlider::after {
    background-color: #0e1112;
}
/* 右上角暗黑主体切换效果 */
.content.content-full-width .page-header{
  margin: 0 0 20px !important;
}
.backPadding{
  padding: 20px 25px 0 25px;
}
.backPapaerNum{
  border-top: 1px solid #e2e7eb;
  /* bottom: 0; */
  box-shadow: 0 -1px 5px 0 rgba(0, 243, 255, 0.1);
  background: #ffffff;
  padding: 15px 25px;
}
.backPapaerNum .pagination{
  margin: 0
}
.blackTitle{
  font-weight: bold;
font-size: 13px;
padding-bottom: 5px;
color: rgb(0, 0, 0);
}
.btn-scroll-to-top {
bottom: 55px !important;
}
.page-content-full-height .content {
  /* 设置吸底页码后必须设置这个，否则页面的弹窗在下层 */
-webkit-transform: none !important;
/* 必须为0，默认是-1，-1会导致页面整体有滚动条 */
bottom: 0 !important;
}
.middleBorder{
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.thumbnail {
border-radius: 10px !important;
}

.form-inline .btn.btn-primary,
.form-inline .btn.btn-white,
.form-inline .btn.btn-success,
.form-inline .btn.btn-info,
.form-inline .btn.btn-warning,
.form-inline .btn.btn-danger{
  padding: 6px 15px;
  border-radius: 10px !important;
}

.form-inline .table .btn.btn-primary,
.form-inline .table .btn.btn-white,
.form-inline .table .btn.btn-success,
.form-inline .table .btn.btn-info,
.form-inline .table .btn.btn-warning,
.form-inline .table .btn.btn-danger{
  padding: 5px 10px;
  border-radius: 10px;
}

.toast.toast-success,
.toast.toast-error {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #000000 !important;
}
.contentBox{
  border: 1px solid #dcdfe6;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
}

/* 阿里云视频列表的三级分类展开 */
.hkAliyunVodType{
  display: inline-block;
  position: relative;
  /* 居中 */
  vertical-align: middle;
}
.hkAliyunVodType .name{
  display: inline-block;
  border-radius: 10px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  /* background: #faf7f2; */
  border: 1px solid #ebeff6;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s linear;

	/* 禁止复制 */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.videoTypeData.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.videoTypeData {
  font-size: 14px;
  position: absolute;
  top: 38px;
  left: 0;
  /* 核心调整：摆脱父级宽度限制 */
  width: auto;               /* 宽度由内容决定 */
  min-width: 0;              /* 清除可能的最小宽度继承 */
  max-width: none;           /* 取消最大宽度限制 */
  white-space: nowrap;       /* 防止文本换行（可选，根据内容需求） */
  /* 如果内容需要换行，用这个替代white-space */
  /* white-space: normal; */
  /* display: inline-block; */
  border: 1px solid #eaeaec;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, transform .3s ease;
  box-sizing: border-box;
  transform: translateY(-10%);
  background: #fff;
  line-height: normal;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
  padding: 10px 0;
  /* 关键：确保不受父级overflow影响 */
  z-index: 10;

  max-height: 400px;
  overflow-y: auto;
}

.videoTypeData::-webkit-scrollbar {
    overflow: visible;
    width: 6px;
    height: 8px;
}

.videoTypeData::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.8);
	background-color: #ffa533;
    border-radius: 100px;
    min-height: 15px;
}

.videoTypeData::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}
.categoryText{
  height: 35px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 20px; */
}
.categoryText.active{
  background: #e5efff;
  color: #2171fb;
}
.categoryText .horn{
	cursor: pointer;
  position: relative;
  /* margin-left: 20px; */
  /* 为了让点击面积变大 */
  width: 40px;
  height: 20px;
  display: inline-block;
}
.categoryText .horn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  transition: all 0.3s linear;
	cursor: pointer;
}
.categoryText .horn.active::after {
  transform: rotate(135deg);
  top: 3px;
}
.videoTypeData .subset{
  /* padding-left: 20px; */
  /* 想给展开后的盒子加一个过渡平滑动画，这样不生效，因为是none的效果盒子 */
  transition: all 0.3s linear;
}
.categoryText span{
  display: block;
  /* margin-right: 20px; */
  padding-right: 20px;
  padding: 0 20px;
  width: 100%;
  position:relative;
}
.categoryText.one span{
  padding-left: 40px;
}
.categoryText.two span{
  padding-left: 60px;
}
.categoryText:hover{
  background: #f2f3fb;
}


.categoryText.active span::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 10px;
  width: 6px;
  height: 12px;
  border: solid #2171fb;
  border-width: 0 2px 2px 0; /* 只保留右侧和底部边框形成线条 */
  transform: rotate(45deg); /* 旋转45度形成对勾角度 */
  transition: opacity 0.3s ease; /* 显示动画 */
    opacity: 1; /* 显示对勾 */
}

/* 下面更精准的写法（推荐）：直接定位父元素下的关系 */
.hkAliyunVodType .videoTypeData.active ~ .name,
.hkAliyunVodType:has(.videoTypeData.active) .name,
.hkAliyunVodType .name:hover {
  color: #ffa533;
border: 1px solid #ffa533;
}
.hkAliyunVodType:has(.videoTypeData.active) {
  /* border: 1px solid #2171fb; */
}



/* 阿里云视频列表的三级分类展开结束 */

/* 自定义每页xxx条UI */
.hk-form-control {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 10px;
}
.hk-form-control::after {
    content: "\f078"; /* Font Awesome 向下箭头图标 */
    font-family: "FontAwesome";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* 确保点击箭头也能触发select */
    color: #666;
}
select.form-control:hover {
    border-color: #888;
}
select.form-control:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.alivideoListHeightAuto{
    height: auto !important;
    overflow: initial !important;
}

.navbar.navbar-inverse {
background: #ffffff;
}
.gradient-enabled .header.navbar.navbar-inverse .navbar-header .navbar-brand {
color: #000000 !important;
 background: #fff !important;
 border-radius: 0;
 box-shadow: none;
}
.has-sub.active a i {
color: #fff !important;
}
.text-theme, .sidebar .sub-menu > li.active > a:before{
color: #fb8d21 !important;
}
.sidebar .active .pull-right.fa.fa-angle-right {
color: #fff !important;
}
.navbar.navbar-inverse .navbar-brand, .navbar.navbar-inverse .navbar-nav>li>a {
color: #000000 !important;
}
.dark .navbar.navbar-inverse .navbar-brand, .dark .navbar.navbar-inverse .navbar-nav>li>a {
color: #fff !important;
}
.dark .sidebar .nav>li.nav-header {
color: #595b5c;
}
.sidebar .nav>li.nav-profile {
background: #ffffff;
background: #f0f3f4;
color: #2d353c;
}
#page-container .sidebar, #page-container .sidebar-bg, .sidebar, .sidebar-bg {
background: #ffffff !important;
}
.sidebar .nav>li>a {
color: #000;
}
.gradient-enabled .navbar.navbar-inverse .navbar-brand,
.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
background: #ffffff !important;
background: #f2f3f6 !important;
color: #2171fb !important;

background: #2171fb !important;
background: linear-gradient(to right,#2171fb,#0054ff) !important;
color: #fff !important;;
font-weight: normal;
border-radius: 10px;
box-shadow: 0 6px 10px rgba(33, 113, 251, 0.33);

background: linear-gradient(to right, #ffb833, #d92eff) !important;
box-shadow: 0 6px 10px rgba(251, 33, 155, 0.33);
}
.gradient-enabled .sidebar .nav > li.active > a:hover i{
  /* color: #fff !important; */
}
.sidebar .nav>li>a {
padding: 10px 20px;
}
#page-container .sidebar.sidebar-grid .nav>li>a, sidebar.sidebar-grid .nav>li>a {
border-bottom: 1px solid transparent !important;
border-top: 1px solid transparent !important;
transition: all 0.3s;
}
.sidebar .nav>li.expand>a, .sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover {
background: #eff1f4;
color: #2171fb;
border-radius: 10px;
background: #fff;
box-shadow: 0 0 14px rgba(180, 47, 47, 0.28);
position: relative;
z-index: 1;
color: #fb8d21;
}
.sidebar .nav>li.expand>a i, .sidebar .nav>li>a:focus i, .sidebar .nav>li>a:hover i {
color: #2171fb !important;
color: #fb8d21 !important;
}
.sidebar .nav>li.active>a:hover i{
  color: #fff !important;
}
.sidebar .sub-menu {
background: #fafafa;

}
.sidebar .nav>li li.has-sub.active>a {
color: #2171fb;
background: #f2f3f6;
}
.sidebar .has-sub.active>.sub-menu {
padding: 10px 0 10px 30px;
}
.sidebar .nav>li.nav-profile .info{
  color: #000;
}
.sidebar .sub-menu>li>a {
color: #121212;
padding: 8px 20px;
}
.sidebar .sub-menu>li>a:before {
color: #b8bccf;
content: '\f10c' !important;
}
.sidebar .sub-menu:before {
background: #ececec;
}
.sidebar .sub-menu>li.active>a, .sidebar .sub-menu>li.active>a:focus, .sidebar .sub-menu>li.active>a:hover, .sidebar .sub-menu>li>a:focus, .sidebar .sub-menu>li>a:hover {
color: #2171fb;
color: #fb8d21;
}
.sidebar-minify-btn {
background: #ebebeb;
}
.sidebar .nav>li>a i {
color: #000;
}
.pull-right.fa.fa-angle-right{
  font-size: 18px;
color: #c6c6c6;
}
.sidebar .nav>li.nav-profile .info small {
color: #a2a2a2;
font-size: 10px;
padding-top: 5px;
}
.slimScrollBar, .slimScrollRail{
  opacity: 0.1 !important;
}
.hideClassCourseSwtich{
  padding: 15px 0px;
display: flex;
align-items: center;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
margin: 20px 0;
}


.dark .bootstrap-dialog.type-danger .modal-header{
  background: linear-gradient(#1a0000, #0d0b0b) !important;
  border-bottom-color: #161313;
}
.dark .type-danger .modal-footer{
  border-top-color: #161313;
}
.dark .modal-body {
color: #fff;
}
.dark .type-danger .modal-content {
background-color: #080707;
}
.dark .hkDialog .titleTips {
color: #fff;
border-bottom: 1px solid #282828;
}
.dark .hkDialog .num input,
.dark .hkDialog .num textarea {
border: 2px solid #252935;
background: #1e2329;
color: #fff;
}
.dark .emptyStatus {
background: #000000;
color: #e3e3e3;
}
.dark .parsley-error {
background: rgba(0, 0, 0, 0)!important;
}
.dark .form-control:focus {
border-color: #ffa533 !important;
}
.dark input:checked+.hkSwtichHideSlider{
  background: linear-gradient(to right, #ff8e48, #ff2eb3);
}
.dark .hkSwtichHideSlider:before {
background-color: rgba(255, 255, 255, 0.87);
}
.dark .contentBox {
border: 1px solid #282828;
}
.dark .hideClassCourseSwtich{
border-bottom: 1px solid #282828;
border-top: 1px solid #282828;
}
.dark .classTeacherXxk input:checked+span,
.dark .classTeacherXxk .fm .active {
background: linear-gradient(to right, #ffd448, #ff2eb3) !important;
background: linear-gradient(to right, rgba(255, 212, 72, 0.78), rgba(255, 46, 179, 0.81)) !important;
color: #000;
}
.dark .classTeacherXxk input:checked~h6,
.dark .classTeacherXxk .active {
color: #ffa533;
}
.dark .classTeacherXxk:hover .img-thumbnail {
border: 1px solid #ffa533;
}
.dark .gradient-enabled .header.navbar.navbar-inverse .navbar-header .navbar-brand {
color: #ffffff !important;
background: #0e1112 !important;
}
.dark .sidebar .nav>li.nav-profile .info {
color: #fff;
}
.dark .sidebar .nav>li>a,
.dark .sidebar .nav>li>a i {
color: #ebebeb;
}
.dark .sidebar .nav .active i {
color: #000 !important;
}
.dark .sidebar .nav>li.expand>a i,
.dark .sidebar .nav>li>a:focus i,
.dark .sidebar .nav>li>a:hover i,
.dark .sidebar .nav .active a:hover i {
color: #000 !important;
}

.dark .gradient-enabled .navbar.navbar-inverse .navbar-brand,
.dark .gradient-enabled .sidebar .nav > li.active > a,
.dark .gradient-enabled .sidebar .nav > li.active > a:focus,
.dark .gradient-enabled .sidebar .nav > li.active > a:hover,
.dark .gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.dark .gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.dark .gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.dark .gradient-enabled .label.label-theme,
.dark .gradient-enabled .btn.btn-scroll-to-top,
.dark .gradient-enabled .top-menu .nav > li.active > a,
.dark .gradient-enabled .top-menu .nav > li.active > a:focus,
.dark .gradient-enabled .top-menu .nav > li.active > a:hover,
.dark .sidebar .nav>li.expand>a,
.dark .sidebar .nav>li>a:focus,
.dark .sidebar .nav>li>a:hover {
    background: #3a424a !important;
    color: #e1e1e1 !important;

    background: linear-gradient(to right, #ffd448, #ff2eb3) !important;
    color: #000 !important;
}

.dark .sidebar .nav>li li.has-sub.active>a {
color: #e1e1e1;
background: #3a424a;
}
.dark .sidebar .sub-menu:before {
background: #181717;
}
.dark .sidebar .sub-menu>li>a:before {
color: #c7c7c7;
}
.dark .sidebar .sub-menu>li>a {
color: #e2e2e2;
}
.dark .sidebar .sub-menu>li.active>a,
.dark .sidebar .sub-menu>li.active>a:focus,
.dark .sidebar .sub-menu>li.active>a:hover,
.dark .sidebar .sub-menu>li>a:focus,
.dark .sidebar .sub-menu>li>a:hover {
    color: #2171fb;
        color: #ffb833;
}
.dark .sidebar-minify-btn {
background: #000000;
}

/* 暗黑主题 */

body.dark{
  background: #161a1b;
}
/* 页面加载的时候会有一个白色背景，改为黑背景色 */
/* 不过这样还是无效，页面会先渲染，页面的速度高于渲染dark接口的速度 */
/* 只能是改成下面那种了，无论是否暗黑都是黑色加载，改成透明后也不好 */
.dark #page-loader {
  background: #161a1b;
}
#page-loader {
  /* background: transparent;
  background: #161a1b; */
}
.dark .panel-inverse>.panel-heading {
  background: #282d31;
}

body.dark .page-header {
  color: #ffffff;
}
.dark .blackTitle {
  color: #ffffff;
}
.dark .toast-success,
.dark .toast-error {
  background-color: #0d0d0d;
  border: 2px solid #121212;
}
.dark .backPapaerNum {
  border-top: 1px solid #0e1213;
  box-shadow: 0 -1px 5px 0 rgba(1, 5, 75, 0.1);
  background: #0e1213;
}
.dark .breadcrumb>li a {
  color: #cfcfcf;
}
.dark .panel{
  background: #111518;
}
.dark .papaerNum {
  color: #979aa2;
}
.dark .table>thead>tr>th {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15)!important;
}
.dark .alert.alert-info {
  background: #070f12;
  color: #5981be;
}
/* 右上角刷新元素暗黑模式下 */
.dark .panel.panel-loading .panel-body .panel-loader {
  background: #161a1b !important;
}
.dark .form-control {
  border: 1px solid #252935;
  background: #1e2329;
  color: #cfcfcf;
  border-radius: 10px;
}
.dark .middleBorder{
  border-left: 1px solid #1f2328;
  border-right: 1px solid #1f2328;
}
.dark .table {
  border-color: rgba(255, 255, 255, 0.05);
}
.dark .table>tbody>tr>td,
.dark .table>tbody>tr>th,
.dark .table>tfoot>tr>td,
.dark .table>tfoot>tr>th,
.dark .table>thead>tr>td,
.dark .table>thead>tr>th {
  border-color: rgba(0, 0, 0, 0.14);
  color: #bcbcc6;
}
.dark .pagination>.active>a,
.dark .pagination>.active>a:focus,
.dark .pagination>.active>a:hover,
.dark .pagination>.active>span,
.dark .pagination>.active>span:focus,
.dark .pagination>.active>span:hover {
  background: #ffa533!important;
  border-color: #ffa533!important;
  color: #000;
}
.dark .pagination>.disabled>a,
.dark .pagination>.disabled>a:focus,
.dark .pagination>.disabled>a:hover,
.dark .pagination>.disabled>span,
.dark .pagination>.disabled>span:focus,
.dark .pagination>.disabled>span:hover {
  color: #797e85;
  background-color: #242a32;
  border-color: #ddd;
}
.dark .pager>.disabled>a,
.dark .pager>.disabled>span,
.dark .pagination>.disabled>a,
.dark .pagination>.disabled>a:focus,
.dark .pagination>.disabled>a:hover, .pagination>.disabled>span,
.dark .pagination>.disabled>span:focus,
.dark .pagination>.disabled>span:hover {
  border-color: #353a40;
}
.dark .pagination>li>a,
.dark .pagination>li>span {
  background-color: #13161d;
}
.dark #page-container .sidebar.sidebar-grid .nav>li>a,
.dark sidebar.sidebar-grid .nav>li>a {
  border-bottom: 1px solid #13191b !important;
  border-top: 1px solid #151919 !important;
  /* background: #0e1213; */
}
.dark #page-container .sidebar,
.dark #page-container .sidebar-bg,
.dark .sidebar, .sidebar-bg {
  background: #0e1213 !important;
  /* width: 220px; */
}
.dark .sidebar .sub-menu {
  background: #000000;
}
.dark .pager li>a, .pager li>span,
.dark .pagination>li>a {
  border-color: #353a40;
}
.dark .pagination>li>a {
  color: #5f666e;
}
.dark .table-striped>tbody>tr:nth-child(odd)>td,
.dark .table-striped>tbody>tr:nth-child(odd)>th {
  background: #1e2329;
}
.dark .navbar.navbar-inverse {
  background: #0e1112;
}
.dark .sidebar .nav>li.nav-profile {
  background: #111516;
}
.dark .dropdown-menu {
  background-color: #0e1112;
}
.dark .dropdown-menu>li>a {
  color: #cfcfcf;
}
.dark .navbar-nav>li>.dropdown-menu {
  border-top: 1px solid #1c1c1c;
}
.dark .dropdown-menu .divider {
  border-color: #1c1c1c;
}
.dark .dropdown-menu .divider {
  background-color: #1c1c1c;
}
.dark .dropdown-menu>li>a:focus, .dark .dropdown-menu>li>a:hover {
  background: #1e2329;
}
.dark .nav>li>a:focus,
.dark .nav>li>a:hover {
  color: #e1e1e1;
  background: #3a424a;
}
.dark .btn-group-sm>.btn,
.dark .btn-sm {
  border-radius: 10px;
}
.dark .btn.btn-default {
  background: #3c5555;
  border-color: #3c5555;
}
.dark .btn.btn-success {
  color: #c7e9da;
  background: #043c3c;
  border-color: #003939;
}
.dark .btn.btn-primary {
  color: #dadef1;
  background: linear-gradient(to right, #033566, #032766) !important;

  color: #000000;
background: linear-gradient(to right, #ffb965, #ffb300) !important;
}
.dark .btn.btn-primary:hover{
background: linear-gradient(to right, #ffb300, #fff) !important;
}
.dark .btn.btn-white {
  font-weight: 400;
  color: #c2c2c2;
  background: #111518;
  border-color: #2d3337;

  color: rgba(255, 255, 255, 0.9);
background: rgba(17, 21, 24, 0);
border-color: rgba(255, 255, 255, 0.16);
}
.dark .btn-white.active,
.dark .btn-white:active,
.dark .btn-white:focus,
.dark .btn-white:hover,
.dark .open .dropdown-toggle.btn-white {
  background: #2a3034;
}
.dark .nav-tabs {
  background: #191d20;
}
.dark .nav-tabs.nav-justified>.active>a,
.dark .nav-tabs.nav-justified>.active>a:focus,
.dark .nav-tabs.nav-justified>.active>a:hover,
.dark .nav-tabs>li.active>a,
.dark .nav-tabs>li.active>a:focus,
.dark .nav-tabs>li.active>a:hover {
  color: #ffffff;
}
.dark .nav-tabs>li.active>a,
.dark .nav-tabs>li.active>a:focus,
.dark .nav-tabs>li.active>a:hover {
  background-color: #0e1012;
}
.dark .well {
  background: #111518;
  border: 1px solid #1f2328;
}
.dark textarea {
  border: 2px solid #252935;
  background: #1e2329;
  color: #cfcfcf;
  border-radius: 10px;
}
.dark .form-horizontal.form-bordered .form-group>div {
  border-left: 1px solid #1f2328;
}
.dark .form-horizontal.form-bordered .form-group {
  border-bottom: 1px solid #1f2328;
}
.dark legend {
  color: #fff;
  border-bottom: 1px solid #1f2328;
}
.dark .form-horizontal.form-bordered .form-group>.control-label {
  border-right: 1px solid #1f2328;
  color: #cccccc;
}
.dark .hkTypeXxk span {
  background: #0e151b;
  border: 1px solid #1b2732;
  color: #dee4f5;

  background: rgba(131, 66, 32, 0.08);
border: 1px solid #332606;
color: #f5eade;
}
.dark .hkTypeXxk span:after {
  border: 3px solid #2171fb;
    border: 3px solid #0e151b;
  background: #0e151b;
border: 3px solid #fb7221;
}
.dark .hkTypeXxk span:hover {
  background: #1c252e;
  background: #000000;
}
.dark .hkTypeXxk input:checked+span{
  color: #000;
}
.dark .hkTypeXxk span:hover:after {
  border: 3px solid #2171fb;
  background: #1c252e;
    border: 3px solid #fb7221;
  background: #000000;
}
.dark .hkTypeXxk input:checked+span:hover:after {
    border: 3px solid #000000;
}
.dark .hkSwtichHideSlider {
  background-color: #272e33;
}
.dark .img-thumbnail {
  background-color: #35414e;
  border: 1px solid #35414e;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  font-weight: 500;
  color: #c9c9c9;
}
.dark .panel-title{
  color: #dadada;
}
.dark .thumbnail {
  background-color: #111518;
  border: 1px solid #272e33;
}
.dark hr {
  border-top: 1px solid #272e33;
}
.dark .bwizard-steps li {
  background: #181c1f!important;
}
.dark .bwizard-steps li.active,
.dark .bwizard-steps li.active:focus,
.dark .bwizard-steps li.active:hover {
  background: linear-gradient(#3397ff,#2171fb)!important;
  background: linear-gradient(to right, #ffd448, #ff2eb3) !important;
}
.dark .bwizard-steps .active a {
color: #000;
}
.dark .bwizard-steps li.active small {
color: rgba(0, 0, 0, 0.49)!important;
}
.dark .bwizard-steps a{
  color: #7c7e82;
}
.dark .tab-content {
  background: #111518;
}
.dark .hklks span {
  border: 1px solid #252935;
  background: #1e2329;
  color: #bcbcc1;
}
.dark .lksNum {
  border: 1px solid #252935;
}
.dark .hklks span:hover {
  background: #2c3742;
}
.dark .jumbotron {
  background: #111518;
}
.dark .hkSwtichHideSlider.tender {
  border: 1px solid #323849;
}
.dark .jumbotron p {
  color: rgba(255, 255, 255, 0.24);
}
.dark .btn.btn-warning {
  color: #fff9f5;
  background: #6e4305;
  border-color: #704403;
}
.dark .parsley-success {
  background: #1e2329!important;
}
.dark .btn.btn-danger {
  color: #fff1f1;
  background: #782321;
  border-color: #691f1d;
}
.dark .btn-info.active,
.dark .btn-info:active,
.dark .btn-info:focus,
.dark .btn-info:hover,
.dark .open .dropdown-toggle.btn-info {
  background: #045b74;
  border-color: #00475c;
}
.dark .emptySel label {
  color: #fff;
}
.dark .lksNum .title span{
  color: #cfcfcf;
  background: transparent;
  border: none;
}
.dark .lksNum.active .title.active span {
  color: #ffffff;
  background: transparent;
  border: none;
}
.dark .hklks .lksNum.active span{
  color: #bcbcc1;
  border: 1px solid #252935;
  background: #1e2329;
}
.dark .bwizard-steps.clickable li:focus:not(.active) a,
.dark .bwizard-steps.clickable li:hover:not(.active) a,
.dark .parsley-error,
.dark .parsley-success {
  color: #fff!important;
}
.dark .pager li>a,
.dark .pager li>span {
  border: 1px solid #252935;
  background: #1e2329;
}
.dark .pager li>a,
.dark .pager li>span,
.dark .pagination>li>a {
  color: #c4cad0;
}
.dark .modal-content {
  background-color: #111518;
}
.dark .modal-footer {
  border-top-color: #111518;
}
.dark .bootstrap-dialog.type-primary .modal-header {
  background: linear-gradient(#121e26, #111518) !important;
}
.dark .modal-header {
  border-bottom-color: #1e262b;
}
.dark .bootstrap-dialog .bootstrap-dialog-title {
  color: #ffffff !important;
}
.dark .form-control-static {
  color: #bdbdbd;
}
.dark .courseXxkData .tbody .mk:nth-of-type(odd) {
  background-color: #1e2329;
}
.dark .courseXxkData .tbody .mk:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dark .courseXxkData {
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dark .courseXxkData .head .mk:not(:last-of-type),
.dark .courseXxkData .tbody .mk .td:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.dark .courseXxkData .tbody .mk .td {
  color: #bcbcc6;
}
.dark .tikuXxkData .tbody .mk .td label {
  color: #bcbcc6;
}
.dark .tikuXxkData .tbody .mk:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dark .tikuXxkData .head .mk:not(:last-of-type), .tikuXxkData .tbody .mk .td:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.dark .tikuXxkData .tbody .mk:nth-of-type(odd) {
  background-color: #1e2329;
}
.dark .tikuXxkData {
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dark .tikuXxkData .head {
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
}
.dark .tikuXxkData .head {
  background: #111518;
  color: #bcbcc6;
}
.dark .courseXxkData .head {
  background: #111518;
  border-color: rgba(0, 0, 0, 0.14);
  color: #bcbcc6;
}
.dark .helpTitle {
  color: #d0d0d0;
}
.dark .input-group-addon {
  background: #171d22;
  color: #afafaf;
}
.dark .bg-blue {
  background: #35414e!important;
}

.dark .edui-default .edui-editor {
  border: 1px solid #464f55 !important;
  background-color: #464f55;
}
.dark .edui-default .edui-editor-toolbarboxouter {
  border-bottom: 1px solid #464f55;
  background-color: #464f55;
  background: #464f55;
}
.dark .categoryText{
  color: #cfcfcf;
}
.dark .hkAliyunVodType .name {
  border: 1px solid #2d3337;
  background: #1e2329;
  color: #cfcfcf;
  border-radius: 10px;
}
.dark .videoTypeData{
  border: 1px solid #252935;
  background: #1e2329;
  border-radius: 10px;
}
.dark .hkAliyunVod-parent{
  color: #cfcfcf;
}
.dark .ztree li a {
  color: #cfcfcf;
}
.dark .checkbox-inline,
.dark #jstree-list,
.dark .jstree-anchor,
.dark .jstree-anchor:link,
.dark .jstree-anchor:visited,
.dark .jstree-anchor:hover,
.dark .jstree-anchor:active {
  color: #cfcfcf;
}
.dark .list-group-item {
  background-color: #1e2329;
  border: 1px solid #252935;
  color: #cfcfcf;
  border-radius: 10px;
}
.dark .alert.alert-warning {
  background: #2e2419;
  color: #b9a89f;
}
.dark code {
  color: #dfb5c0;
  background-color: #2e1b21;
}
.dark p {
  margin: 0 0 10px;
  color: #7c7c7c;
}
.dark .ztree li a.curSelectedNode {
  background-color: #552806;
  color: #ffe9c8;
  border: 1px #ff9700 solid;
}
.dark .hkAliyunVod-parent:hover{
  color: #2171fb;
}
.dark .categoryText:hover {
  background: #0e1112;
}
.dark .categoryText .horn::after{
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.dark .categoryText.active{
  background: #384966;
  color: #dbe4f5;
}
.dark .backImgAdd {
  border: 1px dashed #555c66;
}
.dark .backImgAdd:hover {
  border: 1px solid #2171fb;
}
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active {
  /* 改成你界面的背景色（比如这里的浅蓝） */
  -webkit-box-shadow: 0 0 0 30px #1c1c1c inset !important;
  /* 文字颜色也可以统一设置 */
  -webkit-text-fill-color: #ffffff !important;
  /* 去掉边框高亮 */
  outline: none;
  box-shadow: none;
}
/* 暗黑模式下全局选中样式 */
::selection {
  background-color: #3a5585;
  color: #a5a8ba;
}
/* 暗黑模式下全局选中样式 针对 Firefox 的兼容写法 */
::-moz-selection {
  background-color: #3a5585;
  color: #a5a8ba;
}
/* 暗黑主题结束 */

.hkSelect{
  border-radius: 5px !important;
height: 36px;
line-height: 36px;
padding: 0 20px;
background: #f2f5fa;
border: 1px solid #ebeff6;
cursor: pointer;
display: inline-block;
vertical-align: middle;
width: auto !important;
font-size: 12px;
color: #000;
}
.hkSelect.open{
  border: 1px solid #2171fb;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-header {
  border-bottom: 1px solid #e8e8e8;
  }
  .dark .navbar-inverse .navbar-header {
  border-bottom: 1px solid #292929;
  }
}
