/*! Build time : Wed Jun 30 2021 20:41:03 GMT+0800 (GMT+08:00) */
/* MISC */
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: '.';
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inner {
    width: 740px;
  }
  header h1, header h2 {
    width: 340px;
  }
  header h1 {
    font-size: 60px;
  }
  header h2 {
    font-size: 30px;
  }
  #main-content {
    width: 490px;
  }
  #main-content h1:before,
  #main-content h2:before,
  #main-content h3:before,
  #main-content h4:before,
  #main-content h5:before,
  #main-content h6:before {
    padding-right: 0;
    margin-left: 0;
    content: none;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .inner {
    width: 93%;
  }
  header {
    padding: 20px 0;
  }
  header .inner {
    position: relative;
  }
  header h1, header h2 {
    width: 100%;
  }
  header h1 {
    font-size: 48px;
  }
  header h2 {
    font-size: 24px;
  }
  header a.button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1;
    color: #2879d0;
    text-align: center;
    background-color: #9ddcff;
    background-image: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  header a.button small {
    display: inline;
    font-size: 13px;
  }
  #main-content,
  aside#sidebar {
    float: none;
    width: 100% ! important;
  }
  aside#sidebar {
    min-height: 0;
    padding: 20px 0;
    margin-top: 20px;
    background-image: none;
    border-top: solid 1px #ddd;
  }
  aside#sidebar a.button {
    display: none;
  }
  #main-content h1:before,
  #main-content h2:before,
  #main-content h3:before,
  #main-content h4:before,
  #main-content h5:before,
  #main-content h6:before {
    padding-right: 0;
    margin-left: 0;
    content: none;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { }


.sc-calendar {
  text-align: center;
  font-family: "PingFangSC-Regular";
  color: #4A4A4A;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  overflow: hidden;
}

.sc-header {
  height: 35px;
  border-bottom: 0;
}
.sc-body {
  height: 93%;
  clear: both;
  /* box-shadow: 2px 4px 5px #bdbdbd; */
}
.sc-week {
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #3856D3;
}
.sc-days {
  height: 88%;
}
.sc-item {
  height: 66px;
  float: left;
  color: #565555;
  width: 14.285%;
  padding-top: 10px;
  background-color: #ffffff;
  border-width: 0 0 1px 1px;
  border-color: #D6E5FF;
  border-style: solid;
  box-sizing: border-box;
}
.item-nolunar {
  padding-top: 20px;
}

.sc-vocation {
  /* background-color: #FFEBEC; */
  background-color: #F88942;
  background-image: linear-gradient(135deg, #F47139 0%, #F88942 100%);
  color: #fff;
}
.sc-mark{
  background-color: #E5FBFA;
}
/* .sc-vocation:before {
  content: '休';
  display: block;
  position: absolute;
  font-size: 0.7em;
  width: 1.2em;
  font-weight: 100;
  color: white;
  background-color: #E00808;
  margin-top: -10px;
} */
.sc-othermenth {
  background-color: transparent !important;
  background-image: none !important;
  color: #C1C0C0 !important;
}
.sc-othermenth .day, .sc-othermenth .lunar-day {
  color: #C1C0C0 !important;
}
.sc-active-day, .sc-selected {
  border: 1px solid orange;
}
.sc-item .day {
  font-size: 16px;
}
.sc-today .day {
  color: white !important;
}
.sc-item .lunar-day {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-festival .lunar-day {
  color: #FF5900;
}
.sc-vocation .lunar-day {
  color: #fff;
}

/*.sc-item:last-child, .sc-item:nth-child(7n) {
  border-width: 0 1px 1px 1px;
}*/

.sc-week-item {
  height: 100%;
  line-height: 60px;
  float: left;
  width: 14.285%;
  background-color: #ECF3FF;
  border-width: 1px 0 1px 1px;
  border-color: #D6E5FF;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-item-small{
  font-size: 10px !important;
}
.sc-week-item:last-child {
  border-width: 1px 1px 1px 1px;
}
.sc-week-item:nth-child(1), .sc-week-item:nth-child(7) {
  color: #FF5900!important;
}
.sc-actions {
  float: left;
  width: 25%;
  padding: 5px;
  height: 100%;
  box-sizing: border-box;
}
.sc-actions:last-child {
  float: right;
}
.sc-actions-big{
  width: 50%;
}
@media screen and (max-width : 500px){
.sc-actions{
  width: 50%;
}
}
.sc-header select {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
  font-size: 13px ;
}
.sc-header input {
  border-color: rgba(0, 0, 0, 0);
  padding: 0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Microsoft Yahei";
  color: #606060;
}
.sc-actions div {
  display: inline-block;
  /*border: 1px solid #ccc;*/
  vertical-align: bottom;
  width: 20px;
  padding-bottom: 5px;
  font-size: 1.5em;
  line-height: 0.9em;
}
.sc-return-today {
  display: block;
  background-color: #F5F5F9;
  border-radius: 2px;
  /* border: 1px solid #ccc; */
  width: 60px;
  font-size: 0.8em;
  padding: 0.3em;
  margin: auto;
}

.sc-time {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
}

.sc-item:nth-child(7n+1), .sc-item:nth-child(7n) {
  background-color: #F88942;
  background-image: linear-gradient(135deg, #F47139 0%, #F88942 100%);
  color: #fff;
}
.sc-item:nth-child(7n+1) .lunar-day, .sc-item:nth-child(7n) .lunar-day {
  color: #fff;
}

.sc-work {
  background-image: none !important;
  background-color: #fff !important;
  color: #565555 !important;
}
.sc-work .lunar-day {
  color: #565555 !important;
}

.sc-today {
  background-color: #3AC735!important;
  color: white!important;
  border: 1px solid #3AC735;
}
.sc-today .lunar-day {
  color: #fff !important;
}
.sc-work.sc-festival .lunar-day{
  color: #FF5900 !important;
}
.red-theme xm-select .xm-label .xm-label-block{background-color:#ff7200 !important}.blue-theme xm-select .xm-label .xm-label-block{background-color:#3c8ddb !important}.green-theme xm-select .xm-label .xm-label-block{background-color:#4daf7b !important}.orange-theme xm-select .xm-label .xm-label-block{background-color:#ffb142 !important}.darkred-theme xm-select .xm-label .xm-label-block{background-color:#c60100 !important}.darkblue-theme xm-select .xm-label .xm-label-block{background-color:#37f !important}.elep-theme xm-select .xm-label .xm-label-block{background-color:#2787EE !important}.elep-red-theme xm-select .xm-label .xm-label-block{background-color:#ff7200 !important}.nmRed-theme xm-select .xm-label .xm-label-block{background-color:#e51c16 !important}.hdBlue-theme xm-select .xm-label .xm-label-block{background-color:#2495c7 !important}.zydxRed-theme xm-select .xm-label .xm-label-block{background-color:#cd0911 !important}.gzgb-theme xm-select .xm-label .xm-label-block{background-color:#942320 !important}.ct-theme xm-select .xm-label .xm-label-block{background-color:#303987 !important}.zgyc-theme xm-select .xm-label .xm-label-block{background-color:#007c5d !important}.hbBlue-theme xm-select .xm-label .xm-label-block{background-color:#1A66B1 !important}.nx-theme xm-select .xm-label .xm-label-block{background-color:#1b82d2 !important}.dingtalk-theme xm-select .xm-label .xm-label-block{background-color:#3C8AF8 !important}.red-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #ff7200 !important}.blue-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #3c8ddb !important}.green-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #4daf7b !important}.orange-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #ffb142 !important}.darkred-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #c60100 !important}.darkblue-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #37f !important}.elep-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #2787EE !important}.elep-red-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #ff7200 !important}.nmRed-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #e51c16 !important}.hdBlue-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #2495c7 !important}.zydxRed-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #cd0911 !important}.gzgb-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #942320 !important}.ct-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #303987 !important}.zgyc-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #007c5d !important}.hbBlue-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #1A66B1 !important}.nx-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #1b82d2 !important}.dingtalk-theme xm-select .xm-body .xm-option .xm-option-icon{border:1px solid #3C8AF8 !important}.red-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#ff7200 !important}.blue-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#3c8ddb !important}.green-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#4daf7b !important}.orange-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#ffb142 !important}.darkred-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#c60100 !important}.darkblue-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#37f !important}.elep-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#2787EE !important}.elep-red-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#ff7200 !important}.nmRed-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#e51c16 !important}.hdBlue-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#2495c7 !important}.zydxRed-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#cd0911 !important}.gzgb-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#942320 !important}.ct-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#303987 !important}.zgyc-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#007c5d !important}.hbBlue-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#1A66B1 !important}.nx-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#1b82d2 !important}.dingtalk-theme xm-select .xm-body .xm-option.selected .xm-option-icon{color:#3C8AF8 !important}.layui-form-label{padding:9px 9px !important;width:92px;font-weight:bold}.layui-btn{font-size:14px !important}.red-theme .layui-btn{background-color:#ff7200}.blue-theme .layui-btn{background-color:#3c8ddb}.green-theme .layui-btn{background-color:#4daf7b}.orange-theme .layui-btn{background-color:#ffb142}.darkred-theme .layui-btn{background-color:#c60100}.darkblue-theme .layui-btn{background-color:#37f}.elep-theme .layui-btn{background-color:#2787EE}.elep-red-theme .layui-btn{background-color:#ff7200}.nmRed-theme .layui-btn{background-color:#e51c16}.hdBlue-theme .layui-btn{background-color:#2495c7}.zydxRed-theme .layui-btn{background-color:#cd0911}.gzgb-theme .layui-btn{background-color:#942320}.ct-theme .layui-btn{background-color:#303987}.zgyc-theme .layui-btn{background-color:#007c5d}.hbBlue-theme .layui-btn{background-color:#1A66B1}.nx-theme .layui-btn{background-color:#1b82d2}.dingtalk-theme .layui-btn{background-color:#3C8AF8}.layui-btn.layui-btn-primary{background-color:#fff !important;font-size:14px !important}.layui-layer-btn .layui-layer-btn0{font-size:14px !important}.red-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #ff7200}.blue-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #3c8ddb}.green-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #4daf7b}.orange-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #ffb142}.darkred-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #c60100}.darkblue-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #37f}.elep-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #2787EE}.elep-red-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #ff7200}.nmRed-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #e51c16}.hdBlue-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #2495c7}.zydxRed-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #cd0911}.gzgb-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #942320}.ct-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #303987}.zgyc-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #007c5d}.hbBlue-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #1A66B1}.nx-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #1b82d2}.dingtalk-theme .layui-layer-btn .layui-layer-btn0{border:1px solid #3C8AF8}.red-theme .layui-layer-btn .layui-layer-btn0{background-color:#ff7200}.blue-theme .layui-layer-btn .layui-layer-btn0{background-color:#3c8ddb}.green-theme .layui-layer-btn .layui-layer-btn0{background-color:#4daf7b}.orange-theme .layui-layer-btn .layui-layer-btn0{background-color:#ffb142}.darkred-theme .layui-layer-btn .layui-layer-btn0{background-color:#c60100}.darkblue-theme .layui-layer-btn .layui-layer-btn0{background-color:#37f}.elep-theme .layui-layer-btn .layui-layer-btn0{background-color:#2787EE}.elep-red-theme .layui-layer-btn .layui-layer-btn0{background-color:#ff7200}.nmRed-theme .layui-layer-btn .layui-layer-btn0{background-color:#e51c16}.hdBlue-theme .layui-layer-btn .layui-layer-btn0{background-color:#2495c7}.zydxRed-theme .layui-layer-btn .layui-layer-btn0{background-color:#cd0911}.gzgb-theme .layui-layer-btn .layui-layer-btn0{background-color:#942320}.ct-theme .layui-layer-btn .layui-layer-btn0{background-color:#303987}.zgyc-theme .layui-layer-btn .layui-layer-btn0{background-color:#007c5d}.hbBlue-theme .layui-layer-btn .layui-layer-btn0{background-color:#1A66B1}.nx-theme .layui-layer-btn .layui-layer-btn0{background-color:#1b82d2}.dingtalk-theme .layui-layer-btn .layui-layer-btn0{background-color:#3C8AF8}.red-theme .layui-layer-btn .layui-layer-btn1:hover,.red-theme .layui-layer-btn .layui-layer-btn2:hover,.red-theme .layui-layer-btn .layui-layer-btn3:hover,.red-theme .layui-layer-btn .layui-layer-btn4:hover,.red-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #ff7200 !important}.blue-theme .layui-layer-btn .layui-layer-btn1:hover,.blue-theme .layui-layer-btn .layui-layer-btn2:hover,.blue-theme .layui-layer-btn .layui-layer-btn3:hover,.blue-theme .layui-layer-btn .layui-layer-btn4:hover,.blue-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #3c8ddb !important}.green-theme .layui-layer-btn .layui-layer-btn1:hover,.green-theme .layui-layer-btn .layui-layer-btn2:hover,.green-theme .layui-layer-btn .layui-layer-btn3:hover,.green-theme .layui-layer-btn .layui-layer-btn4:hover,.green-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #4daf7b !important}.orange-theme .layui-layer-btn .layui-layer-btn1:hover,.orange-theme .layui-layer-btn .layui-layer-btn2:hover,.orange-theme .layui-layer-btn .layui-layer-btn3:hover,.orange-theme .layui-layer-btn .layui-layer-btn4:hover,.orange-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #ffb142 !important}.darkred-theme .layui-layer-btn .layui-layer-btn1:hover,.darkred-theme .layui-layer-btn .layui-layer-btn2:hover,.darkred-theme .layui-layer-btn .layui-layer-btn3:hover,.darkred-theme .layui-layer-btn .layui-layer-btn4:hover,.darkred-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #c60100 !important}.darkblue-theme .layui-layer-btn .layui-layer-btn1:hover,.darkblue-theme .layui-layer-btn .layui-layer-btn2:hover,.darkblue-theme .layui-layer-btn .layui-layer-btn3:hover,.darkblue-theme .layui-layer-btn .layui-layer-btn4:hover,.darkblue-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #37f !important}.elep-theme .layui-layer-btn .layui-layer-btn1:hover,.elep-theme .layui-layer-btn .layui-layer-btn2:hover,.elep-theme .layui-layer-btn .layui-layer-btn3:hover,.elep-theme .layui-layer-btn .layui-layer-btn4:hover,.elep-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #2787EE !important}.elep-red-theme .layui-layer-btn .layui-layer-btn1:hover,.elep-red-theme .layui-layer-btn .layui-layer-btn2:hover,.elep-red-theme .layui-layer-btn .layui-layer-btn3:hover,.elep-red-theme .layui-layer-btn .layui-layer-btn4:hover,.elep-red-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #ff7200 !important}.nmRed-theme .layui-layer-btn .layui-layer-btn1:hover,.nmRed-theme .layui-layer-btn .layui-layer-btn2:hover,.nmRed-theme .layui-layer-btn .layui-layer-btn3:hover,.nmRed-theme .layui-layer-btn .layui-layer-btn4:hover,.nmRed-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #e51c16 !important}.hdBlue-theme .layui-layer-btn .layui-layer-btn1:hover,.hdBlue-theme .layui-layer-btn .layui-layer-btn2:hover,.hdBlue-theme .layui-layer-btn .layui-layer-btn3:hover,.hdBlue-theme .layui-layer-btn .layui-layer-btn4:hover,.hdBlue-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #2495c7 !important}.zydxRed-theme .layui-layer-btn .layui-layer-btn1:hover,.zydxRed-theme .layui-layer-btn .layui-layer-btn2:hover,.zydxRed-theme .layui-layer-btn .layui-layer-btn3:hover,.zydxRed-theme .layui-layer-btn .layui-layer-btn4:hover,.zydxRed-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #cd0911 !important}.gzgb-theme .layui-layer-btn .layui-layer-btn1:hover,.gzgb-theme .layui-layer-btn .layui-layer-btn2:hover,.gzgb-theme .layui-layer-btn .layui-layer-btn3:hover,.gzgb-theme .layui-layer-btn .layui-layer-btn4:hover,.gzgb-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #942320 !important}.ct-theme .layui-layer-btn .layui-layer-btn1:hover,.ct-theme .layui-layer-btn .layui-layer-btn2:hover,.ct-theme .layui-layer-btn .layui-layer-btn3:hover,.ct-theme .layui-layer-btn .layui-layer-btn4:hover,.ct-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #303987 !important}.zgyc-theme .layui-layer-btn .layui-layer-btn1:hover,.zgyc-theme .layui-layer-btn .layui-layer-btn2:hover,.zgyc-theme .layui-layer-btn .layui-layer-btn3:hover,.zgyc-theme .layui-layer-btn .layui-layer-btn4:hover,.zgyc-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #007c5d !important}.hbBlue-theme .layui-layer-btn .layui-layer-btn1:hover,.hbBlue-theme .layui-layer-btn .layui-layer-btn2:hover,.hbBlue-theme .layui-layer-btn .layui-layer-btn3:hover,.hbBlue-theme .layui-layer-btn .layui-layer-btn4:hover,.hbBlue-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #1A66B1 !important}.nx-theme .layui-layer-btn .layui-layer-btn1:hover,.nx-theme .layui-layer-btn .layui-layer-btn2:hover,.nx-theme .layui-layer-btn .layui-layer-btn3:hover,.nx-theme .layui-layer-btn .layui-layer-btn4:hover,.nx-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #1b82d2 !important}.dingtalk-theme .layui-layer-btn .layui-layer-btn1:hover,.dingtalk-theme .layui-layer-btn .layui-layer-btn2:hover,.dingtalk-theme .layui-layer-btn .layui-layer-btn3:hover,.dingtalk-theme .layui-layer-btn .layui-layer-btn4:hover,.dingtalk-theme .layui-layer-btn .layui-layer-btn5:hover{border:1px solid #3C8AF8 !important}.layui-tab-brief>.layui-tab-title .layui-this{font-weight:bold}.red-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#ff7200}.blue-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#3c8ddb}.green-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#4daf7b}.orange-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#ffb142}.darkred-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#c60100}.darkblue-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#37f}.elep-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#2787EE}.elep-red-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#ff7200}.nmRed-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#e51c16}.hdBlue-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#2495c7}.zydxRed-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#cd0911}.gzgb-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#942320}.ct-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#303987}.zgyc-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#007c5d}.hbBlue-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#1A66B1}.nx-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#1b82d2}.dingtalk-theme .layui-tab-brief>.layui-tab-title .layui-this{color:#3C8AF8}.layui-tab-brief>.layui-tab-title li{padding:0 25px}.layui-tab-brief>.layui-tab-more li.layui-this:after,.layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-width:3px;border-bottom-style:solid}.red-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.red-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#ff7200}.blue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.blue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#3c8ddb}.green-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.green-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#4daf7b}.orange-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.orange-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#ffb142}.darkred-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.darkred-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#c60100}.darkblue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.darkblue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#37f}.elep-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.elep-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#2787EE}.elep-red-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.elep-red-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#ff7200}.nmRed-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.nmRed-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#e51c16}.hdBlue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.hdBlue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#2495c7}.zydxRed-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.zydxRed-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#cd0911}.gzgb-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.gzgb-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#942320}.ct-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.ct-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#303987}.zgyc-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.zgyc-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#007c5d}.hbBlue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.hbBlue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#1A66B1}.nx-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.nx-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#1b82d2}.dingtalk-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.dingtalk-theme .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom-color:#3C8AF8}.red-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.red-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#ff7200}.blue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.blue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#3c8ddb}.green-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.green-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#4daf7b}.orange-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.orange-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#ffb142}.darkred-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.darkred-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#c60100}.darkblue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.darkblue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#37f}.elep-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.elep-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#2787EE}.elep-red-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.elep-red-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#ff7200}.nmRed-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.nmRed-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#e51c16}.hdBlue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.hdBlue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#2495c7}.zydxRed-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.zydxRed-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#cd0911}.gzgb-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.gzgb-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#942320}.ct-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.ct-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#303987}.zgyc-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.zgyc-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#007c5d}.hbBlue-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.hbBlue-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#1A66B1}.nx-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.nx-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#1b82d2}.dingtalk-theme .layui-tab-brief>.layui-tab-more li.layui-this:after,.dingtalk-theme .layui-tab-brief>.layui-tab-title .layui-this:after{color:#3C8AF8}.red-theme .layui-form-select dl dd.layui-this{background-color:#ff7200}.blue-theme .layui-form-select dl dd.layui-this{background-color:#3c8ddb}.green-theme .layui-form-select dl dd.layui-this{background-color:#4daf7b}.orange-theme .layui-form-select dl dd.layui-this{background-color:#ffb142}.darkred-theme .layui-form-select dl dd.layui-this{background-color:#c60100}.darkblue-theme .layui-form-select dl dd.layui-this{background-color:#37f}.elep-theme .layui-form-select dl dd.layui-this{background-color:#2787EE}.elep-red-theme .layui-form-select dl dd.layui-this{background-color:#ff7200}.nmRed-theme .layui-form-select dl dd.layui-this{background-color:#e51c16}.hdBlue-theme .layui-form-select dl dd.layui-this{background-color:#2495c7}.zydxRed-theme .layui-form-select dl dd.layui-this{background-color:#cd0911}.gzgb-theme .layui-form-select dl dd.layui-this{background-color:#942320}.ct-theme .layui-form-select dl dd.layui-this{background-color:#303987}.zgyc-theme .layui-form-select dl dd.layui-this{background-color:#007c5d}.hbBlue-theme .layui-form-select dl dd.layui-this{background-color:#1A66B1}.nx-theme .layui-form-select dl dd.layui-this{background-color:#1b82d2}.dingtalk-theme .layui-form-select dl dd.layui-this{background-color:#3C8AF8}.red-theme .layui-form-radio>i:hover,.red-theme .layui-form-radioed>i{color:#ff7200}.blue-theme .layui-form-radio>i:hover,.blue-theme .layui-form-radioed>i{color:#3c8ddb}.green-theme .layui-form-radio>i:hover,.green-theme .layui-form-radioed>i{color:#4daf7b}.orange-theme .layui-form-radio>i:hover,.orange-theme .layui-form-radioed>i{color:#ffb142}.darkred-theme .layui-form-radio>i:hover,.darkred-theme .layui-form-radioed>i{color:#c60100}.darkblue-theme .layui-form-radio>i:hover,.darkblue-theme .layui-form-radioed>i{color:#37f}.elep-theme .layui-form-radio>i:hover,.elep-theme .layui-form-radioed>i{color:#2787EE}.elep-red-theme .layui-form-radio>i:hover,.elep-red-theme .layui-form-radioed>i{color:#ff7200}.nmRed-theme .layui-form-radio>i:hover,.nmRed-theme .layui-form-radioed>i{color:#e51c16}.hdBlue-theme .layui-form-radio>i:hover,.hdBlue-theme .layui-form-radioed>i{color:#2495c7}.zydxRed-theme .layui-form-radio>i:hover,.zydxRed-theme .layui-form-radioed>i{color:#cd0911}.gzgb-theme .layui-form-radio>i:hover,.gzgb-theme .layui-form-radioed>i{color:#942320}.ct-theme .layui-form-radio>i:hover,.ct-theme .layui-form-radioed>i{color:#303987}.zgyc-theme .layui-form-radio>i:hover,.zgyc-theme .layui-form-radioed>i{color:#007c5d}.hbBlue-theme .layui-form-radio>i:hover,.hbBlue-theme .layui-form-radioed>i{color:#1A66B1}.nx-theme .layui-form-radio>i:hover,.nx-theme .layui-form-radioed>i{color:#1b82d2}.dingtalk-theme .layui-form-radio>i:hover,.dingtalk-theme .layui-form-radioed>i{color:#3C8AF8}.red-theme .layui-form-checked[lay-skin="primary"] i{background-color:#ff7200}.blue-theme .layui-form-checked[lay-skin="primary"] i{background-color:#3c8ddb}.green-theme .layui-form-checked[lay-skin="primary"] i{background-color:#4daf7b}.orange-theme .layui-form-checked[lay-skin="primary"] i{background-color:#ffb142}.darkred-theme .layui-form-checked[lay-skin="primary"] i{background-color:#c60100}.darkblue-theme .layui-form-checked[lay-skin="primary"] i{background-color:#37f}.elep-theme .layui-form-checked[lay-skin="primary"] i{background-color:#2787EE}.elep-red-theme .layui-form-checked[lay-skin="primary"] i{background-color:#ff7200}.nmRed-theme .layui-form-checked[lay-skin="primary"] i{background-color:#e51c16}.hdBlue-theme .layui-form-checked[lay-skin="primary"] i{background-color:#2495c7}.zydxRed-theme .layui-form-checked[lay-skin="primary"] i{background-color:#cd0911}.gzgb-theme .layui-form-checked[lay-skin="primary"] i{background-color:#942320}.ct-theme .layui-form-checked[lay-skin="primary"] i{background-color:#303987}.zgyc-theme .layui-form-checked[lay-skin="primary"] i{background-color:#007c5d}.hbBlue-theme .layui-form-checked[lay-skin="primary"] i{background-color:#1A66B1}.nx-theme .layui-form-checked[lay-skin="primary"] i{background-color:#1b82d2}.dingtalk-theme .layui-form-checked[lay-skin="primary"] i{background-color:#3C8AF8}.red-theme .layui-form-checked[lay-skin="primary"] i{border-color:#ff7200}.blue-theme .layui-form-checked[lay-skin="primary"] i{border-color:#3c8ddb}.green-theme .layui-form-checked[lay-skin="primary"] i{border-color:#4daf7b}.orange-theme .layui-form-checked[lay-skin="primary"] i{border-color:#ffb142}.darkred-theme .layui-form-checked[lay-skin="primary"] i{border-color:#c60100}.darkblue-theme .layui-form-checked[lay-skin="primary"] i{border-color:#37f}.elep-theme .layui-form-checked[lay-skin="primary"] i{border-color:#2787EE}.elep-red-theme .layui-form-checked[lay-skin="primary"] i{border-color:#ff7200}.nmRed-theme .layui-form-checked[lay-skin="primary"] i{border-color:#e51c16}.hdBlue-theme .layui-form-checked[lay-skin="primary"] i{border-color:#2495c7}.zydxRed-theme .layui-form-checked[lay-skin="primary"] i{border-color:#cd0911}.gzgb-theme .layui-form-checked[lay-skin="primary"] i{border-color:#942320}.ct-theme .layui-form-checked[lay-skin="primary"] i{border-color:#303987}.zgyc-theme .layui-form-checked[lay-skin="primary"] i{border-color:#007c5d}.hbBlue-theme .layui-form-checked[lay-skin="primary"] i{border-color:#1A66B1}.nx-theme .layui-form-checked[lay-skin="primary"] i{border-color:#1b82d2}.dingtalk-theme .layui-form-checked[lay-skin="primary"] i{border-color:#3C8AF8}.layui-form-checkbox[lay-skin="primary"]:hover i{color:#fff}.red-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#ff7200}.blue-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#3c8ddb}.green-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#4daf7b}.orange-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#ffb142}.darkred-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#c60100}.darkblue-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#37f}.elep-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#2787EE}.elep-red-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#ff7200}.nmRed-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#e51c16}.hdBlue-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#2495c7}.zydxRed-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#cd0911}.gzgb-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#942320}.ct-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#303987}.zgyc-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#007c5d}.hbBlue-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#1A66B1}.nx-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#1b82d2}.dingtalk-theme .layui-form-checkbox[lay-skin="primary"]:hover i{border-color:#3C8AF8}.red-theme .layui-form-onswitch{border-color:#ff7200}.blue-theme .layui-form-onswitch{border-color:#3c8ddb}.green-theme .layui-form-onswitch{border-color:#4daf7b}.orange-theme .layui-form-onswitch{border-color:#ffb142}.darkred-theme .layui-form-onswitch{border-color:#c60100}.darkblue-theme .layui-form-onswitch{border-color:#37f}.elep-theme .layui-form-onswitch{border-color:#2787EE}.elep-red-theme .layui-form-onswitch{border-color:#ff7200}.nmRed-theme .layui-form-onswitch{border-color:#e51c16}.hdBlue-theme .layui-form-onswitch{border-color:#2495c7}.zydxRed-theme .layui-form-onswitch{border-color:#cd0911}.gzgb-theme .layui-form-onswitch{border-color:#942320}.ct-theme .layui-form-onswitch{border-color:#303987}.zgyc-theme .layui-form-onswitch{border-color:#007c5d}.hbBlue-theme .layui-form-onswitch{border-color:#1A66B1}.nx-theme .layui-form-onswitch{border-color:#1b82d2}.dingtalk-theme .layui-form-onswitch{border-color:#3C8AF8}.red-theme .layui-form-onswitch{background-color:#ff7200}.blue-theme .layui-form-onswitch{background-color:#3c8ddb}.green-theme .layui-form-onswitch{background-color:#4daf7b}.orange-theme .layui-form-onswitch{background-color:#ffb142}.darkred-theme .layui-form-onswitch{background-color:#c60100}.darkblue-theme .layui-form-onswitch{background-color:#37f}.elep-theme .layui-form-onswitch{background-color:#2787EE}.elep-red-theme .layui-form-onswitch{background-color:#ff7200}.nmRed-theme .layui-form-onswitch{background-color:#e51c16}.hdBlue-theme .layui-form-onswitch{background-color:#2495c7}.zydxRed-theme .layui-form-onswitch{background-color:#cd0911}.gzgb-theme .layui-form-onswitch{background-color:#942320}.ct-theme .layui-form-onswitch{background-color:#303987}.zgyc-theme .layui-form-onswitch{background-color:#007c5d}.hbBlue-theme .layui-form-onswitch{background-color:#1A66B1}.nx-theme .layui-form-onswitch{background-color:#1b82d2}.dingtalk-theme .layui-form-onswitch{background-color:#3C8AF8}.pagination{height:40px;overflow:hidden}.pagination::after{display:block;clear:both;content:""}.pagination .layui-box{margin-bottom:0px !important}.pagination .layui-laypage a,.pagination .layui-laypage span{border-style:none !important;margin-bottom:0px !important}.red-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#ff7200}.blue-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#3c8ddb}.green-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#4daf7b}.orange-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#ffb142}.darkred-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#c60100}.darkblue-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#37f}.elep-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2787EE}.elep-red-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#ff7200}.nmRed-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#e51c16}.hdBlue-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2495c7}.zydxRed-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#cd0911}.gzgb-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#942320}.ct-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#303987}.zgyc-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#007c5d}.hbBlue-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1A66B1}.nx-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1b82d2}.dingtalk-theme .pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#3C8AF8}.tabContainer .layui-tab .layui-tab-title .layui-this{font-weight:bold}.tabContainer .layui-tab .layui-tab-title .layui-this:after{position:absolute;left:0;top:0;content:"";width:100%;height:100%;box-sizing:border-box;pointer-events:none;border:1px solid #e6e6e6}.tabContainer .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{position:absolute;left:0;top:0;content:"";width:100%;height:100%;box-sizing:border-box;pointer-events:none}.tabContainer .layui-tab-card>.layui-tab-title li{margin-left:0px}.layui-tab-card>.layui-tab-title{background-color:#fff}.layui-tab-card .layui-tab-title .layui-this{font-weight:bold;background-color:#f4f4f4}.red-theme .layui-tab-card .layui-tab-title .layui-this{color:#ff7200}.blue-theme .layui-tab-card .layui-tab-title .layui-this{color:#3c8ddb}.green-theme .layui-tab-card .layui-tab-title .layui-this{color:#4daf7b}.orange-theme .layui-tab-card .layui-tab-title .layui-this{color:#ffb142}.darkred-theme .layui-tab-card .layui-tab-title .layui-this{color:#c60100}.darkblue-theme .layui-tab-card .layui-tab-title .layui-this{color:#37f}.elep-theme .layui-tab-card .layui-tab-title .layui-this{color:#2787EE}.elep-red-theme .layui-tab-card .layui-tab-title .layui-this{color:#ff7200}.nmRed-theme .layui-tab-card .layui-tab-title .layui-this{color:#e51c16}.hdBlue-theme .layui-tab-card .layui-tab-title .layui-this{color:#2495c7}.zydxRed-theme .layui-tab-card .layui-tab-title .layui-this{color:#cd0911}.gzgb-theme .layui-tab-card .layui-tab-title .layui-this{color:#942320}.ct-theme .layui-tab-card .layui-tab-title .layui-this{color:#303987}.zgyc-theme .layui-tab-card .layui-tab-title .layui-this{color:#007c5d}.hbBlue-theme .layui-tab-card .layui-tab-title .layui-this{color:#1A66B1}.nx-theme .layui-tab-card .layui-tab-title .layui-this{color:#1b82d2}.dingtalk-theme .layui-tab-card .layui-tab-title .layui-this{color:#3C8AF8}.layui-tab-card .layui-tab-title .layui-this:after{border-bottom-width:3px;border-bottom-style:solid}.red-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#ff7200}.blue-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#3c8ddb}.green-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#4daf7b}.orange-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#ffb142}.darkred-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#c60100}.darkblue-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#37f}.elep-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#2787EE}.elep-red-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#ff7200}.nmRed-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#e51c16}.hdBlue-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#2495c7}.zydxRed-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#cd0911}.gzgb-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#942320}.ct-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#303987}.zgyc-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#007c5d}.hbBlue-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#1A66B1}.nx-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#1b82d2}.dingtalk-theme .layui-tab-card .layui-tab-title .layui-this:after{border-bottom-color:#3C8AF8}.red-theme .layui-slider-bar{background-color:#ff7200 !important}.blue-theme .layui-slider-bar{background-color:#3c8ddb !important}.green-theme .layui-slider-bar{background-color:#4daf7b !important}.orange-theme .layui-slider-bar{background-color:#ffb142 !important}.darkred-theme .layui-slider-bar{background-color:#c60100 !important}.darkblue-theme .layui-slider-bar{background-color:#37f !important}.elep-theme .layui-slider-bar{background-color:#2787EE !important}.elep-red-theme .layui-slider-bar{background-color:#ff7200 !important}.nmRed-theme .layui-slider-bar{background-color:#e51c16 !important}.hdBlue-theme .layui-slider-bar{background-color:#2495c7 !important}.zydxRed-theme .layui-slider-bar{background-color:#cd0911 !important}.gzgb-theme .layui-slider-bar{background-color:#942320 !important}.ct-theme .layui-slider-bar{background-color:#303987 !important}.zgyc-theme .layui-slider-bar{background-color:#007c5d !important}.hbBlue-theme .layui-slider-bar{background-color:#1A66B1 !important}.nx-theme .layui-slider-bar{background-color:#1b82d2 !important}.dingtalk-theme .layui-slider-bar{background-color:#3C8AF8 !important}.red-theme .layui-slider-wrap-btn{border-color:#ff7200 !important}.blue-theme .layui-slider-wrap-btn{border-color:#3c8ddb !important}.green-theme .layui-slider-wrap-btn{border-color:#4daf7b !important}.orange-theme .layui-slider-wrap-btn{border-color:#ffb142 !important}.darkred-theme .layui-slider-wrap-btn{border-color:#c60100 !important}.darkblue-theme .layui-slider-wrap-btn{border-color:#37f !important}.elep-theme .layui-slider-wrap-btn{border-color:#2787EE !important}.elep-red-theme .layui-slider-wrap-btn{border-color:#ff7200 !important}.nmRed-theme .layui-slider-wrap-btn{border-color:#e51c16 !important}.hdBlue-theme .layui-slider-wrap-btn{border-color:#2495c7 !important}.zydxRed-theme .layui-slider-wrap-btn{border-color:#cd0911 !important}.gzgb-theme .layui-slider-wrap-btn{border-color:#942320 !important}.ct-theme .layui-slider-wrap-btn{border-color:#303987 !important}.zgyc-theme .layui-slider-wrap-btn{border-color:#007c5d !important}.hbBlue-theme .layui-slider-wrap-btn{border-color:#1A66B1 !important}.nx-theme .layui-slider-wrap-btn{border-color:#1b82d2 !important}.dingtalk-theme .layui-slider-wrap-btn{border-color:#3C8AF8 !important}.layui-slider-tips{background:#5f5f5f}.layui-slider-tips:after{border-color:#5f5f5f transparent transparent}.tabSideContainer{height:100%;position:relative}.tabSideContainer .layui-tab{height:100%;margin:0}.tabSideContainer .layui-tab li{display:inherit;width:14px;min-width:14px;white-space:pre-wrap;word-wrap:break-word;line-height:19px;padding:25px 15px;position:relative}.tabSideContainer .layui-tab:after{content:"";display:block;clear:both}.tabSideContainer .layui-tab-title{border:none;height:100%;width:44px}.tabSideContainer .layui-tab-content{text-align:justify;padding-left:50px}.left_container .layui-tab-title{position:absolute;border-right:1px solid #e6e6e6}.left_container .layui-tab-content{padding-top:0;margin-left:50px;height:100% !important}.left_container .layui-tab .layui-tab-title .layui-this:after{border-right-color:#f6f6f6}.left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border:none !important;border-right-width:3px !important;border-right-style:solid !important}.red-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#ff7200 !important}.blue-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#3c8ddb !important}.green-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#4daf7b !important}.orange-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#ffb142 !important}.darkred-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#c60100 !important}.darkblue-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#37f !important}.elep-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#2787EE !important}.elep-red-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#ff7200 !important}.nmRed-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#e51c16 !important}.hdBlue-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#2495c7 !important}.zydxRed-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#cd0911 !important}.gzgb-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#942320 !important}.ct-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#303987 !important}.zgyc-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#007c5d !important}.hbBlue-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#1A66B1 !important}.nx-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#1b82d2 !important}.dingtalk-theme .left_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-right-color:#3C8AF8 !important}.left_container .layui-tab li{left:1px;padding:15px}.left_container .customer-tab-pad{position:relative}.left_container .customer-tab-pad.layui-tab .layui-tab-title{display:flex;flex-direction:column;justify-content:center;border-right:none;position:absolute}.left_container .customer-tab-pad.layui-tab .layui-tab-title li{margin:20px 0}.left_container .customer-tab-pad.layui-tab .layui-tab-content{min-height:20px;float:left;width:calc(100% - 50px)}.left_container .customer-tab-pad.layui-tab .layui-tab-content .layui-tab-item{width:calc(100% - 8px)}.right_container .layui-tab-title{border-left:1px solid #e6e6e6;position:absolute;right:0;left:unset}.right_container .layui-tab-content{padding-top:0;width:calc(100% - 50px);height:100% !important}.right_container .layui-tab .layui-tab-title .layui-this:after{border-left-color:#f6f6f6}.right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border:none !important;border-left-width:3px !important;border-left-style:solid !important}.red-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#ff7200 !important}.blue-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#3c8ddb !important}.green-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#4daf7b !important}.orange-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#ffb142 !important}.darkred-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#c60100 !important}.darkblue-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#37f !important}.elep-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#2787EE !important}.elep-red-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#ff7200 !important}.nmRed-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#e51c16 !important}.hdBlue-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#2495c7 !important}.zydxRed-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#cd0911 !important}.gzgb-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#942320 !important}.ct-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#303987 !important}.zgyc-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#007c5d !important}.hbBlue-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#1A66B1 !important}.nx-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#1b82d2 !important}.dingtalk-theme .right_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-left-color:#3C8AF8 !important}.right_container .layui-tab li{right:1px;padding:15px}.right_container .customer-tab-pad{position:relative}.right_container .customer-tab-pad.layui-tab .layui-tab-title{display:flex;flex-direction:column;justify-content:center;border-left:none;position:absolute;right:-9px;left:unset}.right_container .customer-tab-pad.layui-tab .layui-tab-title li{margin:20px 0}.right_container .customer-tab-pad.layui-tab .layui-tab-content{min-height:20px;float:left;width:calc(100% - 34px)}.right_container .customer-tab-pad.layui-tab .layui-tab-content .layui-tab-item{width:calc(100% - 8px)}.tabContainer.bottom_container .customer-tab-pad.layui-tab .layui-tab-title{border-top:none}.tabContainer.bottom_container .layui-tab{margin:0}.tabContainer.bottom_container .layui-tab .layui-tab-content{padding-bottom:40px}.tabContainer.bottom_container .layui-tab .layui-tab-title{position:absolute;bottom:16px;left:0;right:0px;border:none;border-top:1px solid #e6e6e6;margin-left:8px;margin-right:8px}.tabContainer.bottom_container .layui-tab .layui-tab-title .layui-this:after{border-top-color:#f6f6f6}.tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title{border:none;border-bottom:1px solid #e6e6e6}.tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border:none !important;border-bottom-width:3px !important;border-bottom-style:solid !important}.red-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#ff7200 !important}.blue-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#3c8ddb !important}.green-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#4daf7b !important}.orange-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#ffb142 !important}.darkred-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#c60100 !important}.darkblue-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#37f !important}.elep-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#2787EE !important}.elep-red-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#ff7200 !important}.nmRed-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#e51c16 !important}.hdBlue-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#2495c7 !important}.zydxRed-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#cd0911 !important}.gzgb-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#942320 !important}.ct-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#303987 !important}.zgyc-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#007c5d !important}.hbBlue-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#1A66B1 !important}.nx-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#1b82d2 !important}.dingtalk-theme .tabContainer.bottom_container .layui-tab.layui-tab-brief .layui-tab-title .layui-this:after{border-bottom-color:#3C8AF8 !important}.tabContainer.bottom_container .layui-tab li{bottom:1px}.red-theme .layui-laydate .layui-this{background-color:#e63b2e !important}.blue-theme .layui-laydate .layui-this{background-color:#3c8ddb !important}.green-theme .layui-laydate .layui-this{background-color:#4daf7b !important}.orange-theme .layui-laydate .layui-this{background-color:#ffb142 !important}.darkred-theme .layui-laydate .layui-this{background-color:#c60100 !important}.darkblue-theme .layui-laydate .layui-this{background-color:#37f !important}.elep-theme .layui-laydate .layui-this{background-color:#fff !important}.elep-red-theme .layui-laydate .layui-this{background-color:#fff !important}.nmRed-theme .layui-laydate .layui-this{background-color:#e51c16 !important}.hdBlue-theme .layui-laydate .layui-this{background-color:#2495c7 !important}.zydxRed-theme .layui-laydate .layui-this{background-color:#cd0911 !important}.gzgb-theme .layui-laydate .layui-this{background-color:#942320 !important}.ct-theme .layui-laydate .layui-this{background-color:#cd0911 !important}.zgyc-theme .layui-laydate .layui-this{background-color:#57B8A0 !important}.hbBlue-theme .layui-laydate .layui-this{background-color:#1A66B1 !important}.nx-theme .layui-laydate .layui-this{background-color:#00548F !important}.dingtalk-theme .layui-laydate .layui-this{background-color:#3C8AF8 !important}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.ds_page .ds_coursetable{padding:0px;position:absolute;top:0px;right:0px;bottom:0px;left:0px;box-sizing:border-box}.ds_page .ds_coursetable .ds_coursetable_box{position:relative;box-sizing:border-box;height:100%}.ds_page .ds_coursetable .ds_coursetable_header{position:fixed;box-sizing:border-box;height:105px;margin-right:-100%;background-color:#f6f6f6;z-index:10}.ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner{height:95px;box-sizing:border-box;padding:8px;background-color:#fff}.red-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#3377ff}.ds_page .ds_coursetable .ds_coursetable_content{padding-top:105px;box-sizing:border-box}.ds_page .ds_coursetable .ds_coursetable_content::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_coursetable .ds_coursetable_content td.timeout{background-color:#f8f8f8}.ds_page .ds_coursetable .ds_coursetable_content .ds_class_left{float:left;width:250px}.ds_page .ds_coursetable .ds_coursetable_content .ds_class_right{float:left;width:100%}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist{position:fixed;width:250px;margin-bottom:-100%;background-color:#fff;overflow:auto;border:1px solid #e6e6e6;box-sizing:border-box;padding:8px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item{padding:10px 0px;line-height:1.5em;min-height:3em}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{float:left;font-size:12px}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#3377ff}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class{margin-left:20px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_class_type{color:#999999}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_class_teacher{color:#999999}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_class_year{color:#999999}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail{height:40px;margin-bottom:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver{float:left;width:44px;height:35px;position:relative;line-height:50px;text-align:center;cursor:pointer}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver>a{display:inline-block;position:absolute;width:100%;height:100%;z-index:9;top:0px;left:0px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver>a::before{display:block;content:" ";background-color:#000;opacity:0.5;top:0px;left:0px;position:absolute;right:0px;bottom:0px;z-index:10}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver>a i.iconfont{font-size:30px;position:relative;z-index:11;color:#fff;top:-6px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver .conver{width:100%;height:100%;position:absolute;top:0px;left:0px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{float:left;cursor:pointer;margin-left:5px}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#3377ff}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_add_btn{float:right}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#3377ff}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item[allow-drag="1"]{cursor:move}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item ~ .ds_class_item{border-top:1px solid #e6e6e6}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .layui-tab-brief>.layui-tab-title li{padding:0px 5px;min-width:55px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule{margin-left:258px;height:auto}.ds_page .ds_coursetable .ds_coursetable_content .ds_weekday{height:35px;box-sizing:border-box;background-color:#fff;position:fixed;margin-bottom:-100%;width:100%;z-index:10}.ds_page .ds_coursetable .ds_coursetable_content .ds_period{width:45px;font-size:14px !important;font-weight:700}.ds_page .ds_coursetable .ds_coursetable_content .ds_day{text-align:center;box-sizing:border-box;font-size:14px !important;font-weight:700}.ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high{position:relative}.ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{display:block;content:" ";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:9}.red-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #3377ff}.ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{display:none;position:absolute;box-sizing:border-box;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:9;pointer-events:none}.red-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #3377ff}.ds_page .ds_coursetable .ds_coursetable_content td.ds_drop_high>.td_high_border{display:block}.ds_page .ds_coursetable .ds_coursetable_content .ds_weekend{color:#ff0e03}.ds_page .ds_coursetable .ds_coursetable_content .ds_monthoffset{color:#c0c0c0}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_content{box-sizing:border-box;background-color:#fff;margin-top:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_content.noData{padding:50px 20px;text-align:center;border:1px solid #e6e6e6;border-top:0}.ds_page .ds_coursetable .ds_coursetable_content .ds_day_content{min-height:100%;font-weight:normal;position:relative}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap{position:relative;height:100%;width:100%;padding-top:35px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item{box-sizing:border-box;min-height:210px;overflow:hidden;position:relative;padding:8px;text-align:center}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.ds_dragproxy{border:1px solid #e6e6e6;background-color:#fff;opacity:0.6;text-align:center;cursor:move}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class{font-weight:700;margin-bottom:10px;max-height:2em;line-height:1em;overflow:hidden}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_type{font-weight:700;color:#829db4}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_time{margin-bottom:10px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_address{margin-bottom:10px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_jsname{margin-bottom:10px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item span.conflict{font-size:12px !important;color:#fff;margin:0px 3px;display:none;cursor:pointer;background-color:red;padding:0px 3px;line-height:18px;border-radius:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item span.share{font-size:12px !important;color:#fff;margin:0px 3px;display:none;cursor:pointer;background-color:#f3ae4f;padding:0px 3px;line-height:18px;border-radius:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item span.adjust{font-size:12px !important;color:#fff;margin:0px 3px;display:none;cursor:pointer;background-color:#558cd0;padding:0px 3px;line-height:18px;border-radius:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.conflict span.conflict{display:inline-block !important}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.share span.share{display:inline-block !important}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.adjust span.adjust{display:inline-block !important}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item:first-child{border-top-style:none}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.timeout{background-color:#f8f8f8}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item ~ .ds_class_item{border-top:1px solid #e6e6e6}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #3377ff}.ds_page .ds_coursetable .ds_coursetable_content .table{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;box-sizing:border-box;border-spacing:0px;border-collapse:collapse;width:100%}.ds_page .ds_coursetable .ds_coursetable_content .table>tbody>tr>td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;text-align:center;box-sizing:border-box;height:35px;position:relative}.ds_page .ds_coursetable .ds_coursetable_content .table>tbody>tr>td.ds_day_content_td{vertical-align:top;background-clip:padding-box}.ds_page .ds_coursetable .ds_coursetable_tools{display:none;position:absolute;bottom:1px;border:1px solid #fff;overflow:hidden;left:0px;right:0px;text-align:center}.ds_page .ds_coursetable .ds_coursetable_tools>span{width:30px;height:30px;line-height:30px;display:inline-block;border-right:1px solid #fff;background-color:#d8d8d8;cursor:pointer}.ds_page .ds_coursetable .ds_coursetable_tools>span[event="drag"]{cursor:move}.red-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#3377ff}.ds_page .ds_coursetable .ds_coursetable_tools>span>i{width:100%;height:100%;display:inline-block;font-size:16px !important;color:#fff}.ds_page .ds_coursetable .ds_coursetable_tools>span:first-child{border-radius:5px 0px 0px 5px}.ds_page .ds_coursetable .ds_coursetable_tools>span:last-child{border-radius:0px 5px 5px 0px}.red-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#ff7200 !important}.blue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#3c8ddb !important}.green-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#4daf7b !important}.alibaba-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#ffb142 !important}.darkBlue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#3377ff !important}.ds_page .ds_coursetable .ds_coursetable_tools>span.dim{background-color:#d8d8d8 !important;cursor:no-drop !important}.ds_page .ds_coursetable.disabled .ds_coursetable_tools>span{background-color:#d8d8d8 !important;cursor:no-drop !important}.ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]{cursor:pointer !important}.red-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#ff7200 !important}.blue-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#3c8ddb !important}.green-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#4daf7b !important}.alibaba-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#ffb142 !important}.darkBlue-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#3377ff !important}.ds_page .ds_coursetable.disabled .ds_classlist .ds_class_item{cursor:default !important}.ds_page .ds_coursetable.ds_weekcoursetable .isTk{line-height:38px}.ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{content:"";display:inline-block;width:14px;height:14px;border-radius:3px;position:relative;top:2px;margin-left:10px;margin-right:5px;opacity:0.1}.red-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#3377ff}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule{margin-left:0;margin-bottom:5px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule td>.ds_day:nth-child(2){font-weight:normal}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_classname{width:170px;position:static;padding:8px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap{padding-top:31px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_schedule_content:first-child{margin-top:10px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_schedule_content:hover{box-shadow:0 0 10px #ccc}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item{min-height:auto}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.conflict{border:1px solid red}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ikt{position:relative}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ikt:before{content:"";display:inline-block;width:40px;height:40px;position:absolute;top:0;left:0;background:url(themes/img/I-kt_text.png) no-repeat;background-size:100% 100%}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust{position:relative}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.05}.red-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#3377ff}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class_type,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class_jsname,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class_address{display:none}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class:after{content:"";display:block;width:8px;height:6px;background:url(themes/img/weekCourseTableMore.png) no-repeat;position:absolute;left:50%;margin-left:-4px;bottom:4px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class_type,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class_jsname,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class_address,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class_type,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class_jsname,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class_address,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class{display:block}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class:after,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class:after{display:none}.ds_page .ds_coursetable .ds_class_item:hover>.ds_coursetable_tools{display:block}.ds_page .ds_coursetable.dragging .ds_coursetable_tools{display:none !important}.ds_page .ds_coursetable.adjust .ds_schedule{margin-left:auto;height:auto}.ds_page .ds_coursetable .sp_all_total{height:20px;float:left;line-height:20px;padding:5px;border-radius:5px;cursor:pointer}.ds_page .ds_coursetable .sp_choose_total{height:20px;float:left;margin-left:5px;line-height:20px;padding:5px;border-radius:5px;cursor:pointer}.ds_page .ds_coursetable .sp_all_total.active{color:#fff}.red-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#3377ff}.ds_page .ds_coursetable .sp_choose_total.active{color:#fff}.red-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#4daf7b}.alibaba-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#ffb142}.darkBlue-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#3377ff}body{background-color:#f6f6f6;overflow-x:hidden}.ds_drag_proxy{position:absolute !important;z-index:999;border:1px solid #999;padding:10px;background-color:#f5f5f5;height:auto !important}.to_desgin{position:fixed;width:40px;height:40px;line-height:40px;border-radius:5px;bottom:20px;right:20px;text-align:center;z-index:9999}.red-theme .to_desgin{background-color:#ff7200}.blue-theme .to_desgin{background-color:#3c8ddb}.green-theme .to_desgin{background-color:#4daf7b}.orange-theme .to_desgin{background-color:#ffb142}.darkred-theme .to_desgin{background-color:#c60100}.darkblue-theme .to_desgin{background-color:#37f}.elep-theme .to_desgin{background-color:#2787EE}.elep-red-theme .to_desgin{background-color:#ff7200}.nmRed-theme .to_desgin{background-color:#e51c16}.hdBlue-theme .to_desgin{background-color:#2495c7}.zydxRed-theme .to_desgin{background-color:#cd0911}.gzgb-theme .to_desgin{background-color:#942320}.ct-theme .to_desgin{background-color:#303987}.zgyc-theme .to_desgin{background-color:#007c5d}.hbBlue-theme .to_desgin{background-color:#1A66B1}.nx-theme .to_desgin{background-color:#1b82d2}.dingtalk-theme .to_desgin{background-color:#3C8AF8}.to_desgin .iconfont{font-size:20px;color:#fff}.error_detail{position:fixed;width:40px;height:40px;line-height:40px;border-radius:5px;bottom:20px;right:20px;text-align:center;z-index:9999;cursor:pointer;animation:buzz-out 1s ease-in infinite}.red-theme .error_detail{background-color:#ff7200}.blue-theme .error_detail{background-color:#3c8ddb}.green-theme .error_detail{background-color:#4daf7b}.orange-theme .error_detail{background-color:#ffb142}.darkred-theme .error_detail{background-color:#c60100}.darkblue-theme .error_detail{background-color:#37f}.elep-theme .error_detail{background-color:#2787EE}.elep-red-theme .error_detail{background-color:#ff7200}.nmRed-theme .error_detail{background-color:#e51c16}.hdBlue-theme .error_detail{background-color:#2495c7}.zydxRed-theme .error_detail{background-color:#cd0911}.gzgb-theme .error_detail{background-color:#942320}.ct-theme .error_detail{background-color:#303987}.zgyc-theme .error_detail{background-color:#007c5d}.hbBlue-theme .error_detail{background-color:#1A66B1}.nx-theme .error_detail{background-color:#1b82d2}.dingtalk-theme .error_detail{background-color:#3C8AF8}.error_detail .iconfont{font-size:20px;color:#fff}@keyframes buzz-out{0%{transform:translateY(0)}25%{transform:translateY(-10px)}50%{transform:translateY(-20px)}75%{ransform:translateY(-10px)}100%{transform:translateY(0)}}@-webkit-keyframes buzz-out{0%{-webkit-transform:translateY(0)}25%{-webkit-transform:translateY(-10px)}50%{-webkit-transform:translateY(-20px)}75%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}.ds_page{box-sizing:border-box;margin:auto;max-width:100%}.ds_page>.ds_page_head{background-color:#f6f6f6;box-sizing:border-box;position:fixed;z-index:11;top:0px;left:0px;width:100%}.ds_page>.ds_page_head>.ds_container{margin:auto;box-sizing:border-box}.ds_page.split_big>.ds_page_head>.ds_container{padding-bottom:20px !important}.ds_page.split_medium>.ds_page_head>.ds_container{padding-bottom:15px !important}.ds_page.split_small>.ds_page_head>.ds_container{padding-bottom:10px !important}.ds_page.split_big>.ds_page_foot>.ds_container{padding-top:20px !important}.ds_page.split_medium>.ds_page_foot>.ds_container{padding-top:15px !important}.ds_page.split_small>.ds_page_foot>.ds_container{padding-top:10px !important}.ds_page.leftRight_split_big>.ds_page_content>.center{padding:0 15px}.ds_page.leftRight_split_medium>.ds_page_content>.center{padding:0 10px}.ds_page.leftRight_split_small>.ds_page_content>.center{padding:0 5px}.ds_page.noLeft>.ds_page_content>.center{padding-left:0}.ds_page.noRight>.ds_page_content>.center{padding-right:0}.ds_page .ds_page_foot{background-color:#f6f6f6;box-sizing:border-box;position:fixed;z-index:11;bottom:0px;left:0px;width:100%}.ds_page .ds_page_foot>.ds_container{margin:auto;box-sizing:border-box}.ds_page.footer-not-float>.ds_page_foot{position:relative;left:auto;top:auto;bottom:auto;right:auto}.ds_page.bottom_layout_auto>.ds_page_content{overflow:hidden}.ds_page.bottom_layout_auto>.ds_page_content>.center>.ds_container{margin-bottom:0 !important}.ds_page.bottom_layout_auto>.ds_page_foot{position:relative}.ds_page>.ds_page_content{box-sizing:border-box;background-color:#f6f6f6;max-width:100%}.ds_page>.ds_page_content>.east{float:left;box-sizing:border-box}.ds_page>.ds_page_content>.east>.ds_container{position:fixed;top:0px;bottom:0px;margin-right:-100%;box-sizing:border-box}.ds_page>.ds_page_content>.center{width:100%;float:left;box-sizing:border-box}.ds_page>.ds_page_content>.center>.ds_container{position:relative}.ds_page>.ds_page_content>.west{float:right}.ds_page>.ds_page_content>.west>.ds_container{width:inherit;position:fixed;top:0px;bottom:0px;box-sizing:border-box;overflow:auto}.ds_page.ds_form_white .ds_form{background-color:#fff}.ds_page .ds_drop_proxy{border:2px dashed #f1353d;height:55px;width:100%;box-sizing:border-box}.ds_page .children_small_padding .ds_control{padding:5px}.ds_page .ds_control{padding:8px;box-sizing:border-box;position:relative}.ds_page .ds_control_design,.ds_page .ds_container_design{display:none}.ds_page .layui-form-item{margin-bottom:0px !important}.ds_page .ds_row{padding:0px}.ds_page .ds_row .ds_column{padding:0px}.ds_page .ds_row .ds_column>.ds_control{border-style:none}.ds_page .ds_table_layout .ds_table_layout_box{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;position:relative}.ds_page .ds_table_layout .ds_table_layout_table{width:100%}.ds_page .ds_table_layout .ds_table_layout_table .ds_table_layout_row{border-style:none !important}.ds_page .ds_table_layout .ds_table_layout_table .ds_tablelayout_cell{position:relative;border-right:1px solid #e6e6e6 !important;border-bottom:1px solid #e6e6e6 !important;border-top-style:none !important;border-left-style:none !important;height:inherit}.ds_page .ds_table_layout.no_border>.ds_table_layout_box{border-top-style:none !important;border-left-style:none !important}.ds_page .ds_table_layout.no_border>.ds_table_layout_box>.ds_table_layout_table>tbody>tr>td{border-right-style:none !important;border-bottom-style:none !important}.ds_page .ds_table_layout.table_fixed>.ds_table_layout_box>.ds_table_layout_table{table-layout:fixed}.ds_page .ds_section{border-style:none !important;box-sizing:border-box;padding:0px !important;padding:0px !important}.ds_page .ds_section>.ds_section_view{height:100%}.ds_page .ds_section>.ds_section_view>.ds_container{background-color:#fff;padding:12px !important;border-style:none !important;box-sizing:border-box}.ds_page .ds_section.shadow{padding:3px !important}.ds_page .ds_section.shadow>.ds_section_view>.ds_container{box-shadow:0px 0px 3px 0px rgba(50,50,50,0.4)}.ds_page .ds_section.has_m_top.medium>.ds_section_view>.ds_container{margin-top:3px !important}.ds_page .ds_section.has_m_top.small>.ds_section_view>.ds_container{margin-top:1px !important}.ds_page .ds_section.has_m_top.big>.ds_section_view>.ds_container{margin-top:8px !important}.ds_page .ds_section.has_m_bottom.medium>.ds_section_view>.ds_container{margin-bottom:3px !important}.ds_page .ds_section.has_m_bottom.small>.ds_section_view>.ds_container{margin-bottom:1px !important}.ds_page .ds_section.has_m_bottom.big>.ds_section_view>.ds_container{margin-bottom:8px !important}.ds_page .ds_section.has_m_left.medium>.ds_section_view>.ds_container{margin-left:3px !important}.ds_page .ds_section.has_m_left.small>.ds_section_view>.ds_container{margin-left:1px !important}.ds_page .ds_section.has_m_left.big>.ds_section_view>.ds_container{margin-left:8px !important}.ds_page .ds_section.has_m_right.medium>.ds_section_view>.ds_container{margin-right:3px !important}.ds_page .ds_section.has_m_right.small>.ds_section_view>.ds_container{margin-right:1px !important}.ds_page .ds_section.has_m_right.big>.ds_section_view>.ds_container{margin-right:8px !important}.ds_page .ds_section.no_p_top>.ds_section_view>.ds_container{padding-top:1px !important}.ds_page .ds_section.no_p_bottom>.ds_section_view>.ds_container{padding-bottom:1px !important}.ds_page .ds_section.no_p_left>.ds_section_view>.ds_container{padding-left:1px !important}.ds_page .ds_section.no_p_right>.ds_section_view>.ds_container{padding-right:1px !important}.ds_page .ds_section.full{position:absolute !important;top:0px;right:0px;left:0px;bottom:0px}.ds_page .ds_section.full>.ds_section_view{position:relative !important}.ds_page .ds_section.full>.ds_section_view>.ds_container{position:absolute !important;top:0px;bottom:0px;left:0px;right:0px;overflow:auto}.ds_page .ds_label{display:block;font-weight:bold}.ds_page .ds_sub_table_warp.two-dimension thead{background-color:#f9f9f9}.ds_page .ds_sub_table_warp.two-dimension .ftx{position:absolute;top:0px;left:0px;overflow:hidden}.ds_page .ds_sub_table_warp.two-dimension .ftx table{background-color:#f9f9f9}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_view{position:relative;border:1px solid #e6e6e6}.ds_page .ds_sub_table_warp.two-dimension .operation_tips{position:absolute;width:70px;top:4px;left:-75px;border:1px solid red;padding:5px !important;line-height:28px;cursor:pointer;background-color:#fff;border-radius:5px;z-index:11}.red-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #ff7200}.blue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #3c8ddb}.green-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #4daf7b}.orange-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #ffb142}.darkred-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #c60100}.darkblue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #37f}.elep-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #2787EE}.elep-red-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #ff7200}.nmRed-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #e51c16}.hdBlue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #2495c7}.zydxRed-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #cd0911}.gzgb-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #942320}.ct-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #303987}.zgyc-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #007c5d}.hbBlue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #1A66B1}.nx-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #1b82d2}.dingtalk-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips{border:1px solid #3C8AF8}.red-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#ff7200}.blue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#3c8ddb}.green-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#4daf7b}.orange-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#ffb142}.darkred-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#c60100}.darkblue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#37f}.elep-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#2787EE}.elep-red-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#ff7200}.nmRed-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#e51c16}.hdBlue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#2495c7}.zydxRed-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#cd0911}.gzgb-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#942320}.ct-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#303987}.zgyc-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#007c5d}.hbBlue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#1A66B1}.nx-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#1b82d2}.dingtalk-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips i{color:#3C8AF8}.ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{display:inline-block;position:absolute;right:-10px;top:50%;border-left-width:10px;border-left-style:solid;border-top:10px solid transparent;border-bottom:10px solid transparent;padding:0px;content:"";margin-top:-10px;z-index:9}.red-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#ff7200}.blue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#3c8ddb}.green-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#4daf7b}.orange-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#ffb142}.darkred-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#c60100}.darkblue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#37f}.elep-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#2787EE}.elep-red-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#ff7200}.nmRed-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#e51c16}.hdBlue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#2495c7}.zydxRed-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#cd0911}.gzgb-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#942320}.ct-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#303987}.zgyc-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#007c5d}.hbBlue-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#1A66B1}.nx-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#1b82d2}.dingtalk-theme .ds_page .ds_sub_table_warp.two-dimension .operation_tips::after{border-left-color:#3C8AF8}.ds_page .ds_sub_table_warp.two-dimension .operation_tips::before{display:inline-block;position:absolute;right:-9px;top:50%;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;padding:0px;content:"";margin-top:-10px;z-index:10}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_box{box-sizing:border-box;overflow:hidden;border-style:none}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_box .ds_sub_table_warp{position:relative;overflow-x:auto !important;overflow-y:hidden;margin-right:-1px;margin-bottom:-1px}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_box .ds_sub_table{box-sizing:border-box;width:auto;table-layout:auto}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_box .ds_sub_table *{box-sizing:border-box}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>div{padding:0px 10px}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_head{margin-bottom:-1px;overflow:hidden;height:30px}.ds_page .ds_sub_table_warp.two-dimension .ds_sub_table_head .ds_sub_table_head_inner{width:9999999px}.ds_page .ds_sub_table_warp .ds_sub_table_tools .ds_sub_table_button_group .ds_button{margin-bottom:8px}.ds_page .ds_sub_table_warp .ds_sub_table_title{float:left;display:none;margin-bottom:8px}.ds_page .ds_sub_table_warp .ds_sub_table_button_group{float:right}.ds_page .ds_sub_table_warp .ds_sub_table_button_group>a{font-weight:700}.ds_page .ds_sub_table_warp.hasTitle>.ds_sub_table_tools>.ds_sub_table_title{display:block}.ds_page .ds_sub_table_warp.readonly .ds_sub_table_button_group{display:none}.ds_page .ds_sub_table_warp.readonly .ds_sub_table_check_all,.ds_page .ds_sub_table_warp.readonly .ds_subtable_check_cell{display:none}.ds_page .ds_sub_table_warp .ds_sub_table_box{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;position:relative}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table{width:100%;table-layout:fixed}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>thead td{border-right:1px solid #e6e6e6 !important;border-bottom:1px solid #e6e6e6 !important;border-top-style:none !important;border-left-style:none !important;height:30px}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>thead td>div{padding:0px 10px 0px 10px;font-weight:700}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>thead td.left,.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table tbody td.left{text-align:left}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>thead td.center,.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table tbody td.center{text-align:center}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>thead td.right,.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table tbody td.right{text-align:right}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_check_all{width:60px;vertical-align:middle}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell{border-right:1px solid #e6e6e6 !important;border-bottom:1px solid #e6e6e6 !important;border-top-style:none !important;border-left-style:none !important;height:40px}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>div.ds_container>.ds_readonly{padding:0px !important}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>div.ds_container>.ds_readonly>.layui-form-label{padding:0px !important;font-weight:400}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>div.ds_container>.ds_readonly>.layui-input-block{margin-left:96px;min-height:auto}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>div.ds_container>.ds_readonly>.layui-input-block>.readOnly{min-height:20px;line-height:20px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>.ds_sub_table_cell_context.ellipsis[selectopen="1"]{overflow:visible !important}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>.layui-form-checkbox{padding-left:0px}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell div.extra-btn-box{display:inline-block;margin-left:5px}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell .ds_control{padding:0}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_cell .layui-input{border:none}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_subtable_head{line-height:40px;height:40px;background:#f9f9f9}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_subtable_row{height:30px;border-style:none !important}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_subtable_row.ds_row_error{background-color:#ff7474;color:#fff}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .error_row{color:#ff7474}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .error_row>td>div{padding-left:8px;padding-right:8px}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table .ds_sub_table_row_tools i{cursor:pointer}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>tbody>tr>.ds_sub_table_row_tools>.edit_buttons{display:none}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>tbody>tr.edit>.ds_sub_table_row_tools>.edit_buttons{display:block}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>tbody>tr.edit>.ds_sub_table_row_tools>.readonly_buttons{display:none}.ds_page .ds_sub_table_warp .ds_sub_table_box .ds_sub_table>caption{line-height:30px;text-align:left;padding-left:8px;border-right:1px solid #e6e6e6 !important;border-bottom:1px solid #e6e6e6 !important}.ds_page .ds_sub_table_warp.hideIndex>.ds_sub_table_box>.ds_sub_table>thead>tr>td.ds_sub_table_index,.ds_page .ds_sub_table_warp.hideIndex>.ds_sub_table_box>.ds_sub_table>tbody>tr>td.ds_sub_table_index{display:none}.ds_page .ds_sub_table_warp.readonly>.ds_sub_table_box>.ds_sub_table>thead>tr>td.ds_sub_table_row_tools,.ds_page .ds_sub_table_warp.readonly>.ds_sub_table_box>.ds_sub_table>tbody>tr>td.ds_sub_table_row_tools{display:none}.ds_page .selectedProxy{border:4px solid #217346;position:absolute;left:-10px;top:-10px;pointer-events:none;display:none}.ds_page .hideLabel>label{display:none}.ds_page .hideLabel>.layui-input-block{margin-left:0px !important}.ds_page .readOnly{min-height:38px;line-height:38px;padding:0px 10px 0px 10px}.ds_page .buttonbar{text-align:center}.ds_page .buttonbar .hidden{display:none}.ds_page .ds_datagrid{box-sizing:border-box;min-height:200px;border:0.1px solid transparent}.red-theme .ds_page .ds_datagrid .type_change.active{color:#ff7200 !important}.blue-theme .ds_page .ds_datagrid .type_change.active{color:#3c8ddb !important}.green-theme .ds_page .ds_datagrid .type_change.active{color:#4daf7b !important}.orange-theme .ds_page .ds_datagrid .type_change.active{color:#ffb142 !important}.darkred-theme .ds_page .ds_datagrid .type_change.active{color:#c60100 !important}.darkblue-theme .ds_page .ds_datagrid .type_change.active{color:#37f !important}.elep-theme .ds_page .ds_datagrid .type_change.active{color:#2787EE !important}.elep-red-theme .ds_page .ds_datagrid .type_change.active{color:#ff7200 !important}.nmRed-theme .ds_page .ds_datagrid .type_change.active{color:#e51c16 !important}.hdBlue-theme .ds_page .ds_datagrid .type_change.active{color:#2495c7 !important}.zydxRed-theme .ds_page .ds_datagrid .type_change.active{color:#cd0911 !important}.gzgb-theme .ds_page .ds_datagrid .type_change.active{color:#942320 !important}.ct-theme .ds_page .ds_datagrid .type_change.active{color:#303987 !important}.zgyc-theme .ds_page .ds_datagrid .type_change.active{color:#007c5d !important}.hbBlue-theme .ds_page .ds_datagrid .type_change.active{color:#1A66B1 !important}.nx-theme .ds_page .ds_datagrid .type_change.active{color:#1b82d2 !important}.dingtalk-theme .ds_page .ds_datagrid .type_change.active{color:#3C8AF8 !important}.ds_page .ds_datagrid>.body{padding:0px !important}.ds_page .ds_datagrid>.body.nofull{position:relative;border:0.1px solid transparent}.ds_page .ds_datagrid>.body.nofull>.ds_datagrid_datarange{position:relative}.ds_page .ds_datagrid>.body.nofull>.ds_datagrid_datarange>.ds_datagrid_outer{padding:15px 20px;position:relative}.ds_page .ds_datagrid>.body.nofull>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_wrap{position:relative}.ds_page .ds_datagrid>.body.nofull>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_pagination{position:relative;text-align:center}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange{position:absolute;bottom:0px;left:0px;right:0px;top:0px;box-sizing:border-box;z-index:10}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange>.ds_datagrid_outer{overflow:hidden;position:absolute;top:15px;right:20px;left:20px;bottom:15px}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_wrap{position:absolute;top:0px;left:0px;right:0px;bottom:40px}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_wrap[type="card"]{bottom:0}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_wrap[type="card"] .ds_datagrid_card_inner{overflow:hidden;display:flex;flex-wrap:wrap}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_wrap[type="card"] .ds_datagrid_card_inner>div{margin-bottom:10px}.ds_page .ds_datagrid>.body.full>.ds_datagrid_datarange>.ds_datagrid_outer>.ds_datagrid_wrap[type="card"] .ds_datagrid_card_inner>div .ds_card{height:100%}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar{position:absolute;z-index:11;display:none;width:100%}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem{display:block;background-color:#fff;padding:0px 0px 0px 0px;box-sizing:border-box;border-top:1px dashed #e6e6e6;line-height:44px;position:relative}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .enumItem>*{vertical-align:middle}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other>.superitem{display:inline-block;border:none !important;vertical-align:middle}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other>.superitem_btn{display:block}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other .superitem_block{margin-right:60px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other .layui-unselect{padding-top:7px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other .layui-unselect input[type="text"]{width:200px;height:30px;line-height:28px;border:1px solid #e6e6e6;padding-top:0}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other .layui-unselect .layui-edge{margin-top:2px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other .layui-unselect.layui-form-selected .layui-edge{margin-top:-5px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.other.simplicity{position:relative}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem:first-child{border-top:0}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem:last-child{border-bottom:1px dashed #e6e6e6}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_text{font-weight:700;width:96px;float:left;text-align:right;padding:0px 9px 0px 9px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block{display:block;margin-left:115px;margin-right:170px;height:45px;line-height:44px;overflow:hidden}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block.open,.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block.multi{height:auto !important;overflow:visible !important}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block>.superitem_value::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox{transition:none !important;padding-top:5px;padding-bottom:5px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox>.layui-icon-ok{top:5px}.red-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#ff7200}.blue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#3c8ddb}.green-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#4daf7b}.orange-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#ffb142}.darkred-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#c60100}.darkblue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#37f}.elep-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#2787EE}.elep-red-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#ff7200}.nmRed-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#cd0911}.gzgb-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#942320}.ct-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#303987}.zgyc-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#1A66B1}.nx-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block .enumItem>.layui-form-checkbox.layui-form-checked{background-color:#3C8AF8}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block.multi .layui-form-checkbox>.layui-icon-ok{visibility:visible !important}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block.multi .layui-form-checkbox.layui-form-checked{background-color:transparent !important}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block.multi .superitem_btn{display:block}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block:not(.multi) .enumItem>input[type="checkbox"]:checked ~ div>span{color:#fff !important}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block:not(.multi) .enumItem>.layui-form-checkbox{padding-left:21.5px;padding-right:21.5px;border-radius:5px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block:not(.multi) .enumItem>.layui-form-checkbox>.layui-icon-ok{visibility:hidden;top:5px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_block:not(.multi) .enumItem>.layui-form-checkbox>span{min-width:auto !important;padding:0px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_button{position:absolute;right:0px;width:170px;line-height:44px;top:0px;padding-right:20px;text-align:right}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_button.multi .ds_button[event="multi"]{display:none}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem>.superitem_button.multi .ds_button[event="more"]{display:none}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.filter{min-height:45px;z-index:1000}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.filter>.superitem_block{overflow:visible;height:auto;min-height:45px;margin-right:0px;line-height:44px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.filter>.superitem_block::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem.filter>.superitem_block .layui-form-checkbox>.layui-icon-ok{visibility:visible}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .superitem_btn{display:none;padding:10px 0px 10px 0px;text-align:center}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .enumItem{line-height:44px;float:left;height:45px;margin-right:10px;position:relative}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .enumItem>.itemvalue{margin-right:30px;cursor:pointer}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .enumItem>input[type="text"]{height:30px;width:60px;box-sizing:border-box;border:1px solid #e6e6e6;padding-left:10px;padding-right:10px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .enumItem>.between{margin-left:5px;margin-right:5px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem{display:inline-block;margin-right:8px;position:relative;line-height:28px;margin-bottom:5px;margin-top:5px;user-select:none}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filter_target{position:relative;display:inline-block;box-sizing:border-box;min-width:80px;vertical-align:middle;border:1px solid #e6e6e6;background-color:#fff;height:30px;line-height:28px;padding:0px 10px 0px 10px;overflow:visible;cursor:pointer}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filter_target>span{vertical-align:top;display:inline-block;max-width:180px;line-height:inherit;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filterItem_drop{position:absolute;width:100%;box-sizing:border-box;top:29px;left:0px;line-height:normal;border:1px solid #e6e6e6;background-color:#fff;display:none;padding:10px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filterItem_drop>ul>li{float:left;min-width:90px;display:block;padding:8px 0px 8px 0px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filterItem_drop>ul>li.customer{width:auto}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filterItem_drop>ul::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .filterItem_drop>.btns{text-align:center}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{height:16px;position:absolute;top:-5px;right:-5px;width:16px;display:inline-block;vertical-align:top;text-align:center;line-height:16px;cursor:pointer}.red-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#ff7200}.blue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#3c8ddb}.green-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#4daf7b}.orange-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#ffb142}.darkred-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#c60100}.darkblue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#37f}.elep-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#942320}.ct-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#303987}.zgyc-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#1A66B1}.nx-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem .close{color:#3C8AF8}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open{z-index:11}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open .close{z-index:12}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open .filter_target{border-bottom:1px solid #fff;z-index:12}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open .filterItem_drop{display:inline-block !important}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open .filterItem_drop.enums{width:500px}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open .filterItem_drop.enums .layui-form-checkbox span{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;display:inline-block}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .superitem .filterItem.open .filterItem_drop.datetime{width:auto}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .supermore{position:relative;width:100%;border-top:1px solid #e6e6e6}.ds_page .ds_datagrid>.body>.ds_datagrid_toolbar .supermore>span{cursor:pointer;display:inline-block;height:2em;line-height:2em;position:relative;top:0px;width:150px;border:1px solid #e6e6e6;border-top-style:none;background-color:#fff;text-align:center;left:50%;margin-left:-75px;margin-top:-1px}.ds_page .ds_datagrid>.body .datagrid_table tr.hover{background-color:#f2f2f2 !important;color:#5f5f5f}.ds_page .ds_datagrid>.body .datagrid_table tr.rowhigh{background-color:#fff8eb}.ds_page .ds_datagrid>.body .datagrid_table tr:nth-child(even){background-color:#f9f9f9}.ds_page .ds_datagrid .ds_card:hover{box-shadow:0px 1px 5px 0px rgba(50,50,50,0.4);-webkit-box-shadow:0px 1px 5px 0px rgba(50,50,50,0.4);-ms-box-shadow:0px 1px 5px 0px rgba(50,50,50,0.4);-moz-box-shadow:0px 1px 5px 0px rgba(50,50,50,0.4)}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar{display:block}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.close .closearrow{display:inline}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.close .openarrow{display:none}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.close.superitem{border-bottom-style:none}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.open{height:auto;overflow:visible}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.open .closearrow{display:none}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.open .openarrow{display:inline}.ds_page .ds_datagrid.hasToolBar .ds_datagrid_toolbar.open.superitem{border-bottom-style:none}.ds_page .ds_datagrid .checkednumber{display:inline-block;padding:9px;background-color:#f4f4f4;border-radius:5px;line-height:20px}.ds_page .ds_datagrid .customer_order{padding-left:20px;padding-right:20px}.ds_page .ds_datagrid .customer_order>div{padding:0px 5px;border-radius:5px;margin-top:15px}.ds_page .ds_datagrid .customer_order .order_item{margin-right:20px;padding:5px 5px;display:inline-block;height:25px;line-height:25px;cursor:pointer;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999}.red-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#ff7200}.blue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#37f}.elep-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#942320}.ct-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#303987}.zgyc-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]{color:#3C8AF8}.red-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#ff7200}.blue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#37f}.elep-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#942320}.ct-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#303987}.zgyc-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-shangjiantou{color:#3C8AF8}.ds_page .ds_datagrid .customer_order .order_item[state="asc"]>span>i.icon-xiajiantou{color:#999}.red-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#ff7200}.blue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#37f}.elep-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#942320}.ct-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#303987}.zgyc-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]{color:#3C8AF8}.ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-shangjiantou{color:#999}.red-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#ff7200}.blue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#37f}.elep-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#942320}.ct-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#303987}.zgyc-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .customer_order .order_item[state="desc"]>span>i.icon-xiajiantou{color:#3C8AF8}.ds_page .ds_datagrid .customer_order .order_item>span{margin-left:5px;display:inline-block;width:12px;line-height:0.5em;vertical-align:middle;word-wrap:break-word}.ds_page .ds_datagrid .customer_order .order_item>span i{display:inline-block;font-size:10px;line-height:10px;height:10px;overflow:hidden;color:inherit}.ds_page .ds_datagrid .ds_datagrid_wrap{border:1px solid #e6e6e6;position:relative;box-sizing:border-box;overflow-x:hidden;overflow-y:hidden;width:100%;display:inline-block}.ds_page .ds_datagrid .ds_datagrid_wrap .ds_datagrid_head_cell{height:40px}.ds_page .ds_datagrid .ds_datagrid_wrap .ds_control.ds_readonly{padding:0px !important}.ds_page .ds_datagrid .ds_datagrid_wrap .ds_control.ds_readonly>.layui-form-label{padding:0px !important;font-weight:400}.ds_page .ds_datagrid .ds_datagrid_wrap .ds_control.ds_readonly>.layui-input-block{margin-left:96px;min-height:auto}.ds_page .ds_datagrid .ds_datagrid_wrap .ds_control.ds_readonly>.layui-input-block>.readOnly{min-height:20px;line-height:20px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table{box-sizing:border-box;border-bottom:1px solid #e6e6e6}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell{box-sizing:border-box;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-top-style:none;border-left-style:none;vertical-align:middle;height:40px}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell>div{box-sizing:border-box;padding-left:10px;padding-right:10px;padding-top:0px;padding-bottom:0px}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order{position:relative}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order>div,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order>div{padding-right:22px}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button{display:block}.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#ff7200}.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#37f}.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#942320}.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#303987}.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]{color:#3C8AF8}.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#ff7200}.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#37f}.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#942320}.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#303987}.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-shangjiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-shangjiantou{color:#3C8AF8}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="asc"]>i.icon-xiajiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="asc"]>i.icon-xiajiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="asc"]>i.icon-xiajiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="asc"]>i.icon-xiajiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="asc"]>i.icon-xiajiantou{color:#999}.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#ff7200}.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#37f}.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#942320}.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#303987}.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"],.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]{color:#3C8AF8}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-shangjiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-shangjiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-shangjiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-shangjiantou,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-shangjiantou{color:#999}.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#ff7200}.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.blue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#3c8ddb}.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.green-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#4daf7b}.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.orange-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#ffb142}.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkred-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#c60100}.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.darkblue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#37f}.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#2787EE}.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.elep-red-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#ff7200}.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nmRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#e51c16}.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hdBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#2495c7}.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zydxRed-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#cd0911}.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.gzgb-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#942320}.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.ct-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#303987}.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.zgyc-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#007c5d}.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.hbBlue-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#1A66B1}.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.nx-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#1b82d2}.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col.has_order .order_button[state="desc"]>i.icon-xiajiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou,.dingtalk-theme .ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell.has_order .order_button[state="desc"]>i.icon-xiajiantou{color:#3C8AF8}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell .order_button,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell .order_button{display:none;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);right:5px;width:12px;word-wrap:break-word;line-height:0.5em}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_head_cell .order_button .order_icon,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_data_col .order_button .order_icon,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_index_cell .order_button .order_icon,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_check_cell .order_button .order_icon,.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_table .ds_datagrid_operate_cell .order_button .order_icon{display:inline-block;font-size:10px;line-height:10px;height:10px;overflow:hidden;color:#999}.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_datagrid_head_cell,.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_datagrid_data_col,.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_datagrid_index_cell,.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_datagrid_check_cell,.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_datagrid_operate_cell{height:30px}.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_icon_button_text div,.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_button_md.ds_icon_button_text div{margin-top:0}.ds_page .ds_datagrid .ds_datagrid_wrap.compact .ds_button_md.ds_icon_button_text .iconfont{font-size:14px !important;line-height:14px !important}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_head{border-bottom:1px solid #e6e6e6;background-color:#f9f9f9;overflow:hidden;position:relative}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_head table{border-bottom-style:none !important}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_head table>tbody>tr:last-child>td{border-bottom-style:none !important}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_head_inner.maxwidth{width:9999999px}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_body{overflow:hidden}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_body>table>tbody>tr>td:last-child{border-right:1px solid #e6e6e6}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_body.tablebody{position:relative;overflow:auto;margin-right:-1px;margin-bottom:-1px}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_fixed{background-color:#fff;position:absolute;top:0px;overflow:hidden;z-index:101}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_fixed.datagrid_fixed_left{left:0px}.ds_page .ds_datagrid .ds_datagrid_wrap .datagrid_fixed.datagrid_fixed_right{overflow:visible}.ds_page .ds_datagrid .ds_datagrid_wrap .scroll-mend{background-color:#f9f9f9;position:absolute;right:-49px;top:0;height:100%;width:50px;z-index:101}.ds_page .ds_datagrid .ds_datagrid_wrap[type="card"]{padding:0px 10px}.ds_page .ds_datagrid .ds_datagrid_check_cell{padding:0px;width:58px;border-top-style:none !important;border-left-style:none !important}.ds_page .ds_datagrid .ds_datagrid_check_cell>div{padding-left:20px;padding-right:20px;width:58px;box-sizing:border-box;text-align:center}.ds_page .ds_datagrid .ds_datagrid_check_cell>div .layui-form-checkbox{padding-left:0px !important}.ds_page .ds_datagrid .ds_datagrid_index_cell{border-top-style:none !important;border-left-style:none !important}.ds_page .ds_datagrid .ds_datagrid_index_cell>div{width:58px;text-align:center;box-sizing:border-box;padding-left:0px !important;padding-right:0px !important}.ds_page .ds_datagrid .ds_datagrid_data_col{padding:0px !important}.ds_page .ds_datagrid .ds_datagrid_data_col>div>.ds_control{padding:2px 0px !important}.ds_page .ds_datagrid .ds_datagrid_operate_cell{border-left:1px solid #e6e6e6 !important;border-left-style:solid !important;overflow:hidden}.ds_page .ds_datagrid .ds_datagrid_operate_cell>div{padding-left:20px;padding-right:20px;min-width:60px;text-align:center}.ds_page .ds_datagrid .ds_datagrid_pagination{position:absolute;bottom:0px;width:100%;height:40px;text-align:center}.ds_page .ds_datagrid .ds_datagrid_check_all{line-height:30px;height:30px;padding-bottom:10px;padding-left:20px}.ds_page .ds_datagrid .imglist_item{margin-bottom:5px}.ds_page .ds_datagrid .imglist_item .ds_datagrid_imglist_context{margin-left:60px}.ds_page .ds_datagrid .imglist_item .ds_datagrid_check_cell{border-bottom-style:none;border-right-style:none}.ds_page .ds_datagrid .imglist_item.border{border:1px solid #e6e6e6}.ds_page .ds_datagrid .imglist_item.border.radius{border-radius:5px}.ds_page .ds_datagrid.hideHead>.head{display:none}.ds_page .ds_datagrid.hideHead>.body{margin-top:0px}.ds_page .ds_datagrid.hidePagination .ds_datagrid_wrap{bottom:0px !important}.ds_page .ds_datagrid.hidePagination .ds_datagrid_pagination{display:none}.ds_page .ds_datagrid.single_checked .ds_datagrid_check_all{display:none}.ds_page .ds_datagrid.hideCheckednumber .checkednumber{display:none}.ds_page .ds_datagrid xm-select{width:220px;height:28px;line-height:28px;min-height:28px;position:relative;top:8px}.ds_page .ds_datagrid xm-select .label-content{padding-top:1px !important}.ds_page .ds_datagrid xm-select .label-content .xm-label-block{height:22px;line-height:22px}.ds_page .ds_datagrid xm-select .label-content .xm-label-block span{font-size:12px}.ds_page .ds_buttonbar{min-height:50px}.ds_page .ds_card_row::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_card_row ~ .ds_card_row{margin-top:10px}.ds_page .ds_card_cell{float:left}.ds_page .ds_card{min-height:100px;min-width:100px;margin:auto;border:1px solid #e6e6e6;cursor:pointer}.ds_page .ds_card::before{position:absolute;display:none;top:-1px;bottom:-1px;left:-1px;right:-1px;pointer-events:none;content:""}.red-theme .ds_page .ds_card::before{border:2px solid #ff7200}.blue-theme .ds_page .ds_card::before{border:2px solid #3c8ddb}.green-theme .ds_page .ds_card::before{border:2px solid #4daf7b}.orange-theme .ds_page .ds_card::before{border:2px solid #ffb142}.darkred-theme .ds_page .ds_card::before{border:2px solid #c60100}.darkblue-theme .ds_page .ds_card::before{border:2px solid #37f}.elep-theme .ds_page .ds_card::before{border:2px solid #2787EE}.elep-red-theme .ds_page .ds_card::before{border:2px solid #ff7200}.nmRed-theme .ds_page .ds_card::before{border:2px solid #e51c16}.hdBlue-theme .ds_page .ds_card::before{border:2px solid #2495c7}.zydxRed-theme .ds_page .ds_card::before{border:2px solid #cd0911}.gzgb-theme .ds_page .ds_card::before{border:2px solid #942320}.ct-theme .ds_page .ds_card::before{border:2px solid #303987}.zgyc-theme .ds_page .ds_card::before{border:2px solid #007c5d}.hbBlue-theme .ds_page .ds_card::before{border:2px solid #1A66B1}.nx-theme .ds_page .ds_card::before{border:2px solid #1b82d2}.dingtalk-theme .ds_page .ds_card::before{border:2px solid #3C8AF8}.ds_page .ds_card>.ds_card_centent{min-height:100%}.ds_page .ds_card>.ds_card_edit{position:absolute;display:none;bottom:1px;left:1px;right:1px;z-index:10;height:100px;overflow:hidden;text-align:center}.ds_page .ds_card>.ds_card_edit>.ds_card_edit_inner{position:absolute;bottom:0px;width:100%}.ds_page .ds_card>.ds_card_edit>.ds_card_edit_inner>.ds_card_background{z-index:10;display:block;height:100px;position:absolute;width:100%;background:linear-gradient(#fff 10%, #ccc 10%, #000);opacity:0.5;bottom:0px}.ds_page .ds_card>.ds_card_edit>.ds_card_edit_inner>.ds_card_buttonbar{z-index:10;display:inline-block;position:absolute;height:60px;line-height:60px;bottom:0px;left:0px;right:0px;vertical-align:middle}.ds_page .ds_card>.ds_card_check{display:none;width:24px;height:24px;border-radius:50%;color:#fff;line-height:24px;position:absolute;top:-8px;right:-8px;z-index:12;text-align:center}.red-theme .ds_page .ds_card>.ds_card_check{background-color:#ff7200}.blue-theme .ds_page .ds_card>.ds_card_check{background-color:#3c8ddb}.green-theme .ds_page .ds_card>.ds_card_check{background-color:#4daf7b}.orange-theme .ds_page .ds_card>.ds_card_check{background-color:#ffb142}.darkred-theme .ds_page .ds_card>.ds_card_check{background-color:#c60100}.darkblue-theme .ds_page .ds_card>.ds_card_check{background-color:#37f}.elep-theme .ds_page .ds_card>.ds_card_check{background-color:#2787EE}.elep-red-theme .ds_page .ds_card>.ds_card_check{background-color:#ff7200}.nmRed-theme .ds_page .ds_card>.ds_card_check{background-color:#e51c16}.hdBlue-theme .ds_page .ds_card>.ds_card_check{background-color:#2495c7}.zydxRed-theme .ds_page .ds_card>.ds_card_check{background-color:#cd0911}.gzgb-theme .ds_page .ds_card>.ds_card_check{background-color:#942320}.ct-theme .ds_page .ds_card>.ds_card_check{background-color:#303987}.zgyc-theme .ds_page .ds_card>.ds_card_check{background-color:#007c5d}.hbBlue-theme .ds_page .ds_card>.ds_card_check{background-color:#1A66B1}.nx-theme .ds_page .ds_card>.ds_card_check{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_card>.ds_card_check{background-color:#3C8AF8}.ds_page .ds_card>.ds_card_check>input[type="checkbox"]{display:none !important}.ds_page .ds_card>.ds_card_check .iconfont:hover{color:#fff !important}.ds_page .ds_card.checked::before{display:block}.ds_page .ds_card.checked>.ds_card_check{display:block}.ds_page .ds_card.showbuttonbar:hover::before{display:block}.ds_page .ds_card.showbuttonbar:hover>.ds_card_edit{display:block}.ds_page .ds_card.showbuttonbar:hover>.ds_card_edit>.ds_card_edit_inner{animation:cardbuttonshow 0.2s}.ds_page .ds_card .ds_control.ds_readonly{padding:0px !important}.ds_page .ds_card .ds_control.ds_readonly>.layui-form-label{padding:0px !important;font-weight:400}.ds_page .ds_card .ds_control.ds_readonly>.layui-input-block{margin-left:96px;min-height:auto}.ds_page .ds_card .ds_control.ds_readonly>.layui-input-block>.readOnly{min-height:20px;line-height:20px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_card .ds_control.ds_readonly ~ .ds_control.ds_readonly{margin-top:0.3em !important}.ds_page .ds_card table{table-layout:fixed}.ds_page .ds_coursetable{padding:0px;position:absolute;top:0px;right:0px;bottom:0px;left:0px;box-sizing:border-box}.ds_page .ds_coursetable .ds_coursetable_box{position:relative;box-sizing:border-box;height:100%}.ds_page .ds_coursetable .ds_coursetable_header{position:fixed;box-sizing:border-box;height:105px;margin-right:-100%;background-color:#f6f6f6;z-index:10}.ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner{height:95px;box-sizing:border-box;padding:8px;background-color:#fff}.red-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_header .ds_coursetable_header_inner .monthchange:hover{color:#3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content{padding-top:105px;box-sizing:border-box}.ds_page .ds_coursetable .ds_coursetable_content::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_coursetable .ds_coursetable_content td.timeout{background-color:#f8f8f8}.ds_page .ds_coursetable .ds_coursetable_content td.timeout.disable{background-color:#e5f8ff}.ds_page .ds_coursetable .ds_coursetable_content .ds_class_left{float:left;width:250px}.ds_page .ds_coursetable .ds_coursetable_content .ds_class_right{float:left;width:100%}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist{position:fixed;width:250px;margin-bottom:-100%;background-color:#fff;overflow:auto;border:1px solid #e6e6e6;box-sizing:border-box;padding:8px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item{padding:10px 0px;line-height:1.5em;min-height:3em}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{float:left;font-size:12px}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item>i{color:#3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class{margin-left:20px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_class_type{color:#999}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_class_teacher{color:#999}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_class_year{color:#999}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail{height:40px;margin-bottom:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver{float:left;width:44px;height:35px;position:relative;line-height:50px;text-align:center;cursor:pointer}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver>a{display:inline-block;position:absolute;width:100%;height:100%;z-index:9;top:0px;left:0px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver>a::before{display:block;content:" ";background-color:#000;opacity:0.5;top:0px;left:0px;position:absolute;right:0px;bottom:0px;z-index:10}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver>a i.iconfont{font-size:30px;position:relative;z-index:11;color:#fff;top:-6px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_conver .conver{width:100%;height:100%;position:absolute;top:0px;left:0px}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{float:left;cursor:pointer;margin-left:5px}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.live{color:#3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class>.ds_video_thumbnail>.ds_video_add_btn{float:right}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item .ds_class .zbsj{color:#3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item[allow-drag="1"]{cursor:move}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .ds_class_item ~ .ds_class_item{border-top:1px solid #e6e6e6}.ds_page .ds_coursetable .ds_coursetable_content .ds_classlist .layui-tab-brief>.layui-tab-title li{padding:0px 5px;min-width:55px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule{margin-left:258px;height:auto}.ds_page .ds_coursetable .ds_coursetable_content .ds_weekday{height:35px;box-sizing:border-box;background-color:#fff;position:fixed;margin-bottom:-100%;width:100%;z-index:10}.ds_page .ds_coursetable .ds_coursetable_content .ds_period{width:45px;font-size:14px !important;font-weight:700}.ds_page .ds_coursetable .ds_coursetable_content .ds_day{text-align:center;box-sizing:border-box;font-size:14px !important;font-weight:700}.ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high{position:relative}.ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{display:block;content:" ";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:9}.red-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_content div.ds_drop_high::after{border:4px solid #3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{display:none;position:absolute;box-sizing:border-box;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:9;pointer-events:none}.red-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_content td>.td_high_border{border:4px solid #3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content td.ds_drop_high>.td_high_border{display:block}.ds_page .ds_coursetable .ds_coursetable_content .ds_weekend{color:#ff0e03}.ds_page .ds_coursetable .ds_coursetable_content .ds_monthoffset{color:#c0c0c0}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_content{box-sizing:border-box;background-color:#fff;margin-top:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_content.noData{padding:50px 20px;text-align:center;border:1px solid #e6e6e6;border-top:0}.ds_page .ds_coursetable .ds_coursetable_content .ds_day_content{min-height:100%;font-weight:normal;position:relative}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap{position:relative;height:100%;width:100%;padding-top:35px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item{box-sizing:border-box;min-height:210px;overflow:hidden;position:relative;padding:8px;text-align:center}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.ds_dragproxy{border:1px solid #e6e6e6;background-color:#fff;opacity:0.6;text-align:center;cursor:move}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class{font-weight:700;margin-bottom:10px;max-height:2em;line-height:1em;overflow:hidden}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_type{font-weight:700;color:#829db4}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_time{margin-bottom:10px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_address{margin-bottom:10px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_remark{margin-bottom:10px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item .ds_class_jsname{margin-bottom:10px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item span.conflict{font-size:12px !important;color:#fff;margin:0px 3px;display:none;cursor:pointer;background-color:red;padding:0px 3px;line-height:18px;border-radius:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item span.share{font-size:12px !important;color:#fff;margin:0px 3px;display:none;cursor:pointer;background-color:#f3ae4f;padding:0px 3px;line-height:18px;border-radius:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item span.adjust{font-size:12px !important;color:#fff;margin:0px 3px;display:none;cursor:pointer;background-color:#558cd0;padding:0px 3px;line-height:18px;border-radius:5px}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.conflict span.conflict{display:inline-block !important}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.share span.share{display:inline-block !important}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.adjust span.adjust{display:inline-block !important}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item:first-child{border-top-style:none}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item.timeout{background-color:#f8f8f8}.ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_class_item ~ .ds_class_item{border-top:1px solid #e6e6e6}.red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_content .ds_schedule_wrap .ds_proxy_line{border:2px dashed #3C8AF8}.ds_page .ds_coursetable .ds_coursetable_content .table{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;box-sizing:border-box;border-spacing:0px;border-collapse:inherit !important;width:100%}.ds_page .ds_coursetable .ds_coursetable_content .table>tbody>tr>td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;text-align:center;box-sizing:border-box;height:35px;position:relative}.ds_page .ds_coursetable .ds_coursetable_content .table>tbody>tr>td.ds_day_content_td{vertical-align:top;background-clip:padding-box}.ds_page .ds_coursetable .ds_coursetable_tools{display:none;position:absolute;bottom:1px;border:1px solid #fff;overflow:hidden;left:0px;right:0px;text-align:center}.ds_page .ds_coursetable .ds_coursetable_tools>span{width:30px;height:30px;line-height:30px;display:inline-block;border-right:1px solid #fff;background-color:#d8d8d8;cursor:pointer}.ds_page .ds_coursetable .ds_coursetable_tools>span[event="drag"]{cursor:move}.red-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#4daf7b}.orange-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#ffb142}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#c60100}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#37f}.elep-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#942320}.ct-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#303987}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#1A66B1}.nx-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_tools>span:hover{background-color:#3C8AF8}.ds_page .ds_coursetable .ds_coursetable_tools>span>i{width:100%;height:100%;display:inline-block;font-size:16px !important;color:#fff}.ds_page .ds_coursetable .ds_coursetable_tools>span:first-child{border-radius:5px 0px 0px 5px}.ds_page .ds_coursetable .ds_coursetable_tools>span:last-child{border-radius:0px 5px 5px 0px}.red-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#ff7200 !important}.blue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#3c8ddb !important}.green-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#4daf7b !important}.orange-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#ffb142 !important}.darkred-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#c60100 !important}.darkblue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#37f !important}.elep-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#2787EE !important}.elep-red-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#ff7200 !important}.nmRed-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#e51c16 !important}.hdBlue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#2495c7 !important}.zydxRed-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#cd0911 !important}.gzgb-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#942320 !important}.ct-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#303987 !important}.zgyc-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#007c5d !important}.hbBlue-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#1A66B1 !important}.nx-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#1b82d2 !important}.dingtalk-theme .ds_page .ds_coursetable .ds_coursetable_tools>span.highlight{background-color:#3C8AF8 !important}.ds_page .ds_coursetable .ds_coursetable_tools>span.dim{background-color:#d8d8d8 !important;cursor:no-drop !important}.ds_page .ds_coursetable.disabled .ds_coursetable_tools>span{background-color:#d8d8d8 !important;cursor:no-drop !important}.ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]{cursor:pointer !important}.red-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#ff7200 !important}.blue-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#3c8ddb !important}.green-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#4daf7b !important}.orange-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#ffb142 !important}.darkred-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#c60100 !important}.darkblue-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#37f !important}.elep-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#2787EE !important}.elep-red-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#ff7200 !important}.nmRed-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#e51c16 !important}.hdBlue-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#2495c7 !important}.zydxRed-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#cd0911 !important}.gzgb-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#942320 !important}.ct-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#303987 !important}.zgyc-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#007c5d !important}.hbBlue-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#1A66B1 !important}.nx-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#1b82d2 !important}.dingtalk-theme .ds_page .ds_coursetable.disabled .ds_class_item .ds_coursetable_tools span[event="edit"]:hover{background-color:#3C8AF8 !important}.ds_page .ds_coursetable.disabled .ds_classlist .ds_class_item{cursor:default !important}.ds_page .ds_coursetable.ds_weekcoursetable .isTk{line-height:38px}.ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{content:"";display:inline-block;width:14px;height:14px;border-radius:3px;position:relative;top:2px;margin-left:10px;margin-right:5px;opacity:0.1}.red-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#4daf7b}.orange-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#ffb142}.darkred-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#c60100}.darkblue-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#37f}.elep-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#2787EE}.elep-red-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#ff7200}.nmRed-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#cd0911}.gzgb-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#942320}.ct-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#303987}.zgyc-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#1A66B1}.nx-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable.ds_weekcoursetable .isTk:before{background-color:#3C8AF8}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule{margin-left:0;margin-bottom:5px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule td>.ds_day:nth-child(2){font-weight:normal}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_classname{width:170px;position:static;padding:8px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap{padding-top:31px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_schedule_content:first-child{margin-top:10px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_schedule_content:hover{box-shadow:0 0 10px #ccc}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item{min-height:auto}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.conflict{border:1px solid red}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ikt{position:relative}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ikt:before{content:"";display:inline-block;width:40px;height:40px;position:absolute;top:0;left:0;background:url(themes/img/I-kt_text.png) no-repeat;background-size:100% 100%}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust{position:relative}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.05}.red-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#4daf7b}.orange-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#ffb142}.darkred-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#c60100}.darkblue-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#37f}.elep-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#2787EE}.elep-red-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#ff7200}.nmRed-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#cd0911}.gzgb-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#942320}.ct-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#303987}.zgyc-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#1A66B1}.nx-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.adjust:before{background-color:#3C8AF8}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class_type,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class_jsname,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class_address{display:none}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more .ds_class:after{content:"";display:block;width:8px;height:6px;background:url(themes/img/weekCourseTableMore.png) no-repeat;position:absolute;left:50%;margin-left:-4px;bottom:4px}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class_type,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class_jsname,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class_address,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class_type,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class_jsname,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class_address,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class{display:block}.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more:hover .ds_class:after,.ds_page .ds_coursetable.ds_weekcoursetable .ds_coursetable_content .ds_schedule .ds_schedule_wrap .ds_day .ds_class_item.ds_more>div:hover .ds_class:after{display:none}.ds_page .ds_coursetable .ds_class_item:hover>.ds_coursetable_tools{display:block}.ds_page .ds_coursetable.dragging .ds_coursetable_tools{display:none !important}.ds_page .ds_coursetable.adjust .ds_schedule{margin-left:auto;height:auto}.ds_page .ds_coursetable .sp_all_total{height:20px;float:left;line-height:20px;padding:5px;border-radius:5px;cursor:pointer}.ds_page .ds_coursetable .sp_choose_total{height:20px;float:left;margin-left:5px;line-height:20px;padding:5px;border-radius:5px;cursor:pointer}.ds_page .ds_coursetable .sp_all_total.active{color:#fff}.red-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#4daf7b}.orange-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#ffb142}.darkred-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#c60100}.darkblue-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#37f}.elep-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#942320}.ct-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#303987}.zgyc-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#1A66B1}.nx-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .sp_all_total.active{background-color:#3C8AF8}.ds_page .ds_coursetable .sp_choose_total.active{color:#fff}.red-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#ff7200}.blue-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#3c8ddb}.green-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#4daf7b}.orange-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#ffb142}.darkred-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#c60100}.darkblue-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#37f}.elep-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#2787EE}.elep-red-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#ff7200}.nmRed-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#e51c16}.hdBlue-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#2495c7}.zydxRed-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#cd0911}.gzgb-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#942320}.ct-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#303987}.zgyc-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#007c5d}.hbBlue-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#1A66B1}.nx-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_coursetable .sp_choose_total.active{background-color:#3C8AF8}.ds_page .ds_formfill .ds_formfill_wrap{vertical-align:middle;display:table;height:38px;width:100%}.ds_page .ds_formfill .ds_formfill_wrap .ds_formfill_content{display:table-cell;vertical-align:middle;text-align:left}.ds_page .ds_formfill input[type="text"]{border-bottom:1px solid #999;border-top-style:none;border-left-style:none;border-right-style:none;width:60px;display:inline-block;padding-left:5px;padding-right:5px;margin-left:5px;margin-right:5px;font-size:16px !important}.ds_page .ds_formfill pre{font-size:16px !important;font-family:inherit;display:inline;font-weight:inherit;display:none}.ds_page .tip{position:absolute;top:47%;left:50%;transform:translate(-50%, -50%);padding:6px 10px;border-radius:5px;color:white;background-color:#e61823;font-size:14px;line-height:1.3}.ds_page.release .ds_hide{display:none}.ds_page.design{position:absolute;top:0px;left:0px;right:0px;bottom:0px;border:1px dashed #7fcdfd}.ds_page.design>.ds_page_head{position:absolute}.ds_page.design>.ds_page_head>.ds_container{border-top-style:none !important;border-left-style:none !important;border-right-style:none !important;min-height:57px}.ds_page.design>.ds_page_foot{position:absolute}.ds_page.design>.ds_page_foot>.ds_container{border-bottom-style:none !important;border-left-style:none !important;border-right-style:none !important;min-height:57px}.mobile .ds_form .ds_page.design>.ds_page_head>.ds_container,.mobile .ds_form .ds_page.design>.ds_page_foot>.ds_container{min-height:auto !important}.ds_page.design>.ds_page_content>.center{width:100%}.ds_page.design>.ds_page_content>.center>.ds_container{overflow-y:auto;overflow-x:auto;border-style:none}.ds_page.design>.ds_page_content>.center>.ds_container::after{content:" ";display:block;margin-bottom:30px}.ds_page.design>.ds_page_content>.east>.ds_container{position:absolute !important;overflow-y:auto;overflow-x:auto;border-top-style:none;border-bottom-style:none;border-left-style:none;margin-right:-100%}.ds_page.design>.ds_page_content>.east>.ds_container::after{content:" ";display:block;margin-bottom:30px}.ds_page.design>.ds_page_content>.west>.ds_container{position:absolute !important;overflow-y:auto;overflow-x:auto;border-top-style:none;border-bottom-style:none;border-right-style:none}.ds_page.design>.ds_page_content>.west>.ds_container::after{content:" ";display:block;margin-bottom:30px}.ds_page.design .ds_control{border-bottom:1px dashed #7fcdfd;border-left:1px dashed #7fcdfd;border-right:1px dashed #7fcdfd;border-top:1px dashed #7fcdfd;position:relative}.ds_page.design .design-tools-button{margin-left:5px}.ds_page.design .ds_dragbadeg{cursor:move}.ds_page.design .ds_removebadeg{cursor:pointer}.ds_page.design .ds_metadatadeg{cursor:pointer}.ds_page.design .ds_setbadeg{cursor:pointer}.ds_page.design .ds_control.ds_control_selected{background-color:#fff8dc !important}.ds_page.design .ds_control.ds_control_selected>.ds_control_design>div,.ds_page.design .ds_control.ds_control_selected>.ds_container_design>div{display:block}.ds_page.design .ds_column{border:1px dashed #7fcdfd !important}.ds_page.design .ds_form{-moz-user-select:none;-webkit-user-select:none;user-select:none;overflow:auto}.ds_page.design .ds_row{padding:8px}.ds_page.design .ds_row .ds_column{border:1px dashed #7fcdfd !important;min-height:57px;padding:0px}.ds_page.design .ds_row .ds_column>.ds_control{border-style:none !important}.ds_page.design .ds_control_design{position:absolute;right:0px;top:0px;width:100%;bottom:0px;left:0px;display:block;z-index:900;background-color:rgba(0,0,0,0)}.ds_page.design .ds_control_design>div{position:absolute;right:10px;line-height:1em;top:0px;display:none;z-index:20}.ds_page.design .ds_container_design{position:absolute;right:0px;top:0px;width:100%;height:0px;display:block;z-index:20}.ds_page.design .ds_container_design>div{position:absolute;right:10px;top:0px;display:none;z-index:20}.ds_page.design .ds_section{min-height:57px;padding:8px !important;border-style:dashed !important}.ds_page.design .ds_section>.ds_section_view>.ds_container{min-height:57px}.ds_page.design .ds_container>.ds_control:first-child{border-top:1px dashed #7fcdfd}.ds_page.design .ds_table_layout .ds_table_layout_table .ds_tablelayout_cell::after{display:inline-block;position:absolute;top:0px;right:0px;overflow:hidden;width:3px;height:100%;z-index:999;content:" ";cursor:ew-resize}.ds_page.design .ds_table_layout .ds_table_layout_table .ds_tablelayout_cell::before{display:inline-block;position:absolute;left:0px;right:0px;width:100%;height:3px;bottom:0px;overflow:hidden;z-index:999;content:" ";cursor:ns-resize}.ds_page.design .ds_table_layout.no_border>.ds_table_layout_box{border-top-style:dashed !important;border-left-style:dashed !important}.ds_page.design .ds_table_layout.no_border>.ds_table_layout_box>.ds_table_layout_table>tbody>tr>td{border-right-style:dashed !important;border-bottom-style:dashed !important}.ds_page.design .resize-baseline-v{position:absolute;width:1px;top:0px;bottom:0px;border-left:1px dashed blue;border-right-style:none;z-index:9999}.ds_page.design .resize-baseline-h{position:absolute;width:100%;height:1px;top:0px;bottom:0px;border-top:1px dashed blue;z-index:9999}.ds_page.design .ds_hide{opacity:0.4}.ds_page.design .ds_sub_table_box .ds_sub_table .ds_sub_table_cell{border-right:1px solid #e6e6e6 !important;border-bottom:1px solid #e6e6e6 !important;border-top-style:none !important;border-left-style:none !important;height:30px}.ds_page.design .ds_sub_table_box .ds_sub_table .ds_sub_table_cell>div.ds_container{min-height:100%;border-style:none}.ds_page.design .ds_sub_table_box .ds_sub_table .ds_sub_table_cell [ctrl_type="Customer"]{padding:8px}.ds_page.design .ds_datagrid>.toolsbars{position:absolute;top:0px;left:0px;right:0px}.ds_page.design .ds_datagrid>.toolsbars>.buttonsBar{padding-bottom:20px}.ds_page.design .ds_datagrid .ds_dg_table>tbody>tr{border-style:none !important}.ds_page.design .ds_datagrid .ds_dg_table>tbody>tr>td{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_table{box-sizing:border-box}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_table tr{border-style:none !important}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_table td{height:40px;border-top-style:none;border-left-style:none;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;position:static}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_body{box-sizing:border-box}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_body tr{border-style:none !important}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_body td{vertical-align:middle;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_body .ds_datagrid_data_col>div{min-height:100%;border-style:none}.ds_page.design .ds_datagrid .ds_datagrid_wrap .datagrid_body .ds_datagrid_data_col>div>.ds_control{padding:5px 0px !important}.ds_page.design .ds_card{margin-left:0px}.ds_page.design .ds_card:hover::before{display:none !important}.ds_page.design .ds_card:hover>.ds_card_edit{display:none !important}.ds_page.design .ds_card>.ds_container{border-style:none !important;min-height:inherit}.ds_page.design .ds_coursetable{padding:8px;overflow:hidden}.ds_page.design .ds_coursetable .ds_coursetable_header{position:absolute}.ds_page.design .ds_coursetable .ds_classlist{position:absolute}.ds_page.design .ds_coursetable .ds_weekday{position:absolute}.ds_page.design .UploadFile{min-height:40px}.desginer_head{padding:10px;position:fixed;top:0px;left:0px;right:0px;width:100%;background-color:#fff;box-sizing:border-box;border-bottom:1px solid #c9c9c9;z-index:101}.desginer_left{background-color:#fff;width:250px;position:fixed;z-index:100;top:0px;left:0px;bottom:0px;border-right:1px solid #c9c9c9;box-shadow:0px 1px 10px 0px rgba(50,50,50,0.2)}.desginer_left .ds_tools{background-color:#fff;width:250px;height:100%;position:relative;top:0px;left:0px;bottom:0px;margin-top:59px;box-shadow:0px 1px 10px 0px rgba(50,50,50,0.2)}.desginer_left .ds_tools .ds_header{padding:15px;border-bottom:1px solid #f6f6f6}.desginer_left .ds_tools .ds_header span{font-size:26px;font-family:"Open Sans", sans-serif;font-weight:300;color:#666}.desginer_left .ds_tools .ds_tool_item{float:left;margin:3%;width:44%;padding:2%;box-sizing:border-box;background-color:#f5f5f5;border:1px dashed #999;border-radius:4px;cursor:move;word-wrap:break-word}.desginer_left .ds_tools .layui-tab{height:calc(100% - 45px);overflow-y:auto}.desginer_left .ds_tools .layui-tab-content{padding-bottom:10px !important}.desginer_content{width:100%;position:absolute;bottom:0px;top:0px;left:0px;right:0px;overflow:hidden}.desginer_center{margin-top:71px;padding-left:10px;padding-right:10px;padding-bottom:10px;overflow-x:hidden;overflow-y:auto;position:absolute;right:250px;left:250px;bottom:0px;top:0px}.desginer_control_path{position:absolute;height:20px;width:100%;top:-30px;z-index:100;background-color:#fff;padding-left:10px;padding-right:10px}.desginer_right{background-color:#fff;width:250px;position:fixed;z-index:100;top:0px;right:0px;bottom:0px;border-left:1px solid #c9c9c9;box-shadow:0px 1px 10px 0px rgba(50,50,50,0.2);overflow:auto}.desginer_right .ds_attr_item{margin-bottom:0px !important}.desginer_right .ds_attr_item label{padding:10px 0px 5px 0px;display:block}.desginer_right .ds_attr_item a.ds_attr_attachment{display:inline-block;padding-bottom:5px}.desginer_right .ds_item_hidden{display:none}.ds_form{position:relative;margin-left:auto;margin-right:auto;box-sizing:border-box;height:100%}.mobile{background-color:#fff}.mobile .ds_form{width:467px;background-size:467px;margin:0 auto;background-repeat:no-repeat;background-image:url(themes/img/mobile.jpg)}.mobile .ds_form.ios{height:755px !important;background-position:center top}.mobile .ds_form.ios iframe{margin-top:85px;width:320px;height:568px;margin-left:auto !important;margin-right:auto !important}.mobile .ds_form.ios .ds_page{margin-top:85px;width:320px;height:568px}.mobile .ds_form.android{height:755px !important;background-position:center center}.mobile .ds_form.windows{height:755px !important;background-position:center bottom}.mobile .ds_form.huawei{width:390px;height:815px;background-image:url(themes/img/huawei.png);background-size:100% auto;position:relative}.mobile .ds_form.huawei .mobile-view{top:19px;width:355px;height:766px;margin-left:auto !important;margin-right:auto !important;position:absolute;border-radius:32px;overflow:hidden}.mobile .ds_form.huawei iframe{border-style:none;width:355px;height:766px;margin-left:auto !important;margin-right:auto !important}.mobile .ds_form.huawei .ds_page{transform:translateX(-2px);margin-top:19px;width:355px;height:766px;background-color:transparent;border-style:none}.mobile .ds_form.huawei .ds_page>.ds_page_content>.center{background-color:transparent}.mobile .ds_form.huawei div[caption="CenterView"]{border-radius:32px;overflow:auto;background-color:red;background-color:transparent;border-style:none}.mobile .ds_form.huawei div[caption="CenterView"]::-webkit-scrollbar{-webkit-appearance:none;width:5px;height:5px}.mobile .ds_form.huawei div[caption="CenterView"]::-webkit-scrollbar-thumb{border-radius:2.5px;border:2px solid white;background-color:rgba(0,0,0,0.3)}.mobile .ds_form.huawei div[caption="CenterView"]::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0.8)}.mobile .ds_form.huawei div[caption="CenterView"]::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(0,0,0,0.2)}.mobile .ds_form.huawei div[caption="NorthView"]{border-style:none}.mobile .ds_form.huawei div[caption="SouthView"]{display:none}.mobile .east{display:none}.mobile .west{display:none}.mobile .center{background-color:#f6f6f6}.mobile .center>.ds_container{margin-left:0px !important;margin-right:0px !important}.ds_browser{width:100%;position:relative;z-index:2;top:0;left:0;text-align:center;background:#ffffff;display:none}.ds_browser p{vertical-align:middle;display:inline-block;margin-right:20px}.ds_browser i{position:absolute;right:10%;font-size:20px;margin-top:3px;cursor:pointer}.ds_tree{position:relative}.ds_tree.readOnly:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:transparent}.ds_tree .ztree li a{height:16px;line-height:16px;box-sizing:content-box}.ds_tree .ztree .button.switch{height:22px}.ds_tree .ztree .button.chk{margin-top:-3px}.ds_tree .ztree.arrowsTree li span.button.root_open,.ds_tree .ztree.arrowsTree li span.button.roots_open,.ds_tree .ztree.arrowsTree li span.button.bottom_open,.ds_tree .ztree.arrowsTree li span.button.center_open,.ds_tree .ztree.arrowsTree li span.button.noline_open{background-image:url(themes/img/left_menuForOutLook.png);background-position:-1px 2px}.ds_tree .ztree.arrowsTree li span.button.root_close,.ds_tree .ztree.arrowsTree li span.button.roots_close,.ds_tree .ztree.arrowsTree li span.button.bottom_close,.ds_tree .ztree.arrowsTree li span.button.center_close,.ds_tree .ztree.arrowsTree li span.button.noline_close{background-image:url(themes/img/left_menuForOutLook.png);background-position:-19px 2px}.ds_tree .ztree.arrowsTree li span.button.ico_open,.ds_tree .ztree.arrowsTree li span.button.ico_close,.ds_tree .ztree.arrowsTree li span.button.ico_docu{margin-top:2px}.ds_tree .ztree.arrowsTree li span.button.bottom_docu{background-position:-56px -34px}.ds_tree .ztree.arrowsTree li span.button.center_docu{background-position:-56px -16px}.ds_tree .ztree.arrowsTree li>a{padding-left:3px}.ds_tree .ztree.arrowsTree li>a.curSelectedNode{padding-left:2px}.ds_NavTree .body[handler="navTree_body"]{overflow:hidden;min-height:40px;padding:0;background:#fff}.ds_NavTree .body[handler="navTree_body"].hasPaddingTop{padding-top:68px}.ds_NavTree .body[handler="navTree_body"].hasPaddingTop .ds_tree{padding-top:0}.ds_NavTree>.head{background:#fff}.ds_NavTree.ds_control:not(.ds_drag_proxy){min-height:100%}.ds_NavTree [handler="title"]{border-right:none !important}.ds_NavTree .search_box{position:absolute;padding:15px 20px;top:0;right:0;left:0}.ds_NavTree .search_box input{border-radius:4px !important;padding-right:36px}.ds_NavTree .search_box i{position:absolute;top:23px;right:28px;font-size:22px;cursor:pointer}.ds_NavTree .ds_tree{padding:15px 20px;height:100%;box-sizing:border-box;overflow:auto}.ds_NavTree .ds_tree .ztree{padding:0}.ds_NavTree .ds_tree .ztree li a{height:20px;line-height:20px}.ds_uploadFile .layui-upload-drag{width:80%}.red-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#ff7200}.blue-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#3c8ddb}.green-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#4daf7b}.orange-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#ffb142}.darkred-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#c60100}.darkblue-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#37f}.elep-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#2787EE}.elep-red-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#ff7200}.nmRed-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#e51c16}.hdBlue-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#2495c7}.zydxRed-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#cd0911}.gzgb-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#942320}.ct-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#303987}.zgyc-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#007c5d}.hbBlue-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#1A66B1}.nx-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#1b82d2}.dingtalk-theme .ds_uploadFile .layui-upload-drag .layui-icon{color:#3C8AF8}.ds_uploadFile .filename_td{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds_uploadFile .fontpostion{min-width:100px}.ds_uploadFile .layui-table td{padding:20px 15px;line-height:18px;border:none !important}.ds_uploadFile .layui-table td.order{padding-right:0}.ds_uploadFile .operate{cursor:pointer;text-align:left}.ds_uploadFile .downLoadBtn{position:absolute;right:8px;margin-left:16px}.ds_uploadFile .moveFile{margin-right:8px}.ds_uploadFile .edit{display:none}.ds_uploadFile .order{width:10px}.ds_uploadFile .item+.item{margin-top:20px}.ds_uploadFile.hideName .btnName{display:none}.ds_uploadFile.displayNone .fileContainer{display:none}.ds_uploadFile.hideLabel .label{display:none}.ds_uploadFile .fileContainer{margin-top:8px;position:relative;border:1px solid #e6e6e6}.ds_uploadFile .fileContent{background-color:#e3eaf4;max-width:284px;min-width:220px;height:44px;float:left;position:relative;margin:0 8px 8px 0;border-radius:3px;overflow:visible;font-size:12px}.ds_uploadFile .icon{display:inline-block;width:16px;height:16px;background-image:url(themes/img/small.png);background-repeat:no-repeat;margin-right:8px;position:relative;top:4px}.ds_uploadFile .midIcon.png{background-position:-64px -32px}.ds_uploadFile .midIcon.Word{background-position:-64px 0px}.ds_uploadFile .midIcon.Excel{background-position:-32px 0px}.ds_uploadFile .midIcon.txt{background-position:0px 0px}.ds_uploadFile .midIcon.zip{background-position:-160px 0px}.ds_uploadFile .midIcon.jpg{background-position:0px -32px}.ds_uploadFile .midIcon.pdf{background-position:-64px -128px}.ds_uploadFile .textLeft{text-align:left}.ds_uploadFile .uploadbtn{overflow:hidden;display:flex;flex-direction:row}.ds_uploadFile .uploadbtn.third{flex-direction:column}.ds_uploadFile .uploadbtn.third .layui-progress{display:block;margin-top:10px}.ds_uploadFile .downLoad.downLoadBtn{position:relative}.ds_uploadFile .upload-div{display:inline;position:relative;overflow:hidden;cursor:pointer}.ds_uploadFile .upload-div .third-upload{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;opacity:0;cursor:pointer}.ds_uploadFile .fileName{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;margin-left:10px}.ds_uploadFile .fileName>span{position:relative;top:1px}.ds_uploadFile .fontpostion{text-align:right;color:#333}.ds_uploadFile .deleteBtn{position:absolute;right:6px;top:5px;font-size:12px}.ds_uploadFile .deleteLink{outline:0;cursor:pointer;padding:2px 4px 4px;text-decoration:none;border-radius:3px}.ds_uploadFile .singleFile.fileContainer{border:0}.ds_uploadFile .singleFile.layui-table{background-color:transparent}.ds_uploadFile .singleFile.layui-table td{padding:0;line-height:20px}.ds_uploadFile .singleFile.layui-table td.blank{padding:0px 15px}.ds_uploadFile .singleFile.layui-table td.operate{padding-right:8px}.ds_uploadFile .singleFile.layui-table td .fileName{position:relative;top:0px}.ds_uploadFile .uploadfileBtn{width:100%}.ds_uploadFile .uploadfileBtn .uploadMainBtn{position:relative}.ds_uploadFile .uploadfileBtn .uploadMainBtn .third-upload{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;overflow:hidden;opacity:0;cursor:pointer}.ds_uploadFile .upload-progress{margin-top:10px;margin-left:110px;background-color:#f5f5f5 !important}.red-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#ff7200 !important}.blue-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#3c8ddb !important}.green-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#4daf7b !important}.orange-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#ffb142 !important}.darkred-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#c60100 !important}.darkblue-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#37f !important}.elep-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#2787EE !important}.elep-red-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#ff7200 !important}.nmRed-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#e51c16 !important}.hdBlue-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#2495c7 !important}.zydxRed-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#cd0911 !important}.gzgb-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#942320 !important}.ct-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#303987 !important}.zgyc-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#007c5d !important}.hbBlue-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#1A66B1 !important}.nx-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#1b82d2 !important}.dingtalk-theme .ds_uploadFile .upload-progress .layui-bg-red{background-color:#3C8AF8 !important}.ds_uploadFile .hide-progress{display:none}.ds_uploadImg .uploadbtn{overflow:hidden;display:flex;flex-direction:row}.ds_uploadImg .uploadbtn .layui-btn+.layui-btn{margin-left:0}.ds_uploadImg .imgContainer{border:1px solid #c7c7c7;display:flex;flex-direction:row;justify-content:flex-start;margin-top:8px;padding-left:16px;flex-wrap:wrap}.ds_uploadImg .imgContainer .pic{width:130px;margin-top:8px;margin-right:64px}.ds_uploadImg .imgContainer .pic .img{width:100%;height:92px;position:relative;border:1px solid #f2f2f2}.ds_uploadImg .imgContainer .pic .img img{width:100%;height:100%;border-radius:2px;cursor:pointer}.ds_uploadImg .imgContainer .pic .title,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title span,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic span,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title i,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic i{width:100%;padding:10px 0;text-align:center;font-weight:normal;color:#000}.ds_uploadImg .imgContainer .pic .title>div:not(.operateBox),.ds_uploadImg .imgContainer .pic .ds_seat .frame_title span>div:not(.operateBox),.ds_seat .frame_title .ds_uploadImg .imgContainer .pic span>div:not(.operateBox),.ds_uploadImg .imgContainer .pic .ds_seat .frame_title i>div:not(.operateBox),.ds_seat .frame_title .ds_uploadImg .imgContainer .pic i>div:not(.operateBox){float:left;line-height:18px}.ds_uploadImg .imgContainer .pic .title>.ImgName,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title span>.ImgName,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic span>.ImgName,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title i>.ImgName,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic i>.ImgName{width:68%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border:0;background-color:transparent}.ds_uploadImg .imgContainer .pic .title>.operateBox,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title span>.operateBox,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic span>.operateBox,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title i>.operateBox,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic i>.operateBox{text-align:right;padding-top:5px}.ds_uploadImg .imgContainer .pic .title>.operateBox span,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title span>.operateBox span,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic span>.operateBox span,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title i>.operateBox span,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic i>.operateBox span{font-weight:200;cursor:pointer}.ds_uploadImg .imgContainer .pic .title>.operateBox .cut,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title span>.operateBox .cut,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic span>.operateBox .cut,.ds_uploadImg .imgContainer .pic .ds_seat .frame_title i>.operateBox .cut,.ds_seat .frame_title .ds_uploadImg .imgContainer .pic i>.operateBox .cut{margin-left:8px}.ds_uploadImg .imgContainer .item+.item{margin-top:20px}.ds_uploadImg .imgContainer .order{color:#a8a8a8;text-align:right;width:10px}.ds_uploadImg .imgContainer .operate{cursor:pointer;width:100px}.ds_uploadImg .imgContainer .blank{color:#333;width:100px}.bigImgDom{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.2);z-index:100;display:flex;align-items:center;overflow-y:auto}.bigImgDom .singleImgContainer{margin:0 auto;max-width:40%}.bigImgDom .singleImgContainer img{width:100%}.ds_uploadPhoto{text-align:center;display:inline-block;margin-bottom:-3px;box-sizing:border-box;border:1px solid #e6e6e6}.ds_uploadPhoto .uploadbtn{overflow:hidden;display:flex;flex-direction:row}.ds_uploadPhoto .uploadbtn .layui-btn+.layui-btn{margin-left:0}.ds_uploadPhoto.no_border{border-style:none !important}.ds_uploadPhoto>.photoBox{padding:5px;position:absolute;top:0px;left:0px;right:0px;bottom:0px;padding:8px;box-sizing:border-box}.ds_uploadPhoto>.photoBox .imgCotent{display:inline-block;width:100%;height:100%}.ds_uploadPhoto>.photoBox .imgCotent img{width:100%;height:100%}.ds_iframe>iframe{background-color:#fff;vertical-align:top}.ds_datepicker.hideLabel lable{display:none}.ds_datepicker .readonlyBlock{display:flex;flex-direction:row;justify-content:space-around;text-align:center}.ds_tab{height:100%;margin:0}.ds_tab.customer-tab-pad>.layui-tab-title{position:relative;left:0;height:auto;white-space:unset;font-size:0;border-bottom-width:unset;border-bottom-style:none;display:flex;justify-content:center}.ds_tab.customer-tab-pad>.layui-tab-title li{list-style:none;border:2px solid #ffffff;border-radius:50%;height:24px;width:24px;padding:0;line-height:auto;min-width:auto;margin:0 2.1%}.ds_tab.customer-tab-pad>.layui-tab-title li.layui-this{background:#fff}.ds_tab.customer-tab-pad>.layui-tab-title li.layui-this:after{border-bottom:none;border-width:unset;border-style:none}.ds_tab .layui-tab-content{height:calc(100% / 1 - 41px);padding:0;padding-top:5px;box-sizing:border-box}.ds_tab .layui-tab-content .layui-tab-item{height:100%;overflow-y:auto}.ds_tab .layui-tab-title.enableDeleteTab li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.ds_tab .layui-tab-title.cancelDeleteTab li .layui-tab-close{display:none}.ds_tab .layui-tab-title .layui-badge,.ds_tab .layui-tab-title .layui-badge-dot{top:-12px;border-radius:10px}.ds_tab .layui-tab-title li[disable="true"]{cursor:no-drop}.dsf_AreaSelect{padding-bottom:0 !important}.dsf_AreaSelect>div:not(.ds_control_design){margin-bottom:8px}.dsf_AreaSelect .layui-input-inline{width:120px}.dsf_AreaSelect>.readOnly{position:relative}.dsf_AreaSelect>.readOnly::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;cursor:no-drop}.ds_datachoice .searchbutton{display:inline-block;position:absolute;top:50%;margin-top:-18px;right:0px;width:36px;padding:6px;box-sizing:border-box;vertical-align:middle}.ds_search_input{position:relative}.ds_search_input>input{padding-right:30px}.ds_search_input>button{display:inline-block;font-size:18px !important;font-weight:700;background-color:transparent;border-style:none;color:#c0c0c0;position:absolute;top:50%;right:10px;margin-top:-9px}@-webkit-keyframes cardbuttonshow{from{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:0.5}}@keyframes cardbuttonshow{from{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:0.5}}.remove_metadata{position:absolute;z-index:9999;right:10px}.ds_label_box{position:relative}.ds_label_box.text-center{text-align:center}.ds_label_box.text-right{text-align:right}.ds_label_box .contenteditable{position:relative;z-index:1000;display:none;margin-top:15px;border:1px solid #e6e6e6;background-color:#fff;border-radius:2px;padding:10px;outline:none}.ds_label_box .underline{display:inline-block;padding-bottom:5px;border-bottom:1px solid #e6e6e6}.ds_label_box .underline:before{bottom:5px}.ds_label_box.ds_font_st{font-family:SimSun}.ds_label_box.ds_font_fs{font-family:FangSong}.ds_label_box.ds_font_kt{font-family:KaiTi}.ds_label_box.ds_font_ht{font-family:SimHei}.ds_label_box.ds_font_wryh{font-family:Microsoft YaHei}.ds_label_box.ds_font_yy{font-family:YouYuan}.ds_checknode{overflow:hidden;height:100%}.ds_checknode .ztree{padding:0}.ds_checknode .ztree[handler="chooseTree"]{padding:7px 10px}.ds_checknode .ztree li a{max-width:97%;height:24px !important;line-height:24px;box-sizing:border-box}.ds_checknode .ztree li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block;line-height:24px}.ds_checknode .ztree li span.button.switch{width:16px;height:16px;margin-right:1px;position:relative;top:4px}.ds_checknode .ztree li span.noline_open,.ds_checknode .ztree li span.noline_close{background-image:url(themes/img/jiajian.png) !important;background-position:-14px 0px !important}.ds_checknode .ztree li span.noline_open{position:relative;left:4px}.ds_checknode .ztree li span.noline_close{background-position:1px 0px !important}.ds_checknode .fl{float:left}.ds_checknode .fr{float:right}.ds_checknode>div:not(.ds_container_design){float:left;width:60%;border:1px solid #d4d4d4;height:100%;box-shadow:0px 0px 1px #d4d4d4;position:relative;padding-top:40px;box-sizing:border-box}.ds_checknode>div:not(.ds_container_design) .head{position:absolute;left:0;top:0;width:100%;height:40px;background:#efeff2;box-sizing:border-box;border-bottom:1px solid #d4d4d4;box-shadow:0 0px 1px #d4d4d4;padding:5px 10px;line-height:30px}.ds_checknode>div:not(.ds_container_design) .head .fr,.ds_checknode>div:not(.ds_container_design) .head b{cursor:pointer}.red-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.red-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#ff7200}.blue-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.blue-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#3c8ddb}.green-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.green-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#4daf7b}.orange-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.orange-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#ffb142}.darkred-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.darkred-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#c60100}.darkblue-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.darkblue-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#37f}.elep-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.elep-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#2787EE}.elep-red-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.elep-red-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#ff7200}.nmRed-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.nmRed-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#e51c16}.hdBlue-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.hdBlue-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#2495c7}.zydxRed-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.zydxRed-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#cd0911}.gzgb-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.gzgb-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#942320}.ct-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.ct-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#303987}.zgyc-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.zgyc-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#007c5d}.hbBlue-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.hbBlue-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#1A66B1}.nx-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.nx-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#1b82d2}.dingtalk-theme .ds_checknode>div:not(.ds_container_design) .head .fr,.dingtalk-theme .ds_checknode>div:not(.ds_container_design) .head b{color:#3C8AF8}.ds_checknode>div:not(.ds_container_design) .content-box{max-height:100%;overflow:auto;height:100%;box-sizing:border-box}.ds_checknode>div:not(.ds_container_design):first-child{background:#f9f9f9}.ds_checknode>div:not(.ds_container_design):first-child .head{padding-right:38px}.ds_checknode>div:not(.ds_container_design):first-child .head input{height:100%;border-radius:4px !important;padding-right:36px}.ds_checknode>div:not(.ds_container_design):first-child .head i{position:absolute;top:5px;right:11px;font-size:16px;color:#b7b7b7;cursor:pointer}.ds_checknode>div:not(.ds_container_design):first-child .head i.search{right:49px;top:6px;font-size:20px}.ds_checknode>div:not(.ds_container_design):first-child .content-box{padding:7px 10px}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card{border:0;box-shadow:none}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-title{background:#efeff2;margin:0;height:34px;border-width:1px;border-style:solid;border-radius:2px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-title li{height:34px;line-height:34px;font-size:12px}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-title li:after{position:absolute;left:0;top:0;content:"";width:100%;height:34px;border-left:1px solid #e6e6e6;border-bottom-color:#fff;border-radius:2px 2px 0 0;box-sizing:border-box;pointer-events:none}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-title li:last-child:after{border-right:1px solid #e6e6e6}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-title li.layui-this{background-color:#fff !important}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-title li.layui-this:after{z-index:100;height:35px}.ds_checknode>div:not(.ds_container_design):first-child .content-box .layui-tab-card>.layui-tab-content{padding:10px 0}.ds_checknode>div:not(.ds_container_design):nth-child(2){width:40%;border-left:0}.red-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#ff7200}.blue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#3c8ddb}.green-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#4daf7b}.orange-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#ffb142}.darkred-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#c60100}.darkblue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#37f}.elep-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#2787EE}.elep-red-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#ff7200}.nmRed-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#e51c16}.hdBlue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#2495c7}.zydxRed-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#cd0911}.gzgb-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#942320}.ct-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#303987}.zgyc-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#007c5d}.hbBlue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#1A66B1}.nx-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#1b82d2}.dingtalk-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .head b{color:#3C8AF8}.ds_checknode>div:not(.ds_container_design):nth-child(2) .head span:last-child i{font-weight:bold;font-size:14px;position:relative;left:-2px}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box{padding-right:1px;background:#fff}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list{margin-bottom:0}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item{padding:10px;border-bottom:1px solid #f8f8f8;padding-right:30px;position:relative}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item.canSort{padding-right:58px}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item:nth-of-type(even){background:#f8f8f8}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont{position:absolute !important;top:50% !important;right:7px;margin-top:-7px;cursor:pointer}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont.icon-shang{right:40px}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont.icon-xia{right:23px}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont.closeIcon{font-size:13px;margin-top:-5px}.ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{font-weight:bolder}.red-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#ff7200}.blue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#3c8ddb}.green-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#4daf7b}.orange-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#ffb142}.darkred-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#c60100}.darkblue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#37f}.elep-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#2787EE}.elep-red-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#ff7200}.nmRed-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#e51c16}.hdBlue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#2495c7}.zydxRed-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#cd0911}.gzgb-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#942320}.ct-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#303987}.zgyc-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#007c5d}.hbBlue-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#1A66B1}.nx-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#1b82d2}.dingtalk-theme .ds_checknode>div:not(.ds_container_design):nth-child(2) .content-box .list .item i.iconfont:hover{color:#3C8AF8}.ds_UEditor{width:100%;height:auto;overflow:hidden}.ds_UEditor .editorContent{width:100%;height:100%}.ds_UEditor .hasLable{width:100%}.ds_UEditor .edui-editor{box-sizing:border-box}.layui-laydate-content>.laydate-time-list{padding-bottom:0px;overflow:hidden}.layui-laydate-content>.laydate-time-list>li{width:50%}.layui-laydate-content>.laydate-time-list>li>ol>li{width:auto;padding-left:0;line-height:30px;text-align:center;cursor:pointer}.ds_zy .selectedzy{box-sizing:border-box;margin-left:80px;height:100%;line-height:33px;white-space:nowrap}.ds_zy .selectedzy>.selectitem{height:100%;line-height:33px;display:inline-block;padding:0px 10px 0px 10px;background-color:#fff;border:1px solid #dedfe0;margin-right:10px;box-sizing:border-box;position:relative}.ds_zy .selectedzy>.selectitem>.clearbtn{position:absolute;top:-5px;right:-8px;height:16px;width:16px;text-align:center;line-height:16px;border-radius:50%;background-color:#5fb877}.ds_zy .selectedzy>.selectitem>.clearbtn>i{height:16px;width:16px;line-height:16px;color:#fff;vertical-align:middle}.ds_zy .selectedzy>.selectitem>.clearbtn>i:hover{color:#fff !important}.ds_zy .jz>li,.ds_zy .jz .layui-colla-content li{height:45px;line-height:45px;text-align:center;display:inline-block;font-size:16px !important;display:list-item;cursor:pointer}.ds_zy .jz>li:hover,.ds_zy .jz .layui-colla-content li:hover{color:#fff;opacity:0.8}.red-theme .ds_zy .jz>li:hover,.red-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#ff7200}.blue-theme .ds_zy .jz>li:hover,.blue-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#3c8ddb}.green-theme .ds_zy .jz>li:hover,.green-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#4daf7b}.orange-theme .ds_zy .jz>li:hover,.orange-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#ffb142}.darkred-theme .ds_zy .jz>li:hover,.darkred-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#c60100}.darkblue-theme .ds_zy .jz>li:hover,.darkblue-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#37f}.elep-theme .ds_zy .jz>li:hover,.elep-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#2787EE}.elep-red-theme .ds_zy .jz>li:hover,.elep-red-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#ff7200}.nmRed-theme .ds_zy .jz>li:hover,.nmRed-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#e51c16}.hdBlue-theme .ds_zy .jz>li:hover,.hdBlue-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#2495c7}.zydxRed-theme .ds_zy .jz>li:hover,.zydxRed-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#cd0911}.gzgb-theme .ds_zy .jz>li:hover,.gzgb-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#942320}.ct-theme .ds_zy .jz>li:hover,.ct-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#303987}.zgyc-theme .ds_zy .jz>li:hover,.zgyc-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#007c5d}.hbBlue-theme .ds_zy .jz>li:hover,.hbBlue-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#1A66B1}.nx-theme .ds_zy .jz>li:hover,.nx-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#1b82d2}.dingtalk-theme .ds_zy .jz>li:hover,.dingtalk-theme .ds_zy .jz .layui-colla-content li:hover{background-color:#3C8AF8}.ds_zy .jz>li:hover>a,.ds_zy .jz .layui-colla-content li:hover>a{color:#fff}.red-theme .ds_zy .jz>li.active,.red-theme .ds_zy .jz .layui-colla-content li.active{background-color:#ff7200}.blue-theme .ds_zy .jz>li.active,.blue-theme .ds_zy .jz .layui-colla-content li.active{background-color:#3c8ddb}.green-theme .ds_zy .jz>li.active,.green-theme .ds_zy .jz .layui-colla-content li.active{background-color:#4daf7b}.orange-theme .ds_zy .jz>li.active,.orange-theme .ds_zy .jz .layui-colla-content li.active{background-color:#ffb142}.darkred-theme .ds_zy .jz>li.active,.darkred-theme .ds_zy .jz .layui-colla-content li.active{background-color:#c60100}.darkblue-theme .ds_zy .jz>li.active,.darkblue-theme .ds_zy .jz .layui-colla-content li.active{background-color:#37f}.elep-theme .ds_zy .jz>li.active,.elep-theme .ds_zy .jz .layui-colla-content li.active{background-color:#2787EE}.elep-red-theme .ds_zy .jz>li.active,.elep-red-theme .ds_zy .jz .layui-colla-content li.active{background-color:#ff7200}.nmRed-theme .ds_zy .jz>li.active,.nmRed-theme .ds_zy .jz .layui-colla-content li.active{background-color:#e51c16}.hdBlue-theme .ds_zy .jz>li.active,.hdBlue-theme .ds_zy .jz .layui-colla-content li.active{background-color:#2495c7}.zydxRed-theme .ds_zy .jz>li.active,.zydxRed-theme .ds_zy .jz .layui-colla-content li.active{background-color:#cd0911}.gzgb-theme .ds_zy .jz>li.active,.gzgb-theme .ds_zy .jz .layui-colla-content li.active{background-color:#942320}.ct-theme .ds_zy .jz>li.active,.ct-theme .ds_zy .jz .layui-colla-content li.active{background-color:#303987}.zgyc-theme .ds_zy .jz>li.active,.zgyc-theme .ds_zy .jz .layui-colla-content li.active{background-color:#007c5d}.hbBlue-theme .ds_zy .jz>li.active,.hbBlue-theme .ds_zy .jz .layui-colla-content li.active{background-color:#1A66B1}.nx-theme .ds_zy .jz>li.active,.nx-theme .ds_zy .jz .layui-colla-content li.active{background-color:#1b82d2}.dingtalk-theme .ds_zy .jz>li.active,.dingtalk-theme .ds_zy .jz .layui-colla-content li.active{background-color:#3C8AF8}.ds_zy .jz>li.active>a,.ds_zy .jz .layui-colla-content li.active>a{color:#fff}.ds_zy .zy .zy_item{float:left;width:175px;height:75px;box-sizing:border-box;margin-left:20px;margin-top:10px;border:1px solid #dedfe0;padding:5px;position:relative;cursor:pointer}.ds_zy .zy .zy_item .ms{position:absolute;bottom:0px;left:0px;right:0px;padding:5px}.ds_zy .zy .zy_item .ms>.iconfont{margin-right:10px;color:#999999;font-weight:400;height:20px;line-height:20px}.ds_zy .zy .zy_item.collision{background-color:#ff0000}.ds_zy .zy .zy_item.collision *{color:#fff !important}.ds_zy .zy .zy_item.disabled{background-color:#dedfe0;cursor:initial}.ds_zy .zy .zy_item.checked{background-color:#43b553 !important}.ds_zy .zy .zy_item.checked *{color:#fff !important}.ds_zy_carousel.layui-carousel{background:transparent}.ds_zy_carousel.layui-carousel>[carousel-item]{background:transparent}.ds_zy_carousel.layui-carousel>[carousel-item] img{width:80%;height:80%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.ds_zy_carousel .ds_layui_close{position:absolute;top:1%;right:1%;height:36px;width:36px;line-height:36px;text-align:center;font-size:20px;border:0;border-radius:50%;background-color:rgba(0,0,0,0.2);color:#fff;-webkit-transition-duration:0.3s;transition-duration:0.3s;cursor:pointer}.ds_updown_layout{overflow:hidden}.ds_updown_layout:not(.ds_drag_proxy){position:absolute !important;top:0;left:0;right:0;bottom:0}.ds_updown_layout>div{height:50%;position:relative;overflow:auto}.ds_updown_layout .ds_container_design{height:20px !important}.ds_courseTab .c-top-l-tab{width:100%;text-overflow:ellipsis;white-space:nowrap}.ds_courseTab .c-top-l-tab .layui-tab-brief>.layui-tab-title .layui-this:after{border-bottom:4px solid #f24141 !important;width:80%;left:10%;top:3px}.ds_courseTab .hasRead{color:#999;font-weight:normal}.ds_courseTab .c-top-com{overflow:inherit;height:300px;border-radius:3px;border:1px solid #e4e4e5;background:#fff}.ds_courseTab .layui-tab-sty-default{padding-left:12px;background:#fff}.ds_courseTab .layui-tab-sty-default>li{font-size:16px;color:#666;min-width:auto;font-weight:600;padding:0;width:20%}.ds_courseTab .layui-tab-sty-default>li .tab-all-num{color:#fff;font-size:12px;line-height:1;padding:2px;background:#999;display:inline-block;border-radius:50%;position:relative;top:-8px;left:5px;min-width:12px}.ds_courseTab .layui-tab-sty-default>li:first-child{position:relative}.ds_courseTab .layui-tab-sty-default .layui-this{color:#f24141 !important}.ds_courseTab .layui-this .tab-all-num{background:#ff5500 !important}.ds_courseTab .layui-tab{margin:0;height:100%;position:relative}.ds_courseTab .layui-tab .defaultcon{text-align:center;background:#fff}.ds_courseTab .layui-tab-title{height:47px;line-height:48px}.ds_courseTab .tab-item-ul{width:100%;height:100%;font-size:14px;font-weight:600}.ds_courseTab .tab-item-ul .cursty{color:#f24141}.ds_courseTab .tab-item-ul .cursty .top-tab-item-til{font-weight:600}.ds_courseTab .tab-item-ul>li{color:#666;position:relative;overflow:inherit;cursor:pointer;height:50px;line-height:50px;transition:all 0.3s;border-bottom:1px solid #dde1e2}.ds_courseTab .tab-item-ul>li:nth-child(5){border-bottom:0;height:48px}.ds_courseTab .tab-item-ul>li .tab-item-ul-p{position:absolute;right:120px;left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;color:#666}.ds_courseTab .tab-item-ul>li .tab-item-ul-date{font-size:14px;font-weight:normal;display:inline-block;position:absolute;right:20px;top:0px}.ds_courseTab .tab-item-ul>li .tab-item-ul-date>span{display:block;text-align:right;height:25px;line-height:27px;color:#999}.ds_courseTab .tab-item-ul>li .hideItem{position:absolute;bottom:0;left:0;right:0;top:0;width:100%;z-index:-1;background:#fff;transition:all 0.3s;box-sizing:border-box}.ds_courseTab .tab-item-ul>li:hover .hideItem{width:102%;box-shadow:1px 1px 5px 2px #ececec;transition:all 0.3s;z-index:2;left:-1%;right:-1%}.ds_courseTab .layui-tab-content{padding:0 0}.ds_Schedule .c-top-r-date{overflow:hidden;position:relative;background:#fff !important;min-width:300px;max-width:100%}.ds_Schedule .title-warp-com{height:48px;background:#fff}.red-theme .ds_Schedule .title-warp-com{color:#c62f26}.blue-theme .ds_Schedule .title-warp-com{color:#1a66b1}.green-theme .ds_Schedule .title-warp-com{color:#189a5a}.orange-theme .ds_Schedule .title-warp-com{color:#fc7001}.darkred-theme .ds_Schedule .title-warp-com{color:#c60100}.darkblue-theme .ds_Schedule .title-warp-com{color:#2b6be2}.elep-theme .ds_Schedule .title-warp-com{color:#2787EE}.elep-red-theme .ds_Schedule .title-warp-com{color:#9C0105}.nmRed-theme .ds_Schedule .title-warp-com{color:#e51c16}.hdBlue-theme .ds_Schedule .title-warp-com{color:#2495c7}.zydxRed-theme .ds_Schedule .title-warp-com{color:#cd0911}.gzgb-theme .ds_Schedule .title-warp-com{color:#942320}.ct-theme .ds_Schedule .title-warp-com{color:#303987}.zgyc-theme .ds_Schedule .title-warp-com{color:#007c5d}.hbBlue-theme .ds_Schedule .title-warp-com{color:#1A66B1}.nx-theme .ds_Schedule .title-warp-com{color:#1B82D2}.dingtalk-theme .ds_Schedule .title-warp-com{color:#3C8AF8}.ds_Schedule .title-warp-com>span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left-width:4px;border-left-style:solid;display:inline-block}.red-theme .ds_Schedule .title-warp-com>span{border-left-color:#c62f26}.blue-theme .ds_Schedule .title-warp-com>span{border-left-color:#1a66b1}.green-theme .ds_Schedule .title-warp-com>span{border-left-color:#189a5a}.orange-theme .ds_Schedule .title-warp-com>span{border-left-color:#fc7001}.darkred-theme .ds_Schedule .title-warp-com>span{border-left-color:#c60100}.darkblue-theme .ds_Schedule .title-warp-com>span{border-left-color:#2b6be2}.elep-theme .ds_Schedule .title-warp-com>span{border-left-color:#2787EE}.elep-red-theme .ds_Schedule .title-warp-com>span{border-left-color:#9C0105}.nmRed-theme .ds_Schedule .title-warp-com>span{border-left-color:#e51c16}.hdBlue-theme .ds_Schedule .title-warp-com>span{border-left-color:#2495c7}.zydxRed-theme .ds_Schedule .title-warp-com>span{border-left-color:#cd0911}.gzgb-theme .ds_Schedule .title-warp-com>span{border-left-color:#942320}.ct-theme .ds_Schedule .title-warp-com>span{border-left-color:#303987}.zgyc-theme .ds_Schedule .title-warp-com>span{border-left-color:#007c5d}.hbBlue-theme .ds_Schedule .title-warp-com>span{border-left-color:#1A66B1}.nx-theme .ds_Schedule .title-warp-com>span{border-left-color:#1B82D2}.dingtalk-theme .ds_Schedule .title-warp-com>span{border-left-color:#3C8AF8}.ds_Schedule .c-top-date-list{position:relative;width:100%}.ds_Schedule .icon-com-week{width:24px;height:54px;display:inline-block;position:absolute;top:0;cursor:pointer}.ds_Schedule .icon-date-pre{left:0;background:url(themes/img/rcap_jt_left.png);background-size:24px 54px}.ds_Schedule .c-top-date-week{margin:0 24px;font-size:0;background:#f5f5f5}.ds_Schedule .c-top-date-week li{width:14.28%;font-size:14px;text-align:center;display:inline-block}.red-theme .ds_Schedule .c-top-date-week li{color:#ff7200}.blue-theme .ds_Schedule .c-top-date-week li{color:#3c8ddb}.green-theme .ds_Schedule .c-top-date-week li{color:#4daf7b}.orange-theme .ds_Schedule .c-top-date-week li{color:#ffb142}.darkred-theme .ds_Schedule .c-top-date-week li{color:#c60100}.darkblue-theme .ds_Schedule .c-top-date-week li{color:#37f}.elep-theme .ds_Schedule .c-top-date-week li{color:#2787EE}.elep-red-theme .ds_Schedule .c-top-date-week li{color:#ff7200}.nmRed-theme .ds_Schedule .c-top-date-week li{color:#e51c16}.hdBlue-theme .ds_Schedule .c-top-date-week li{color:#2495c7}.zydxRed-theme .ds_Schedule .c-top-date-week li{color:#cd0911}.gzgb-theme .ds_Schedule .c-top-date-week li{color:#942320}.ct-theme .ds_Schedule .c-top-date-week li{color:#303987}.zgyc-theme .ds_Schedule .c-top-date-week li{color:#007c5d}.hbBlue-theme .ds_Schedule .c-top-date-week li{color:#1A66B1}.nx-theme .ds_Schedule .c-top-date-week li{color:#1b82d2}.dingtalk-theme .ds_Schedule .c-top-date-week li{color:#3C8AF8}.ds_Schedule .c-top-date-week li span{display:block;height:27px;line-height:27px}.ds_Schedule .icon-date-next{right:0;background:url(themes/img/rcap_jt_right.png);background-size:24px 54px}.ds_Schedule .weekList span{cursor:pointer;opacity:0.8}.ds_Schedule .weekList .daySelected{display:inline;border-radius:50%;height:auto;padding:2px 2px;color:#fff}.red-theme .ds_Schedule .weekList .daySelected{background-color:#c62f26}.blue-theme .ds_Schedule .weekList .daySelected{background-color:#1a66b1}.green-theme .ds_Schedule .weekList .daySelected{background-color:#189a5a}.orange-theme .ds_Schedule .weekList .daySelected{background-color:#fc7001}.darkred-theme .ds_Schedule .weekList .daySelected{background-color:#c60100}.darkblue-theme .ds_Schedule .weekList .daySelected{background-color:#2b6be2}.elep-theme .ds_Schedule .weekList .daySelected{background-color:#2787EE}.elep-red-theme .ds_Schedule .weekList .daySelected{background-color:#9C0105}.nmRed-theme .ds_Schedule .weekList .daySelected{background-color:#e51c16}.hdBlue-theme .ds_Schedule .weekList .daySelected{background-color:#2495c7}.zydxRed-theme .ds_Schedule .weekList .daySelected{background-color:#cd0911}.gzgb-theme .ds_Schedule .weekList .daySelected{background-color:#942320}.ct-theme .ds_Schedule .weekList .daySelected{background-color:#303987}.zgyc-theme .ds_Schedule .weekList .daySelected{background-color:#007c5d}.hbBlue-theme .ds_Schedule .weekList .daySelected{background-color:#1A66B1}.nx-theme .ds_Schedule .weekList .daySelected{background-color:#1B82D2}.dingtalk-theme .ds_Schedule .weekList .daySelected{background-color:#3C8AF8}.ds_Schedule .c-top-com-schedule{position:absolute;left:36px;right:0}.ds_Schedule .c-top-sch-item:first-child{padding:6px 0 6px}.ds_Schedule .c-top-sch-item{border-left:2px solid #dedfe0;position:relative;padding:2px 0 6px;text-align:left !important}.ds_Schedule .c-top-sch-item>ul{margin-left:24px}.ds_Schedule .c-top-sch-item>ul>li{padding:3px 0 1px;color:#666;margin-right:10px;position:relative}.ds_Schedule .c-top-sch-item>ul .c-top-sch-address span{max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_Schedule .c-top-sch-item .kq-wrap{display:inline-block;background:#b40404;padding:0 8px;height:26px;line-height:26px;border-radius:2px;position:absolute;top:4px;right:100px;display:none;cursor:pointer}.ds_Schedule .c-top-sch-item .icon-kq{color:#fff}.ds_Schedule .c-top-sch-item .icon-kq:hover{color:#fff;opacity:0.8}.ds_Schedule .c-top-sch-item .creatIkt{color:#fff;font-size:12px;border:none;border-radius:2px;background:#b40404;padding:0 8px;outline:none;position:absolute;right:15px;top:4px;height:26px;line-height:26px;display:none}.ds_Schedule .c-top-sch-item .creatIkt:hover{opacity:0.8;cursor:pointer}.ds_Schedule .c-top-sch-date{font-size:12px}.ds_Schedule .c-top-sch-til{font-size:14px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ds_Schedule .c-top-sch-address{font-size:13px}.ds_Schedule .c-top-sch-address>span:last-child{text-indent:8px}.ds_Schedule .c-top-sch-des{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_Schedule .icon-schedule-today{background:url(themes/img/rcap_today.png) no-repeat;background-size:22px}.ds_Schedule .icon-schedule-oth{width:16px;height:16px;left:-33px !important;top:4px !important;background:url(themes/img/rcap_dot.png) no-repeat;background-size:16px}.ds_Schedule .icon-schedule-com{width:22px;height:22px;padding:3px 0;display:inline-block;position:absolute;left:-37px;top:2px}.ds_ClassRoom .myclassroomItem{height:251px}.ds_ClassRoom .myclassroomItem+.myclassroomItem{margin-top:10px}.ds_ClassRoom .class-room{background:#fff;border-radius:3px;overflow:hidden;border:1px solid #e4e4e5}.ds_ClassRoom .class-room .mc-m-cr-con{position:relative;height:100%}.ds_ClassRoom .class-room .mc-m-cr-con .cr-con-l-video{float:left;text-align:center;width:315px;height:100%;border-right:1px solid #e7e9ea}.ds_ClassRoom .class-room .mc-m-cr-con .l-video-img-wrap{display:inline-block;margin-top:5px;position:relative}.ds_ClassRoom .class-room .mc-m-cr-con .l-video-img-wrap>img{border:1px solid #e6e6e6;border-radius:2px}.ds_ClassRoom .class-room .mc-m-cr-con .l-video-station{font-size:14px;color:#fff;padding:5px 8px;border-radius:2px;display:block;position:absolute;left:0;top:0;background:rgba(0,0,0,0.1)}.ds_ClassRoom .class-room .mc-m-cr-con .l-con-video-msg{font-size:14px;color:#333;width:250px;text-align:left;margin:5px auto 3px}.ds_ClassRoom .class-room .mc-m-cr-con .msg-small-size{font-size:12px;color:#333;margin:auto}.ds_ClassRoom .class-room .mc-m-cr-con .cr-con-r-info{position:absolute;left:315px;right:0;overflow:hidden;top:0;bottom:0}.ds_ClassRoom .class-room .mc-m-cr-con .layui-default-midd{padding-left:14px}.ds_ClassRoom .class-room .mc-m-cr-con .layui-default-midd>li{color:#666;font-size:16px;font-weight:600;padding:0;min-width:120px}.ds_ClassRoom .class-room .mc-m-cr-con .layui-default-midd>.layui-this{color:#ff2536 !important}.ds_ClassRoom .class-room .mc-m-cr-con .layui-default-midd>.layui-this:after{border-bottom:3px solid #ff2536 !important}.ds_ClassRoom .class-room .mc-m-cr-con .cr-con-r-info .layui-tab-title{height:40px;line-height:40px}.ds_ClassRoom .class-room .mc-m-cr-con .layui-tab-content{padding:0}.ds_ClassRoom .class-room .mc-m-cr-con .layui-tab{margin:0;height:100%}.ds_ClassRoom .class-room .mc-m-cr-con .midd-msg-list>li{height:42px;padding-left:12px;padding-right:12px}.ds_ClassRoom .class-room .mc-m-cr-con .midd-msg-item{position:relative;overflow:hidden}.ds_ClassRoom .class-room .mc-m-cr-con .midd-msg-item>dd{font-size:14px;color:#666}.ds_ClassRoom .class-room .mc-m-cr-con .icon-qustion{width:18px;height:18px;margin-right:6px;vertical-align:middle;display:inline-block;background:url(themes/img/ikt_icon_question.png);background-size:18px 18px}.ds_ClassRoom .class-room .mc-m-cr-con .itemIcon{color:#ff2536}.ds_ClassRoom .class-room .mc-m-cr-con .msg-item-des{position:absolute;left:0;top:14px;right:85px;display:block !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:70%}.ds_ClassRoom .class-room .mc-m-cr-con .msg-item-count{float:right;margin-top:13px;cursor:default}.ds_ClassRoom .class-room .mc-m-cr-con .msg-item-count-num{line-height:17px;display:inline-block;margin-right:0px}.ds_ClassRoom .class-room .mc-m-cr-con .msg-item-count-num a{color:#a3a3a3;display:inline-block;vertical-align:middle;cursor:default}.ds_ClassRoom .class-room .mc-m-cr-con .msg-item-count-num a.msg{border-right:1px solid #e3e3e3;padding-right:5px;margin-right:5px;cursor:default}.ds_ClassRoom .class-room .mc-m-cr-con .icon-msg-com{margin-right:5px;vertical-align:-3px;display:inline-block}.ds_ClassRoom .class-room .mc-m-cr-con .icon-msg{width:16px;height:16px;background:url(themes/img/ikt_icon_browse.png);background-size:16px 16px}.ds_ClassRoom .class-room .mc-m-cr-con .icon-see{width:16px;height:16px;background:url(themes/img/ikt_icon_comment.png);background-size:16px 16px}.ds_ClassRoom .class-room .mc-m-cr-con .msg-item-date{color:#a3a3a3;vertical-align:middle;display:none}.ds_ClassRoom .class-room .mc-m-cr-con .til-more-sty{height:40px;font-size:13px;line-height:40px}.ds_ExcellCourse{overflow:hidden}.ds_ExcellCourse .ex-courese-l-con{background:#fff;border:1px solid #e7e9ea}.ds_ExcellCourse .ex-courese-img-list{font-size:0;padding:16px 12px}.ds_ExcellCourse .ex-courese-img-list>ul>li{font-size:14px;color:#666;display:inline-block;width:24.2%;margin-right:1%}.ds_ExcellCourse .ex-courese-img-list>ul>li:last-child{margin-right:0}.ds_ExcellCourse .ex-courese-img-list>ul>li p{line-height:1.8;max-width:201px;margin:8px auto 0}.ds_ExcellCourse .courese-item-img-wrap{position:relative;max-width:201px;margin:auto}.ds_ExcellCourse .courese-item-img-wrap>img{cursor:pointer;max-width:201px;width:100%;height:157px;border:1px solid #f5f5f5;border-radius:2px}.ds_ExcellCourse .item-img-mask{color:#fff;text-align:right;position:absolute;width:100%;max-width:201px;bottom:0;height:36px;line-height:36px;background:rgba(0,0,0,0.2)}.ds_ExcellCourse .item-img-mask>span{margin:0 12px 0 5px}.ds_ExcellCourse .icon-time{width:20px;height:20px;display:inline-block;vertical-align:-4px;background:url(themes/img/jpkc_time.png);background-size:20px 20px}.ds_RelatedToptic .ex-courese-r-con{min-height:268px;background:#fff;border:1px solid #e7e9ea}.ds_RelatedToptic .special-img-list{margin:5px 16px 10px}.ds_RelatedToptic .special-img-list>ul>li{width:100%;margin-bottom:8px;text-align:center;border:1px solid #dedfe0;border-radius:3px}.ds_RelatedToptic .special-img-list>ul>li:last-child{margin:0}.ds_RelatedToptic .special-img-list>ul>li img{width:100%;height:114px}.ds_Application .mc-application{font-size:0;background:#fff;overflow:hidden;border:1px solid #e7e9ea;position:relative}.ds_Application .mc-application .applicationList{margin-top:12px}.ds_Application .mc-application .applicationList li a{width:16.66%;cursor:pointer;padding:20px 0 24px 0;text-align:center;font-size:14px;color:#33363f;float:left;transition:opacity 0.5s}.ds_Application .mc-application .applicationList li a:hover{opacity:0.8;transition:opacity 0.5s}.ds_Application .mc-application .applicationList li a>div{width:51px;height:51px;margin:auto}.ds_Application .mc-application .applicationList li a>span{display:block;margin-top:8px}.ds_Application .mc-application .comIcon{width:50px;height:50px;border-radius:25px;background:#ea4648;line-height:50px}.ds_Application .mc-application .app-warp{overflow:hidden;position:absolute;top:50px;right:0;bottom:0;left:0}.ds_Application .mc-application .app-warp .app-inner{overflow-y:scroll;width:102%;height:100%}.ds_Application .mc-application .app-warp .app-inner ul li a{width:16.66%;cursor:pointer;padding:20px 0 24px 0;text-align:center;font-size:14px;color:#33363f;float:left;transition:opacity 0.5s}.ds_Application .mc-application .app-warp .app-inner ul li a:hover{opacity:0.8;transition:opacity 0.5s}.ds_Application .mc-application .app-warp .app-inner ul li a>div{width:51px;height:51px;margin:auto}.ds_Application .mc-application .app-warp .app-inner ul li a>span{display:block;margin-top:8px}.ds_page.design .ds_seatstable{padding:8px;overflow:hidden}.ds_page.design .ds_seatstable .displayNone{display:none}.ds_page.design .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist{position:absolute}.ds_page.design .ds_seatstable .ds_seatstable_content .ds_table_head_wrap{position:absolute}.ds_page.design .ds_seatstable .ds_seatstable_header{position:absolute}.ds_page.design .ds_seatstable .ds_stage_wrap{position:absolute}.ds_seatstable .displayNone{display:none}.ds_seatstable .ds_buttons .ds_input{margin-right:58px;width:calc(100% - 62px)}.ds_seatstable .ds_buttons .ds_liulan{position:absolute;right:0;float:unset;display:unset;color:#fff}.red-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#ff7200}.blue-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#3c8ddb}.green-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#4daf7b}.orange-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#ffb142}.darkred-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#c60100}.darkblue-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#37f}.elep-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#2787EE}.elep-red-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#ff7200}.nmRed-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#e51c16}.hdBlue-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#2495c7}.zydxRed-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#cd0911}.gzgb-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#942320}.ct-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#303987}.zgyc-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#007c5d}.hbBlue-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#1A66B1}.nx-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#1b82d2}.dingtalk-theme .ds_seatstable .ds_buttons .ds_liulan{background-color:#3C8AF8}.ds_seatstable .minWith{min-width:1340px}.ds_seatstable .layui-inline{width:30%}.ds_seatstable .layui-inline .layui-form-label{width:auto}.ds_seatstable .layui-inline .layui-input-block{margin-left:58px}.ds_seatstable .icon-jinzhide:before{color:red}.ds_seatstable .ds_students_position{padding:0 8px;margin:0 auto;min-height:18px}.ds_seatstable .ds_students_name{font-size:16px !important;font-weight:700;position:relative;width:96px;margin:0 auto;padding:8px 16px;box-sizing:border-box;margin-top:4px;padding-top:0}.ds_seatstable .ds_students_name .ds_delete_tool{display:none;position:absolute;right:-2px;top:3px}.ds_seatstable .ds_students_name .ds_delete_tool[event="delete"]{cursor:pointer !important}.ds_seatstable .ds_students_name:hover .ds_delete_tool{display:inline !important}.ds_seatstable .ds_schedule .ds_table_head_wrap{height:40px;box-sizing:border-box;background-color:#fff;position:fixed;margin-bottom:-100%;width:100%;z-index:9;margin-top:48px}.ds_seatstable .ds_schedule .table{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;box-sizing:border-box;border-spacing:0px;border-collapse:collapse;width:100%;margin:0}.ds_seatstable .ds_schedule .table>tbody>tr>td{border-bottom:1px solid #e6e6e6;text-align:center;box-sizing:border-box;height:40px;background:#fff;min-width:46px;padding:8px 0}.ds_seatstable .ds_schedule .ds_stage_wrap{position:fixed;height:50px;background-color:#f6f6f6;border:1px solid #e6e6e6;position:fixed;margin-bottom:-100%;width:100%;z-index:9}.ds_seatstable .ds_schedule .ds_stage_wrap .ds_stage{width:25%;text-align:center;margin:0 auto;height:40px;background:#fff;line-height:40px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;font-size:16px !important;font-weight:700;letter-spacing:20px;border:1px solid #e6e6e6;border-top:0;text-indent:21px}.ds_seatstable .ds_schedule .ds_period{width:45px;font-size:14px !important;font-weight:700;padding:5px 15px}.ds_seatstable .ds_schedule .ds_colNum{text-align:center;box-sizing:border-box;font-size:14px !important;font-weight:700}.ds_seatstable .ds_schedule .ds_content_cell{vertical-align:top}.ds_seatstable .ds_schedule .ds_personInfoCell{min-height:100%;position:relative;font-weight:normal}.ds_seatstable .ds_seatstable_box{position:relative;box-sizing:border-box;height:100%}.ds_seatstable .ds_seatstable_header{position:fixed;box-sizing:border-box;height:105px;margin-right:-100%;background-color:#fff;z-index:10;border-bottom:10px solid #f6f6f6}.ds_seatstable .ds_seatstable_header .ds_coursetable_header_inner{height:95px;box-sizing:border-box;padding:8px;background-color:#fff}.ds_seatstable .ds_seatstable_content{padding-top:105px;box-sizing:border-box}.ds_seatstable .ds_seatstable_content .ds_seats_left{float:left}.ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head{padding-left:16px;padding-top:10px;padding-bottom:10px;font-size:16px;font-weight:700}.ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{padding:5px;border-left:4px;border-left:solid;padding-left:10px}.red-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#ff7200}.blue-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#3c8ddb}.green-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#4daf7b}.orange-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#ffb142}.darkred-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#c60100}.darkblue-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#37f}.elep-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#2787EE}.elep-red-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#ff7200}.nmRed-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#e51c16}.hdBlue-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#2495c7}.zydxRed-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#cd0911}.gzgb-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#942320}.ct-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#303987}.zgyc-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#007c5d}.hbBlue-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#1A66B1}.nx-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#1b82d2}.dingtalk-theme .ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist_head .ds_students_listname{border-left-color:#3C8AF8}.ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist{position:fixed;width:250px;margin-bottom:-100%;background-color:#fff;overflow:auto;border:1px solid #e6e6e6;box-sizing:border-box}.ds_seatstable .ds_seatstable_content .ds_seats_left .ds_studentslist .ds_students_li{padding:8px;border-bottom:1px solid #f2f2f2;cursor:move}.ds_seatstable .ds_seatstable_content .ds_schedule_wrap{position:relative;height:100%;width:100%;padding-top:88px}.ds_seatstable .ds_seatstable_content .ds_schedule_wrap .ds_dragproxy{border:1px solid #e6e6e6;background-color:red;opacity:0.6;cursor:move}.ds_seatstable .ds_seatstable_content .ds_schedule_wrap .ds_period{padding:40px 15px;background:#f6f6f6}.ds_seatstable .ds_seatstable_content .ds_schedule_wrap .ds_class{height:120px;width:96px;margin:0 auto;padding:3px;box-sizing:border-box;border-width:1px;border-style:solid;border-color:transparent;border-radius:4px}.ds_seatstable .ds_seatstable_content .ds_schedule_wrap .ds_class .ds_photo_wrap{width:100%;height:100%;border:1px solid #e6e6e6;box-sizing:border-box}.ds_seatstable .ds_seatstable_content .ds_schedule_wrap .ds_class img{width:100%;height:100%}.ds_seatstable .ds_seatstable_content .ds_seats_right{float:left;width:100%}.ds_seatstable .ds_seatstable_content .ds_seats_right .ds_schedule{margin-left:258px;height:auto}.ds_seatstable .ds_seatstable_content:after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_HomeWorkApprova{padding:0 !important}.ds_HomeWorkApprova .hm-warp{overflow:hidden;border-radius:3px;height:690px}.ds_HomeWorkApprova input::-webkit-outer-spin-button,.ds_HomeWorkApprova input::-webkit-inner-spin-button{-webkit-appearance:none}.ds_HomeWorkApprova input[type="number"]{-moz-appearance:textfield}.ds_HomeWorkApprova .title,.ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .ds_HomeWorkApprova span,.ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .ds_HomeWorkApprova i{color:#fff;font-size:16px;font-weight:normal;text-align:center;padding:10px 0}.red-theme .ds_HomeWorkApprova .title,.red-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .red-theme .ds_HomeWorkApprova span,.red-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .red-theme .ds_HomeWorkApprova i{background-color:#ff7200}.blue-theme .ds_HomeWorkApprova .title,.blue-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .blue-theme .ds_HomeWorkApprova span,.blue-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .blue-theme .ds_HomeWorkApprova i{background-color:#3c8ddb}.green-theme .ds_HomeWorkApprova .title,.green-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .green-theme .ds_HomeWorkApprova span,.green-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .green-theme .ds_HomeWorkApprova i{background-color:#4daf7b}.orange-theme .ds_HomeWorkApprova .title,.orange-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .orange-theme .ds_HomeWorkApprova span,.orange-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .orange-theme .ds_HomeWorkApprova i{background-color:#ffb142}.darkred-theme .ds_HomeWorkApprova .title,.darkred-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .darkred-theme .ds_HomeWorkApprova span,.darkred-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .darkred-theme .ds_HomeWorkApprova i{background-color:#c60100}.darkblue-theme .ds_HomeWorkApprova .title,.darkblue-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .darkblue-theme .ds_HomeWorkApprova span,.darkblue-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .darkblue-theme .ds_HomeWorkApprova i{background-color:#37f}.elep-theme .ds_HomeWorkApprova .title,.elep-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .elep-theme .ds_HomeWorkApprova span,.elep-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .elep-theme .ds_HomeWorkApprova i{background-color:#2787EE}.elep-red-theme .ds_HomeWorkApprova .title,.elep-red-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .elep-red-theme .ds_HomeWorkApprova span,.elep-red-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .elep-red-theme .ds_HomeWorkApprova i{background-color:#ff7200}.nmRed-theme .ds_HomeWorkApprova .title,.nmRed-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .nmRed-theme .ds_HomeWorkApprova span,.nmRed-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .nmRed-theme .ds_HomeWorkApprova i{background-color:#e51c16}.hdBlue-theme .ds_HomeWorkApprova .title,.hdBlue-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .hdBlue-theme .ds_HomeWorkApprova span,.hdBlue-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .hdBlue-theme .ds_HomeWorkApprova i{background-color:#2495c7}.zydxRed-theme .ds_HomeWorkApprova .title,.zydxRed-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .zydxRed-theme .ds_HomeWorkApprova span,.zydxRed-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .zydxRed-theme .ds_HomeWorkApprova i{background-color:#cd0911}.gzgb-theme .ds_HomeWorkApprova .title,.gzgb-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .gzgb-theme .ds_HomeWorkApprova span,.gzgb-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .gzgb-theme .ds_HomeWorkApprova i{background-color:#942320}.ct-theme .ds_HomeWorkApprova .title,.ct-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .ct-theme .ds_HomeWorkApprova span,.ct-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .ct-theme .ds_HomeWorkApprova i{background-color:#303987}.zgyc-theme .ds_HomeWorkApprova .title,.zgyc-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .zgyc-theme .ds_HomeWorkApprova span,.zgyc-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .zgyc-theme .ds_HomeWorkApprova i{background-color:#007c5d}.hbBlue-theme .ds_HomeWorkApprova .title,.hbBlue-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .hbBlue-theme .ds_HomeWorkApprova span,.hbBlue-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .hbBlue-theme .ds_HomeWorkApprova i{background-color:#1A66B1}.nx-theme .ds_HomeWorkApprova .title,.nx-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .nx-theme .ds_HomeWorkApprova span,.nx-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .nx-theme .ds_HomeWorkApprova i{background-color:#1b82d2}.dingtalk-theme .ds_HomeWorkApprova .title,.dingtalk-theme .ds_HomeWorkApprova .ds_seat .frame_title span,.ds_seat .frame_title .dingtalk-theme .ds_HomeWorkApprova span,.dingtalk-theme .ds_HomeWorkApprova .ds_seat .frame_title i,.ds_seat .frame_title .dingtalk-theme .ds_HomeWorkApprova i{background-color:#3C8AF8}.ds_HomeWorkApprova .hwapp-inner{font-size:0;margin:20px;height:calc(100% - 40px);position:relative}.ds_HomeWorkApprova .iframe-wrap{position:absolute;top:0px;left:0px;bottom:0px;right:440px;overflow:hidden;border:1px solid #e7e9ea}.ds_HomeWorkApprova .iframe-wrap .approva-iframe{width:100%;height:100%;background:#fff;display:inline-block;border-radius:3px}.ds_HomeWorkApprova .situation{width:420px;float:right;font-size:14px;display:inline-block}.ds_HomeWorkApprova .approva-situation,.ds_HomeWorkApprova .approva-achievement,.ds_HomeWorkApprova .approva-fontsize{border-radius:3px;border:1px solid #e7e9ea;background:#fff;margin-bottom:10px}.ds_HomeWorkApprova .approva-situation{height:273px}.ds_HomeWorkApprova .approva-achievement{height:278px}.ds_HomeWorkApprova .approva-fontsize{height:73px;margin-bottom:0}.ds_HomeWorkApprova .sititle{font-size:24px;font-weight:normal;color:#333;text-align:center;margin:48px 0 0}.ds_HomeWorkApprova .sititle>span{display:block}.ds_HomeWorkApprova .sititle>span:last-child{margin-top:16px;margin-bottom:22px;font-size:16px}.ds_HomeWorkApprova .situation-progress{margin:0 20px;height:10px;border-radius:10px;background:#e6e6e6}.ds_HomeWorkApprova .situation-progress .progress-inner{position:relative;width:0;height:100%;border-radius:10px;transition:width 1s;margin-top:-1px}.red-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#ff7200}.blue-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#3c8ddb}.green-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#4daf7b}.orange-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#ffb142}.darkred-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#c60100}.darkblue-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#37f}.elep-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#2787EE}.elep-red-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#ff7200}.nmRed-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#e51c16}.hdBlue-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#2495c7}.zydxRed-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#cd0911}.gzgb-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#942320}.ct-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#303987}.zgyc-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#007c5d}.hbBlue-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#1A66B1}.nx-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#1b82d2}.dingtalk-theme .ds_HomeWorkApprova .situation-progress .progress-inner{background-color:#3C8AF8}.ds_HomeWorkApprova .situation-progress .progress-inner>span{position:absolute;right:0;top:-20px;font-size:14px}.ds_HomeWorkApprova .teas{width:22px;height:22px;display:inline-block;vertical-align:-4px;margin-right:5px;background:url(themes/img/teas.png);background-size:22px 22px}.ds_HomeWorkApprova .time,.ds_HomeWorkApprova .remind{text-align:center}.ds_HomeWorkApprova .time{font-size:22px;margin-top:38px;margin-bottom:20px}.ds_HomeWorkApprova .remind{font-size:14px !important;color:#333}.ds_HomeWorkApprova .layui-form-label{width:50px;padding:10px 0}.ds_HomeWorkApprova .layui-input-block{margin-left:70px}.ds_HomeWorkApprova .layui-input-block>select{color:#999;height:40px;margin-top:18px;width:100%;border-radius:3px;border:1px solid #dedfe0}.ds_HomeWorkApprova .layui-input-block>textarea{padding:6px;min-height:125px}.ds_HomeWorkApprova .layui-form-text,.ds_HomeWorkApprova .layui-form-item{margin-right:36px;margin-left:18px;margin-top:16px !important}.ds_HomeWorkApprova .layui-form-text .layui-input-block{margin-right:0}.ds_HomeWorkApprova .btn-wrap{margin:16px 78px 0 138px;margin-top:16px}.ds_HomeWorkApprova .btn-wrap button:last-child{float:right}.ds_HomeWorkApprova .layui-btn-radius{border-radius:3px}.ds_HomeWorkApprova .approva-fontsize .btn-wrap{text-align:center;margin:16px 78px 0 138px}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>button{width:32px;height:32px;color:#333;font-size:12px;border-radius:3px;border:1px solid #bfbfbf;background:transparent !important;cursor:pointer}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>button:first-child{float:left}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>button>i{width:16px;height:16px;vertical-align:middle;display:inline-block}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>button .icon-add{background:url(themes/img/add.png);background-size:16px 16px}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>button .icon-reduces{background:url(themes/img/reduce.png);background-size:16px 16px}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>button:active{opacity:0.5}.ds_HomeWorkApprova .approva-fontsize .btn-wrap>span{display:inline-block;height:30px;font-size:14px;line-height:30px;margin-top:4px}.ds_HomeWorkApprova .layui-btn+.layui-btn{margin-left:15px}.ds_Recommend .mc-recommend{background:#fff;border:1px solid #e7e9ea}.ds_Recommend .mc-recommend .recommend-wrap{display:block;overflow:hidden;margin:2px 10px 0;min-height:200px}.ds_Recommend .mc-recommend .recommend-wrap .re-til{color:#666;font-size:18px;font-weight:600;padding-bottom:2px;height:44px;line-height:44px;padding-left:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:height 0.5s;border-bottom:1px solid #e7e9ea;max-width:380px}.ds_Recommend .mc-recommend .recommend-wrap .re-til:last-child{border-bottom:1px solid transparent}.ds_Recommend .mc-recommend .recommend-wrap .re-msg{color:#999;font-size:12px;line-height:1.9;display:none;padding-left:5px;height:71px;border-bottom:1px solid #e7e9ea}.ds_Recommend .mc-recommend .recommend-wrap .re-more{color:#b40404;float:right;margin-right:10px}.ds_Recommend .mc-recommend .recommend-wrap .re-more:hover{opacity:0.5}.ds_Recommend .mc-recommend .recommend-wrap .curSty{color:#ff2536;height:34px;transition:height 0.5s;border-bottom:1px solid transparent}#desginer .design .ds_rank{overflow:auto}.ds_rank.ds_readonly tr:not(.des) td:last-child{position:relative}.ds_rank.ds_readonly tr:not(.des) td:last-child:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;cursor:no-drop;z-index:100}.ds_rank.ds_readonly tr:not(.des) td:last-child input{background:#f1f1f1;opacity:.3}.ds_rank.ds_readonly tr:not(.des) td:last-child input+i{display:none}.ds_rank.ds_readonly .styleType_2 td:last-child>div{opacity:.3}.ds_rank.ds_readonly .styleType_4 button:not(.selected){background:#f1f1f1}.ds_rank.ds_readonly .styleType_4 button{padding:0 15px 0 12px;opacity:.3}.ds_rank.ds_readonly .styleType_5 input::-webkit-input-placeholder{color:#f1f1f1 !important}.ds_rank table{table-layout:fixed}.ds_rank table td,.ds_rank table th{padding:9px 14px}.ds_rank table td[rowspan]{background:#fff}.ds_rank table td button{padding:0}.ds_rank table td.xx1 button,.ds_rank table td.xx2 button,.ds_rank table td.xx6 button,.ds_rank table td.xx8 button{width:60px}.ds_rank table td.xx3 button,.ds_rank table td.xx5 button{width:80px}.ds_rank table td.xx4 button,.ds_rank table td.xx7 button{width:90px}.ds_rank table td.xx9 button{padding:0 15px 0 12px}.ds_rank table td.xx2{padding-bottom:0}.ds_rank table td.xx2>button{margin-bottom:9px}.ds_rank table td.xx2>button:nth-child(6n+1){margin-left:0}.ds_rank .layui-inline{width:93px}.ds_rank .des i:not(.c),.ds_rank .des .b_text:not(.c){color:#c62f26}.ds_rank .des i.nh,.ds_rank .des .b_text.nh{opacity:0.7}.ds_rank .des i.yb,.ds_rank .des .b_text.yb{opacity:0.4}.ds_rank .des .font-weight{font-weight:bold}.ds_rank .des .layui-row>div{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ds_rank .des .layui-row>div:last-child{text-align:right}.ds_rank .layui-table-level2{border-collapse:inherit;border-top:1px solid #e6e6e6;border-right:1px solid #e6e6e6}.ds_rank .layui-table-level2 td,.ds_rank .layui-table-level2 th{border:none;border-left:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.ds_rank .hlight{color:#b40404}.ds_rank .styleType_5 .layui-inline,.ds_rank .styleType_6 .layui-inline{width:100%;margin-bottom:0}.ds_rank .layui-rates.layui-inline{width:auto}.ds_rank .layui-rates .layui-rate .layui-inline{width:auto}.ds_rank .layui-rates>.layui-inline{width:auto}.ds_ClassesSituation{width:100%}.ds_ClassesSituation .ClassSituation-wrap{height:calc(100% - 49px)}.ds_ClassesSituation .default-select .layui-select-title{font-size:14px}.ds_ClassesSituation .default-select .layui-select-title input{font-size:13px;height:30px;line-height:30px}.ds_ClassesSituation .default-select .layui-form-select dl{top:34px;font-size:13px}.ds_ClassesSituation .default-select .layui-form-select dl dd{font-size:13px}.ds_ClassesSituation .classSituation{width:100%;height:270px;background:#fff;border-radius:3px;border:1px solid #e7e9ea}.ds_ClassesSituation .classSituation .title-warp-com{position:relative}.ds_ClassesSituation .classSituation .title-warp-com .layui-input-block{position:absolute;right:8px;top:10px;max-width:120px;margin:0}.ds_ClassesSituation .classSituation #formecharts div{overflow:inherit}.ds_ClassesSituation .classSituation .echarts{width:500px;height:100%;float:left;display:inline-block;position:relative}.ds_ClassesSituation .classSituation .echarts .refresh{position:absolute;left:4px;top:4px;z-index:2;border:none;background:#f5f5f5;width:18px;height:18px;cursor:pointer;background:url(themes/img/refresh.png);background-size:18px 18px}.ds_ClassesSituation .classSituation .info{margin-left:500px;height:200px;position:relative;top:10px;border-left:1px solid #dedfe0}.ds_ClassesSituation .classSituation .info>ul{display:block;overflow:hidden;width:100%;position:relative;top:26px}.ds_ClassesSituation .classSituation .info>ul li{width:50%;float:left;margin-bottom:34px}.ds_ClassesSituation .classSituation .info>ul li>.icon-com{width:51px;height:51px;display:block;border-radius:3px;margin-left:16px;margin-right:16px;float:left}.ds_ClassesSituation .classSituation .info>ul li .icon-bjs{background:url(themes/img/ndbbqk_bjs.png);background-size:51px 51px}.ds_ClassesSituation .classSituation .info>ul li .icon-xys{background:url(themes/img/ndbbqk_xys.png);background-size:51px 51px}.ds_ClassesSituation .classSituation .info>ul li .icon-wbd{background:url(themes/img/ndbbqk_wbd.png);background-size:51px 51px}.ds_ClassesSituation .classSituation .info>ul li .icon-tx{background:url(themes/img/ndbbqk_tx.png);background-size:51px 51px}.ds_ClassesSituation .classSituation .info>ul li .info-detail{height:50px}.ds_ClassesSituation .classSituation .info>ul li .info-detail span{display:block;height:25px;line-height:25px}.ds_ClassesSituation .classSituation .info>ul li .info-detail .til{font-size:14px;color:#33363f}.ds_ClassesSituation .classSituation .info>ul li .info-detail .num{color:#298ad9;font-size:18px}.ds_curclass .curclass{height:270px;border-radius:3px;background:#fff;border:1px solid #e7e9ea}.ds_curclass .curclass .tatol{color:#b9534f}.ds_curclass .curclass .curclass-info{margin:10px 18px 0 18px}.ds_curclass .curclass .curclass-info>li{width:100%;min-height:59px;overflow:hidden;border-bottom:1px solid #dee1e2;position:relative;margin-bottom:10px}.ds_curclass .curclass .curclass-info>li .til{font-size:14px;color:#666;font-weight:600;padding:6px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:350px}.ds_curclass .curclass .curclass-info>li .wrap{position:relative}.ds_curclass .curclass .curclass-info>li .wrap .progress{position:absolute;left:45px;right:45px;top:4px;height:10px;border-radius:10px;background:#f2f2f2}.ds_curclass .curclass .curclass-info>li .wrap .progress .inner{height:100%;transition:width 0.8s;border-radius:10px}.red-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#ff7200}.blue-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#3c8ddb}.green-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#4daf7b}.orange-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#ffb142}.darkred-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#c60100}.darkblue-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#37f}.elep-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#2787EE}.elep-red-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#ff7200}.nmRed-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#e51c16}.hdBlue-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#2495c7}.zydxRed-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#cd0911}.gzgb-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#942320}.ct-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#303987}.zgyc-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#007c5d}.hbBlue-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#1A66B1}.nx-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#1b82d2}.dingtalk-theme .ds_curclass .curclass .curclass-info>li .wrap .progress .inner{background-color:#3C8AF8}.ds_curclass .curclass .curclass-info>li .wrap .datepre{float:left}.ds_curclass .curclass .curclass-info>li .wrap .datenext{float:right}.ds_TeachNav{position:absolute !important;top:0;bottom:0}.ds_TeachNav .teachnav{width:84px;height:100%;min-height:500px;max-width:84px;background-color:#c62f26;border-left:1px solid #fff}.ds_TeachNav .teachnav>ul li{text-align:center;cursor:pointer;transition:opacity 0.4s;border-bottom:1px solid #d72923}.ds_TeachNav .teachnav>ul li:hover{opacity:0.8;transition:opacity 0.6s}.ds_TeachNav .teachnav>ul li .iconfont{font-size:24px;color:#fff;margin-top:14px;display:inline-block}.ds_TeachNav .teachnav>ul li .icon-wdkb{background:url(themes/img/sidebar_wdkb.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .icon-kt{background:url(themes/img/sidebar_ikt.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .icon-wjdc{background:url(themes/img/sidebar_wjdc.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .icon-wdpg{background:url(themes/img/sidebar_wdpg.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .icon-zypy{background:url(themes/img/sidebar_zypy.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .icon-txl{background:url(themes/img/sidebar_txl.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .icon-sz{background:url(themes/img/sidebar_sz.png);background-size:24px 24px}.ds_TeachNav .teachnav>ul li .nav-icon-com{width:24px;height:24px;margin-top:14px;display:inline-block}.ds_TeachNav .teachnav>ul li .til{color:#fff;font-size:16px;display:block;padding:8px 0 16px;width:100%}.ds_TeachNav.col3{position:relative !important;width:473px;background:rgba(255,255,255,0.7);box-shadow:0 4px 9px 0 rgba(0,0,0,0.5);border-radius:10px;border-radius:10px;padding:7px 0}.ds_TeachNav.col3>div.teachnav{border:none;max-width:100%;min-height:auto;background:transparent;width:100% !important}.ds_TeachNav.col3>div.teachnav>ul{width:100%;overflow:hidden}.ds_TeachNav.col3>div.teachnav>ul>li{padding:20px 10px;box-sizing:border-box;width:33.33%;float:left;border:none}.ds_TeachNav.col3>div.teachnav>ul>li img{width:60px;height:60px;border-radius:10px}.ds_TeachNav.col3>div.teachnav>ul>li span{color:#333;font-size:18px !important;padding:12px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds_shortcuts_box{width:100%;height:100% !important;overflow:hidden !important}.ds_shortcuts_box.padding_bottom{padding-bottom:52px !important}.ds_shortcuts_box>div:not(.ds_control_design){position:relative !important;padding-right:150px !important;box-sizing:border-box;background:#fff;padding:10px}.ds_shortcuts_box.ds_control_selected>div:not(.ds_control_design){background-color:#fff8dc !important}.ds_shortcuts_box>div:not(.ds_control_design),.ds_shortcuts_box>div:not(.ds_control_design) div{width:100%;height:100%;box-sizing:border-box}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box{overflow:auto;padding:10px}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div{height:auto !important;min-height:100px;padding-bottom:10px}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label{width:100%;box-sizing:border-box;margin-bottom:10px}.red-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#ff7200}.blue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#3c8ddb}.green-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#4daf7b}.orange-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#ffb142}.darkred-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#c60100}.darkblue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#37f}.elep-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#2787EE}.elep-red-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#ff7200}.nmRed-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#e51c16}.hdBlue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#2495c7}.zydxRed-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#cd0911}.gzgb-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#942320}.ct-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#303987}.zgyc-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#007c5d}.hbBlue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#1A66B1}.nx-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#1b82d2}.dingtalk-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div label:before{background-color:#3C8AF8}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div{padding:0 14px;overflow:hidden}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div{width:25%;float:left;height:auto;padding:10px;padding-right:30px;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;position:relative;cursor:pointer}.choosed>div{cursor:move !important}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div img{width:20px;vertical-align:sub;margin-right:5px}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div b.iconfont{font-size:18px;margin-right:5px;font-weight:normal;vertical-align:middle}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div:hover{background-color:#f6f6f6}.ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{position:absolute;right:8px;font-size:18px;cursor:pointer;display:none}.red-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#ff7200}.blue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#3c8ddb}.green-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#4daf7b}.orange-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#ffb142}.darkred-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#c60100}.darkblue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#37f}.elep-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#2787EE}.elep-red-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#ff7200}.nmRed-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#e51c16}.hdBlue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#2495c7}.zydxRed-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#cd0911}.gzgb-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#942320}.ct-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#303987}.zgyc-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#007c5d}.hbBlue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#1A66B1}.nx-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#1b82d2}.dingtalk-theme .ds_shortcuts_box>div:not(.ds_control_design)>.content_box>div>div>div i{color:#3C8AF8}.choosed i{display:none}.red-theme .choosed i{color:#ff7200 !important}.blue-theme .choosed i{color:#3c8ddb !important}.green-theme .choosed i{color:#4daf7b !important}.orange-theme .choosed i{color:#ffb142 !important}.darkred-theme .choosed i{color:#c60100 !important}.darkblue-theme .choosed i{color:#37f !important}.elep-theme .choosed i{color:#2787EE !important}.elep-red-theme .choosed i{color:#ff7200 !important}.nmRed-theme .choosed i{color:#e51c16 !important}.hdBlue-theme .choosed i{color:#2495c7 !important}.zydxRed-theme .choosed i{color:#cd0911 !important}.gzgb-theme .choosed i{color:#942320 !important}.ct-theme .choosed i{color:#303987 !important}.zgyc-theme .choosed i{color:#007c5d !important}.hbBlue-theme .choosed i{color:#1A66B1 !important}.nx-theme .choosed i{color:#1b82d2 !important}.dingtalk-theme .choosed i{color:#3C8AF8 !important}.choosed_ i.icon-gouxuan{display:inline !important}.choosed div:hover i.icon-shanchu1{display:inline !important}.red-theme .choosed div:hover i.icon-shanchu1:hover{color:#ff7200 !important}.blue-theme .choosed div:hover i.icon-shanchu1:hover{color:#3c8ddb !important}.green-theme .choosed div:hover i.icon-shanchu1:hover{color:#4daf7b !important}.orange-theme .choosed div:hover i.icon-shanchu1:hover{color:#ffb142 !important}.darkred-theme .choosed div:hover i.icon-shanchu1:hover{color:#c60100 !important}.darkblue-theme .choosed div:hover i.icon-shanchu1:hover{color:#37f !important}.elep-theme .choosed div:hover i.icon-shanchu1:hover{color:#2787EE !important}.elep-red-theme .choosed div:hover i.icon-shanchu1:hover{color:#ff7200 !important}.nmRed-theme .choosed div:hover i.icon-shanchu1:hover{color:#e51c16 !important}.hdBlue-theme .choosed div:hover i.icon-shanchu1:hover{color:#2495c7 !important}.zydxRed-theme .choosed div:hover i.icon-shanchu1:hover{color:#cd0911 !important}.gzgb-theme .choosed div:hover i.icon-shanchu1:hover{color:#942320 !important}.ct-theme .choosed div:hover i.icon-shanchu1:hover{color:#303987 !important}.zgyc-theme .choosed div:hover i.icon-shanchu1:hover{color:#007c5d !important}.hbBlue-theme .choosed div:hover i.icon-shanchu1:hover{color:#1A66B1 !important}.nx-theme .choosed div:hover i.icon-shanchu1:hover{color:#1b82d2 !important}.dingtalk-theme .choosed div:hover i.icon-shanchu1:hover{color:#3C8AF8 !important}.ds_shortcuts_box>div:not(.ds_control_design)>.menu_box{width:150px !important;position:absolute;top:0;right:0;bottom:0;padding:10px}.ds_shortcuts_box>div:not(.ds_control_design)>.menu_box:before{content:"";display:inline;position:absolute;top:10px;left:15px;bottom:10px;border-left:1px solid #e6e6e6;border-left-width:2px}.ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div{overflow:auto}.ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a{display:block;height:auto;padding:15px 10px 15px 20px;position:relative;cursor:pointer;font-size:16px !important}.ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a:before{content:"";display:inline-block;width:6px;height:6px;background:#e6e6e6;position:absolute;top:50%;border-radius:50%;margin-top:-3px;left:3px}.red-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#ff7200 !important}.blue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#3c8ddb !important}.green-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#4daf7b !important}.orange-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#ffb142 !important}.darkred-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#c60100 !important}.darkblue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#37f !important}.elep-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#2787EE !important}.elep-red-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#ff7200 !important}.nmRed-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#e51c16 !important}.hdBlue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#2495c7 !important}.zydxRed-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#cd0911 !important}.gzgb-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#942320 !important}.ct-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#303987 !important}.zgyc-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#007c5d !important}.hbBlue-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#1A66B1 !important}.nx-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#1b82d2 !important}.dingtalk-theme .ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active{color:#3C8AF8 !important}.ds_shortcuts_box>div:not(.ds_control_design)>.menu_box>div>a.active:before{border:2px solid #c62f26;background:#fff;left:1px;margin-top:-5px}.ds_shortcuts_box>div.ds_buttonbar.ds_control{padding:0 !important;position:fixed !important;line-height:50px;bottom:0;left:0;right:0;text-align:center;background:#fff;box-sizing:content-box;height:50px;z-index:100}.ds_shortcuts_box ::-webkit-scrollbar{width:8px;background-color:#f5f5f5}.ds_shortcuts_box ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);background-color:#fff}.ds_shortcuts_box ::-webkit-scrollbar-thumb{border-radius:8px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);background-color:rgba(255,255,255,0.5)}.ds_textarea .layui-textarea{min-height:auto}.ds_page_mobile .ds_page_content{position:absolute;top:0;left:0;bottom:0;right:0}.ds_page_mobile .ds_page_content>div,.ds_page_mobile .ds_page_content>div>div{height:100%}.ds_LeaveMsg{background-color:#fff}.ds_LeaveMsg>.title_wrap{line-height:30px;font-size:16px !important;padding:0 8px;color:#333;overflow:hidden;border-bottom:1px solid #dedfe0}.ds_LeaveMsg>.title_wrap>.title,.ds_seat .frame_title .ds_LeaveMsg>.title_wrap>span,.ds_seat .frame_title .ds_LeaveMsg>.title_wrap>i{float:left}.ds_LeaveMsg>.title_wrap>.orderway_wrap{font-size:14px !important;float:right;display:none}.ds_LeaveMsg>.title_wrap>.orderway_wrap>.orderway{display:flex;justify-content:space-between}.ds_LeaveMsg>.title_wrap>.orderway_wrap .order{cursor:pointer;color:#999999}.ds_LeaveMsg>.title_wrap>.orderway_wrap .order.active{color:#b73c30}.ds_LeaveMsg>.title_wrap>.orderway_wrap .order_desc{margin-right:40px}.ds_LeaveMsg>.msg_content_wrap{padding:17px 8px}.ds_LeaveMsg>.msg_content_wrap>.pages{margin-top:27px;text-align:center}.ds_LeaveMsg>.msg_content_wrap>.pages.hidepages{display:none}.ds_LeaveMsg>.msg_content_wrap>.msg_main>ul+ul{padding-top:30px}.ds_LeaveMsg>.msg_content_wrap>.reply_main_wrap{padding:27px 21px;background-color:#f4f4f4;margin-top:29px}.ds_LeaveMsg>.msg_content_wrap>.reply_main_wrap>.reply_main{border:1px solid #e6e6e6;border-radius:3px;position:relative;height:70px}.ds_LeaveMsg>.msg_content_wrap>.reply_main_wrap>.reply_main>textarea{width:100%;height:100%;padding:10px;padding-right:101px;box-sizing:border-box;resize:none;border:none}.ds_LeaveMsg>.msg_content_wrap>.reply_main_wrap>.reply_main>.reply_btn{position:absolute;top:0;bottom:0;right:0;width:101px;border-left:1px solid #e6e6e6;text-align:center;color:#666666;font-size:14px !important;cursor:pointer}.ds_LeaveMsg>.msg_content_wrap>.reply_main_wrap>.reply_main>.reply_btn dl{padding-top:11.5px}.ds_LeaveMsg>.msg_content_wrap>.reply_main_wrap>.reply_main>.reply_btn .huidaIcon{display:inline-block;width:25px;height:25px;background-image:url(themes/img/huida.png);background-repeat:no-repeat}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap{margin-top:16px}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap>.reply{width:100%}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap>.reply>textarea{width:100%;padding:10px;box-sizing:border-box;resize:none;background-color:transparent}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap>.reply_submit{overflow:hidden;margin-bottom:16px}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap>.reply_submit>.reply_btn{float:right;line-height:30px;width:100px;text-align:center;border-radius:3px;margin-top:8px;cursor:pointer}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap>.reply_submit>.reply_submit_btn{border:1px solid #c62f26;background-color:#c62f26;color:#fff}.ds_LeaveMsg>.msg_content_wrap .msg_content .reply_wrap>.reply_submit>.reply_close_btn{background-color:#fff;color:#333;border:1px solid #666;margin-right:8px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap{display:flex;justify-content:space-between}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap{position:relative;padding-left:60px;width:100%;box-sizing:border-box;padding-right:8px;float:left;text-align:left}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.head_wrap{width:48px;height:48px;border-radius:50%;position:absolute;left:0;top:0}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.head_wrap>img{width:100%;height:100%;border-radius:50%;border:1px solid #e6e6e6}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.name_item{display:flex;justify-content:space-between}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.name_item .name{font-size:16px !important;color:#354052;line-height:30px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.name_item .msg_time{margin-left:12px;color:#999998;font-size:14px !important}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.msg{font-size:14px !important;color:#333}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.msg>textarea{width:100%;display:none;padding:10px;box-sizing:border-box;resize:none}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.msg>.plnr{word-break:break-word}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.msg>.alter_submit{display:none;overflow:hidden;margin-bottom:16px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.msg>.alter_submit>.alter_btn{float:right;border:1px solid #c62f26;line-height:30px;width:100px;text-align:center;border-radius:3px;margin-top:8px;cursor:pointer;background-color:#c62f26;color:#fff}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap>.msg_wrap>.msg>.alter_submit>.alter_close_btn{background-color:#fff;color:#333;border:1px solid #666;margin-right:8px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo{float:right;min-width:202px;overflow:hidden}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>div{float:left;text-align:right;width:25%;cursor:pointer}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo .icon{display:inline-block;width:15px;height:14px;vertical-align:text-top}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo .msgIcon{background-image:url(themes/img/msgIcon.png);background-repeat:no-repeat}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.zan_num_wrap{width:19%;border-left:1px solid #e3e3e3;padding-left:4px;position:relative;top:2px;float:right}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.zan_num_wrap>.zanIcon{background-image:url(themes/img/zanIcon.png);background-repeat:no-repeat;margin-right:6px;background-size:cover}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.zan_num_wrap>.zanIcon.active{background-image:url(themes/img/pf-mz2.png);background-repeat:no-repeat;margin-right:6px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.msg_num_wrap{padding-right:8px;box-sizing:border-box;position:relative;float:right}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.msg_num_wrap>.num{color:#626262;font-size:14px !important}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.operate{color:#666666;font-size:14px !important;width:101px;height:19px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>div.msg_content_div_wrap .msg_sideInfo>.operate>span{display:inline-block;width:50px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>.toggle_wrap{cursor:pointer}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>.toggle_wrap>.toggle{color:#354052;font-size:14px !important;padding-left:60px;line-height:26px;margin-top:17px;text-align:left}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>.toggle_wrap>.toggle.active:after{content:"";display:inline-block;width:10px;height:10px;background-image:url(themes/img/uparrow.png);background-repeat:no-repeat;margin-left:9px}.ds_LeaveMsg>.msg_content_wrap .msg_content>li>.toggle_wrap>.toggle:after{content:"";display:inline-block;width:10px;height:10px;background-image:url(themes/img/downarrow.png);background-repeat:no-repeat;margin-left:9px}.ds_LeaveMsg>.msg_content_wrap .msg_content.subcontent{border:1px solid #e6e6e6;border-left:6px solid #e6e6e6;padding-right:12px;padding-left:20px;box-sizing:border-box;padding-top:11px;padding-bottom:11px;margin-left:60px;margin-top:6px}.ui-autocomplete.ui-widget-content{padding:5px 0;z-index:999;border:1px solid #d2d2d2;max-height:300px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,0.12)}.ui-autocomplete.ui-widget-content .ui-menu-item{line-height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-autocomplete.ui-widget-content .ui-menu-item .ui-menu-item-wrapper{padding:0 10px !important}.ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{color:#fff}.red-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #ff7200 !important}.blue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #3c8ddb !important}.green-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #4daf7b !important}.orange-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #ffb142 !important}.darkred-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #c60100 !important}.darkblue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #37f !important}.elep-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #2787EE !important}.elep-red-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #ff7200 !important}.nmRed-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #e51c16 !important}.hdBlue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #2495c7 !important}.zydxRed-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #cd0911 !important}.gzgb-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #942320 !important}.ct-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #303987 !important}.zgyc-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #007c5d !important}.hbBlue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #1A66B1 !important}.nx-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #1b82d2 !important}.dingtalk-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{border:1px solid #3C8AF8 !important}.red-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#ff7200 !important}.blue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#3c8ddb !important}.green-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#4daf7b !important}.orange-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#ffb142 !important}.darkred-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#c60100 !important}.darkblue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#37f !important}.elep-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#2787EE !important}.elep-red-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#ff7200 !important}.nmRed-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#e51c16 !important}.hdBlue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#2495c7 !important}.zydxRed-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#cd0911 !important}.gzgb-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#942320 !important}.ct-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#303987 !important}.zgyc-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#007c5d !important}.hbBlue-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#1A66B1 !important}.nx-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#1b82d2 !important}.dingtalk-theme .ui-autocomplete.ui-widget-content .ui-menu-item .ui-state-active{background-color:#3C8AF8 !important}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ds_MyClass .myclass,.ds_ClassLeaderClasses .myclass{overflow:hidden;min-height:248px;background:#fff;border-radius:3px;border:1px solid #e7e9ea}.ds_MyClass .myclass .classes .wrap:nth-child(1),.ds_ClassLeaderClasses .myclass .classes .wrap:nth-child(1){border-top:1px solid transparent}.ds_MyClass .myclass .wrap,.ds_ClassLeaderClasses .myclass .wrap{overflow:hidden;position:relative;height:210px;border-top:1px solid #e7e9ea}.ds_MyClass .myclass .wrap .tiltle,.ds_ClassLeaderClasses .myclass .wrap .tiltle{width:37px;height:156px;text-align:center;margin-top:20px;float:left;background:url(themes/img/wdbj_jxz.png);background-size:37px 156px}.ds_MyClass .myclass .wrap .tiltle span,.ds_ClassLeaderClasses .myclass .wrap .tiltle span{color:#fff;font-size:16px;display:inline-block;width:16px;position:relative;top:50%;transform:translateY(-50%)}.ds_MyClass .myclass .wrap .classInfo,.ds_ClassLeaderClasses .myclass .wrap .classInfo{width:64%;margin-left:73px}.ds_MyClass .myclass .wrap .classInfo .top-detail,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail{border-bottom:1px solid #dedfe0}.ds_MyClass .myclass .wrap .classInfo .top-detail .til,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail .til{color:#333;font-size:18px;padding:30px 10px 10px 10px}.ds_MyClass .myclass .wrap .classInfo .top-detail .til span,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail .til span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_MyClass .myclass .wrap .classInfo .top-detail .til .classNumber,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail .til .classNumber{color:#999;font-size:16px}.ds_MyClass .myclass .wrap .classInfo .top-detail .date,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail .date{font-size:14px;color:#999;padding:0 10px 12px 10px}.ds_MyClass .myclass .wrap .classInfo .top-detail .date span,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail .date span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_MyClass .myclass .wrap .classInfo .top-detail .date span:first-child,.ds_ClassLeaderClasses .myclass .wrap .classInfo .top-detail .date span:first-child{width:50%}.ds_MyClass .myclass .wrap .classInfo .class-detail,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail{width:100%;padding-top:12px}.ds_MyClass .myclass .wrap .classInfo .class-detail .hover-default:hover,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail .hover-default:hover{transform:translateY(-3px);box-shadow:1px 1px 5px 2px #ececec;transition:all 0.4s;cursor:pointer}.ds_MyClass .myclass .wrap .classInfo .class-detail li,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail li{width:16.66%;font-size:0;float:left;padding:5px 0;text-align:center;box-sizing:border-box;transition:all 0.4s}.ds_MyClass .myclass .wrap .classInfo .class-detail li:nth-child(4),.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail li:nth-child(4){border-right:1px solid #dedfe0}.ds_MyClass .myclass .wrap .classInfo .class-detail li span,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail li span{display:block}.ds_MyClass .myclass .wrap .classInfo .class-detail li .num,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail li .num{color:#d05d50;font-size:20px;padding-bottom:4px}.ds_MyClass .myclass .wrap .classInfo .class-detail li .othnum,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail li .othnum{font-size:24px;padding-bottom:4px;line-height:1}.ds_MyClass .myclass .wrap .classInfo .class-detail li .num-til,.ds_ClassLeaderClasses .myclass .wrap .classInfo .class-detail li .num-til{color:#33363f;font-size:14px}.ds_MyClass .myclass .wrap .class-icon-wrap,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap{position:absolute;right:-200px;left:calc(64% + 34px + 72px);top:10px;bottom:10px}.ds_MyClass .myclass .wrap .class-icon-wrap ul,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul{font-size:0;position:absolute;width:100%;overflow:hidden;padding-top:10px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li{width:20%;color:#33363f;font-size:14px;text-align:center;display:inline-block;margin-bottom:10px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li a,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li a{display:inline-block;transition:all 0.4s;width:90%;padding-top:5px;border-radius:2px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li a:hover,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li a:hover{transform:translateY(-3px);box-shadow:1px 1px 5px 2px #ececec;transition:all 0.4s;cursor:pointer}.ds_MyClass .myclass .wrap .class-icon-wrap ul li:nth-child(4),.ds_MyClass .myclass .wrap .class-icon-wrap ul li:nth-child(5),.ds_MyClass .myclass .wrap .class-icon-wrap ul li:nth-child(6),.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li:nth-child(4),.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li:nth-child(5),.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li:nth-child(6){margin-bottom:0}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-com,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-com{width:51px;height:51px;display:inline-block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-bottom:4px;cursor:pointer;transition:all 0.5s}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-xygl,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-xygl{background:url(themes/img/n-xygl.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-fbtz,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-fbtz{background:url(themes/img/n-tzgg.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-fbwj,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-fbwj{background:url(themes/img/n-wjdc.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-kcap,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-kcap{background:url(themes/img/n-kcap.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-kqgl,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-kqgl{background:url(themes/img/myclass_kq.png) no-repeat;background-size:30px 30px;background-position:center}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-zwap,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-zwap{background:url(themes/img/yy_web.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-fx,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-fx{background:url(themes/img/n-bjgx.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-zygl,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-zygl{background:url(themes/img/n-zygl.png);background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-zpsh,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-zpsh{background:url(themes/img/n-zpsh.png) no-repeat;background-size:51px 51px}.ds_MyClass .myclass .wrap .class-icon-wrap ul li .icon-pjgl,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap ul li .icon-pjgl{background:url(themes/img/myclass_evaluta.png) no-repeat;background-size:32px 32px;background-position:9px 9px}.ds_MyClass .myclass .wrap .class-icon-wrap .leftBtn,.ds_MyClass .myclass .wrap .class-icon-wrap .rightBtn,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .leftBtn,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .rightBtn{width:16px;height:28px;position:absolute;left:0;top:80px;display:block;cursor:pointer;background:#ee7977 url(themes/img/sj_l.png) no-repeat;background-size:16px 18px;background-position:-1px 5px;border-radius:5px;z-index:22}.ds_MyClass .myclass .wrap .class-icon-wrap .rightBtn,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .rightBtn{display:none;background:#ee7977 url(themes/img/sj_r.png) no-repeat;background-size:16px 18px;background-position:1px 5px}.ds_MyClass .myclass .wrap .class-icon-wrap .wrapList,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .wrapList{height:100%;background:#fff;position:relative;border-left:1px solid #dedfe0}.ds_MyClass .myclass .wrap .class-icon-wrap .wrap-icon,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .wrap-icon{display:inline-block;width:51px;height:51px;border-radius:5px}.ds_MyClass .myclass .wrap .class-icon-wrap .wrap-kqgl,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .wrap-kqgl{background:#3da7fd}.ds_MyClass .myclass .wrap .class-icon-wrap .wrap-pjgl,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .wrap-pjgl{background:#ffaa21}.ds_MyClass .myclass .wrap .class-icon-wrap .wrap-zpsh,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .wrap-zpsh{background:#ea4648;margin-bottom:8px}.ds_MyClass .myclass .wrap .class-icon-wrap .wrap-zpsh .iconfont,.ds_ClassLeaderClasses .myclass .wrap .class-icon-wrap .wrap-zpsh .iconfont{color:#fff;font-size:26px;line-height:51px}.ds_ClassLeaderClasses .class-icon-wrap{right:0 !important}.ds_ClassLeaderClasses .class-icon-wrap ul li{width:33.333% !important}.ds_page .ds_question{background-color:#fff;border-bottom:1px solid #e6e6e6;padding:20px 10px;font-weight:400}.ds_page .ds_question .ds_question_input{padding:4px 0px}.ds_page .ds_question .ds_question_select .question_index{font-size:16px;padding:0px 0px 10px 0px}.ds_page .ds_question .ds_question_select .ds_item_box{padding:0 20px}.q_other{display:inline-block;position:relative}.q_other input{position:relative;top:3px;left:-8px;line-height:unset;font-size:14px;width:100px}.ds_page .ds_question .ds_question_select .ds_item_box .hide{display:none}.ds_page .ds_question .ds_question_select .ds_item_box .layui-form-radio{margin:0;padding:0 10px 0 0;box-sizing:border-box}.ds_page .ds_question .ds_question_select .ds_item_box .layui-form-checkbox{margin:5px 0px;box-sizing:border-box}.ds_page .ds_question .ds_question_select .ds_item_box .layui-form-checkbox span{margin:0}.layui-form-checkbox+.q_other input{top:0}.ds_page .ds_question .ds_question_select .ds_item_box .layui-rate{padding:5px 5px 5px 0}input[type="radio"][value="else"]+.layui-form-radio+.q_other{display:none}input[type="radio"][value="else"]:checked+.layui-form-radio+.q_other{display:inline-block}input[type="checkbox"][value="else"]+.layui-form-checkbox+.q_other{display:none}input[type="checkbox"][value="else"]:checked+.layui-form-checkbox+.q_other{display:inline-block}.ds_page .ds_question .ds_question_select .slider_box{padding:15px 20px 10px}.ds_page .ds_question .question_index{font-size:18px !important}.ds_page .ds_question .q_content{font-size:18px !important;display:inline}.ds_page .ds_question.ds_fill{line-height:20px}.ds_page .ds_question.ds_fill input[type="text"],.ds_page .ds_question.ds_fill input[type="number"]{border-bottom:1px solid #999;border-top-style:none;border-left-style:none;border-right-style:none;width:60px;display:inline-block;padding-left:5px;padding-right:5px;margin-left:5px;margin-right:5px;font-size:16px !important}.ds_page .ds_question.ds_fill pre{font-size:16px !important;font-family:inherit;display:inline;font-weight:inherit;display:none}.ds_page .ds_hellomsg:not(.no-border){border-bottom:1px solid #e6e6e6}.ds_page .ds_hellomsg .ds_question_hello{padding:8px;font-size:18px !important;min-height:30px;background-color:#fff}.ds_page .ds_hellomsg .ds_question_hello *{margin:0;padding:0;outline:none}.ds_page .hide{display:none}.ds_page .ds_qa .astrict-msg{height:22px;line-height:22px;text-align:right;border:1px solid #e6e6e6;border-top-width:0;color:#bbb;padding:0 8px;font-size:12px !important}.ds_page .ds_qa .astrict-msg.error{color:#ff7d7d}.ds_page[ctrl_type="QIPage"]:not(.design) div[handler="center"]{margin-top:8px;margin-bottom:12px}.ds_page[ctrl_type="QIPage"]:not(.design) div[handler="center"] .ds_container{background:#fff;overflow:hidden;padding:0 4% 2% !important;box-shadow:0px 0px 10px 0px rgba(50,50,50,0.4);border-radius:4px}.ds_page[ctrl_type="QIPage"]:not(.design) div[handler="center"] .ds_container>div{margin-top:2%}.ds_page[ctrl_type="QIPage"]:not(.design) div[handler="center"] .ds_container>div:last-child{border:none}.ds_page[ctrl_type="QIPage"] .ds_control_design .layui-badge{font-size:14px;height:22px;line-height:22px;margin-left:8px}.ds_page .ds_qschackbox .maxCheckNum{color:#bbb}.ds_checkbox .q_other input{top:6px}.ds_radiobox .q_other input{top:4px}.ds_exam_ready_layer{position:fixed;top:0px;bottom:0px;left:0px;right:0px;background-color:rgba(0,0,0,0.2)}.ds_exam_ready_layer.hide{display:none}.ds_exam_ready_layer .ds_exam_ready_timer{width:100px;height:100px;position:absolute;top:50%;left:50%;margin-left:-50px;margin-top:-50px;text-align:center}.ds_exam_ready_layer .ds_exam_ready_timer .num{font-size:60px}.red-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#ff7200}.blue-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#3c8ddb}.green-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#4daf7b}.orange-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#ffb142}.darkred-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#c60100}.darkblue-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#37f}.elep-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#2787EE}.elep-red-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#ff7200}.nmRed-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#e51c16}.hdBlue-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#2495c7}.zydxRed-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#cd0911}.gzgb-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#942320}.ct-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#303987}.zgyc-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#007c5d}.hbBlue-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#1A66B1}.nx-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#1b82d2}.dingtalk-theme .ds_exam_ready_layer .ds_exam_ready_timer .num{color:#3C8AF8}.ds_exam_ready_layer .ds_exam_ready_timer span{font-size:20px;font-weight:bold}.red-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#ff7200}.blue-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#3c8ddb}.green-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#4daf7b}.orange-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#ffb142}.darkred-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#c60100}.darkblue-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#37f}.elep-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#2787EE}.elep-red-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#ff7200}.nmRed-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#e51c16}.hdBlue-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#2495c7}.zydxRed-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#cd0911}.gzgb-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#942320}.ct-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#303987}.zgyc-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#007c5d}.hbBlue-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#1A66B1}.nx-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#1b82d2}.dingtalk-theme .ds_exam_ready_layer .ds_exam_ready_timer span{color:#3C8AF8}.ds_page.ds_exam_page .ds_exam_timer{margin-left:10px}.ds_page.ds_exam_page .ds_exam_timer_info{margin-top:10px;padding:15px 0px;border:1px solid #d7d7d7;background-color:#fff}.ds_page.ds_exam_page .ds_exam_timer_info::after{clear:both;content:"";display:table}.ds_page.ds_exam_page .ds_exam_timer_info .ds_exam_timer_info_col{box-sizing:border-box;float:left;width:50%}.ds_page.ds_exam_page .ds_exam_timer_info .ds_exam_timer_info_col1{border-right:1px solid #d7d7d7}.ds_page.ds_exam_page .ds_exam_num{display:block;text-align:center}.ds_page.ds_exam_page .ds_exam_num span{display:block}.ds_page.ds_exam_page .ds_exam_num span:last-child{margin-top:10px;font-weight:bold}.ds_page.ds_exam_page .ds_exam_score{display:block;text-align:center}.ds_page.ds_exam_page .ds_exam_score span{display:block}.ds_page.ds_exam_page .ds_exam_score span:last-child{margin-top:10px;font-weight:bold}.ds_page.ds_exam_page .ds_exam_post{width:100%;height:90px;cursor:pointer}.red-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#ff7200}.blue-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#3c8ddb}.green-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#4daf7b}.orange-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#ffb142}.darkred-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#c60100}.darkblue-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#37f}.elep-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#2787EE}.elep-red-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#ff7200}.nmRed-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#e51c16}.hdBlue-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#2495c7}.zydxRed-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#cd0911}.gzgb-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#942320}.ct-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#303987}.zgyc-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#007c5d}.hbBlue-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#1A66B1}.nx-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#1b82d2}.dingtalk-theme .ds_page.ds_exam_page .ds_exam_post{background-color:#3C8AF8}.ds_page.ds_exam_page .ds_exam_post>i{width:100%;height:50px;display:block;background:url(themes/img/f-icon3.png) no-repeat center -77px}.ds_page.ds_exam_page .ds_exam_post>span{text-align:center;color:#fff;display:block}.ds_page.ds_exam_page .ds_exam_post.disabled{background-color:#c0c0c0}.ds_page.ds_exam_page .ds_exam_post:hover{opacity:0.8}.ds_page.ds_exam_page .ds_exam_card{min-height:350px;border:1px solid #d7d7d7;background-color:#fff;margin-top:10px;overflow:hidden}.ds_page.ds_exam_page .ds_exam_card .ds_exam_card_title_1{height:30px;line-height:30px;text-align:center}.ds_page.ds_exam_page .ds_exam_card .ds_exam_card_title{padding-top:5px;margin-left:10px}.ds_page.ds_exam_page .ds_exam_card .ds_exam_card_content::after{content:"";display:table;clear:both}.ds_page.ds_exam_page .ds_exam_card .item{float:left;border-radius:50%;border:1px solid #d7d7d7;width:30px;height:30px;margin-left:7px;text-align:center;line-height:30px;margin-top:10px;position:relative;cursor:pointer}.ds_page.ds_exam_page .ds_exam_card .item.answered{color:#fff}.red-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#ff7200}.blue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#3c8ddb}.green-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#4daf7b}.orange-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#ffb142}.darkred-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#c60100}.darkblue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#37f}.elep-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#2787EE}.elep-red-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#ff7200}.nmRed-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#e51c16}.hdBlue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#2495c7}.zydxRed-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#cd0911}.gzgb-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#942320}.ct-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#303987}.zgyc-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#007c5d}.hbBlue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#1A66B1}.nx-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#1b82d2}.dingtalk-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{background-color:#3C8AF8}.red-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#ff7200}.blue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#3c8ddb}.green-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#4daf7b}.orange-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#ffb142}.darkred-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#c60100}.darkblue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#37f}.elep-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#2787EE}.elep-red-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#ff7200}.nmRed-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#e51c16}.hdBlue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#2495c7}.zydxRed-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#cd0911}.gzgb-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#942320}.ct-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#303987}.zgyc-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#007c5d}.hbBlue-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#1A66B1}.nx-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#1b82d2}.dingtalk-theme .ds_page.ds_exam_page .ds_exam_card .item.answered{border-color:#3C8AF8}.ds_page.ds_exam_page .ds_exam_card .item>i.right{position:absolute;font-size:14px;border-radius:50%;bottom:-0.5em;right:-0.5em;color:green;border:1px solid #fff;background-color:#fff;height:1.2em;width:1.2em;line-height:1.2em}.ds_page.ds_exam_page .ds_exam_card .item>i.error{position:absolute;font-size:14px;border-radius:50%;bottom:-0.5em;right:-0.5em;color:red;border:1px solid #fff;background-color:#fff;height:1.2em;width:1.2em;line-height:1.2em}.ds_page.ds_exam_page .ds_exam_card .item.marked::after{border-radius:50%;width:8px;height:8px;background-color:red;content:"";position:absolute;top:-0px;right:-2px}.ds_page.ds_exam_page .ds_exam_top{height:62px;display:block;cursor:pointer}.ds_page.ds_exam_page .ds_exam_top>i{width:100%;display:block;height:100%;text-align:center;font-size:50px}.red-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.blue-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.green-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.orange-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.darkred-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.darkblue-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.elep-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.elep-red-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.nmRed-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.hdBlue-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.zydxRed-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.gzgb-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.ct-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.zgyc-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.hbBlue-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.nx-theme .ds_page.ds_exam_page .ds_exam_top>i{color:#5f5f5f}.red-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#ff7200}.blue-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#3c8ddb}.green-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#4daf7b}.orange-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#ffb142}.darkred-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#c60100}.darkblue-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#37f}.elep-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#2787EE}.elep-red-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#ff7200}.nmRed-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#e51c16}.hdBlue-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#2495c7}.zydxRed-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#cd0911}.gzgb-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#942320}.ct-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#303987}.zgyc-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#007c5d}.hbBlue-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#1A66B1}.nx-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#1b82d2}.dingtalk-theme .ds_page.ds_exam_page .ds_exam_top>i:hover{color:#3C8AF8}.ds_page.ds_exam_page .ds_container[caption="WestView"]{overflow:hidden}.ds_page.ds_exam_page .ds_exam_option_item{display:inline-block;padding-right:5px;box-sizing:border-box;overflow:hidden;position:relative;height:28px;line-height:28px;vertical-align:middle;width:100%}.ds_page.ds_exam_page .ds_exam_option_item .layui-form-radio{margin:0px}.ds_page.ds_exam_page .ds_exam_option_item .input{width:26px;float:left}.ds_page.ds_exam_page .ds_exam_option_item .input_content{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;cursor:pointer;position:absolute;display:inline-block;margin-left:26px;line-height:29px;top:0px;left:0px;right:0px;bottom:0px;vertical-align:middle}.ds_page.ds_exam_page .ds_exam_option_item .input_content span{line-height:1em}.ds_page.ds_exam_page .ds_question_textarea .astrict-msg{text-align:right}.ds_page.ds_exam_page.release [caption="title"]{margin-bottom:20px}.ds_page.ds_exam_page.release .exam-remark{font-style:italic;text-align:left;font-weight:bold;padding-top:10px}.ds_page.ds_exam_page.release .ds_exam_timer{margin-top:10px}.ds_page.ds_exam_page.release .ds_page_content>.center>.ds_container{margin-top:10px !important;margin-bottom:10px !important;border:1px solid #d7d7d7;background-color:#fff;min-height:600px;padding:20px 40px !important}.ds_page.ds_exam_page.release .ds_exam_subject:last-child{border-bottom:none}.red-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#ff7200 !important}.blue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#3c8ddb !important}.green-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#4daf7b !important}.orange-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#ffb142 !important}.darkred-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#c60100 !important}.darkblue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#37f !important}.elep-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#2787EE !important}.elep-red-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#ff7200 !important}.nmRed-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#e51c16 !important}.hdBlue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#2495c7 !important}.zydxRed-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#cd0911 !important}.gzgb-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#942320 !important}.ct-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#303987 !important}.zgyc-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#007c5d !important}.hbBlue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#1A66B1 !important}.nx-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#1b82d2 !important}.dingtalk-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-radioed>i{color:#3C8AF8 !important}.ds_page.ds_exam_page.release .ds_question_content .layui-radio-disbaled>div{color:#5f5f5f}.ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-checkbox-disbaled>span{color:#5f5f5f}.red-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#ff7200 !important}.blue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#3c8ddb !important}.green-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#4daf7b !important}.orange-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#ffb142 !important}.darkred-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#c60100 !important}.darkblue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#37f !important}.elep-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#2787EE !important}.elep-red-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#ff7200 !important}.nmRed-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#e51c16 !important}.hdBlue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#2495c7 !important}.zydxRed-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#cd0911 !important}.gzgb-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#942320 !important}.ct-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#303987 !important}.zgyc-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#007c5d !important}.hbBlue-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#1A66B1 !important}.nx-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#1b82d2 !important}.dingtalk-theme .ds_page.ds_exam_page.release .ds_question_content .layui-form-checkbox.layui-form-checked.layui-checkbox-disbaled>i{border-color:#3C8AF8 !important}.ds_page.ds_exam_page.release .ds_question_content .error .input_content{color:#ff7d7d}.ds_page.ds_exam_page.release .ds_question_content .error.filltext{border:1px solid #ff7d7d}.ds_page.ds_exam_page.release .ds_question_content .right .input_content{color:#4dca2e}.ds_page.ds_exam_page.release .ds_question_content .right.filltext{border:1px solid #4dca2e}.ds_page .ds_exam_subject{background-color:#fff;border-bottom:1px solid #e6e6e6;padding:10px;font-weight:400}.ds_page .ds_exam_subject .ds_question_block{line-height:38px;position:relative}.ds_page .ds_exam_subject .ds_question_block .ds_question_index{line-height:1.5em;font-size:16px !important;width:40px;float:left}.ds_page .ds_exam_subject .ds_question_block .ds_question_content{font-size:16px !important;margin-left:40px;margin-right:40px;min-height:60px}.ds_page .ds_exam_subject .ds_question_block .ds_question_body{font-size:16px !important;display:block;line-height:1.5em;margin-bottom:10px;text-align:justify}.ds_page .ds_exam_subject .ds_question_block .ds_question_body:hover{color:inherit}.ds_page .ds_exam_subject .ds_question_block .ds_question_body img{vertical-align:top}.ds_page .ds_exam_subject .ds_question_block .ds_question_options .ds_exam_option .img img{width:400px}.ds_page .ds_exam_subject .ds_question_block .ds_question_tools{padding:5px 0px;height:1em;line-height:1em}.ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{float:right;cursor:pointer}.red-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#ff7200}.blue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#3c8ddb}.green-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#4daf7b}.orange-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#ffb142}.darkred-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#c60100}.darkblue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#37f}.elep-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#2787EE}.elep-red-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#ff7200}.nmRed-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#e51c16}.hdBlue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#2495c7}.zydxRed-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#cd0911}.gzgb-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#942320}.ct-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#303987}.zgyc-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#007c5d}.hbBlue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#1A66B1}.nx-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#1b82d2}.dingtalk-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_tools .prompt{color:#3C8AF8}.ds_page .ds_exam_subject .ds_question_block .mark{font-size:30px !important;position:absolute;right:0px;top:0px;cursor:pointer}.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis{margin:20px 40px}.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{line-height:1.5em;border-radius:5px;padding:6px;color:#fff}.red-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#ff7200}.blue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#3c8ddb}.green-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#4daf7b}.orange-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#ffb142}.darkred-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#c60100}.darkblue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#37f}.elep-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#2787EE}.elep-red-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#ff7200}.nmRed-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#e51c16}.hdBlue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#2495c7}.zydxRed-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#cd0911}.gzgb-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#942320}.ct-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#303987}.zgyc-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#007c5d}.hbBlue-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#1A66B1}.nx-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#1b82d2}.dingtalk-theme .ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span{background-color:#3C8AF8}.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content{margin-top:10px;line-height:1.5em}.ds_page .ds_exam_subject ~ .ds_label_box{margin-top:20px}.ds_page .ds_exam_fill input[type="text"]{border:1px solid #999;width:1.2em;height:1.2em;display:inline-block;padding-left:3px;padding-right:3px;margin-left:3px;margin-right:3px;text-align:center;font-size:16px !important}.red-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#ff7200}.blue-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#3c8ddb}.green-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#4daf7b}.orange-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#ffb142}.darkred-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#c60100}.darkblue-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#37f}.elep-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#2787EE}.elep-red-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#ff7200}.nmRed-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#e51c16}.hdBlue-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#2495c7}.zydxRed-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#cd0911}.gzgb-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#942320}.ct-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#303987}.zgyc-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#007c5d}.hbBlue-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#1A66B1}.nx-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#1b82d2}.dingtalk-theme .ds_page .ds_exam_fill input[type="text"]:focus{border-color:#3C8AF8}.ds_seat .desginer_center,.ds_printing .desginer_center{overflow-x:auto;overflow-y:auto}.ds_seat .desginer_center .edit_range,.ds_printing .desginer_center .edit_range{width:98%;height:100%;position:relative;outline:none}.ds_seat .desginer_center .edit_range_inner,.ds_printing .desginer_center .edit_range_inner{box-sizing:border-box;border:1px solid #e5e5e5;position:relative;overflow:hidden}.ds_seat .ds_hide,.ds_printing .ds_hide{display:none}.ds_seat .edit_range_inner{background-image:url(themes/img/canvas_bg.jpg)}.ds_seat .ds_seat_panel{box-sizing:border-box;width:100%;height:100%;position:relative;z-index:2;transform-origin:0px 0px 0px;-ms-transform-origin:0px 0px 0px}.ds_seat .ds_seat_panel:focus{outline:none}.ds_seat .ds_seat_panel_bg{background-color:#fff;position:absolute;width:100%;height:100%;background-size:100% 100%;z-index:1;transform-origin:0px 0px 0px;-ms-transform-origin:0px 0px 0px}.ds_seat .frame_title{padding:10px 10px;border-bottom:1px solid #e5e5e5;vertical-align:middle;line-height:25px}.ds_seat .frame_title span{height:1.5em;line-height:1.5em;border-left:5px solid;display:inline-block;padding-left:10px}.red-theme .ds_seat .frame_title span{border-left-color:#ff7200}.blue-theme .ds_seat .frame_title span{border-left-color:#3c8ddb}.green-theme .ds_seat .frame_title span{border-left-color:#4daf7b}.orange-theme .ds_seat .frame_title span{border-left-color:#ffb142}.darkred-theme .ds_seat .frame_title span{border-left-color:#c60100}.darkblue-theme .ds_seat .frame_title span{border-left-color:#37f}.elep-theme .ds_seat .frame_title span{border-left-color:#2787EE}.elep-red-theme .ds_seat .frame_title span{border-left-color:#ff7200}.nmRed-theme .ds_seat .frame_title span{border-left-color:#e51c16}.hdBlue-theme .ds_seat .frame_title span{border-left-color:#2495c7}.zydxRed-theme .ds_seat .frame_title span{border-left-color:#cd0911}.gzgb-theme .ds_seat .frame_title span{border-left-color:#942320}.ct-theme .ds_seat .frame_title span{border-left-color:#303987}.zgyc-theme .ds_seat .frame_title span{border-left-color:#007c5d}.hbBlue-theme .ds_seat .frame_title span{border-left-color:#1A66B1}.nx-theme .ds_seat .frame_title span{border-left-color:#1b82d2}.dingtalk-theme .ds_seat .frame_title span{border-left-color:#3C8AF8}.ds_seat .frame_title a{cursor:pointer}.red-theme .ds_seat .frame_title a{color:#ff7200}.blue-theme .ds_seat .frame_title a{color:#3c8ddb}.green-theme .ds_seat .frame_title a{color:#4daf7b}.orange-theme .ds_seat .frame_title a{color:#ffb142}.darkred-theme .ds_seat .frame_title a{color:#c60100}.darkblue-theme .ds_seat .frame_title a{color:#37f}.elep-theme .ds_seat .frame_title a{color:#2787EE}.elep-red-theme .ds_seat .frame_title a{color:#ff7200}.nmRed-theme .ds_seat .frame_title a{color:#e51c16}.hdBlue-theme .ds_seat .frame_title a{color:#2495c7}.zydxRed-theme .ds_seat .frame_title a{color:#cd0911}.gzgb-theme .ds_seat .frame_title a{color:#942320}.ct-theme .ds_seat .frame_title a{color:#303987}.zgyc-theme .ds_seat .frame_title a{color:#007c5d}.hbBlue-theme .ds_seat .frame_title a{color:#1A66B1}.nx-theme .ds_seat .frame_title a{color:#1b82d2}.dingtalk-theme .ds_seat .frame_title a{color:#3C8AF8}.ds_seat .frame_title i{float:right}.ds_seat .frame_box{position:absolute;top:45px;bottom:0px;left:0px;right:0px;overflow:auto;padding:10px}.ds_seat .frame_box .ulist .user_icon{width:16px;height:16px;line-height:16px;display:inline-block;vertical-align:middle}.ds_seat .frame_box .ulist .user_name{margin-left:5px;line-height:16px;display:inline-block;vertical-align:middle}.ds_seat .frame_box .ulist>.ulist_item{padding:8px 5px;border:1px solid #e5e5e5;border-radius:5px;font-weight:bold;margin-bottom:5px;height:18px;line-height:18px;vertical-align:middle}.ds_seat .frame_box .ulist .user_sort{float:right}.red-theme .ds_seat .frame_box .ulist .user_sort i{color:#ff7200}.blue-theme .ds_seat .frame_box .ulist .user_sort i{color:#3c8ddb}.green-theme .ds_seat .frame_box .ulist .user_sort i{color:#4daf7b}.orange-theme .ds_seat .frame_box .ulist .user_sort i{color:#ffb142}.darkred-theme .ds_seat .frame_box .ulist .user_sort i{color:#c60100}.darkblue-theme .ds_seat .frame_box .ulist .user_sort i{color:#37f}.elep-theme .ds_seat .frame_box .ulist .user_sort i{color:#2787EE}.elep-red-theme .ds_seat .frame_box .ulist .user_sort i{color:#ff7200}.nmRed-theme .ds_seat .frame_box .ulist .user_sort i{color:#e51c16}.hdBlue-theme .ds_seat .frame_box .ulist .user_sort i{color:#2495c7}.zydxRed-theme .ds_seat .frame_box .ulist .user_sort i{color:#cd0911}.gzgb-theme .ds_seat .frame_box .ulist .user_sort i{color:#942320}.ct-theme .ds_seat .frame_box .ulist .user_sort i{color:#303987}.zgyc-theme .ds_seat .frame_box .ulist .user_sort i{color:#007c5d}.hbBlue-theme .ds_seat .frame_box .ulist .user_sort i{color:#1A66B1}.nx-theme .ds_seat .frame_box .ulist .user_sort i{color:#1b82d2}.dingtalk-theme .ds_seat .frame_box .ulist .user_sort i{color:#3C8AF8}.ds_seat .ds_dragproxy{background-color:#fff;border-radius:5px;padding:3px 10px}.red-theme .ds_seat .ds_dragproxy{border:1px solid #ff7200}.blue-theme .ds_seat .ds_dragproxy{border:1px solid #3c8ddb}.green-theme .ds_seat .ds_dragproxy{border:1px solid #4daf7b}.orange-theme .ds_seat .ds_dragproxy{border:1px solid #ffb142}.darkred-theme .ds_seat .ds_dragproxy{border:1px solid #c60100}.darkblue-theme .ds_seat .ds_dragproxy{border:1px solid #37f}.elep-theme .ds_seat .ds_dragproxy{border:1px solid #2787EE}.elep-red-theme .ds_seat .ds_dragproxy{border:1px solid #ff7200}.nmRed-theme .ds_seat .ds_dragproxy{border:1px solid #e51c16}.hdBlue-theme .ds_seat .ds_dragproxy{border:1px solid #2495c7}.zydxRed-theme .ds_seat .ds_dragproxy{border:1px solid #cd0911}.gzgb-theme .ds_seat .ds_dragproxy{border:1px solid #942320}.ct-theme .ds_seat .ds_dragproxy{border:1px solid #303987}.zgyc-theme .ds_seat .ds_dragproxy{border:1px solid #007c5d}.hbBlue-theme .ds_seat .ds_dragproxy{border:1px solid #1A66B1}.nx-theme .ds_seat .ds_dragproxy{border:1px solid #1b82d2}.dingtalk-theme .ds_seat .ds_dragproxy{border:1px solid #3C8AF8}.ds_seat .ds_seat_object{border:1px solid #e5e5e5;box-sizing:border-box;position:absolute;display:inline-block;text-align:center;background-size:100% 100%;overflow:hidden}.ds_seat .ds_seat_object.editing{cursor:auto !important}.ds_seat .ds_seat_object[state="0"] span{color:inherit}.ds_seat .ds_seat_object span{display:inline-block;line-height:1em;vertical-align:middle;font-family:inherit;color:#fff}.ds_seat .ds_seat_object .edit{display:inline-block;width:100%;line-height:1em;vertical-align:middle;outline:none}.red-theme .ds_seat .ds_seat_object.high{border:2px solid #ff7200 !important}.blue-theme .ds_seat .ds_seat_object.high{border:2px solid #3c8ddb !important}.green-theme .ds_seat .ds_seat_object.high{border:2px solid #4daf7b !important}.orange-theme .ds_seat .ds_seat_object.high{border:2px solid #ffb142 !important}.darkred-theme .ds_seat .ds_seat_object.high{border:2px solid #c60100 !important}.darkblue-theme .ds_seat .ds_seat_object.high{border:2px solid #37f !important}.elep-theme .ds_seat .ds_seat_object.high{border:2px solid #2787EE !important}.elep-red-theme .ds_seat .ds_seat_object.high{border:2px solid #ff7200 !important}.nmRed-theme .ds_seat .ds_seat_object.high{border:2px solid #e51c16 !important}.hdBlue-theme .ds_seat .ds_seat_object.high{border:2px solid #2495c7 !important}.zydxRed-theme .ds_seat .ds_seat_object.high{border:2px solid #cd0911 !important}.gzgb-theme .ds_seat .ds_seat_object.high{border:2px solid #942320 !important}.ct-theme .ds_seat .ds_seat_object.high{border:2px solid #303987 !important}.zgyc-theme .ds_seat .ds_seat_object.high{border:2px solid #007c5d !important}.hbBlue-theme .ds_seat .ds_seat_object.high{border:2px solid #1A66B1 !important}.nx-theme .ds_seat .ds_seat_object.high{border:2px solid #1b82d2 !important}.dingtalk-theme .ds_seat .ds_seat_object.high{border:2px solid #3C8AF8 !important}.ds_seat .ds_seat_object .user{display:block;font-weight:bold;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);overflow:hidden}.ds_seat .ds_seat_object .user div{width:100%;height:100%;overflow:hidden}.ds_seat .ds_seat_object .user span{display:inline-block;font-size:20px;width:auto;height:1.2em;vertical-align:middle;line-height:1.2em;overflow:hidden}.ds_seat .ds_seat_object[type="text"]{border-style:none}.ds_seat .ds_seat_object[type="group"]{border-style:none}.ds_printing{box-sizing:border-box}.ds_printing .bg{background-color:#fff;position:absolute;width:100%;height:100%;background-size:100% 100%;z-index:1;transform-origin:center center;-ms-transform-origin:center center;margin:auto}.ds_printing .panel{box-sizing:border-box;width:100%;height:100%;position:relative;z-index:2;transform-origin:center center;-ms-transform-origin:center center}.ds_printing .ds_print_object{border:1px solid #e5e5e5;box-sizing:border-box;position:absolute;display:inline-block;background-size:100% 100%;overflow:hidden}.ds_printing .ds_print_object.editing{cursor:auto !important}.ds_printing .ds_print_object .no-edit{box-sizing:border-box;width:100%;height:100%;line-height:1em;outline:none;padding:2px}.ds_printing .ds_print_object .edit{box-sizing:border-box;width:100%;height:100%;line-height:1em;outline:none;padding:2px}.ds_printing .ds_print_object[type="text"]{border-style:none}.ds_printing .ds_print_object[type="img"]{border-style:none}.ds_printing .edit_range_inner{position:absolute}.ds_seat.design .edit_range,.ds_printing.design .edit_range{width:95%;height:100%;margin-left:0px;position:relative}.ds_seat.design .ds_seat_panel .ds_seat_object,.ds_printing.design .ds_seat_panel .ds_seat_object{cursor:move}.ds_seat.design .ds_seat_panel .ds_seat_object[type="seat"],.ds_seat.design .ds_seat_panel .ds_seat_object[type="rect"],.ds_printing.design .ds_seat_panel .ds_seat_object[type="seat"],.ds_printing.design .ds_seat_panel .ds_seat_object[type="rect"]{border:1px solid #e5e5e5}.ds_seat.design .ds_seat_panel .ds_seat_object[type="text"],.ds_printing.design .ds_seat_panel .ds_seat_object[type="text"]{border:1px dashed #e5e5e5}.ds_seat.design .panel .ds_print_object[type="text"],.ds_printing.design .panel .ds_print_object[type="text"]{border:1px dashed #000}.ds_seat.design .panel .ds_print_object[type="img"],.ds_printing.design .panel .ds_print_object[type="img"]{border:1px solid #e5e5e5}.ds_seat.design .desginer_content .desginer_props,.ds_printing.design .desginer_content .desginer_props{right:20px;top:10px;width:auto;height:auto;position:fixed;z-index:9}.red-theme .ds_seat.design .desginer_content .desginer_props,.red-theme .ds_printing.design .desginer_content .desginer_props{background-color:#ff7200}.blue-theme .ds_seat.design .desginer_content .desginer_props,.blue-theme .ds_printing.design .desginer_content .desginer_props{background-color:#3c8ddb}.green-theme .ds_seat.design .desginer_content .desginer_props,.green-theme .ds_printing.design .desginer_content .desginer_props{background-color:#4daf7b}.orange-theme .ds_seat.design .desginer_content .desginer_props,.orange-theme .ds_printing.design .desginer_content .desginer_props{background-color:#ffb142}.darkred-theme .ds_seat.design .desginer_content .desginer_props,.darkred-theme .ds_printing.design .desginer_content .desginer_props{background-color:#c60100}.darkblue-theme .ds_seat.design .desginer_content .desginer_props,.darkblue-theme .ds_printing.design .desginer_content .desginer_props{background-color:#37f}.elep-theme .ds_seat.design .desginer_content .desginer_props,.elep-theme .ds_printing.design .desginer_content .desginer_props{background-color:#2787EE}.elep-red-theme .ds_seat.design .desginer_content .desginer_props,.elep-red-theme .ds_printing.design .desginer_content .desginer_props{background-color:#ff7200}.nmRed-theme .ds_seat.design .desginer_content .desginer_props,.nmRed-theme .ds_printing.design .desginer_content .desginer_props{background-color:#e51c16}.hdBlue-theme .ds_seat.design .desginer_content .desginer_props,.hdBlue-theme .ds_printing.design .desginer_content .desginer_props{background-color:#2495c7}.zydxRed-theme .ds_seat.design .desginer_content .desginer_props,.zydxRed-theme .ds_printing.design .desginer_content .desginer_props{background-color:#cd0911}.gzgb-theme .ds_seat.design .desginer_content .desginer_props,.gzgb-theme .ds_printing.design .desginer_content .desginer_props{background-color:#942320}.ct-theme .ds_seat.design .desginer_content .desginer_props,.ct-theme .ds_printing.design .desginer_content .desginer_props{background-color:#303987}.zgyc-theme .ds_seat.design .desginer_content .desginer_props,.zgyc-theme .ds_printing.design .desginer_content .desginer_props{background-color:#007c5d}.hbBlue-theme .ds_seat.design .desginer_content .desginer_props,.hbBlue-theme .ds_printing.design .desginer_content .desginer_props{background-color:#1A66B1}.nx-theme .ds_seat.design .desginer_content .desginer_props,.nx-theme .ds_printing.design .desginer_content .desginer_props{background-color:#1b82d2}.dingtalk-theme .ds_seat.design .desginer_content .desginer_props,.dingtalk-theme .ds_printing.design .desginer_content .desginer_props{background-color:#3C8AF8}.ds_seat.design .desginer_content .desginer_props>dl>dd,.ds_printing.design .desginer_content .desginer_props>dl>dd{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;position:relative}.ds_seat.design .desginer_content .desginer_props>dl>dd>i,.ds_printing.design .desginer_content .desginer_props>dl>dd>i{color:#fff}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow{position:absolute;left:-5px;top:0px;border:1px solid #e5e5e5;background-color:#fff;margin-right:10px;transform:translateX(-100%);z-index:9}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_title,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_title{height:30px;line-height:30px;text-align:left;padding-left:20px;background-color:#f2f2f2}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_title>i,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_title>i{float:right;margin-right:10px}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content{padding:10px 0;max-height:500px;overflow:auto}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-form-label,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-form-label{width:60px}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-input-inline,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-input-inline{width:80px}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-input-block,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-input-block{margin-left:80px;text-align:left}.ds_seat.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-input-block .layui-form-switch,.ds_printing.design .desginer_content .desginer_props>dl>dd>.propswindow>.propswindow_content .layui-input-block .layui-form-switch{margin-top:-2px}.ds_seat.design .desginer_tools .button-bar,.ds_printing.design .desginer_tools .button-bar{float:left}.ds_seat.design .desginer_tools .size-bar,.ds_printing.design .desginer_tools .size-bar{float:right}.ds_seat.design .desginer_tools .size-bar input[disabled],.ds_printing.design .desginer_tools .size-bar input[disabled]{color:#c0c0c0}.ds_range_selection{position:absolute;border:1px solid #6eb1eb;background-color:rgba(110,177,235,0.2)}.ds_select_rect{border:1px solid #c39999;position:absolute;top:100px;left:100px;pointer-events:none;box-sizing:border-box;z-index:9}.ds_select_rect>.cp{width:10px;height:10px;position:absolute;left:50%;top:-30px;margin-left:-5px;border-radius:50%;box-sizing:border-box;border:1px solid #c39999;background-color:#fff;z-index:9;cursor:url(themes/img/xz.ico),auto;pointer-events:all}.ds_select_rect>.cpline{display:inline-block;border-left:1px solid #c39999;position:absolute;left:50%;top:-25px;width:2px;height:25px;margin-left:-1px;box-sizing:border-box;pointer-events:all}.ds_select_rect>.tl,.ds_select_rect>.tr,.ds_select_rect>.bl,.ds_select_rect>.br,.ds_select_rect>.l,.ds_select_rect>.t,.ds_select_rect>.b,.ds_select_rect>.r{border:1px solid #c39999;width:8px;height:8px;position:absolute;box-sizing:border-box;background-color:#fff;pointer-events:all}.ds_select_rect>.t{left:50%;top:-4px;margin-left:-4px;cursor:ns-resize}.ds_select_rect>.r{right:-4px;top:50%;margin-top:-4px;cursor:ew-resize}.ds_select_rect>.l{left:-4px;top:50%;margin-top:-4px;cursor:ew-resize}.ds_select_rect>.b{left:50%;bottom:-4px;margin-left:-4px;cursor:ns-resize}.ds_select_rect>.tl{left:-4px;top:-4px;cursor:se-resize}.ds_select_rect>.tr{right:-4px;top:-4px;cursor:sw-resize}.ds_select_rect>.bl{left:-4px;bottom:-4px;cursor:ne-resize}.ds_select_rect>.br{right:-4px;bottom:-4px;cursor:nw-resize}.ds_select_rect>.info{position:absolute;bottom:-3em;height:2em;min-width:150px;left:50%;transform:translateX(-50%);background-color:#f2f2f2;border:1px solid #e5e5e5;line-height:2em;text-align:center}.ds_pdList_nc ul,.ds_pdList_nc li{margin:0;padding:0;list-style:none}.ds_pdList_nc .none{display:none}.ds_pdList_nc .list_wrap{width:1184px;background-color:#fff;margin:0 auto}.ds_pdList_nc .list_item_wrap{padding-top:23px;padding-bottom:20px;padding-left:200px;height:193px;box-sizing:border-box;border-bottom:1px solid #e8e8e8;position:relative}.ds_pdList_nc .list_item{height:100%}.ds_pdList_nc .item_right{position:absolute;left:0;top:23px;bottom:20px;height:150px;width:200px;border:1px solid #ddd;border-radius:4px;overflow:hidden}.ds_pdList_nc .item_right img{width:100%;height:100%}.ds_pdList_nc .item_left{padding-left:20px;height:100%}.ds_pdList_nc .titleWidth{width:855px}.ds_pdList_nc .fl{float:left}.ds_pdList_nc .fr{float:right}.ds_pdList_nc .infoStyle{font-size:14px;line-height:20px;color:#666666;position:relative}.ds_pdList_nc .infoStyle>.icon{position:absolute;left:0;display:inline-block}.ds_pdList_nc .studytime{padding-left:19px;margin-right:81px}.ds_pdList_nc .studytime_icon{width:15px;height:16px;background-image:url(themes/img/xs.png);background-repeat:no-repeat;background-size:100% 100%}.ds_pdList_nc .lll{padding-left:25px}.ds_pdList_nc .lll_icon{width:20px;height:13px;background-image:url(themes/img/lll.png);background-repeat:no-repeat;background-size:100% 100%;top:3px}.ds_pdList_nc .newStyle{width:50px;height:25px;text-align:center;border:1px solid #fa5151;border-radius:4px;font-size:20px;color:#fa5151;margin-right:12px}.ds_pdList_nc .titleName{font-size:16px;color:#333333;line-height:30px}.ds_pdList_nc .item_left-middle{font-size:14px;color:#333333;margin-top:19px;margin-bottom:60px;min-height:19px}.ds_pdList_nc .none{display:none}.ds_pdList_nc .item_left-top{overflow:hidden}.ds_pdList_nc .item_left-top>img{position:relative;top:6px;left:10px}.ds_pdList_nc .btn{background:#f15735;border-radius:6px;width:108px;height:30px;font-size:16px;color:#ffffff;text-align:center;line-height:27px;cursor:pointer}.ds_pdList_nc .pagination{text-align:center;height:auto}.ds_pdList_nc .pagination .layui-laypage a,.ds_pdList_nc .pagination .layui-laypage span{margin-left:11px;height:40px;width:40px;line-height:40px;font-size:14px;color:#666;border-radius:3px;padding:0}.ds_Normalcomment{background-color:#fff}.ds_Normalcomment .ds_button ~ .ds_button{margin-left:0px}.ds_Normalcomment .Normalcomment_wrap{margin:0 auto}.ds_Normalcomment .retractNum{padding-left:50px}.ds_Normalcomment .doubleRetractNum{padding-left:100px !important}.ds_Normalcomment .textareaStyle{border:0;resize:none;font-size:16px;color:#999999}.ds_Normalcomment .icon{display:inline-block;height:18px;width:20px;background-image:url(themes/img/emoji.png);background-repeat:no-repeat;background-size:contain;cursor:pointer}.ds_Normalcomment .pic_icon{background-image:url(themes/img/pic.png);background-repeat:no-repeat;background-size:contain}.ds_Normalcomment .emotion{margin-left:8px}.ds_Normalcomment #comment_page{text-align:center}.ds_Normalcomment .noneborder{border:0 !important}.ds_Normalcomment .displayNone{display:none !important}.ds_Normalcomment .visibilityH{visibility:hidden}.ds_Normalcomment .visibilityV{visibility:visible}.ds_Normalcomment .loadmore{text-align:center;cursor:pointer}.ds_Normalcomment .subreply_box_wrap{margin-top:19px;border-left:0;justify-content:space-around;display:none}.ds_Normalcomment .subreply_box_wrap .subreply_box{padding:8px;padding-right:23.6px;width:100%;box-sizing:border-box;border:1px solid #e4e8eb;border-radius:6px;position:relative;float:left}.ds_Normalcomment .subreply_box_wrap .subreply_box .textarea{width:100%;height:100%;min-height:21px;max-height:200px;outline:none}.ds_Normalcomment .subreply_box_wrap .subreply_box .emoji_icon{position:absolute;right:3px;top:9px;height:20px}.ds_Normalcomment .subreply_box_wrap .btn{width:108px;height:40px;float:left;margin-left:9px;background:#b2b2b2;border-radius:6px;font-size:16px;color:#ffffff;text-align:center;line-height:40px;cursor:pointer}.ds_Normalcomment .replyArea_wrap .replyBox{background:#f2f2f2;border-radius:10px;padding-left:18px;padding-top:9px;padding-bottom:9px;box-sizing:border-box;height:70px}.ds_Normalcomment .replyArea_wrap .replyBox #firstComment{width:100%;background:#f2f2f2;max-height:38px;min-height:38px;outline:none;overflow-y:auto;overflow-x:hidden;font-size:16px;color:#999999}.ds_Normalcomment .replyArea_wrap .replyBox #firstComment::-webkit-scrollbar{display:none}.ds_Normalcomment .replyArea_wrap .replyBox .wordNum{text-align:right;font-size:12px;color:#999;padding-right:22px}.ds_Normalcomment .replyArea_wrap .reply_operate{margin-top:7px;overflow:hidden;display:flex}.ds_Normalcomment .replyArea_wrap .reply_operate .emoji_img{overflow:hidden;float:left;margin-top:12.2px;width:85%}.ds_Normalcomment .replyArea_wrap .reply_operate .emoji_img .imgBox{display:flex;justify-content:flex-start;flex-wrap:wrap}.ds_Normalcomment .replyArea_wrap .reply_operate .emoji_img .imgBox div{width:82px;height:59px;border:1px solid #ddd;margin-right:10px;margin-bottom:10px;margin-top:10px;position:relative}.ds_Normalcomment .replyArea_wrap .reply_operate .emoji_img .imgBox div img{width:100%;height:100%}.ds_Normalcomment .replyArea_wrap .reply_operate .emoji_img .imgBox div.closeBtn i{position:absolute;top:-7px;right:-5px;color:#999;background:#fff;z-index:0;width:17px;height:18px;border-radius:50%;cursor:pointer}.ds_Normalcomment .replyArea_wrap .reply_operate .emoji_img .imgBox div.closeBtn i:before{position:absolute;top:0px;left:0px}.ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{float:right;border-radius:6px;font-size:16px;color:#ffffff;text-align:center;width:108px;height:40px;line-height:40px;cursor:pointer}.red-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#c62f26}.blue-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#1a66b1}.green-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#189a5a}.orange-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#fc7001}.darkred-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#c60100}.darkblue-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#2b6be2}.elep-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#2787EE}.elep-red-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#9C0105}.nmRed-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#e51c16}.hdBlue-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#2495c7}.zydxRed-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#cd0911}.gzgb-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#942320}.ct-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#303987}.zgyc-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#007c5d}.hbBlue-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#1A66B1}.nx-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#1B82D2}.dingtalk-theme .ds_Normalcomment .replyArea_wrap .reply_operate .replyBtn{background-color:#3C8AF8}.ds_Normalcomment .main_warp{margin-top:40px}.ds_Normalcomment .main_warp .module_title{position:relative}.ds_Normalcomment .main_warp .module_title>div.msgTitle_wrap{border-bottom:1px solid #979797;font-size:16px;color:#333333;line-height:30px;margin-left:6px;display:flex;justify-content:flex-start}.ds_Normalcomment .main_warp .module_title .box_start_line{height:16px;width:3px;position:absolute;top:6px;left:-6px}.red-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#ff7200}.blue-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#3c8ddb}.green-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#4daf7b}.orange-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#ffb142}.darkred-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#c60100}.darkblue-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#37f}.elep-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#2787EE}.elep-red-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#ff7200}.nmRed-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#e51c16}.hdBlue-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#2495c7}.zydxRed-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#cd0911}.gzgb-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#942320}.ct-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#303987}.zgyc-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#007c5d}.hbBlue-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#1A66B1}.nx-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#1b82d2}.dingtalk-theme .ds_Normalcomment .main_warp .module_title .box_start_line{background-color:#3C8AF8}.ds_Normalcomment .main_warp .searchBox_wrap{height:40px;background:#f2f2f2;padding-left:18px;border-radius:10px;margin-top:30px;min-width:394px}.ds_Normalcomment .main_warp .searchBox_wrap .inputBox{height:100%;float:left;width:80%}.ds_Normalcomment .main_warp .searchBox_wrap .inputBox input{width:100%;height:100%;background:#f2f2f2;border:0;outline:hidden}.ds_Normalcomment .main_warp .searchBox_wrap .inputBox input::-webkit-input-placeholder{font-size:16px;color:#999999}.ds_Normalcomment .main_warp .searchBox_wrap .inputBox input:-moz-placeholder{font-size:16px;color:#999999}.ds_Normalcomment .main_warp .searchBox_wrap .inputBox input:-ms-input-placeholder{font-size:16px;color:#999999}.ds_Normalcomment .main_warp .searchBox_wrap .btn{border-radius:6px 0 0 6px;width:93px;height:40px;float:right;font-size:16px;color:#ffffff;text-align:center;line-height:40px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:0px;-moz-border-radius-topleft:0px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:0px;cursor:pointer}.red-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#c62f26}.blue-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#1a66b1}.green-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#189a5a}.orange-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#fc7001}.darkred-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#c60100}.darkblue-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#2b6be2}.elep-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#2787EE}.elep-red-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#9C0105}.nmRed-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#e51c16}.hdBlue-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#2495c7}.zydxRed-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#cd0911}.gzgb-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#942320}.ct-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#303987}.zgyc-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#007c5d}.hbBlue-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#1A66B1}.nx-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#1B82D2}.dingtalk-theme .ds_Normalcomment .main_warp .searchBox_wrap .btn{background-color:#3C8AF8}.ds_Normalcomment .main_warp .searchBox_wrap .btn .searchIcon{display:inline-block;width:25px;height:25px;background-image:url(themes/img/search.png);background-repeat:no-repeat;background-size:cover;position:relative;top:7px;right:7px}.ds_Normalcomment .main_warp .main_content_wrap{margin-top:22px;overflow:hidden}.ds_Normalcomment .main_warp .main_content_wrap .main_content{overflow:hidden}.ds_Normalcomment .main_warp .main_content_wrap .main_content .item{border-bottom:1px solid #f6f6f6;padding-top:19px;padding-bottom:23px;padding-left:55px;position:relative}.ds_Normalcomment .main_warp .main_content_wrap .content_left{padding-right:5px;position:absolute;box-sizing:border-box;left:0}.ds_Normalcomment .main_warp .main_content_wrap .content_left .head_icon{height:45px;width:45px;border:1px solid #ddd;border-radius:50%}.ds_Normalcomment .main_warp .main_content_wrap .content_left .head_icon>img{width:100%;height:100%;border-radius:50%}.ds_Normalcomment .main_warp .main_content_wrap .content_right{padding-top:13px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top{overflow:hidden}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top>.isSelf .user_name:after{content:"\6211";display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#d9dee1;font-size:12px;color:#000000;text-align:center;line-height:24px;margin-left:10px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .user_name_wrap{float:left}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .user_name_wrap .user_name{font-size:16px;color:#0079ff;text-align:justify}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .operate_wrap{float:right;display:flex;justify-content:flex-end;font-size:16px;color:#0091ff;text-align:justify;padding-right:20px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .operate_wrap div{cursor:pointer;margin-left:8px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .operate_wrap div.hasborder{border:1px solid #0091ff;padding:0 4px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .operate_wrap .alter{visibility:hidden}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_top .operate_wrap .isSelf{visibility:visible}.ds_Normalcomment .main_warp .main_content_wrap .content_right .theme_wrap{margin-top:28px;font-size:16px;color:#666666;text-align:justify;line-height:22px;overflow:hidden}.ds_Normalcomment .main_warp .main_content_wrap .content_right .theme_wrap .theme_title{color:#0079ff;float:left;cursor:pointer}.ds_Normalcomment .main_warp .main_content_wrap .content_right .theme_wrap .theme_content{float:left}.ds_Normalcomment .main_warp .main_content_wrap .content_right .img_container{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-top:10px;margin-bottom:10px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .img_container img{width:82px;height:59px;border:1px solid #ddd;margin-right:10px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom{overflow:hidden;justify-content:flex-end}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .teas_btn_area{display:flex;justify-content:flex-start}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .teas_btn_area .sys_btn_area div{margin-right:10px}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .teas_btn_area .subreply_icon{width:14px;height:14px;background-image:url(themes/img/msg.png);background-repeat:no-repeat;vertical-align:middle}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom>div{width:50%;min-height:14px;float:left}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .info{font-size:14px;color:#666666;text-align:right;display:flex;justify-content:space-between}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .info>div{float:left}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .info .toggle_btn{width:50%;text-align:right;cursor:pointer}.ds_Normalcomment .main_warp .main_content_wrap .content_right .content_right_bottom .info .time{width:50%;text-align:right;padding-right:20px}.ds_inputgrade{overflow:hidden;min-height:30px}.ds_inputgrade li{float:left;height:30px;line-height:30px;width:80px;text-align:center;white-space:nowrap;padding:0 4px;box-sizing:border-box;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#e6e6e6;color:#fff}.ds_inputgrade.level1 li:nth-child(1),.ds_inputgrade.level2 li:nth-child(1),.ds_inputgrade.level3 li:nth-child(1),.ds_inputgrade.level4 li:nth-child(1),.ds_inputgrade.level5 li:nth-child(1),.ds_inputgrade.level6 li:nth-child(1),.ds_inputgrade.level7 li:nth-child(1){background:rgba(255,114,0,0.1)}.ds_inputgrade.level2 li:nth-child(2),.ds_inputgrade.level3 li:nth-child(2),.ds_inputgrade.level4 li:nth-child(2),.ds_inputgrade.level5 li:nth-child(2),.ds_inputgrade.level6 li:nth-child(2),.ds_inputgrade.level7 li:nth-child(2){background:rgba(255,114,0,0.2)}.ds_inputgrade.level3 li:nth-child(3),.ds_inputgrade.level4 li:nth-child(3),.ds_inputgrade.level5 li:nth-child(3),.ds_inputgrade.level6 li:nth-child(3),.ds_inputgrade.level7 li:nth-child(3){background:rgba(255,114,0,0.3)}.ds_inputgrade.level4 li:nth-child(4),.ds_inputgrade.level5 li:nth-child(4),.ds_inputgrade.level6 li:nth-child(4),.ds_inputgrade.level7 li:nth-child(4){background:rgba(255,114,0,0.45)}.ds_inputgrade.level5 li:nth-child(5),.ds_inputgrade.level6 li:nth-child(5),.ds_inputgrade.level7 li:nth-child(5){background:rgba(255,114,0,0.6)}.ds_inputgrade.level6 li:nth-child(6),.ds_inputgrade.level7 li:nth-child(6){background:rgba(255,114,0,0.8)}.ds_inputgrade.level7 li:nth-child(7){background:#ff7200}.ds_authorization{font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1  !important;max-width:1200px;margin:0 auto}.ds_authorization .head{left:16px;right:40px}.ds_authorization .zTree-wrap{width:100%;overflow:hidden}.ds_authorization .authorTree{width:102%;height:500px;overflow-y:scroll}.ds_authorization .authorTree li{line-height:20px}.ds_authorization .ztree .checkbox_false_full{display:none}.ds_authorization ._special_ico_docu{margin-right:2px !important;background-position:2px 2px;vertical-align:-2px !important}.ds_authorization .ico_docu{display:none !important}.ds_authorization .menu-wrap .selDept b{color:#fff !important}.red-theme .ds_authorization .menu-wrap .selDept b{background-color:#ff7200}.blue-theme .ds_authorization .menu-wrap .selDept b{background-color:#3c8ddb}.green-theme .ds_authorization .menu-wrap .selDept b{background-color:#4daf7b}.orange-theme .ds_authorization .menu-wrap .selDept b{background-color:#ffb142}.darkred-theme .ds_authorization .menu-wrap .selDept b{background-color:#c60100}.darkblue-theme .ds_authorization .menu-wrap .selDept b{background-color:#37f}.elep-theme .ds_authorization .menu-wrap .selDept b{background-color:#2787EE}.elep-red-theme .ds_authorization .menu-wrap .selDept b{background-color:#ff7200}.nmRed-theme .ds_authorization .menu-wrap .selDept b{background-color:#e51c16}.hdBlue-theme .ds_authorization .menu-wrap .selDept b{background-color:#2495c7}.zydxRed-theme .ds_authorization .menu-wrap .selDept b{background-color:#cd0911}.gzgb-theme .ds_authorization .menu-wrap .selDept b{background-color:#942320}.ct-theme .ds_authorization .menu-wrap .selDept b{background-color:#303987}.zgyc-theme .ds_authorization .menu-wrap .selDept b{background-color:#007c5d}.hbBlue-theme .ds_authorization .menu-wrap .selDept b{background-color:#1A66B1}.nx-theme .ds_authorization .menu-wrap .selDept b{background-color:#1b82d2}.dingtalk-theme .ds_authorization .menu-wrap .selDept b{background-color:#3C8AF8}.ds_authorization .menu-wrap .selDept .menu-checkbox::before{content:"\EBF1";position:absolute;top:-8px;left:-2px}.red-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#ff7200}.blue-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#3c8ddb}.green-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#4daf7b}.orange-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#ffb142}.darkred-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#c60100}.darkblue-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#37f}.elep-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#2787EE}.elep-red-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#ff7200}.nmRed-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#e51c16}.hdBlue-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#2495c7}.zydxRed-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#cd0911}.gzgb-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#942320}.ct-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#303987}.zgyc-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#007c5d}.hbBlue-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#1A66B1}.nx-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#1b82d2}.dingtalk-theme .ds_authorization .menu-wrap .selDept .menu-checkbox::before{color:#3C8AF8}.ds_authorization .menu-wrap .bgPosition{background-position:-74px -36px !important}.ds_authorization .menu-wrap .default-menu-item{position:relative;margin-left:20px}.ds_authorization .menu-wrap .default-menu-item .menu-title{display:block;height:28px;line-height:28px}.ds_authorization .menu-wrap .default-menu-item .menu-checkbox{width:14px;height:14px;box-sizing:border-box;border:1px solid #ececec;display:inline-block;vertical-align:middle;margin-right:4px;margin-left:15px;position:relative}.ds_authorization .menu-wrap .default-menu-item b{font-size:14px;color:#666;font-weight:normal;vertical-align:middle;padding:2px 10px;border-radius:2px;cursor:pointer}.red-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#ff7200}.blue-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#3c8ddb}.green-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#4daf7b}.orange-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#ffb142}.darkred-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#c60100}.darkblue-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#37f}.elep-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#2787EE}.elep-red-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#ff7200}.nmRed-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#e51c16}.hdBlue-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#2495c7}.zydxRed-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#cd0911}.gzgb-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#942320}.ct-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#303987}.zgyc-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#007c5d}.hbBlue-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#1A66B1}.nx-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#1b82d2}.dingtalk-theme .ds_authorization .menu-wrap .default-menu-item b:hover{color:#3C8AF8}.ds_authorization .menu-wrap .menu-slide-down{width:18px;height:18px;display:inline-block;background:url(themes/img/zTreeStandard.png) no-repeat;background-position:-92px -36px;cursor:pointer;position:absolute;top:6px;left:-2px}.ds_authorization .menu-wrap .menu-line{width:18px;height:28px;display:inline-block;background:url(themes/img/zTreeStandard.png) no-repeat;background-position:-58px -12px;float:left}.ds_authorization .auth-content{padding-top:60px;margin:0 10px 0}.ds_authorization .auth-content .auth-filter{clear:both}.ds_authorization .auth-content .auth-filter-content{margin-bottom:10px}.ds_authorization .auth-content .auth-filter-content .auth-filter-item{min-height:45px;background-color:#fff;padding:0px 0px 0px 0px;box-sizing:border-box;border-bottom:1px dashed #e6e6e6;line-height:44px;position:relative}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-tit{font-weight:700;width:96px;float:left;text-align:right;padding:0px 9px 0px 9px}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose{position:absolute;right:10px;top:0px;z-index:3}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao{font-size:24px;color:#666;cursor:pointer}.red-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#37f}.elep-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#942320}.ct-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .icon-hao:hover{color:#3C8AF8}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .auth-filter-wrap-hide{min-width:130px;min-height:150px;border:1px solid #e5e5e5;box-sizing:border-box;position:absolute;top:10px;left:-145px;background:#fff;padding:2px 10px}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .auth-filter-wrap-hide::before{position:absolute;right:-10px;content:"";width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:9px solid #e5e5e5}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-choose .auth-filter-wrap-hide::after{content:"";position:absolute;top:3px;right:-9px;height:0;width:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:9px solid #fff}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block{overflow:visible;height:auto;min-height:45px;margin-right:0px;line-height:44px;margin-left:120px;margin-right:50px}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block::after{clear:both;content:"";display:block;width:0;height:0;line-height:0px;visibility:hidden}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .openFilter .auth-filter-item-inline-wrap{display:block !important;z-index:100 !important}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .openFilter .auth-filter-item-inline-title{z-index:101 !important;border-bottom-color:#fff !important}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .openFilter .auth-filter-item-inline-title::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#fff}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .openFilter .icon-xia1::before{content:"\E624"}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline{height:100%;box-sizing:border-box;line-height:30px;cursor:pointer;text-align:center;box-sizing:border-box;display:inline-block;position:relative;margin-right:20px}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline:last-child{margin-right:0}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title{min-width:80px;padding:0 10px;background:#fff;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;display:inline-block;position:relative;z-index:50}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{position:absolute;right:-6px;top:-14px}.red-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#37f}.elep-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#942320}.ct-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline span.auth-filter-item-inline-title .icon-shanchu1{color:#3C8AF8}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap{text-align:center;overflow:hidden;z-index:10;margin-top:-1px;border:1px solid #e5e5e5;position:absolute;background:#fff;left:0;right:-150px;display:none}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-target-item-wrap{margin:5px 10px;text-align:left}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-target-item-wrap .layui-form-checkbox{padding-left:24px}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{color:#fff;cursor:pointer;width:46px;height:24px;font-size:12px;color:#ffffff;text-align:center;line-height:24px;border-radius:6px;border:none;outline:none;margin:5px auto}.red-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#37f}.elep-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#942320}.ct-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn{background-color:#3C8AF8}.ds_authorization .auth-content .auth-filter-content .auth-filter-item .auth-filter-item-block .auth-filter-item-inline .auth-filter-item-inline-wrap .filter-btn:hover{opacity:0.8}.ds_authorization .auth-content .auth-con-border-bottom{border-bottom:1px solid #ececec}.ds_authorization .auth-content .auth-con-title{font-size:14px;position:relative;line-height:1;margin-bottom:1px;padding:14px 0 10px 16px}.red-theme .ds_authorization .auth-content .auth-con-title{color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-con-title{color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-con-title{color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-con-title{color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-con-title{color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-con-title{color:#37f}.elep-theme .ds_authorization .auth-content .auth-con-title{color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-con-title{color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-con-title{color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-con-title{color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-con-title{color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-con-title{color:#942320}.ct-theme .ds_authorization .auth-content .auth-con-title{color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-con-title{color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-con-title{color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-con-title{color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-con-title{color:#3C8AF8}.ds_authorization .auth-content .auth-con-title::before{content:"";position:absolute;left:0;top:12px;width:4px;height:16px}.red-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#37f}.elep-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#942320}.ct-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-con-title::before{background-color:#3C8AF8}.ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap{float:right;font-size:14px;margin-top:-14px;display:inline-block}.ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .d-layui-form-select{font-size:14px;float:right;width:100px;text-align:center;margin-left:20px;margin-right:40px;border-radius:6px}.ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{color:#fff;cursor:pointer;border-radius:6px 0 0 6px;width:93px;height:40px;float:right;font-size:14px;color:#ffffff;text-align:center;line-height:40px;border-radius:6px;border:none;outline:none}.red-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#37f}.elep-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#942320}.ct-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn{background-color:#3C8AF8}.ds_authorization .auth-content .auth-con-title .auth-temp-btn-wrap .auth-save-btn:hover{opacity:0.8}.ds_authorization .auth-content .auth-list .auth-list-tips{color:#666;font-size:14px;margin-right:40px;float:right}.ds_authorization .auth-content .auth-list .auth-list-content{border-radius:2px;border:1px solid #e5e5e5;overflow:hidden;margin-top:10px;margin-bottom:10px}.ds_authorization .auth-content .auth-list .auth-list-content .auth-list-title{color:#666;font-size:14px;padding:10px 20px;position:relative}.ds_authorization .auth-content .auth-list .auth-list-content .auth-list-title .d-layui-form{margin-top:-9px;position:absolute;right:15px;top:10px}.ds_authorization .auth-content .auth-list .auth-list-content .auth-list-title .d-layui-form .layui-form-switch{margin-top:6px}.ds_authorization .auth-content .auth-list .auth-list-content .auth-list-title .d-layui-form .layui-input-block{min-width:55px}.ds_authorization .auth-content .auth-list .auth-list-content .auth-list-organ{width:355px;min-height:500px;float:left;box-sizing:border-box;border-right:1px solid #e5e5e5}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list{margin-left:355px;min-height:500px}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-table-page{text-align:right}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-table,.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-table-view{margin:0 !important;border-bottom:none}.red-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#ff7200}.blue-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#3c8ddb}.green-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#4daf7b}.orange-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#ffb142}.darkred-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#c60100}.darkblue-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#37f}.elep-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2787EE}.elep-red-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#ff7200}.nmRed-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#e51c16}.hdBlue-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2495c7}.zydxRed-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#cd0911}.gzgb-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#942320}.ct-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#303987}.zgyc-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#007c5d}.hbBlue-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1A66B1}.nx-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1b82d2}.dingtalk-theme .ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#3C8AF8}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table .layui-table-body{width:102%}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table{width:100%}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tbody tr{border-bottom:1px solid #e5e5e5}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tbody tr:last-child{border-bottom:none}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tr{border-bottom:1px solid #e5e5e5}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tr th,.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tr td{color:#333;font-size:14px;padding:5px 0;text-align:center;border-right:1px solid #e5e5e5}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tr th:last-child,.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tr td:last-child{border-right:none}.ds_authorization .auth-content .auth-list .auth-list-content .auth-class-list .auth-list-table table tr th{background:#f2f2f2}.ds_numeration .layui-input-block i{display:none}.ds_numeration .layui-input-block.showbtn{position:relative}.ds_numeration .layui-input-block.showbtn input{padding-right:40px}.ds_numeration .layui-input-block.showbtn i{display:inline;position:absolute;top:8px;right:10px;font-size:22px;cursor:pointer}.red-theme .ds_numeration .layui-input-block.showbtn i{color:#ff7200}.blue-theme .ds_numeration .layui-input-block.showbtn i{color:#3c8ddb}.green-theme .ds_numeration .layui-input-block.showbtn i{color:#4daf7b}.orange-theme .ds_numeration .layui-input-block.showbtn i{color:#ffb142}.darkred-theme .ds_numeration .layui-input-block.showbtn i{color:#c60100}.darkblue-theme .ds_numeration .layui-input-block.showbtn i{color:#37f}.elep-theme .ds_numeration .layui-input-block.showbtn i{color:#2787EE}.elep-red-theme .ds_numeration .layui-input-block.showbtn i{color:#ff7200}.nmRed-theme .ds_numeration .layui-input-block.showbtn i{color:#e51c16}.hdBlue-theme .ds_numeration .layui-input-block.showbtn i{color:#2495c7}.zydxRed-theme .ds_numeration .layui-input-block.showbtn i{color:#cd0911}.gzgb-theme .ds_numeration .layui-input-block.showbtn i{color:#942320}.ct-theme .ds_numeration .layui-input-block.showbtn i{color:#303987}.zgyc-theme .ds_numeration .layui-input-block.showbtn i{color:#007c5d}.hbBlue-theme .ds_numeration .layui-input-block.showbtn i{color:#1A66B1}.nx-theme .ds_numeration .layui-input-block.showbtn i{color:#1b82d2}.dingtalk-theme .ds_numeration .layui-input-block.showbtn i{color:#3C8AF8}.ds_customlist .ds_customlist_content{height:100%;padding:0 !important;border-radius:10px;-ms-border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 4px 9px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 4px 9px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 4px 9px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 4px 9px 0 rgba(0,0,0,0.2)}.ds_customlist .ds_customlist_content [handler="title"]{height:50px;padding:0 20px;background:#fff;line-height:50px;font-size:18px !important;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;position:relative}.red-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#c62f26}.blue-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#1a66b1}.green-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#189a5a}.orange-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#fc7001}.darkred-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#c60100}.darkblue-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#2b6be2}.elep-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#2787EE}.elep-red-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#9C0105}.nmRed-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#e51c16}.hdBlue-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#2495c7}.zydxRed-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#cd0911}.gzgb-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#942320}.ct-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#303987}.zgyc-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#007c5d}.hbBlue-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#1A66B1}.nx-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#1B82D2}.dingtalk-theme .ds_customlist .ds_customlist_content [handler="title"]{color:#3C8AF8}.ds_customlist .ds_customlist_content [handler="title"] img{display:none}.ds_customlist .ds_customlist_content [handler="title"] i{display:inline-block}.ds_customlist .ds_customlist_content [handler="content"]{font-family:"\5FAE\8F6F\96C5\9ED1"}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab{margin:0;padding-top:41px;position:relative;height:100%;box-sizing:border-box}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title{position:absolute;top:1px;right:20px;left:20px}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title.layui-tab-more{background-color:#fff}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li{padding:0 15px}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li i{color:#ccc}.red-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#c62f26}.blue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#1a66b1}.green-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#189a5a}.orange-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#fc7001}.darkred-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#c60100}.darkblue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#2b6be2}.elep-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#2787EE}.elep-red-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#9C0105}.nmRed-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#e51c16}.hdBlue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#2495c7}.zydxRed-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#cd0911}.gzgb-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#942320}.ct-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#303987}.zgyc-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#007c5d}.hbBlue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#1A66B1}.nx-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#1B82D2}.dingtalk-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this{color:#3C8AF8}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this i{color:inherit;font-weight:normal}.red-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#c62f26}.blue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#1a66b1}.green-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#189a5a}.orange-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#fc7001}.darkred-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#c60100}.darkblue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#2b6be2}.elep-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#2787EE}.elep-red-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#9C0105}.nmRed-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#e51c16}.hdBlue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#2495c7}.zydxRed-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#cd0911}.gzgb-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#942320}.ct-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#303987}.zgyc-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#007c5d}.hbBlue-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#1A66B1}.nx-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#1B82D2}.dingtalk-theme .ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-title>li.layui-this:after{border-bottom-color:#3C8AF8}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-content{padding:0 20px;height:100%;overflow:auto}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab .layui-tab-content .contentUl:nth-child(2) li:first-child{margin-top:0}.ds_customlist .ds_customlist_content [handler="content"]>.layui-tab.layui-tab-card{box-shadow:none;border:0}.ds_customlist .ds_customlist_content [handler="content"]>.noTab{padding:0 20px}.ds_customlist .ds_customlist_content [handler="content"]>.noTab .show{display:block}.ds_customlist .ds_customlist_content [handler="content"]>.noTab .hide{display:none !important}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl{display:table !important;width:100%;table-layout:fixed}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li{width:100%;outline:none;font-size:14px;margin-top:8px;overflow:hidden;box-sizing:border-box}body>div:not(#desginer) .ds_customlist.hover_width ul:not(.layui-tab-title):not(.listTitle) li:hover{padding:16px;background:#fff;width:106%;position:relative;left:-3%;border:1px solid #dde1e2;box-shadow:0 0 5px #cecece}.ds_customlist .layui-tab-content{overflow:initial !important}.ds_customlist [handler="content"] [handler="item"]{overflow:initial !important}body>div:not(#desginer) .ds_customlist.hover_width ul:not(.layui-tab-title):not(.listTitle) li:first-child:hover{margin-top:0}body>div:not(#desginer) .ds_customlist.hover_width ul:not(.layui-tab-title):not(.listTitle) li:last-child:hover{margin-bottom:0}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li:last-child{margin-bottom:8px}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li.light{color:#333}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li.hasLink{cursor:pointer}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li>div{float:left;padding-right:8px;box-sizing:border-box;min-height:1px}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li>div:last-child{padding-right:0}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li .ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li .textCenter{text-align:center}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li .textRight{text-align:right}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl li .textLeft{text-align:left}.ds_customlist .ds_customlist_content [handler="content"]>div .contentUl.listTitle li{color:#333}.ds_customlist .ds_customlist_content [handler="content"].split_medium .contentUl li{margin-top:16px}.ds_customlist .ds_customlist_content [handler="content"].split_medium .contentUl li:last-child{margin-bottom:16px}.ds_customlist .ds_customlist_content [handler="content"].split_big .contentUl li{margin-top:24px}.ds_customlist .ds_customlist_content [handler="content"].split_big .contentUl li:last-child{margin-bottom:24px}.ds_customlist .ds_customlist_content [handler="content"] .design{line-height:100px;font-size:20px;color:#ccc;font-weight:600;text-align:center;text-indent:4px;letter-spacing:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds_customlist.li_bottom_border .contentUl li{margin:0 !important;padding:8px 0;border-bottom:1px solid #dde1e2}.ds_customlist.li_bottom_border .contentUl li:last-child{border-bottom:0}.ds_customlist.li_bottom_border .listTitle li{border-bottom:1px solid #dde1e2 !important}.ds_customlist.li_bottom_border .split_medium .contentUl li{padding:16px 0}.ds_customlist.li_bottom_border .split_big .contentUl li{padding:24px 0}.ds_customlist.li_dot .subTitle .contentUl li{padding-left:15px;position:relative}.ds_customlist.li_dot .subTitle .contentUl li:after{content:".";display:inline-block;position:absolute;left:0;top:50%;font-size:30px;margin-top:-30px}.ds_customlist.li_dot .subTitle .listTitle li:after{display:none}.ds_customlist.titleImg [handler="title"] i{display:none}.ds_customlist.titleImg [handler="title"] img{display:inline-block}.ds_customlist.tbNoPadding{padding-top:0 !important;padding-bottom:0 !important}.ds_customlist.rlNoPadding{padding-right:0 !important;padding-left:0 !important}.ds_customlist .pic{margin-right:3px}.ds_customlist .pic.iconfont{font-size:24px !important;vertical-align:middle}.ds_customlist img.pic{height:22px;width:auto;display:inline-block}.ds_customlist.fix_height .ds_customlist_content{position:relative;padding-top:50px !important;box-sizing:border-box}.ds_customlist.fix_height .ds_customlist_content [handler="title"]{position:absolute;top:0;right:0;left:0}.ds_customlist.fix_height .ds_customlist_content .subTitle{height:100%}.ds_customlist.fix_height [handler="content"] [handler="item"]{height:100%;overflow:auto}.ds_customlist.width_parent{height:100%}.ds_customlist.width_parent .ds_customlist_content{position:relative;padding-top:50px !important;box-sizing:border-box}.ds_customlist.width_parent .ds_customlist_content [handler="title"]{position:absolute;top:0;right:0;left:0}.ds_customlist.width_parent .ds_customlist_content .subTitle{height:100%;overflow:auto}.ds_customlist.titleHide .ds_customlist_content{padding-top:0 !important}.ds_customlist.titleHide .ds_customlist_content [handler="title"]{display:none !important}.ds_customlist.titleHide .ds_customlist_content [handler="item"]{padding:0 16px}.ds_customlist.titleHide .ds_customlist_content .subTitle{padding:0}.ds_customlist.titleHide .ds_customlist_content .subTitle .layui-tab{border-top:0;padding-top:51px;height:100%}.ds_customlist.titleHide .ds_customlist_content .subTitle .layui-tab .layui-tab-title{height:50px;background:#fff !important;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);position:absolute;top:0;left:0;right:0}.ds_customlist.titleHide .ds_customlist_content .subTitle .layui-tab .layui-tab-title li{line-height:50px;height:50px;font-size:16px}.ds_customlist.titleHide .ds_customlist_content .subTitle .layui-tab .layui-tab-title li.layui-this::after{height:51px}.ds_customlist.titleHide .ds_customlist_content .subTitle .layui-tab .layui-tab-content{padding:0 20px !important}.ds_customlist.titleHide .ds_customlist_content .pic.iconfont{font-size:22px !important;vertical-align:middle}.ds_customlist.titleHide .ds_customlist_content img.pic{height:22px;width:auto;display:inline-block}.ds_customlist.titleHide.more_url .layui-tab-title{padding-right:60px}.ds_customlist.titleHide.more_url .more{top:50%;right:12px;margin-top:-10px}.ds_customlist.more_url [handler="title"]{padding-right:60px}.ds_customlist.more_url .more{color:#969696;font-size:14px;position:absolute;right:10px;cursor:pointer}.ds_customlist [handler="content"]>[handler]>.contentUl:nth-child(2) li:first-child{margin-top:0}.ds_disposeidea .layui-input-block{position:relative}.ds_disposeidea .layui-input-block .layui-input{padding-right:95px}.ds_disposeidea .layui-input-block .btns{position:absolute;top:0;right:0;height:100%;line-height:38px;text-align:center;white-space:nowrap}.ds_disposeidea .layui-input-block .btns .iconfont{font-size:18px;margin-right:18px;color:#646566;position:relative;top:1px;cursor:pointer;user-select:none}.ds_disposeidea .layui-input-block .btns .iconfont:not(.temp-icon):after{content:"";width:1px;height:10px;background:#eee;display:inline-block;position:relative;right:-12px;top:-1px}.ds_disposeidea .layui-input-block .btns .iconfont.icon-audio{display:none}.ds_disposeidea .layui-input-block .btns .iconfont.icon-audio:after{right:0;left:-29px}.ds_disposeidea .layui-input-block .btns .iconfont.temp-icon:after{content:"";width:16px;height:10px;background:url(themes/img/xsj.png) no-repeat;background-size:100% 100%;position:absolute;top:-19px;z-index:2;left:50%;margin-left:-8px;display:none}.ds_disposeidea .layui-input-block .btns .temp{position:absolute;bottom:0;margin-bottom:47px;right:0;width:320px;padding:0 20px;background:#fff;box-shadow:0 2px 5px 0 rgba(156,161,169,0.5);border-radius:4px;display:none}.ds_disposeidea .layui-input-block .btns .temp li{font-size:14px;line-height:40px;border-top:1px solid #eee;text-align:justify;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.ds_disposeidea .layui-input-block .btns .temp li:first-child{border:none}.ds_disposeidea .layui-input-block .btns.showTemp .temp{display:block}.ds_disposeidea .layui-input-block .btns.showTemp .temp-icon:after{display:inline-block}.ds_disposeIdea_uploadFile{top:-8px}.ds_disposeIdea_uploadFile:not(.needTop){padding-top:0 !important}.ds_disposeIdea_uploadFile .uploadbtn .layui-btn{display:none}.ds_disposeIdea_uploadFile .uploadbtn table{margin-top:0;border-top:0}.ds_disposeIdea_uploadFile .edit{display:inline}.ds_flowprocess{min-height:100px;padding:61px 0 0 0 !important;box-sizing:border-box;border-radius:8px 8px 0 0}.ds_flowprocess .head{white-space:nowrap}.ds_flowprocess .head label{border-right:none !important}.ds_flowprocess .head .set{padding:9px 0;float:right}.ds_flowprocess .head .set span{padding-right:0}.ds_flowprocess .content{padding:0 20px 20px;box-sizing:border-box}.ds_flowprocess .content .item{position:relative;line-height:60px;padding:0 0 0 280px;padding-left:280px;min-height:100px;width:100%;overflow:hidden;box-sizing:border-box}.ds_flowprocess .content .item .fl-box{position:absolute;top:20px;left:0;width:252px}.ds_flowprocess .content .item .fl-box .tx{width:60px;height:60px;border-radius:50%;float:right;position:relative;z-index:2}.ds_flowprocess .content .item .fl-box .icon{position:absolute;right:-2px;z-index:2;bottom:-1px}.ds_flowprocess .content .item .fl-box:after{content:"";position:absolute;top:-20px;bottom:-1000%;width:3px;right:0;margin-right:28.5px}.red-theme .ds_flowprocess .content .item .fl-box:after{background-color:#ff7200}.blue-theme .ds_flowprocess .content .item .fl-box:after{background-color:#3c8ddb}.green-theme .ds_flowprocess .content .item .fl-box:after{background-color:#4daf7b}.orange-theme .ds_flowprocess .content .item .fl-box:after{background-color:#ffb142}.darkred-theme .ds_flowprocess .content .item .fl-box:after{background-color:#c60100}.darkblue-theme .ds_flowprocess .content .item .fl-box:after{background-color:#37f}.elep-theme .ds_flowprocess .content .item .fl-box:after{background-color:#2787EE}.elep-red-theme .ds_flowprocess .content .item .fl-box:after{background-color:#ff7200}.nmRed-theme .ds_flowprocess .content .item .fl-box:after{background-color:#e51c16}.hdBlue-theme .ds_flowprocess .content .item .fl-box:after{background-color:#2495c7}.zydxRed-theme .ds_flowprocess .content .item .fl-box:after{background-color:#cd0911}.gzgb-theme .ds_flowprocess .content .item .fl-box:after{background-color:#942320}.ct-theme .ds_flowprocess .content .item .fl-box:after{background-color:#303987}.zgyc-theme .ds_flowprocess .content .item .fl-box:after{background-color:#007c5d}.hbBlue-theme .ds_flowprocess .content .item .fl-box:after{background-color:#1A66B1}.nx-theme .ds_flowprocess .content .item .fl-box:after{background-color:#1b82d2}.dingtalk-theme .ds_flowprocess .content .item .fl-box:after{background-color:#3C8AF8}.ds_flowprocess .content .item .fr-box{display:inline-block;overflow:hidden;padding-top:27px;box-sizing:border-box;width:100%;line-height:20px}.ds_flowprocess .content .item .fr-box:after{content:"";position:absolute;bottom:0px;height:1px;right:0;left:280px;background:#eee}.ds_flowprocess .content .item .fr-box .des{white-space:nowrap}.ds_flowprocess .content .item .fr-box .des span{display:inline-block;width:30%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:6px;box-sizing:border-box}.ds_flowprocess .content .item .fr-box .des span:nth-child(1){font-weight:bold;font-size:15px}.ds_flowprocess .content .item .fr-box .des span:nth-child(2){font-weight:bold}.ds_flowprocess .content .item .fr-box .des span:last-child{width:40%}.ds_flowprocess .content .item .fr-box .yj{font-weight:bold}.ds_flowprocess .content .item:first-child>div:nth-child(1):after{top:0}.ds_flowprocess .content .item:last-child>div:nth-child(1):after{bottom:0}.ds_flowprocess.hideYj .content .noyj .fr-box{padding:0;height:60px;line-height:100px}.ds_flowprocess.hideYj .content .noyj .fr-box .yj{display:none}.share-container li{position:relative;float:left;width:23px;height:23px}.share-container li a{display:inline-block;width:100%;height:23px}.share-container li a img{width:100%}.wechat-share{display:none;position:absolute;top:100%;left:0;width:128px;height:128px;overflow:hidden;z-index:9}.bds_weixin:hover ~ .wechat-share{display:block}.wechat-share img{width:100%}.page_block_page .layui-laypage-curr,.page_block_page a{color:#666 !important;background:#f9f9f9;margin:0 4px;box-sizing:border-box}.page_block_page .layui-laypage-curr.layui-laypage-prev i,.page_block_page .layui-laypage-curr.layui-laypage-next i,.page_block_page a.layui-laypage-prev i,.page_block_page a.layui-laypage-next i{position:relative;top:1px}.page_block_page .layui-laypage-curr.layui-laypage-prev.layui-laypage-prev i,.page_block_page .layui-laypage-curr.layui-laypage-next.layui-laypage-prev i,.page_block_page a.layui-laypage-prev.layui-laypage-prev i,.page_block_page a.layui-laypage-next.layui-laypage-prev i{right:-2px}.page_block_page .layui-laypage-curr.layui-laypage-prev.layui-laypage-next i,.page_block_page .layui-laypage-curr.layui-laypage-next.layui-laypage-next i,.page_block_page a.layui-laypage-prev.layui-laypage-next i,.page_block_page a.layui-laypage-next.layui-laypage-next i{left:-2px}.page_block_page .layui-laypage-curr.layui-laypage-prev.layui-disabled,.page_block_page .layui-laypage-curr.layui-laypage-next.layui-disabled,.page_block_page a.layui-laypage-prev.layui-disabled,.page_block_page a.layui-laypage-next.layui-disabled{color:#cecece !important}.page_block_page .layui-laypage-count{padding:0 6px;background:#f9f9f9;color:#666 !important}.page_block_page .layui-laypage-skip .layui-laypage-btn{background:#f9f9f9;color:#666 !important}.ds_zs_person_flex{position:fixed}#leftListTile{height:38px;line-height:38px}.left-tool-box{width:200px}.left-tool-box label.checkbox{cursor:pointer;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.left-tool-box label.checkbox:hover{text-decoration:underline}.left-tool-box label.checkbox input{display:inline-block;width:13px;height:13px;vertical-align:text-top;margin-top:4px}.left-tool-box button{float:right}.person-list-container{width:200px;margin-top:10px;position:relative;height:600px}.ds_zs_lef_person_list{list-style:none;width:210px;position:absolute;top:0;bottom:0;overflow-y:scroll;overflow-x:hidden}.ds_zs_lef_person_list li{height:40px;line-height:40px;margin-bottom:8px;padding-top:8px;cursor:grab}.ds_zs_lef_person_list li+li{border-top:1px solid #ddd}.ds_zs_lef_person_list li span{display:inline-block;vertical-align:top}.ds_zs_lef_person_list li div{display:inline-block;vertical-align:middle}.ds_zs_lef_person_list li div:last-child{float:right;padding-right:15px}.ds_zs_lef_person_list li div:last-child span{margin-right:20px}.ds_zs_lef_person_list li div label.checkbox{max-width:100px}.ds_zs_lef_person_list li label.checkbox{cursor:pointer;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds_zs_lef_person_list li label.checkbox:hover{text-decoration:underline}.ds_zs_lef_person_list li label.checkbox input{display:inline-block;width:13px;height:13px;vertical-align:text-top;margin-top:4px}.ds_zs_floor_container{font-size:12px;margin-top:20px}.ds_zs_floor_container .ds_floor{border:1px solid #aaaaaa;border-radius:8px;padding:15px 15px 0;box-sizing:border-box}.ds_zs_floor_container .ds_floor+.ds_floor{margin-top:50px}.ds_zs_floor_container .ds_floor .floor-title{margin-bottom:10px;text-align:center;font-size:20px}.ds_zs_floor_container .ds_floor .ds_room_container{box-sizing:border-box;width:100%;margin-right:-50px}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room{position:relative;width:20%;vertical-align:top;margin-bottom:50px;background:#fff;border:1px solid #eeeeee;border-radius:5px;margin-right:40px;padding:10px;display:inline-block}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;width:100%;margin-bottom:10px}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room label .boy{color:#66ace6;font-weight:600}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room label .girl{color:#f06d75;font-weight:600}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room label .status{float:right}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container{width:100%;box-sizing:border-box;margin-right:-20px;min-height:160px;padding-bottom:50px}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{background:#fff;cursor:pointer;padding:5px;margin-right:20px;margin-bottom:20px;width:20%;display:inline-block}.red-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #ff7200}.blue-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #3c8ddb}.green-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #4daf7b}.orange-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #ffb142}.darkred-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #c60100}.darkblue-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #37f}.elep-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #2787EE}.elep-red-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #ff7200}.nmRed-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #e51c16}.hdBlue-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #2495c7}.zydxRed-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #cd0911}.gzgb-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #942320}.ct-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #303987}.zgyc-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #007c5d}.hbBlue-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #1A66B1}.nx-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #1b82d2}.dingtalk-theme .ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box{border:1px solid #3C8AF8}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room .person-container .person-box p:last-child{font-size:14px;margin-top:5px;font-weight:600}.ds_zs_floor_container .ds_floor .ds_room_container .ds_room .btn-box{position:absolute;right:10px;bottom:10px;text-align:right}.ds_zs_person_detail{display:none;padding:15px;min-height:200px}.ds_zs_person_detail label{display:block;padding-bottom:5px;margin-bottom:15px;border-bottom:1px solid #ddd}.ds_zs_person_detail label span{margin-right:30px}.ds_zs_person_detail label span.tip{font-weight:600;margin-right:auto}.ds_zs_person_detail .lef-container,.ds_zs_person_detail .rit-container{position:relative;height:500px;width:45%;box-sizing:border-box}.ds_zs_person_detail ul{list-style:none;overflow-y:scroll;position:absolute;width:100%;top:0;bottom:0}.ds_zs_person_detail ul#old-list{border-right:1px solid #cccccc;padding-right:20px}.ds_zs_person_detail ul#new-list{padding-left:40px}.ds_zs_person_detail ul li{padding-bottom:8px}.ds_zs_person_detail ul li+li{border-top:1px solid #ddd;padding-top:8px}.ds_zs_person_detail ul li .msg{font-size:14px;margin-bottom:5px}.ds_zs_person_detail ul li .msg span{margin-right:10px}.ds_zs_person_detail ul li .time{font-size:12px;color:#0c91e5}.ds_zs_person_detail #oldPage,.ds_zs_person_detail #newPage{position:absolute;top:500px}.ds_zs_person_detail #newPage{margin-left:40px}.red-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#ff7200}.blue-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#3c8ddb}.green-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#4daf7b}.orange-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#ffb142}.darkred-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#c60100}.darkblue-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#37f}.elep-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#2787EE}.elep-red-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#ff7200}.nmRed-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#e51c16}.hdBlue-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#2495c7}.zydxRed-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#cd0911}.gzgb-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#942320}.ct-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#303987}.zgyc-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#007c5d}.hbBlue-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#1A66B1}.nx-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#1b82d2}.dingtalk-theme .ds_zs_person_detail .layui-laypage-mypage .layui-laypage-em{background-color:#3C8AF8}.ds_zs_person_detail .layui-laypage-mypage a,.ds_zs_person_detail .layui-laypage-mypage span{padding:0 10px}.ds_zs_calendar{display:none;padding:20px}.ds_zs_calendar .search-box{margin-bottom:10px}.ds_zs_calendar .search-box input[type="number"]{width:50px;height:25px;line-height:25px}.ds_zs_calendar .search-box i{margin-left:10px;font-size:25px;vertical-align:middle;cursor:pointer}.ds_zs_calendar table{border:1px solid #ddd8e5}.ds_zs_calendar table td{font-size:16px;width:80px;height:80px;box-sizing:border-box;text-align:center;border-collapse:collapse;border:1px solid #ddd8e5;position:relative}.ds_zs_calendar table td p{margin:auto}.ds_zs_calendar table td ul{display:none;cursor:default;width:200px;list-style:none;background:#ffffff;padding:5px;border-radius:5px;box-shadow:1px 1px 2px #ddd8e5;border:1px solid #ddd;font-size:12px;position:absolute;z-index:2;left:2px;top:55px;max-height:200px;overflow-y:scroll;overflow-x:hidden}.ds_zs_calendar table td ul li{text-align:left;padding-bottom:5px}.ds_zs_calendar table td ul li .phone-num{color:#09c00a;margin-left:10px}.ds_zs_calendar table td ul li .remark{color:#ff9f57}.ds_zs_calendar table td ul li+li{padding-top:5px;border-top:1px solid #ddd}.ds_zs_calendar table thead td{height:30px;font-weight:600}.ds_zs_calendar table tbody td{cursor:pointer}.ds_zs_calendar table tbody td .status-txt-box{cursor:pointer;margin-top:8px}.ds_zs_calendar table tbody td .status-txt-box:hover{text-decoration:underline}.ds_zs_calendar table tbody td .tip{font-size:12px;color:#aaaaaa;position:absolute;top:2px;left:2px;z-index:1;display:none}.ds_zs_calendar table tbody td .layui-icon-ok-circle{position:absolute;color:#09c00a;top:2px;right:2px;z-index:1;display:none}.ds_zs_calendar table tbody td.full{cursor:not-allowed;background:#ffdadd}.ds_zs_calendar table tbody td.full .status-txt-box{color:#ff5f64;font-size:14px}.ds_zs_calendar table tbody td.half .status-txt-box{color:#ff5d1d;font-size:12px}.ds_zs_calendar table tbody td.active{background:#c7ffc7 !important}.ds_zs_calendar table tbody td.active .layui-icon-ok-circle{display:block}.ds_zs_calendar table tbody td.active .tip{display:block;color:#09c00a}.ds_zs_calendar table tbody td.contain{background:rgba(50,150,255,0.2)}.ds_zs_calendar table tbody td.other-month{background:#eeeeee}.ds_zs_calendar table tbody td.other-month .tip{display:block}.ds_zs_calendar .right-calendar p{margin-bottom:10px}.ds_zs_calendar .right-calendar p span{font-weight:600}.ds_zs_calendar .right-calendar #chooseTimeRange{display:inline-block}.ds_zs_calendar .right-calendar .warning-box div{color:#ff7200;margin-bottom:10px}.ds_zs_calendar .right-calendar .warning-box li{color:#999;margin-left:20px;list-style:decimal}.ds_zs_calendar .right-calendar #save{display:none}.ds_zs_calendar .right-calendar #forceSave{display:none}.timeRange-box{padding:15px;text-align:center;display:none}.timeRange-box>div{margin-bottom:auto}.ds_zs_alert-inner-list label{color:#ff9f57}.ds_zs_alert-inner-list ul li span:first-child{min-width:100px;margin-right:10px;display:inline-block}.ds_zs_alert-inner-list ul li span:last-child{color:#09c00a}.ds_checknode .ztree li span.button.chk.checkbox_true_part,.ds_checknode .ztree li span.button.chk.checkbox_false_part,.ds_checknode .ztree li span.button.chk.checkbox_true_full,.ds_checknode .ztree li span.button.chk.checkbox_false_full,.ds_checknode .ztree li span.button.chk.checkbox_true_part_focus,.ds_checknode .ztree li span.button.chk.checkbox_false_part_focus,.ds_checknode .ztree li span.button.chk.checkbox_true_full_focus,.ds_checknode .ztree li span.button.chk.checkbox_false_full_focus{margin-top:7px}.exam-msg-tip img{vertical-align:top}.ds_datagrid .datagrid_table tr{position:initial}.ds_PSchedule{font-size:16px;font-family:'\5FAE\8F6F\96C5\9ED1';width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #ececec;background:#fff;min-height:500px;padding-bottom:50px}.ds_PSchedule .title,.ds_PSchedule .ds_seat .frame_title span,.ds_seat .frame_title .ds_PSchedule span,.ds_PSchedule .ds_seat .frame_title i,.ds_seat .frame_title .ds_PSchedule i{font-size:18px;color:#333;font-weight:bold;text-align:center;padding:20px 10px}.ds_PSchedule .title span,.ds_PSchedule .ds_seat .frame_title span span,.ds_seat .frame_title .ds_PSchedule span span,.ds_PSchedule .ds_seat .frame_title i span,.ds_seat .frame_title .ds_PSchedule i span{font-size:14px}.ds_PSchedule .sc-btn-wrap{margin:15px}.ds_PSchedule .week-btn{color:#fff;display:inline-block;font-size:14px !important;cursor:pointer;vertical-align:middle;height:30px;line-height:30px;padding:0 18px;white-space:nowrap;text-align:center;border-radius:2px;display:inline-block;text-align:left}.red-theme .ds_PSchedule .week-btn{background-color:#ff7200}.blue-theme .ds_PSchedule .week-btn{background-color:#3c8ddb}.green-theme .ds_PSchedule .week-btn{background-color:#4daf7b}.orange-theme .ds_PSchedule .week-btn{background-color:#ffb142}.darkred-theme .ds_PSchedule .week-btn{background-color:#c60100}.darkblue-theme .ds_PSchedule .week-btn{background-color:#37f}.elep-theme .ds_PSchedule .week-btn{background-color:#2787EE}.elep-red-theme .ds_PSchedule .week-btn{background-color:#ff7200}.nmRed-theme .ds_PSchedule .week-btn{background-color:#e51c16}.hdBlue-theme .ds_PSchedule .week-btn{background-color:#2495c7}.zydxRed-theme .ds_PSchedule .week-btn{background-color:#cd0911}.gzgb-theme .ds_PSchedule .week-btn{background-color:#942320}.ct-theme .ds_PSchedule .week-btn{background-color:#303987}.zgyc-theme .ds_PSchedule .week-btn{background-color:#007c5d}.hbBlue-theme .ds_PSchedule .week-btn{background-color:#1A66B1}.nx-theme .ds_PSchedule .week-btn{background-color:#1b82d2}.dingtalk-theme .ds_PSchedule .week-btn{background-color:#3C8AF8}.ds_PSchedule .week-btn:last-child{float:right}.ds_PSchedule .week-btn:hover{opacity:.8}.ds_PSchedule .week-btn i{vertical-align:middle}.ds_PSchedule .edit-btn{float:none !important;margin-left:10px}.ds_PSchedule .schedule-content{clear:both;width:100%}.ds_PSchedule .schedule-content table{width:100%}.ds_PSchedule .schedule-content table tr th{font-size:16px !important;font-weight:normal;text-align:center;border:1px solid #ececec;border-right:none;padding:10px 5px}.ds_PSchedule .schedule-content table tr th:first-child{border-left:none}.ds_PSchedule .schedule-content table tr td{font-size:14px !important;font-weight:normal;text-align:center;border:1px solid #ececec;border-right:none;padding:15px 6px}.ds_PSchedule .schedule-content table tr td:first-child{border-left:none}.ds_PSchedule .schedule-content table tr td:nth-child(4){max-width:200px}.ds_PSchedule .schedule-content table tr td .theme{line-height:20px;max-width:300px;margin:auto}.ds_NavTree-btns .tree_search-box{box-sizing:border-box;width:60%}.ds_NavTree-btns .tree_btn-box{position:absolute;top:0;right:0;width:40%;padding:18px 5px 18px 0}.ds_NavTree-btns .tree_btn-box .ds_icon_button_text::after{content:'';position:absolute;left:-5px;top:15%;height:70%}.ds_NavTree-btns .tree_btn-box .ds_icon_button_text+.ds_icon_button_text::after{border-left:1px solid #eee}.ds_NavTree-btns .ds_icon_button_text,.ds_NavTree-btns .ds_button_md.ds_icon_button_text{position:relative;min-width:45px}.ptbtm15{padding-top:15px;padding-bottom:15px}.plr20{padding-left:20px;padding-right:20px}.bi_bubble .ds_gridbuttonbar .ds_button{margin:5px 0}.bi_bubble .ds_gridbuttonbar .ds_icon_button_text{margin:0;color:#5F5F5F}.red-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#ff7200}.blue-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#3c8ddb}.green-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#4daf7b}.orange-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#ffb142}.darkred-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#c60100}.darkblue-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#37f}.elep-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#2787EE}.elep-red-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#ff7200}.nmRed-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#e51c16}.hdBlue-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#2495c7}.zydxRed-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#cd0911}.gzgb-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#942320}.ct-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#303987}.zgyc-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#007c5d}.hbBlue-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#1A66B1}.nx-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#1b82d2}.dingtalk-theme .bi_bubble .ds_gridbuttonbar .ds_icon_button_text:hover{color:#3C8AF8}.bi_bubble .ds_gridbuttonbar .ds_icon_button_text div,.bi_bubble .ds_gridbuttonbar .ds_button_md.ds_icon_button_text div{position:relative;top:-5px;width:auto;margin-top:0;padding-left:0.2em;display:inline-block}.bi_bubble .ds_gridbuttonbar>tbody>tr>td{height:34px}.bi_bubble .ds_gridbuttonbar .ds_icon_2,.bi_bubble .ds_gridbuttonbar .ds_icon_button .iconfont,.ds_icon_button .bi_bubble .ds_gridbuttonbar .iconfont,.bi_bubble .ds_gridbuttonbar .ds_icon_button_text .iconfont,.ds_icon_button_text .bi_bubble .ds_gridbuttonbar .iconfont,.bi_bubble .ds_gridbuttonbar .ds_icon_button .iconfont,.bi_bubble .ds_gridbuttonbar .ds_icon_button_text .iconfont{font-size:17px !important}.red-theme .xm-form-checkbox>i,.red-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #ff7200}.blue-theme .xm-form-checkbox>i,.blue-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #3c8ddb}.green-theme .xm-form-checkbox>i,.green-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #4daf7b}.orange-theme .xm-form-checkbox>i,.orange-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #ffb142}.darkred-theme .xm-form-checkbox>i,.darkred-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #c60100}.darkblue-theme .xm-form-checkbox>i,.darkblue-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #37f}.elep-theme .xm-form-checkbox>i,.elep-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #2787EE}.elep-red-theme .xm-form-checkbox>i,.elep-red-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #ff7200}.nmRed-theme .xm-form-checkbox>i,.nmRed-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #e51c16}.hdBlue-theme .xm-form-checkbox>i,.hdBlue-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #2495c7}.zydxRed-theme .xm-form-checkbox>i,.zydxRed-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #cd0911}.gzgb-theme .xm-form-checkbox>i,.gzgb-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #942320}.ct-theme .xm-form-checkbox>i,.ct-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #303987}.zgyc-theme .xm-form-checkbox>i,.zgyc-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #007c5d}.hbBlue-theme .xm-form-checkbox>i,.hbBlue-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #1A66B1}.nx-theme .xm-form-checkbox>i,.nx-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #1b82d2}.dingtalk-theme .xm-form-checkbox>i,.dingtalk-theme div[xm-select-skin] .xm-select-title div.xm-select-label>span{border:1px solid #3C8AF8}.red-theme .xm-form-checkbox:hover>i,.red-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#ff7200}.blue-theme .xm-form-checkbox:hover>i,.blue-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#3c8ddb}.green-theme .xm-form-checkbox:hover>i,.green-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#4daf7b}.orange-theme .xm-form-checkbox:hover>i,.orange-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#ffb142}.darkred-theme .xm-form-checkbox:hover>i,.darkred-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#c60100}.darkblue-theme .xm-form-checkbox:hover>i,.darkblue-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#37f}.elep-theme .xm-form-checkbox:hover>i,.elep-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#2787EE}.elep-red-theme .xm-form-checkbox:hover>i,.elep-red-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#ff7200}.nmRed-theme .xm-form-checkbox:hover>i,.nmRed-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#e51c16}.hdBlue-theme .xm-form-checkbox:hover>i,.hdBlue-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#2495c7}.zydxRed-theme .xm-form-checkbox:hover>i,.zydxRed-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#cd0911}.gzgb-theme .xm-form-checkbox:hover>i,.gzgb-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#942320}.ct-theme .xm-form-checkbox:hover>i,.ct-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#303987}.zgyc-theme .xm-form-checkbox:hover>i,.zgyc-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#007c5d}.hbBlue-theme .xm-form-checkbox:hover>i,.hbBlue-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#1A66B1}.nx-theme .xm-form-checkbox:hover>i,.nx-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#1b82d2}.dingtalk-theme .xm-form-checkbox:hover>i,.dingtalk-theme div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i{border-color:#3C8AF8}.red-theme .xm-select-parent dl dd.xm-select-this div i,.red-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.red-theme .xm-select-parent dd .xm-cz:hover{color:#ff7200}.blue-theme .xm-select-parent dl dd.xm-select-this div i,.blue-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.blue-theme .xm-select-parent dd .xm-cz:hover{color:#3c8ddb}.green-theme .xm-select-parent dl dd.xm-select-this div i,.green-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.green-theme .xm-select-parent dd .xm-cz:hover{color:#4daf7b}.orange-theme .xm-select-parent dl dd.xm-select-this div i,.orange-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.orange-theme .xm-select-parent dd .xm-cz:hover{color:#ffb142}.darkred-theme .xm-select-parent dl dd.xm-select-this div i,.darkred-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.darkred-theme .xm-select-parent dd .xm-cz:hover{color:#c60100}.darkblue-theme .xm-select-parent dl dd.xm-select-this div i,.darkblue-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.darkblue-theme .xm-select-parent dd .xm-cz:hover{color:#37f}.elep-theme .xm-select-parent dl dd.xm-select-this div i,.elep-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.elep-theme .xm-select-parent dd .xm-cz:hover{color:#2787EE}.elep-red-theme .xm-select-parent dl dd.xm-select-this div i,.elep-red-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.elep-red-theme .xm-select-parent dd .xm-cz:hover{color:#ff7200}.nmRed-theme .xm-select-parent dl dd.xm-select-this div i,.nmRed-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.nmRed-theme .xm-select-parent dd .xm-cz:hover{color:#e51c16}.hdBlue-theme .xm-select-parent dl dd.xm-select-this div i,.hdBlue-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.hdBlue-theme .xm-select-parent dd .xm-cz:hover{color:#2495c7}.zydxRed-theme .xm-select-parent dl dd.xm-select-this div i,.zydxRed-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.zydxRed-theme .xm-select-parent dd .xm-cz:hover{color:#cd0911}.gzgb-theme .xm-select-parent dl dd.xm-select-this div i,.gzgb-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.gzgb-theme .xm-select-parent dd .xm-cz:hover{color:#942320}.ct-theme .xm-select-parent dl dd.xm-select-this div i,.ct-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.ct-theme .xm-select-parent dd .xm-cz:hover{color:#303987}.zgyc-theme .xm-select-parent dl dd.xm-select-this div i,.zgyc-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.zgyc-theme .xm-select-parent dd .xm-cz:hover{color:#007c5d}.hbBlue-theme .xm-select-parent dl dd.xm-select-this div i,.hbBlue-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.hbBlue-theme .xm-select-parent dd .xm-cz:hover{color:#1A66B1}.nx-theme .xm-select-parent dl dd.xm-select-this div i,.nx-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.nx-theme .xm-select-parent dd .xm-cz:hover{color:#1b82d2}.dingtalk-theme .xm-select-parent dl dd.xm-select-this div i,.dingtalk-theme div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i,.dingtalk-theme .xm-select-parent dd .xm-cz:hover{color:#3C8AF8}.red-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#ff7200}.blue-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#3c8ddb}.green-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#4daf7b}.orange-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#ffb142}.darkred-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#c60100}.darkblue-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#37f}.elep-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#2787EE}.elep-red-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#ff7200}.nmRed-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#e51c16}.hdBlue-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#2495c7}.zydxRed-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#cd0911}.gzgb-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#942320}.ct-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#303987}.zgyc-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#007c5d}.hbBlue-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#1A66B1}.nx-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#1b82d2}.dingtalk-theme .xm-select-parent .xm-select-title div.xm-select-label>span{background-color:#3C8AF8}.red-theme .xm-form-selected .xm-select,.red-theme .xm-form-selected .xm-select:hover{border-color:#ff7200 !important}.blue-theme .xm-form-selected .xm-select,.blue-theme .xm-form-selected .xm-select:hover{border-color:#3c8ddb !important}.green-theme .xm-form-selected .xm-select,.green-theme .xm-form-selected .xm-select:hover{border-color:#4daf7b !important}.orange-theme .xm-form-selected .xm-select,.orange-theme .xm-form-selected .xm-select:hover{border-color:#ffb142 !important}.darkred-theme .xm-form-selected .xm-select,.darkred-theme .xm-form-selected .xm-select:hover{border-color:#c60100 !important}.darkblue-theme .xm-form-selected .xm-select,.darkblue-theme .xm-form-selected .xm-select:hover{border-color:#37f !important}.elep-theme .xm-form-selected .xm-select,.elep-theme .xm-form-selected .xm-select:hover{border-color:#2787EE !important}.elep-red-theme .xm-form-selected .xm-select,.elep-red-theme .xm-form-selected .xm-select:hover{border-color:#ff7200 !important}.nmRed-theme .xm-form-selected .xm-select,.nmRed-theme .xm-form-selected .xm-select:hover{border-color:#e51c16 !important}.hdBlue-theme .xm-form-selected .xm-select,.hdBlue-theme .xm-form-selected .xm-select:hover{border-color:#2495c7 !important}.zydxRed-theme .xm-form-selected .xm-select,.zydxRed-theme .xm-form-selected .xm-select:hover{border-color:#cd0911 !important}.gzgb-theme .xm-form-selected .xm-select,.gzgb-theme .xm-form-selected .xm-select:hover{border-color:#942320 !important}.ct-theme .xm-form-selected .xm-select,.ct-theme .xm-form-selected .xm-select:hover{border-color:#303987 !important}.zgyc-theme .xm-form-selected .xm-select,.zgyc-theme .xm-form-selected .xm-select:hover{border-color:#007c5d !important}.hbBlue-theme .xm-form-selected .xm-select,.hbBlue-theme .xm-form-selected .xm-select:hover{border-color:#1A66B1 !important}.nx-theme .xm-form-selected .xm-select,.nx-theme .xm-form-selected .xm-select:hover{border-color:#1b82d2 !important}.dingtalk-theme .xm-form-selected .xm-select,.dingtalk-theme .xm-form-selected .xm-select:hover{border-color:#3C8AF8 !important}.xm-select-linkage li.xm-select-this span,div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{border-left-width:5px}.red-theme .xm-select-linkage li.xm-select-this span,.red-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#ff7200}.blue-theme .xm-select-linkage li.xm-select-this span,.blue-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#3c8ddb}.green-theme .xm-select-linkage li.xm-select-this span,.green-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#4daf7b}.orange-theme .xm-select-linkage li.xm-select-this span,.orange-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#ffb142}.darkred-theme .xm-select-linkage li.xm-select-this span,.darkred-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#c60100}.darkblue-theme .xm-select-linkage li.xm-select-this span,.darkblue-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#37f}.elep-theme .xm-select-linkage li.xm-select-this span,.elep-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#2787EE}.elep-red-theme .xm-select-linkage li.xm-select-this span,.elep-red-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#ff7200}.nmRed-theme .xm-select-linkage li.xm-select-this span,.nmRed-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#e51c16}.hdBlue-theme .xm-select-linkage li.xm-select-this span,.hdBlue-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#2495c7}.zydxRed-theme .xm-select-linkage li.xm-select-this span,.zydxRed-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#cd0911}.gzgb-theme .xm-select-linkage li.xm-select-this span,.gzgb-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#942320}.ct-theme .xm-select-linkage li.xm-select-this span,.ct-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#303987}.zgyc-theme .xm-select-linkage li.xm-select-this span,.zgyc-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#007c5d}.hbBlue-theme .xm-select-linkage li.xm-select-this span,.hbBlue-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#1A66B1}.nx-theme .xm-select-linkage li.xm-select-this span,.nx-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#1b82d2}.dingtalk-theme .xm-select-linkage li.xm-select-this span,.dingtalk-theme div[xm-select-skin='default'] .xm-select-linkage li.xm-select-this span{color:#3C8AF8}.xm-select-linkage-group li:hover,div[xm-select-skin='default'] .xm-select-linkage-group li:hover{border-left-width:5px}.layui-input-block.bg-white .xm-select-parent .xm-select{background-color:#fff}.ds_workflow{position:absolute;top:0px;left:0px;right:0px;bottom:0px}.ds_workflow .ds_page{overflow:auto}.ds_workflow .desginer_head{padding:0}.ds_workflow .desginer_head .ds_button{padding:10px 0;width:auto;max-width:auto;position:relative}.red-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.blue-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.green-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.orange-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.darkred-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.darkblue-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.elep-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.elep-red-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.nmRed-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.hdBlue-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.zydxRed-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.gzgb-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.ct-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.zgyc-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.hbBlue-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.nx-theme .ds_workflow .desginer_head .ds_button.selected{background-color:#c9c9c9 !important}.dingtalk-theme .ds_workflow .desginer_head .ds_button.selected{background-color:!important}.ds_workflow .desginer_head .ds_button .layui-nav-child{display:none;position:absolute;top:100%}.ds_workflow .desginer_head .ds_button .layui-nav-child dd{padding:0 10px}.ds_workflow .desginer_head .ds_button .layui-nav-child dd:hover{background:#f6f6f6}.ds_workflow .desginer_head .ds_button .ds_button_div_text i{font-size:12px !important;line-height:12px}.ds_workflow .desginer_head .ds_button.hover .ds_button_div_text i:before{content:"\E624"}.ds_workflow .desginer_head .ds_button.hover .layui-nav-child{display:block}.ds_workflow .desginer_center{margin-top:62px;padding-left:0;padding-right:0;padding-bottom:0}.ds_workflow .desginer_center .ds_page{border:none}.ds_workflow .desginer_center .ds_page .root{position:relative;top:0px;left:0px;overflow:hidden;-moz-user-select:none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ds_workflow .desginer_center .ds_page .root .baseLine_h{position:absolute;left:0px;right:0px;border-top:1px dashed #0098E1;border-bottom-style:none;border-right-style:none;border-left-style:none;display:none;z-index:1000}.ds_workflow .desginer_center .ds_page .root .baseLine_v{position:absolute;top:0px;bottom:0px;border-top-style:none;border-bottom-style:none;border-right-style:none;border-left:1px dashed #0098E1;display:none;z-index:1000}.ds_workflow .desginer_center .ds_page .root .svgRoot{position:absolute;top:0px;left:0px;bottom:0px;right:0px;z-index:11}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter{position:absolute;-webkit-animation:scaleBig .5s;animation:scaleBig .5s;box-sizing:border-box}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .node{position:relative;background-repeat:no-repeat;background-size:100% 100%;border:1px solid transparent}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .node.selected{-moz-box-shadow:2px 2px 2px black;box-shadow:2px 2px 2px black;-webkit-box-shadow:2px 2px 2px black;border:1px dashed #000}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{position:absolute;width:8px;height:8px;background-color:#ffffff;box-sizing:border-box;border-radius:4px}.red-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #ff7200}.blue-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #3c8ddb}.green-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #4daf7b}.orange-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #ffb142}.darkred-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #c60100}.darkblue-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #37f}.elep-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #2787EE}.elep-red-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #ff7200}.nmRed-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #e51c16}.hdBlue-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #2495c7}.zydxRed-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #cd0911}.gzgb-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #942320}.ct-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #303987}.zgyc-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #007c5d}.hbBlue-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #1A66B1}.nx-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #1b82d2}.dingtalk-theme .ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint{border:1px solid #3C8AF8}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint.l{left:1px;top:50%;margin-top:-4px}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint.r{right:-1px;top:50%;margin-top:-4px}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint.t{left:50%;top:5px;margin-top:-4px;margin-left:-3px}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeOuter .joinPoint.b{left:50%;bottom:5px;margin-bottom:-6px;margin-left:-3px;border-radius:4px}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodename{position:absolute;top:0px;left:0px;font-size:13px;font-family:inherit;margin-top:5px;animation:scaleBig .5s;-webkit-animation:scaleBig .5s;-moz-user-select:none;-webkit-user-select:none;user-select:none;width:120px;display:inline-block;height:1.5em;line-height:1.5em;text-align:center;word-wrap:break-word}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodenameInput{width:120px;height:1.5em;line-height:1.5em;font-size:13px;font-family:inherit;position:absolute;margin-top:5px;border:1px dotted #e6e6e6;text-align:center;overflow:hidden;resize:none;outline:none}.ds_workflow .desginer_center .ds_page .root .svgRoot .nodeproxy{position:absolute;background-repeat:no-repeat;background-size:100% 100%;opacity:0.5}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover{position:absolute;top:0;left:0;z-index:1010;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .popover-title:empty{display:none}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .popover-content{padding:9px 14px}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .arrow,.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .arrow{border-width:11px}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover .arrow:after{border-width:10px;content:""}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.top{margin-top:-10px}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.right{margin-left:10px}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.bottom{margin-top:10px}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.left{margin-left:-10px}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.ds_workflow .desginer_center .ds_page .root .svgRoot .popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.ds_workflow .desginer_center .ds_page .root .backgroundLayout{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:10}.ds_workflow .desginer_center .ds_page .root .backgroundLayout *{box-sizing:border-box}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane{position:absolute;top:0px;left:0px;right:0px;bottom:0px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .lane:nth-of-type(even) .bg{background-color:#e9f9ff;position:absolute;top:30px;left:0px;right:0px;bottom:0px;opacity:0.5}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane{height:100%;border-right:1px solid #e6e6e6;position:absolute;-webkit-animation:v_laneExpend .5s;animation:v_laneExpend .5s}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane:first-child .head{border-left:1px solid #e6e6e6}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head{width:100%;height:30px;overflow:hidden;background-color:#f2f2f2;border-bottom:1px solid #e6e6e6}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .title,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title span,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head span,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title i,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head i{width:inherit;height:30px !important;background-color:#f2f2f2;border-bottom:1px solid #e6e6e6;text-align:center;position:relative;vertical-align:middle;display:table-cell;overflow:hidden}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .title .textContent,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title span .textContent,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head span .textContent,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title i .textContent,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head i .textContent{line-height:30px !important;display:block;text-align:center;font-family:inherit;white-space:nowrap;padding:0px 30px 0px 30px;cursor:pointer;font-size:14px;font-family:"Helvetica","Microsoft YaHei" !important;font-weight:normal}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .title img.left,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title span img.left,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head span img.left,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title i img.left,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head i img.left{left:10px;top:5px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .title img.right,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title span img.right,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head span img.right,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title i img.right,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head i img.right{right:10px;top:5px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .title .resizeLane,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title span .resizeLane,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head span .resizeLane,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head .ds_seat .frame_title i .resizeLane,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .v_lane .lane .head i .resizeLane{right:0px;top:0px;bottom:0px;display:inline-block;position:absolute;width:5px;cursor:ew-resize}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane{width:100%;border-bottom:1px solid #e6e6e6;position:absolute;-webkit-animation:h_laneExpend 0.5s;animation:h_laneExpend 0.5s}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head{width:30px !important;height:inherit;overflow:hidden;background-color:#f2f2f2;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .title,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title span,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head span,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title i,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head i{width:100%;height:inherit;display:inline-block;text-align:center;position:relative;overflow:hidden}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .title .textContent,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title span .textContent,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head span .textContent,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title i .textContent,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head i .textContent{font-size:15px;font-weight:600;font-family:inherit;display:block;line-height:30px;text-align:center;transform-origin:0 0;-webkit-transform-origin:0 0;white-space:nowrap;padding:0px 30px 0px 30px;cursor:pointer;font-size:14px;font-family:"Helvetica","Microsoft YaHei" !important;font-weight:normal}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .title img.left,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title span img.left,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head span img.left,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title i img.left,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head i img.left{left:5px;top:5px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .title img.right,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title span img.right,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head span img.right,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title i img.right,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head i img.right{left:5px;bottom:5px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .title .resizeLane,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title span .resizeLane,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head span .resizeLane,.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head .ds_seat .frame_title i .resizeLane,.ds_seat .frame_title .ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane .head i .resizeLane{left:0px;right:0px;bottom:0px;display:inline-block;position:absolute;height:5px;cursor:ns-resize}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane:nth-of-type(even) .bg{top:0;left:30px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .h_lane .lane:first-child .head{border-top:1px solid #e6e6e6}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .plus{width:20px;height:20px;display:none;position:absolute}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .laneSelected{height:100%;border:2px solid #7fcdfd;position:absolute;top:0px;left:-1px;display:none;z-index:1000;pointer-events:none;right:-1px}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .lane.selected .plus{display:inline-block !important}.ds_workflow .desginer_center .ds_page .root .backgroundLayout .lane.selected .laneSelected{display:block !important}.ds_workflow .desginer_center .ds_page .root.has_v_head .h_lane,.ds_workflow .desginer_center .ds_page .root.has_v_head .svgRoot{top:30px !important}.ds_workflow .desginer_center .ds_page .root.has_h_head .v_lane,.ds_workflow .desginer_center .ds_page .root.has_h_head .svgRoot{left:30px !important}.ds_workflow .desginer_center .ds_page .flow.readonly .lane.selected .plus{display:none !important}.ds_workflow .desginer_right .icon-yiwen{position:relative;top:1px;color:#999;cursor:pointer}.nodeButton.ds_tool_item{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent !important}.nodeButton.ds_tool_item img{width:40px;margin:2px 0 3px}@keyframes scaleBig{0%{opacity:0;transform:scale(0.1, 0.1)}100%{opacity:1;transform:scale(1, 1)}}@-webkit-keyframes scaleBig{0%{opacity:0;-webkit-transform:scale(0.1, 0.1)}100%{opacity:1;-webkit-transform:scale(1, 1)}}@keyframes h_laneExpend{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0px)}}@-webkit-keyframes h_laneExpend{0%{opacity:0;-webkit-transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0px)}}@keyframes v_laneExpend{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0px)}}@-webkit-keyframes v_laneExpend{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0px)}}@-webkit-keyframes svgrootOffsetTop{0%{-webkit-transform:translateY(-30px)}100%{-webkit-transform:translateY(0px)}}@keyframes svgrootOffsetTop{0%{transform:translateY(-30px)}100%{transform:translateY(0px)}}@-webkit-keyframes svgrootOffsetLeft{0%{-webkit-transform:translateX(-30px)}100%{-webkit-transform:translateX(0px)}}@keyframes svgrootOffsetLeft{0%{transform:translateX(-30px)}100%{transform:translateX(0px)}}.ds_workflow_dialog>body{padding:10px;box-sizing:border-box}.ds_workflow_dialog .layui-tab{margin-top:0}.ds_workflow_dialog .bottom{padding-bottom:10px}.ds_workflow_dialog table[lay-size="sm"] .layui-input,.ds_workflow_dialog table[lay-size="sm"] .layui-select,.ds_workflow_dialog table[lay-size="sm"] .layui-textarea{height:auto;border-width:0;background:transparent}.ds_workflow_dialog table[lay-size="sm"] .layui-form-selected dl{margin-top:-19px}.ds_workflow_dialog table[lay-size="sm"] .layui-form-selectup dl{top:auto;bottom:auto;margin-top:8px}.ds_workflow_dialog table[lay-size="sm"] .layui-form-selected dd,.ds_workflow_dialog table[lay-size="sm"] dt{line-height:24px}.ds_workflow_dialog .gjSelect-box{position:relative;padding:0}.ds_workflow_dialog .gjSelect-box .left-box{width:70%}.ds_workflow_dialog .gjSelect-box .left-box .layui-input-block{margin-left:0}.ds_workflow_dialog .gjSelect-box .right-box{position:absolute;top:0;bottom:0;right:0;left:71%;border:1px solid #e6e6e6;overflow:auto}.ds_workflow_dialog.property_dialog_hzxx body{padding:10px;box-sizing:border-box}.ds_workflow_dialog.property_dialog_hzxx body .layui-form-item{margin:0}.ds_workflow_dialog.property_dialog_hzxx body .layui-form-item .layui-form-label{padding:9px 0 !important;width:auto}.ds_workflow_dialog.property_dialog_hzxx body .layui-form-item .layui-input-inline{margin:0;margin-left:70px}.ds_workflow_dialog.property_dialog_hzxx body table{margin:0}.ds_workflow_dialog.property_dialog_sendCondition td,.ds_workflow_dialog.property_dialog_sendCondition th{text-align:center}.ds_workflow_dialog.property_dialog_sendCondition td .table-input{border-width:1px;height:100%}.ds_workflow_dialog.property_dialog_sendCondition td[data-field="1"]>.layui-table-cell{overflow:visible;padding:0}.ds_workflow_dialog.property_dialog_sendCondition td[data-field="1"] .layui-table-grid-down{display:none}.ds_workflow_dialog.property_dialog_sendCondition td[data-field="2"]>div{height:24px;line-height:24px}.ds_workflow_dialog.property_dialog_sendCondition .layui-select-title input{position:relative;top:3px;padding-left:30px}.ds_workflow_dialog.property_dialog_sendCondition .layui-table-body{overflow-y:scroll;height:174px}.ds_workflow_dialog.property_dialog_sendCondition dl{width:auto;overflow:hidden;margin-left:-215px;height:37px;padding:5px 10px}.ds_workflow_dialog.property_dialog_sendCondition dd{display:inline-block}.wf_tip.layui-layer-tips{margin-top:-10px}.wf_tip.layui-layer-tips .layui-layer-content{box-shadow:1px 1px 10px rgba(0,0,0,0.1) !important;background-color:#999 !important;color:#fff !important}.wf_tip.layui-layer-tips i{border-bottom-color:#999 !important}.flowinfo-dialog .layui-layer-content{padding:20px;color:#c9c9c9}.flowinfo-dialog.content-no-padding .layui-layer-content{padding:0}.flowinfo-dialog .layui-layer-btn{background:#F8F8F8;border-top:1px solid #eee;text-align:center}.red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.blue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.green-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.orange-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.darkred-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.darkblue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.elep-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.elep-red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.nmRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.hdBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.zydxRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.gzgb-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.ct-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.zgyc-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.hbBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.nx-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid #c9c9c9 !important}.dingtalk-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{border:1px solid !important}.red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.blue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.green-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.orange-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.darkred-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.darkblue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.elep-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.elep-red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.nmRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.hdBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.zydxRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.gzgb-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.ct-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.zgyc-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.hbBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.nx-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:#fff !important}.dingtalk-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{background-color:!important}.red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.blue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.green-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.orange-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.darkred-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.darkblue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.elep-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.elep-red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.nmRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.hdBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.zydxRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.gzgb-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.ct-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.zgyc-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.hbBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.nx-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:#5f5f5f !important}.dingtalk-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a{color:!important}.red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #ff7200 !important}.blue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #3c8ddb !important}.green-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #4daf7b !important}.orange-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #ffb142 !important}.darkred-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #c60100 !important}.darkblue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #37f !important}.elep-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #2787EE !important}.elep-red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #ff7200 !important}.nmRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #e51c16 !important}.hdBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #2495c7 !important}.zydxRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #cd0911 !important}.gzgb-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #942320 !important}.ct-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #303987 !important}.zgyc-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #007c5d !important}.hbBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #1A66B1 !important}.nx-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #1b82d2 !important}.dingtalk-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{border:1px solid #3C8AF8 !important}.red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.blue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.green-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.orange-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.darkred-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.darkblue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.elep-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.elep-red-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.nmRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.hdBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.zydxRed-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.gzgb-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.ct-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.zgyc-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.hbBlue-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.nx-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:#5f5f5f !important}.dingtalk-theme .flowinfo-dialog.button_auxiliary .layui-layer-btn>a:hover{color:!important}.flowinfo-dialog .userbox{overflow:hidden;text-align:center;padding-bottom:10px}.flowinfo-dialog .userbox span{display:inline-block;padding:0 10px 10px;color:#3C8DDB}.flowinfo-dialog .userbox+div{text-align:center}.flowinfo-dialog .userbox+div span{padding:0 5px;font-weight:bold;color:#FFB800}.flowinfo-dialog .chooseSendLine{max-height:156px;overflow:auto}.flowinfo-dialog .chooseSendLine div{padding:10px 20px;text-align:center;cursor:pointer}.flowinfo-dialog .chooseSendLine div:hover,.flowinfo-dialog .chooseSendLine div.choosed{background-color:rgba(60,141,219,0.1);color:#3C8DDB;font-size:16px;padding:9px 20px}.flowinfo-dialog.treeChoose .ztree li span.button.root_open,.flowinfo-dialog.treeChoose .ztree li span.button.roots_open,.flowinfo-dialog.treeChoose .ztree li span.button.bottom_open,.flowinfo-dialog.treeChoose .ztree li span.button.center_open,.flowinfo-dialog.treeChoose .ztree li span.button.noline_open{background-image:url(themes/img/bm.png);background-position:center;position:relative;top:2px;height:18px !important}.flowinfo-dialog.treeChoose .ztree li span.button.root_close,.flowinfo-dialog.treeChoose .ztree li span.button.roots_close,.flowinfo-dialog.treeChoose .ztree li span.button.bottom_close,.flowinfo-dialog.treeChoose .ztree li span.button.center_close,.flowinfo-dialog.treeChoose .ztree li span.button.noline_close{background-image:url(themes/img/bm.png);background-position:center;position:relative;top:2px;height:18px !important}.flowinfo-dialog.treeChoose .ztree li span.button.ico_open,.flowinfo-dialog.treeChoose .ztree li span.button.ico_close,.flowinfo-dialog.treeChoose .ztree li span.button.ico_docu{margin-top:2px}.flowinfo-dialog.treeChoose .ztree li span.button.ico_open,.flowinfo-dialog.treeChoose .ztree li span.button.ico_close{width:0}.flowinfo-dialog.treeChoose .ztree li span.button.ico_docu{background-image:url(themes/img/ry.png);background-position:0 0px;position:relative;top:-2px;left:-1px}.flowinfo-dialog.treeChoose .ztree li span.button.bottom_docu{background-position:-56px -34px}.flowinfo-dialog.treeChoose .ztree li span.button.center_docu{background-position:-56px -16px}.flowinfo-dialog.treeChoose .ztree li span.button.switch{height:25px}.flowinfo-dialog.treeChoose .ztree li>a{padding:4px 2px}.flowinfo-dialog.treeChoose .ztree li>a.curSelectedNode{padding-left:4px;height:15px;position:relative;top:-1px}.flowinfo-dialog.treeChoose body{background:#fff;padding:10px 0;box-sizing:border-box}.flowinfo-dialog.treeChoose body .choose-content{height:100%;overflow:hidden}.flowinfo-dialog.treeChoose body .choose-content>div{padding:0 10px;box-sizing:border-box;height:100%;overflow:auto;float:left}.flowinfo-dialog.treeChoose body .choose-content>div.fl-box{width:35%}.flowinfo-dialog.treeChoose body .choose-content>div.fl-box .layui-collapse{height:99%;overflow:auto}.flowinfo-dialog.treeChoose body .choose-content>div.fl-box .layui-collapse .layui-colla-title{background:#f8f8f8;padding:0 35px 0 15px}.flowinfo-dialog.treeChoose body .choose-content>div.fl-box .layui-collapse .layui-colla-title i{left:auto;right:15px}.flowinfo-dialog.treeChoose body .choose-content>div.fl-box .layui-collapse .layui-colla-content{padding:5px 10px;background:#fff}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box{width:65%;border-left:1px solid #e2e3e4}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .top{overflow:hidden;height:30px;line-height:30px;padding-bottom:10px}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .top .fr{float:right}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-title{background-color:#f8f8f8;padding-left:15px}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-title span{float:right;color:#999}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-title i{display:none}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content{background:#fff}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .noData{text-align:center;color:#999}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item{padding-right:60px;width:100%;overflow:hidden;box-sizing:border-box;position:relative;margin-bottom:10px}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item span{display:inline-block;box-sizing:border-box;cursor:pointer}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item span:not(:last-child){width:50%;float:left;padding-right:10px}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item span:last-child{position:absolute;right:0px}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item span:last-child i:first-child:hover{color:#3c8ddb}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item span:last-child i:nth-child(2):hover{color:#ff9800}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item span:last-child i:last-child:hover{color:#ed3f3f}.flowinfo-dialog.treeChoose body .choose-content>div.fr-box .layui-colla-content .hasData .item:last-child{margin-bottom:0px}.flowinfo-dialog.treeChoose .ds_tree_box{padding:51px 10px 0 !important}.flowinfo-dialog.treeChoose .ds_tree_box .ds_tree_search{left:10px;right:10px;border-radius:2px;background-color:#f8f8f8;border:1px solid #e6e6e6}.flowinfo-dialog.flowInfoCtrl .ds_tree_box{width:100%;padding-top:50px;overflow:hidden;box-sizing:border-box;height:100%}.flowinfo-dialog.flowInfoCtrl .ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;background-color:#f2f2f2;height:50px;box-sizing:border-box}.flowinfo-dialog.flowInfoCtrl .ds_tree_box .ds_tree{overflow:auto;height:100%;box-sizing:border-box}.flowinfo-dialog.flowInfoCtrl .ds_tree_box .ds_tree .ztree ._special_ico_docu{margin-right:2px !important;background-position:-110px -2px}.flowinfo-dialog.flowInfoCtrl .ds_tree_box .ds_tree .ztree li span.button.chk{margin-left:3px;margin-top:-4px}.flowinfo-dialog.flowInfoCtrl body{overflow:hidden;height:100%;box-sizing:border-box}.flowinfo-dialog.flowInfoCtrl body .top{position:absolute;top:0;left:0;right:0;font-weight:bold;border-bottom:1px solid #e6e6e6;background:#fff;height:42px;padding-top:2px;box-sizing:border-box;white-space:nowrap}.flowinfo-dialog.flowInfoCtrl body .top .layui-form-item{margin:0;background:#fff;display:inline-block;max-width:420px;overflow:hidden;margin-right:9px}.flowinfo-dialog.flowInfoCtrl body .top .layui-form-item .layui-inline{margin:0;overflow:hidden;display:inline-block}.flowinfo-dialog.flowInfoCtrl body .top .layui-form-item .layui-inline .layui-input-inline{display:inline-block;float:none;line-height:38px;white-space:nowrap;width:228px !important;width:auto;text-overflow:ellipsis;overflow:hidden}.flowinfo-dialog.flowInfoCtrl body .top .chooseForm{font-weight:normal;position:relative;top:-15px}.flowinfo-dialog.flowInfoCtrl body .top .applyTo{font-weight:normal;margin-left:5px;position:relative;top:-15px}.flowinfo-dialog.flowInfoCtrl body .content{height:100%}.flowinfo-dialog.flowInfoCtrl body .content>div{float:left;height:100%;box-sizing:border-box}.flowinfo-dialog.flowInfoCtrl body .content>div.fl-box{width:35%}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box{position:relative;width:65%;padding-top:42px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);border-left:1px solid #e6e6e6}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab{margin:0;height:100%;border-top:none;border-left:0}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab .layui-tab-title{background:#f2f2f2}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab .layui-tab-content{height:400px;overflow:auto}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab .layui-tab-content table{margin:0}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab .layui-tab-content table th,.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab .layui-tab-content table td{text-align:center}.flowinfo-dialog.flowInfoCtrl body .content>div.fr-box .layui-tab .layui-tab-content table .layui-form-checkbox i{margin-left:5px}.flowinfo-dialog.sendBackTxt .layui-form{height:100%}.flowinfo-dialog.sendBackTxt .layui-form .layui-textarea{height:100%}.ds_flowprocess .ds_uploadFile table{border:none}.ds_flowprocess .ds_uploadFile table tr{background:#fcfcfc;border-bottom:1px dashed #e5e5e5 !important}.ds_flowprocess .ds_uploadFile table tr td{padding:8px 15px}.ds_flowprocess .ds_uploadFile table tr:last-child{border:none !important}.ds_flowprocess .ds_uploadFile table tr:hover{background:#f7f7f7}.ds_flowprocess .layui-form-checkbox{margin:0 8px}.ds_flowprocess.hideNode .unusual{display:none}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.ds_chart .chart-wrap .title-bar{padding-left:24px;font-size:20px;font-weight:600}.red-theme .ds_chart .chart-wrap .title-bar{color:#c62f26}.blue-theme .ds_chart .chart-wrap .title-bar{color:#1a66b1}.green-theme .ds_chart .chart-wrap .title-bar{color:#189a5a}.orange-theme .ds_chart .chart-wrap .title-bar{color:#fc7001}.darkred-theme .ds_chart .chart-wrap .title-bar{color:#c60100}.darkblue-theme .ds_chart .chart-wrap .title-bar{color:#2b6be2}.elep-theme .ds_chart .chart-wrap .title-bar{color:#2787EE}.elep-red-theme .ds_chart .chart-wrap .title-bar{color:#9C0105}.nmRed-theme .ds_chart .chart-wrap .title-bar{color:#e51c16}.hdBlue-theme .ds_chart .chart-wrap .title-bar{color:#2495c7}.zydxRed-theme .ds_chart .chart-wrap .title-bar{color:#cd0911}.gzgb-theme .ds_chart .chart-wrap .title-bar{color:#942320}.ct-theme .ds_chart .chart-wrap .title-bar{color:#303987}.zgyc-theme .ds_chart .chart-wrap .title-bar{color:#007c5d}.hbBlue-theme .ds_chart .chart-wrap .title-bar{color:#1A66B1}.nx-theme .ds_chart .chart-wrap .title-bar{color:#1B82D2}.dingtalk-theme .ds_chart .chart-wrap .title-bar{color:#3C8AF8}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,span,i,b,input,dl,dt,dd,ul,ol,li,input,textarea{font-family:"Microsoft YaHei"}body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,span,i,b,input,dl,dt,dd,ul,ol,li,input,textarea{font-family:"Microsoft YaHei"}.ds_nc_moduleTitle{width:100%}.ds_nc_moduleTitle .module_title{display:flex;justify-content:center;align-items:center;color:#333333;padding:30px 0}.ds_nc_moduleTitle .module_title .title_icon{width:88px;height:30px}.ds_nc_moduleTitle .module_title .main_title{font-size:55px;margin:0 20px}.ds_nc_moduleTitle .module_title .module_sub_title{font-size:30px;margin-right:20px}.have_not_data{font-size:32px;color:#ccc;text-align:center}.ds_nc_banner .layui-carousel-ind{top:-34px;width:100%;box-sizing:border-box;padding:0 15%}.ds_nc_banner .layui-carousel-ind ul{background:transparent}.ds_nc_banner .layui-carousel-ind li{width:60px;height:8px;background:rgba(0,0,0,0.2);border-radius:10px;margin:0 5px}.ds_nc_banner .layui-carousel-ind li.layui-this{background-color:#fff}.ds_nc_banner .banner_list li img{width:100%;height:1030px}.ds_nc_ztb_wrap{width:100%;margin-bottom:50px !important;background:url(themes/img/index_ztb_bg.png) no-repeat center;background-size:100% 100%}.ds_nc_ztb_wrap .wrapper{width:1200px;margin:auto;overflow:hidden}.ds_nc_ztb_wrap body{background:#eee;font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:14px;color:#000;margin:0;padding:0}.ds_nc_ztb_wrap .zt_swiper-container{width:100%;height:550px;padding-top:50px;padding-bottom:50px;overflow:inherit;position:relative}.ds_nc_ztb_wrap .swiper-slide{text-align:center;font-size:18px;height:275px;border-radius:10px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:300ms;margin-top:-0px}.ds_nc_ztb_wrap .swiper-slide-active{margin-top:70px;height:450px;transform:scale(2, 1)}.ds_nc_ztb_wrap .swiper-slide-active{position:relative;z-index:251}.ds_nc_ztb_wrap .com{width:100%;height:100%;border-radius:10px;box-shadow:2px 2px 10px rgba(178,178,178,0.5);position:relative}.ds_nc_ztb_wrap .inner-l{width:38%;height:100%;position:relative}.ds_nc_ztb_wrap .inner-l-cover{width:100%;height:100%}.ds_nc_ztb_wrap .inner-l-logo{width:80px;height:80px;position:absolute;bottom:-45px;left:0;z-index:2;border-radius:50%;transform:translateZ(0) scale(0.8, 0.8)}.ds_nc_ztb_wrap .inner-l-desc-wrap{position:absolute;top:190px;left:0px;right:0px;bottom:0;font-size:12px;color:#ffffff;background:#d40000;overflow:hidden}.ds_nc_ztb_wrap .swiper-slide .inner-l{width:42%;border-top-left-radius:10px}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-top{width:100%;height:100px;position:relative}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap{top:100px}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap{padding-top:26px;border-bottom-left-radius:10px}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap li{width:96%;margin:auto;text-align:left;padding:2px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap li .l-desc-con{padding-top:10px;width:96%;display:inline-block;text-align:left;height:50px;overflow:hidden;white-space:normal}.ds_nc_ztb_wrap .swiper-slide .inner-r{overflow:hidden}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-title{font-size:16px;color:#2a93fd;padding-bottom:15px}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-desc{text-align:left;font-size:10px;color:#666666;line-height:16px}.ds_nc_ztb_wrap .swiper-slide .inner-r .kcm-wrap{max-height:80px;overflow:hidden}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-sing-info{font-size:0;padding:0 5px;width:100%;background:#f2f5f7;text-align:left;border-radius:3px;position:absolute;bottom:50px}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-sing-info li{padding:3px 0;font-size:10px;color:#666666;text-align:left;display:inline-block;width:50%}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head{position:absolute;bottom:10px;right:0;left:0;text-align:center}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-bt-head-warp{display:inline-block;position:relative}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-bt-head-warp img{width:16px;height:16px;border-radius:50%;border:1px solid #ffffff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-num{font-size:10px;color:#666666;line-height:17px}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-sing-up{color:#fff;font-size:10px;outline:none;border:none;width:60px;height:30px;line-height:30px;border-radius:3px;background:#d40000;cursor:pointer}.ds_nc_ztb_wrap .swiper-slide-active div.inner-l-top{height:190px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap{top:190px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-logo{transform:scale(0.5, 1)}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap{overflow:inherit !important;padding-top:0 !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li{overflow:inherit !important;position:relative;width:100%}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li span{width:185%;display:block;position:absolute;left:-56px;top:40px;text-align:left;transform:translateZ(0) scale(0.5, 1)}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-cbDw{top:65px}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-con{width:185% !important;height:auto !important;top:90px;white-space:normal}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-get-more{top:200px}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-get-more:hover{color:#fff;cursor:pointer}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-get-more .icon-youjiantou{vertical-align:-2px;margin-left:4px}.ds_nc_ztb_wrap .swiper-slide-active .inner-r{position:absolute;top:35px;left:70px;width:400px;text-align:left;transform:translateZ(0) scale(0.5, 1)}.ds_nc_ztb_wrap .swiper-slide-active .inner-r .inner-r-title{font-size:24px;color:#d40000;letter-spacing:0.49px;padding-bottom:20px}.ds_nc_ztb_wrap .swiper-slide-active .inner-r .kcm-wrap{max-height:182px !important;overflow:hidden}.ds_nc_ztb_wrap .swiper-slide-active .inner-r .inner-r-desc{font-size:14px;color:#666666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:5px 0}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-sing-info{padding:10px !important;bottom:80px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-sing-info li{text-indent:20px;padding:5px 0 !important;font-size:12px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head{bottom:20px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head .inner-r-bt-head-warp img{width:36px !important;height:36px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head .inner-r-num{font-size:12px !important;margin:0 10px}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head .inner-r-sing-up{font-size:16px !important;width:108px !important;height:45px !important;line-height:45px !important}.ds_nc_ztb_wrap .inner-r{position:absolute;left:45%;right:3%;top:20px;bottom:0}.ds_nc_ztb_wrap .inner-r .layui-layer-btn0{background:#d40000 !important}.ds_nc_ztb_wrap .ztb-inner-l{width:38%;height:100%;float:left;position:relative}.ds_nc_ztb_wrap .cover-img{width:100%;height:100%}.ds_nc_teasbannerbox{background:url(/dsfa/res/dsf_styles/themes/nc/s03.png) no-repeat 0px 100px;background-size:100% 73%;font-family:"\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\5B8B\4F53"}.ds_nc_teasbannerbox .ds_nc_teasbanner_container{margin:0 auto;overflow:hidden;width:1200px;height:645px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner{width:1478px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .ds_nc_teasbanner-swiper-container{border-radius:16px;overflow:hidden;height:645px;margin-left:12px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-pagination-bullet{background:#666666;width:15px;height:15px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-pagination-bullet-active{background:#d40000}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide{height:484px;position:relative;transition:0.3s}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide img{display:block;border-radius:16px;overflow:hidden;width:100%;height:100%;box-shadow:1px 1px 6px #333}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide .nc-teacher-info{box-shadow:2px 2px 12px 0 rgba(0,0,0,0.5);position:absolute;bottom:-100px;width:88%;height:165px;box-sizing:border-box;padding:15px;background-color:#fff}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide .nc-teacher-info .nc-teacher-info-main{font-size:16px;font-weight:600;font-family:"\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\5B8B\4F53";color:#1d1d1d;letter-spacing:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide .nc-teacher-info .nc-teacher-info-sub{padding-top:24px;font-size:14px;font-family:"\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\5B8B\4F53";color:#666666;letter-spacing:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide.swiper-slide-next{transform:scale(0.71) translate(-34%, -10%)}.ds_nc_newcontent{background:url(/dsfa/res/dsf_styles/themes/nc/s02.png) no-repeat;background-size:100% 100%}.ds_nc_newcontent .ds_nc_newbigbox{width:1200px;margin-left:auto;margin-right:auto;margin-top:7px}.ds_nc_newcontent .ds_nc_newbigbox .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_newcontent .ds_nc_newbigbox .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;width:27%;float:right}.ds_nc_newcontent .ds_nc_newbigbox .layui-carousel-ind ul{background-color:transparent}.ds_nc_newcontent .ds_nc_newbigbox .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_newcontent .ds_nc_newbigbox .newbox{background-size:100% 100%;padding-bottom:42px;width:100%}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop{width:100%;margin-left:auto;margin-right:auto}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nleft{display:inline-block;vertical-align:top;width:563px;height:328px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nleft .nc_new_nbanneritem{height:100%;width:100%;position:relative;cursor:pointer}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nleft .nc_new_nbanneritem p{position:absolute;bottom:0;height:55px;line-height:55px;width:100%;color:#fff;background:rgba(0,0,0,0.5);font-size:18px;padding-left:10px;box-sizing:border-box}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright{display:inline-block;vertical-align:top;width:calc(100% - 570px);padding-top:44px;padding-left:34px;box-sizing:border-box}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow{position:relative;margin-bottom:27px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow p{height:22px;line-height:22px;max-width:69%;color:#333;font-size:16px;cursor:pointer}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow span{position:absolute;top:3px;right:7px;color:#666}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow:hover p{color:red}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow:hover span{color:red}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom{margin-top:25px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem{display:inline-block;vertical-align:top;margin-right:3%;width:22.4%;cursor:pointer;flex-direction:row}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem .nimgb{width:100%;height:151px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem .nimgb img{width:100%;height:100%}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem p{width:98%;font-size:14px;line-height:20px;color:#666;padding-left:9px;box-sizing:border-box;margin-top:9px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem span{display:inline-block;font-size:14px;line-height:20px;color:#666;padding-left:9px;margin-top:7px;padding-bottom:12px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem:hover{box-shadow:0 2px 34px 0 #ddd;background:#fff}.ds_nc_roombigbox{width:100%;height:100%;background:#fff;border-radius:8px;padding:8px 15px 8px 25px !important}.ds_nc_roombigbox .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_roombigbox .nc_rtitle{border-bottom:1px solid #ebebeb;position:relative;height:26px;line-height:26px;padding-bottom:12px}.ds_nc_roombigbox .nc_rtitle b{display:inline-block;vertical-align:middle;width:8px;height:18px}.red-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#942320}.ct-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#3C8AF8}.ds_nc_roombigbox .nc_rtitle span{margin-left:6px;color:#333;font-size:16px;line-height:22px;vertical-align:middle;font-family:PingFangSC-Semibold}.ds_nc_roombigbox .nc_rtitle button{position:absolute;top:4px;width:25px;height:25px;right:10px;border-radius:3px}.red-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#942320}.ct-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#3C8AF8}.ds_nc_roombigbox .nc_rtitle button i{margin-right:0}.ds_nc_roombigbox .roomlist{padding:1px;box-sizing:border-box}.ds_nc_roombigbox .roomlist .rrow{position:relative;padding-left:44px;cursor:pointer;overflow:hidden}.ds_nc_roombigbox .roomlist .rrow span{position:absolute;top:10px;left:0;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;border:1px solid #4f4f4f;box-sizing:border-box}.ds_nc_roombigbox .roomlist .rrow .roomcon{min-height:50px;position:relative;box-sizing:border-box}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext{width:99%;font-size:14px;color:#333333;line-height:25px;height:50px;line-height:50px}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p{display:inline-block;line-height:25px;vertical-align:middle}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{display:inline-block;vertical-align:middle;color:#fff;border-radius:4px;font-size:12px;padding:0 3px;font-weight:normal;height:18px;line-height:17px;margin-right:6px}.red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#3C8AF8}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p i{font-style:normal;display:inline-block;vertical-align:middle;border:1px solid #d40000;box-sizing:border-box;background:#fff;color:#d40000;border-radius:4px;font-size:12px;padding:0 3px;font-weight:normal;height:18px;line-height:17px;margin-right:6px}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox{height:154px;padding-right:10px;box-sizing:border-box;margin-top:5px;display:none}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon{width:100%;height:100%;position:relative}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon img{width:100%;height:100%}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{position:absolute;top:0;right:15px;border:15px solid red;border-top-width:19px;border-bottom-color:transparent !important}.red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#3C8AF8}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h5{position:absolute;top:1px;right:15px;width:30px;text-align:center;font-family:PingFangSC-Regular;font-size:12px;color:#ffffff;letter-spacing:0.17px}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h6{position:absolute;bottom:0;width:100%;text-align:center;color:#fff;height:36px;line-height:36px;background:rgba(0,0,0,0.5);font-family:PingFangSC-Regular;font-size:14px;letter-spacing:0}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h6 i{display:inline-block;width:15px;height:15px;vertical-align:top;margin-top:11px;margin-right:7px;background:url(/dsfa/res/dsf_styles/themes/nc/time.png) no-repeat;background-size:100% 100%}.ds_nc_roombigbox .roomlist .rrow:hover .videobox{display:block}.ds_nc_roombigbox .roomlist .rrow:hover .lintnum{color:#fff;border-color:transparent}.red-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#3C8AF8}.red-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#3C8AF8}.ds_nc_channelcontent{background:url(/dsfa/res/dsf_styles/themes/nc/s01.png) no-repeat;background-size:100% 100%}.ds_nc_channelcontent .ds_nc_channelbigbox{width:1200px;margin-left:auto;margin-right:auto;margin-top:30px;padding-bottom:106px}.ds_nc_channelcontent .ds_nc_channelbigbox .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_channelcontent .ds_nc_channelbigbox .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_channelcontent .ds_nc_channelbigbox .citem{transition:0.3s;display:inline-block;vertical-align:top;width:49%;height:126px;position:relative;padding-left:177px;box-sizing:border-box;margin-top:80px;cursor:pointer}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox{width:160px;height:120px;position:absolute;top:0;left:0;border-radius:6px;cursor:pointer;overflow:hidden;box-shadow:2px 4px 13px #ddd}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox img{width:100%;height:100%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox i{position:absolute;bottom:-8px;left:5px;border-radius:0 0 10px 10px;height:9px;width:95%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox b{position:absolute;bottom:-11px;left:9px;border-radius:0 0 5px 5px;height:10px;width:90%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent{padding-top:15px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent p{font-size:16px;color:#333333;width:100%;padding:0;height:22px;line-height:22px;font-weight:550;cursor:pointer}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h6{font-size:14px;color:#666666;margin-top:12px;width:calc(100% - 48px)}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h5{font-size:12px;color:#999999;letter-spacing:0;margin-top:11px;font-weight:normal;position:absolute;bottom:8px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h5 span{display:inline-block;vertical-align:middle;width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h5 b{font-weight:normal;vertical-align:middle;margin-left:7px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem:hover{box-shadow:2px 1px 6px #ddd;transform:scale(1.02) translate(-13px);border-radius:6px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem:hover .cimgbox{left:2px;top:2px}.ds_nc_OnStudy{height:100%;padding:0 8px 8px !important}.ds_nc_OnStudy html,.ds_nc_OnStudy body{color:#333;margin:0;background:#f2f2f2;font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif}.ds_nc_OnStudy .wrapper{width:100%}.ds_nc_OnStudy .inner{width:594px;margin:auto}.ds_nc_OnStudy .com-title{color:#333;font-size:16px;background:#fff;border-radius:8px;height:46px;text-indent:30px;line-height:46px;margin:0;position:relative}.ds_nc_OnStudy .com-title b{width:8px;height:18px;position:absolute;top:14px;left:15px}.red-theme .ds_nc_OnStudy .com-title b{background-color:#ff7200}.blue-theme .ds_nc_OnStudy .com-title b{background-color:#3c8ddb}.green-theme .ds_nc_OnStudy .com-title b{background-color:#4daf7b}.orange-theme .ds_nc_OnStudy .com-title b{background-color:#ffb142}.darkred-theme .ds_nc_OnStudy .com-title b{background-color:#c60100}.darkblue-theme .ds_nc_OnStudy .com-title b{background-color:#37f}.elep-theme .ds_nc_OnStudy .com-title b{background-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .com-title b{background-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .com-title b{background-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .com-title b{background-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .com-title b{background-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .com-title b{background-color:#942320}.ct-theme .ds_nc_OnStudy .com-title b{background-color:#303987}.zgyc-theme .ds_nc_OnStudy .com-title b{background-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .com-title b{background-color:#1A66B1}.nx-theme .ds_nc_OnStudy .com-title b{background-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .com-title b{background-color:#3C8AF8}.ds_nc_OnStudy .com-icon-wrap{color:#fff;width:25px;height:25px;line-height:1;border-radius:3px;float:right;margin-right:20px;margin-top:10px;position:relative;cursor:pointer}.red-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#ff7200}.blue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#3c8ddb}.green-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#4daf7b}.orange-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#ffb142}.darkred-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#c60100}.darkblue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#37f}.elep-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#942320}.ct-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#303987}.zgyc-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#1A66B1}.nx-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#3C8AF8}.ds_nc_OnStudy .com-icon-wrap:hover{color:#f2f2f2}.ds_nc_OnStudy .com-icon-wrap .icon-hao{display:inline-block;position:absolute;top:5px;left:-25px}.ds_nc_OnStudy .com-list-wrap{margin:12px 0 32px}.ds_nc_OnStudy .com-item{width:100%;height:183px;border-radius:8px;background:#fff;position:relative;margin-bottom:15px}.ds_nc_OnStudy .item-img-wrap{width:180px;height:135px;overflow:hidden;box-sizing:border-box;border:1px solid #f2f2f2;position:absolute;top:24px;left:18px}.ds_nc_OnStudy .item-img-wrap img{width:100%;height:100%}.ds_nc_OnStudy .item-desc-wrap{margin-left:210px;padding-top:24px;margin-right:15px;position:relative;min-height:135px}.ds_nc_OnStudy .item-desc-title{color:#333;font-size:16px;line-height:30px;font-weight:600;margin:0;min-height:60px;position:relative}.ds_nc_OnStudy .item-bx{font-size:14px;text-align:center;line-height:20px;border-radius:6px;box-sizing:border-box;display:inline-block;font-weight:normal;margin-right:15px;border:1px solid #2a93fd;width:40px;height:20px}.red-theme .ds_nc_OnStudy .item-bx{color:#ff7200}.blue-theme .ds_nc_OnStudy .item-bx{color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-bx{color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-bx{color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-bx{color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-bx{color:#37f}.elep-theme .ds_nc_OnStudy .item-bx{color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-bx{color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-bx{color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-bx{color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-bx{color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-bx{color:#942320}.ct-theme .ds_nc_OnStudy .item-bx{color:#303987}.zgyc-theme .ds_nc_OnStudy .item-bx{color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-bx{color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-bx{color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-bx{color:#3C8AF8}.red-theme .ds_nc_OnStudy .item-bx{border-color:#ff7200}.blue-theme .ds_nc_OnStudy .item-bx{border-color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-bx{border-color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-bx{border-color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-bx{border-color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-bx{border-color:#37f}.elep-theme .ds_nc_OnStudy .item-bx{border-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-bx{border-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-bx{border-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-bx{border-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-bx{border-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-bx{border-color:#942320}.ct-theme .ds_nc_OnStudy .item-bx{border-color:#303987}.zgyc-theme .ds_nc_OnStudy .item-bx{border-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-bx{border-color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-bx{border-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-bx{border-color:#3C8AF8}.ds_nc_OnStudy .item-dept{color:#333;font-size:14px;margin:0;position:absolute;top:85px}.ds_nc_OnStudy .item-class-info{font-size:0;padding:0;position:absolute;top:110px;left:0;right:0;overflow:hidden}.ds_nc_OnStudy .item-class-info li{font-size:12px;color:#666666;letter-spacing:0;margin-right:10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_OnStudy .item-end-time{font-size:14px;margin:0;position:absolute;bottom:0}.red-theme .ds_nc_OnStudy .item-end-time{color:#ff7200}.blue-theme .ds_nc_OnStudy .item-end-time{color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-end-time{color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-end-time{color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-end-time{color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-end-time{color:#37f}.elep-theme .ds_nc_OnStudy .item-end-time{color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-end-time{color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-end-time{color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-end-time{color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-end-time{color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-end-time{color:#942320}.ct-theme .ds_nc_OnStudy .item-end-time{color:#303987}.zgyc-theme .ds_nc_OnStudy .item-end-time{color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-end-time{color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-end-time{color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-end-time{color:#3C8AF8}.ds_nc_OnStudy .item-s-e-time{color:#666;font-size:12px;font-weight:normal;float:right;position:absolute;right:0;bottom:0}.ds_nc_OnStudy .item-s-e-time .icon-time{width:14px;height:14px;display:inline-block;vertical-align:-2px;background:url("/dsfa/res/dsf_styles/themes/nc/study_icon_time.png") no-repeat;background-size:14px 14px}.ds_nc_OnStudy .item-study-btn{color:#ffffff;font-size:16px;border-radius:6px;text-align:center;background:#d40000;outline:none;border:none;width:108px;height:30px;cursor:pointer;line-height:30px;position:absolute;right:0;bottom:-4px}.red-theme .ds_nc_OnStudy .item-study-btn{background-color:#ff7200}.blue-theme .ds_nc_OnStudy .item-study-btn{background-color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-study-btn{background-color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-study-btn{background-color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-study-btn{background-color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-study-btn{background-color:#37f}.elep-theme .ds_nc_OnStudy .item-study-btn{background-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-study-btn{background-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-study-btn{background-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-study-btn{background-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-study-btn{background-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-study-btn{background-color:#942320}.ct-theme .ds_nc_OnStudy .item-study-btn{background-color:#303987}.zgyc-theme .ds_nc_OnStudy .item-study-btn{background-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-study-btn{background-color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-study-btn{background-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-study-btn{background-color:#3C8AF8}.ds_nc_OnStudy .item-state-bg{background:#ccc !important}.ds_nc_OnStudy .item-study-btn:hover{opacity:0.8}.ds_nc_OnStudy .item-study-btn:active{background:#b40404}.ds_nc_OnStudy .noData{height:835px;text-align:center;background:#fff;border-radius:8px}.ds_nc_OnStudy .noData .remind{color:#666666;font-size:16px;font-family:fantasy;margin:0;padding:20px 0}.dsf_nc_assignment{height:100%;background:#fff;border-radius:8px}.dsf_nc_assignment .assignment_title{padding:6px 0 13px;font-size:16px;line-height:18px;color:#333333;overflow:hidden;border-bottom:1px solid #ebebeb;position:relative}.dsf_nc_assignment .assignment_title b{display:inline-block;width:8px;height:18px;background-color:#d60c0c;vertical-align:top;margin-right:6px}.dsf_nc_assignment .assignment_title span{font-family:PingFangSC-Semibold}.dsf_nc_assignment .assignment_title .title_icon{float:right;width:16px}.dsf_nc_assignment .assignment_title .tipscon{position:absolute;top:-6px;right:15px}.dsf_nc_assignment .assignment_list{overflow:hidden;padding:20px 0 10px}.dsf_nc_assignment .assignment_list li{float:left;width:50%;text-align:center;font-size:14px;color:#333333;padding:10px 0}.dsf_nc_assignment .assignment_list li img{width:36px;height:36px}.dsf_nc_assignment .assignment_list li dt{font-size:16px;color:#c90c0a;line-height:22px}.dsf_nc_assignment .assignment_list .addcur{cursor:pointer}.dsf_nc_assignment .btnsbox{font-size:0}.dsf_nc_assignment .btnsbox .btnitem{text-align:center;display:inline-block;width:50%;cursor:pointer}.dsf_nc_assignment .btnsbox .btnitem img{width:50px}.dsf_nc_assignment .btnsbox .btnitem span{font-size:14px;display:block;color:#000;margin-top:4px}.ds_TeachPlan{width:100%;height:calc(100vh - 16px);background-color:#fff;box-sizing:border-box;position:relative;overflow:hidden;font-size:18px}.ds_TeachPlan .teach_plan_tool_info{display:none;position:absolute;top:0;left:0;padding:4px 8px;font-size:16px;border-radius:4px;background-color:#333;color:#f5f5f5}.ds_TeachPlan .teach_plan_tool_info .tools_head{top:-12px;width:0px;height:0px;position:absolute;border:6px solid;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;border-bottom-color:#333}.ds_TeachPlan .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_TeachPlan .teach_plan_top{width:100%;height:50px;line-height:50px;overflow:hidden;padding:0 10px;box-sizing:border-box}.ds_TeachPlan .teach_plan_top .teach_plan_top_title{width:25%;float:left;font-size:20px;font-weight:600;color:#333}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box{width:75%;float:right;text-align:right}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box img{display:inline-block;width:22px;height:22px;margin-top:-3px}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box .layui-btn{line-height:36px}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box .layui-btn .layui-icon{font-size:15px;font-weight:600;color:#fff}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box .layui-btn:hover{border-color:#e68040}.ds_TeachPlan .teach_plan_box{height:100%;position:relative;overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree{width:260px;overflow-y:auto;height:100%;background-color:#f5f5f5;box-sizing:border-box;border:1px solid #c3c3c3;color:#333}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_head{border-bottom:1px solid #c3c3c3;font-size:16px;height:45px;line-height:45px;box-sizing:border-box;padding:0 10px;position:relative}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_head #close{font-size:20px;font-weight:600;position:absolute;right:10px;top:0;cursor:pointer}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box{overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree{width:252px;box-sizing:border-box;margin:0}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li a:hover{text-decoration:none;background-color:transparent}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li span{line-height:30px}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li{line-height:30px}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree *{font-size:16px}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li span.button:not(.noline_docu){background:url(themes/img/arrow.png);background-size:100% 100%;background-position:0 0 !important}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .noline_open{transform:rotate(90deg)}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li a.curSelectedNode{height:30px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box{overflow-y:auto;position:absolute;left:260px;right:0;top:0;bottom:50px;padding:0 10px;box-sizing:border-box}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;position:relative;cursor:pointer;margin-bottom:10px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title{cursor:pointer;height:100%;box-sizing:border-box;padding:0;position:relative;background-color:#eee;color:#444}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box{position:absolute;display:none;top:8px;bottom:8px;left:15px;right:20px;padding:4px 0 0 8px;background-color:#fff;border-radius:2px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box .blue{color:#01aaed}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box .green{color:#5fb878}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box .red{color:#ff5722}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box div{display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;transition:0.2s;border-radius:4px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box div .iconfont{font-size:22px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box div:hover{transform:scale(1.4)}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info{margin-right:145px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon{width:22px;position:absolute;top:12px;left:14px;height:22px;line-height:22px;background-size:contain}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{font-weight:bold}.red-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#ff7200}.blue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#3c8ddb}.green-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#4daf7b}.orange-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#ffb142}.darkred-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#c60100}.darkblue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#37f}.elep-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#2787EE}.elep-red-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#ff7200}.nmRed-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#e51c16}.hdBlue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#2495c7}.zydxRed-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#cd0911}.gzgb-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#942320}.ct-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#303987}.zgyc-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#007c5d}.hbBlue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#1A66B1}.nx-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#1b82d2}.dingtalk-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#3C8AF8}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .icon_down.top-icon{background-size:contain}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_text{height:46px;line-height:46px;margin:0 145px 0 34px;user-select:none}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools{display:none;position:absolute;top:8px;right:20px;height:30px;box-sizing:border-box;padding:2px 0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose{display:none;position:absolute;padding:4px;z-index:2;background-color:#f5f5f5;border-radius:6px;box-shadow:0 1px 4px #555;top:28px;left:0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose .add_choose_head{top:-14px;left:4px;width:0px;height:0px;position:absolute;border:8px solid;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;border-bottom-color:#f5f5f5}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose ul{list-style:none;font-size:14px;color:#333;overflow:hidden;border-radius:2px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose li{padding:5px 8px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose li:hover{background-color:#bfbfbf}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .tools{width:25px;height:25px;line-height:23px;float:left;text-align:center;transition:0.2s}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .tools .layui-icon{font-size:22px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .tools:hover{transform:scale(1.4)}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc{display:none;box-sizing:border-box;padding:10px 20px;font-size:16px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc{display:none}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit-unit{margin-top:10px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open{overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .title,.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .ds_seat .frame_title span,.ds_seat .frame_title .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open span,.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .ds_seat .frame_title i,.ds_seat .frame_title .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open i{display:inline-block;width:68px;height:38px;line-height:38px;text-align:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_title{float:left;width:58%;overflow:hidden;position:relative}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_sub_title{float:right;width:40%;overflow:hidden;position:relative}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .title-input{position:absolute;top:0;left:68px;right:15px;bottom:0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_unit_date,.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_unit_leader{position:relative;width:58%;float:left;overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_unit_leader{float:right;width:40%}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .teach_plan_edit_textarea{margin:10px 15px 0 0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .teach_plan_edit_textarea .layui-form-label{width:68px;padding:9px 0 !important;text-align:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .teach_plan_edit_textarea .layui-input-block{margin-left:68px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .desc{color:#333}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .desc .desc-unit{overflow:hidden;padding-bottom:6px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .desc .desc-unit.div{width:48%}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .desc .desc-unit .left{float:left}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .desc .desc-unit .right{float:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content{display:none;box-sizing:border-box;padding:10px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course{overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_btn_box{text-align:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-table tbody tr:first-child td button[data-type="up"],.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-table tbody tr:last-child td button[data-type="down"]{background-color:#888}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-btn{cursor:pointer}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-btn .layui-icon{margin:0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{color:#f5f5f5}.red-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#ff7200}.blue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#3c8ddb}.green-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#4daf7b}.orange-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#ffb142}.darkred-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#c60100}.darkblue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#37f}.elep-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#2787EE}.elep-red-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#ff7200}.nmRed-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#e51c16}.hdBlue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#2495c7}.zydxRed-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#cd0911}.gzgb-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#942320}.ct-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#303987}.zgyc-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#007c5d}.hbBlue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#1A66B1}.nx-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#1b82d2}.dingtalk-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{background-color:#3C8AF8}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title .icon-fangkuai,.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title .icon-fangkuai-{color:#fff !important}.ds_TeachPlan .teach_plan_box .teach_plan_right_box>.teach_plan_module:first-child>.teach_plan_title .teach_plan_title_tools_up,.ds_TeachPlan .teach_plan_box .teach_plan_right_box>.teach_plan_module:last-child>.teach_plan_title .teach_plan_title_tools_down,.ds_TeachPlan .teach_plan_box .teach_plan_content>.teach_plan_module:first-child>.teach_plan_title .teach_plan_title_tools_up,.ds_TeachPlan .teach_plan_box .teach_plan_content>.teach_plan_module:last-child>.teach_plan_title .teach_plan_title_tools_down{color:#ddd}.dsf_nc_ztbList{padding:0 0 30px !important}.dsf_nc_ztbList button{border:none}.dsf_nc_ztbList .serchbox{position:relative;height:107px;margin-top:10px}.dsf_nc_ztbList .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:#d60c0c url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.dsf_nc_ztbList .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.dsf_nc_ztbList .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.dsf_nc_ztbList .serchbox .rightbox{position:absolute;top:0;right:0}.dsf_nc_ztbList .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.dsf_nc_ztbList .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:#c90c0a url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.dsf_nc_ztbList .ztb_list{padding-top:30px}.dsf_nc_ztbList .ztb_list .list_item{display:flex;padding:38px 38px 38px 0;margin-top:32px;background:#ffffff;box-shadow:0 4px 10px 0 rgba(178,178,178,0.5);border-radius:15px}.dsf_nc_ztbList .ztb_list .list_item .course_poster{width:334px;height:250px;margin-right:47px;cursor:pointer}.dsf_nc_ztbList .ztb_list .list_item .course_info{font-size:14px;color:#666666;line-height:20px;width:60%}.dsf_nc_ztbList .ztb_list .list_item .course_info li p{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info li .fix_width{width:60%}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_date{margin-top:18px}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_date p:nth-of-type(2){display:none}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_date p:nth-of-type(2).apply_date{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_margin{margin-top:6px}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_margin .textstyle{vertical-align:middle;color:#1e72de}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_margin .hot_icon{width:11px;vertical-align:middle;margin-top:-3px}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span{padding:2px 4px;color:#0079ff;border:1px solid #0079ff;border-radius:3px;margin-right:16px;display:none}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span.type_bx{color:#c90c0a;border-color:#c90c0a;display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span.type_xs{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span.type_xx{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_title{margin-top:6px;font-size:24px;line-height:33px;color:#333333;letter-spacing:0.49px;cursor:pointer}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag{margin-top:29px;overflow:hidden}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag span{display:inline-block;padding:8px 0;margin-right:10px;width:76px;text-align:center;font-size:14px;color:#c90c0a;line-height:20px;border:1px solid #c90c0a;border-radius:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate{float:right;font-size:16px;text-align:center;line-height:22px}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button{padding:8px 31px;border-radius:3px;cursor:pointer;display:none;background:#ffe9e9;color:#1e72de}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.apply{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.hadApply{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.learn{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.hadPassed{background-color:#ccc;color:#000;display:inline-block;cursor:auto}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.hadClosed{background-color:#ccc;color:#000;display:inline-block;cursor:auto}.dsf_nc_ztbList .ztb_list .list_item:nth-of-type(1){margin-top:0}.dsf_nc_ztbList .pagination{margin-top:35px;text-align:center;height:100%;padding-bottom:10px}.red-theme .fcolor{color:#ff7200 !important}.blue-theme .fcolor{color:#3c8ddb !important}.green-theme .fcolor{color:#4daf7b !important}.orange-theme .fcolor{color:#ffb142 !important}.darkred-theme .fcolor{color:#c60100 !important}.darkblue-theme .fcolor{color:#37f !important}.elep-theme .fcolor{color:#2787EE !important}.elep-red-theme .fcolor{color:#ff7200 !important}.nmRed-theme .fcolor{color:#e51c16 !important}.hdBlue-theme .fcolor{color:#2495c7 !important}.zydxRed-theme .fcolor{color:#cd0911 !important}.gzgb-theme .fcolor{color:#942320 !important}.ct-theme .fcolor{color:#303987 !important}.zgyc-theme .fcolor{color:#007c5d !important}.hbBlue-theme .fcolor{color:#1A66B1 !important}.nx-theme .fcolor{color:#1b82d2 !important}.dingtalk-theme .fcolor{color:#3C8AF8 !important}.red-theme .f_background_color{background-color:#ff7200 !important}.blue-theme .f_background_color{background-color:#3c8ddb !important}.green-theme .f_background_color{background-color:#4daf7b !important}.orange-theme .f_background_color{background-color:#ffb142 !important}.darkred-theme .f_background_color{background-color:#c60100 !important}.darkblue-theme .f_background_color{background-color:#37f !important}.elep-theme .f_background_color{background-color:#2787EE !important}.elep-red-theme .f_background_color{background-color:#ff7200 !important}.nmRed-theme .f_background_color{background-color:#e51c16 !important}.hdBlue-theme .f_background_color{background-color:#2495c7 !important}.zydxRed-theme .f_background_color{background-color:#cd0911 !important}.gzgb-theme .f_background_color{background-color:#942320 !important}.ct-theme .f_background_color{background-color:#303987 !important}.zgyc-theme .f_background_color{background-color:#007c5d !important}.hbBlue-theme .f_background_color{background-color:#1A66B1 !important}.nx-theme .f_background_color{background-color:#1b82d2 !important}.dingtalk-theme .f_background_color{background-color:#3C8AF8 !important}.ds_nc_indexnewlist{background:#fff;padding-left:0 !important;padding-right:0 !important}.ds_nc_indexnewlist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_indexnewlist .ell3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_nc_indexnewlist .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_indexnewlist .layui-carousel-ind ul{background-color:transparent}.ds_nc_indexnewlist .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_indexnewlist .serchbox{position:relative;height:107px;margin-top:9px}.ds_nc_indexnewlist .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%}.ds_nc_indexnewlist .serchbox .leftbox span .leftimg{width:100%;height:100%}.ds_nc_indexnewlist .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_indexnewlist .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal;font-size:20px;color:#333333}.ds_nc_indexnewlist .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_indexnewlist .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box;float:left}.ds_nc_indexnewlist .serchbox .rightbox span{display:inline-block;width:48px;height:48px;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_indexnewlist .serchbox .rightbox span .rightimg{display:block;width:21px;height:22px;margin:13px auto}.ds_nc_indexnewlist .titlebox{margin-top:20px;text-align:center}.ds_nc_indexnewlist .titlebox p{font-size:28px;line-height:40px;cursor:pointer}.red-theme .ds_nc_indexnewlist .titlebox p{color:#ff7200}.blue-theme .ds_nc_indexnewlist .titlebox p{color:#3c8ddb}.green-theme .ds_nc_indexnewlist .titlebox p{color:#4daf7b}.orange-theme .ds_nc_indexnewlist .titlebox p{color:#ffb142}.darkred-theme .ds_nc_indexnewlist .titlebox p{color:#c60100}.darkblue-theme .ds_nc_indexnewlist .titlebox p{color:#37f}.elep-theme .ds_nc_indexnewlist .titlebox p{color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .titlebox p{color:#ff7200}.nmRed-theme .ds_nc_indexnewlist .titlebox p{color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .titlebox p{color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .titlebox p{color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .titlebox p{color:#942320}.ct-theme .ds_nc_indexnewlist .titlebox p{color:#303987}.zgyc-theme .ds_nc_indexnewlist .titlebox p{color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .titlebox p{color:#1A66B1}.nx-theme .ds_nc_indexnewlist .titlebox p{color:#1b82d2}.dingtalk-theme .ds_nc_indexnewlist .titlebox p{color:#3C8AF8}.ds_nc_indexnewlist .titlebox .p1{margin-top:11px;display:inline-block;font-size:20px;line-height:28px;margin-right:24px}.red-theme .ds_nc_indexnewlist .titlebox .p1{color:#ff7200}.blue-theme .ds_nc_indexnewlist .titlebox .p1{color:#3c8ddb}.green-theme .ds_nc_indexnewlist .titlebox .p1{color:#4daf7b}.orange-theme .ds_nc_indexnewlist .titlebox .p1{color:#ffb142}.darkred-theme .ds_nc_indexnewlist .titlebox .p1{color:#c60100}.darkblue-theme .ds_nc_indexnewlist .titlebox .p1{color:#37f}.elep-theme .ds_nc_indexnewlist .titlebox .p1{color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .titlebox .p1{color:#ff7200}.nmRed-theme .ds_nc_indexnewlist .titlebox .p1{color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .titlebox .p1{color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .titlebox .p1{color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .titlebox .p1{color:#942320}.ct-theme .ds_nc_indexnewlist .titlebox .p1{color:#303987}.zgyc-theme .ds_nc_indexnewlist .titlebox .p1{color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .titlebox .p1{color:#1A66B1}.nx-theme .ds_nc_indexnewlist .titlebox .p1{color:#1b82d2}.dingtalk-theme .ds_nc_indexnewlist .titlebox .p1{color:#3C8AF8}.ds_nc_indexnewlist .titlebox .p2{margin-top:11px;display:inline-block;font-size:20px;line-height:28px;margin-left:25px}.red-theme .ds_nc_indexnewlist .titlebox .p2{color:#ff7200}.blue-theme .ds_nc_indexnewlist .titlebox .p2{color:#3c8ddb}.green-theme .ds_nc_indexnewlist .titlebox .p2{color:#4daf7b}.orange-theme .ds_nc_indexnewlist .titlebox .p2{color:#ffb142}.darkred-theme .ds_nc_indexnewlist .titlebox .p2{color:#c60100}.darkblue-theme .ds_nc_indexnewlist .titlebox .p2{color:#37f}.elep-theme .ds_nc_indexnewlist .titlebox .p2{color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .titlebox .p2{color:#ff7200}.nmRed-theme .ds_nc_indexnewlist .titlebox .p2{color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .titlebox .p2{color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .titlebox .p2{color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .titlebox .p2{color:#942320}.ct-theme .ds_nc_indexnewlist .titlebox .p2{color:#303987}.zgyc-theme .ds_nc_indexnewlist .titlebox .p2{color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .titlebox .p2{color:#1A66B1}.nx-theme .ds_nc_indexnewlist .titlebox .p2{color:#1b82d2}.dingtalk-theme .ds_nc_indexnewlist .titlebox .p2{color:#3C8AF8}.ds_nc_indexnewlist .bannerbox{height:600px;margin-top:34px}.ds_nc_indexnewlist .bannerbox .n_banner_item{position:relative;width:100%;height:100%;background:#27272f}.ds_nc_indexnewlist .bannerbox .n_banner_item img{width:800px;height:100%;display:inherit;margin:auto}.ds_nc_indexnewlist .bannerbox .n_banner_item p{position:absolute;bottom:0;width:100%;z-index:3;font-size:17px;color:#fff;height:51px;line-height:50px;text-align:center;background:rgba(0,0,0,0.5)}.ds_nc_indexnewlist .newslistbox{margin-top:10px}.ds_nc_indexnewlist .newslistbox .news_item{padding:27px 0 33px 0;border-bottom:1px solid #e8e8e8;position:relative;padding-left:252px;box-sizing:border-box;height:249px}.ds_nc_indexnewlist .newslistbox .news_item .leftimgbox{width:252px;height:189px;overflow:hidden;position:absolute;top:27px;left:0;box-shadow:1px 3px 7px #ddd;cursor:pointer}.ds_nc_indexnewlist .newslistbox .news_item .leftimgbox img{width:100%;height:100%}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox{padding-left:19px;padding-top:7px;box-sizing:border-box;position:relative;height:100%}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox p{font-size:24px;color:#333333;height:33px;line-height:33px;cursor:pointer;width:80%}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h6{font-size:14px;color:#333333;line-height:30px;margin-top:19px;text-align:justify}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h5{position:absolute;right:0;bottom:10px}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;vertical-align:middle}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h5 span{vertical-align:middle;font-size:14px;color:#666666;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox em{position:absolute;top:14px;right:0;font-size:14px;color:#333333;line-height:20px;font-style:normal}.ds_nc_indexnewlist .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.ds_nc_specialobjbox{padding-top:32px}.ds_nc_specialobjbox .cur{cursor:pointer}.ds_nc_specialobjbox .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_specialobjbox .titlebox{background:#f2f2f2;border-radius:4px;height:40px;padding-left:21px;line-height:40px;position:relative}.ds_nc_specialobjbox .titlebox i{display:inline-block;background:#1e72de;width:3px;height:16px;vertical-align:middle}.ds_nc_specialobjbox .titlebox .titlename{font-size:16px;color:#333333;height:30px;line-height:30px;margin-left:6px;vertical-align:middle}.ds_nc_specialobjbox .titlebox .titleboxright{position:absolute;top:0;right:0}.ds_nc_specialobjbox .titlebox .titleboxright h6{display:inline-block;font-size:14px;color:#333333;text-align:right;line-height:30px}.ds_nc_specialobjbox .titlebox .titleboxright h6 b{font-weight:normal}.ds_nc_specialobjbox .special_contentbox .spe_item{position:relative;height:46px;line-height:46px;padding-left:22px;box-sizing:border-box;background:#f6f6f6}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose{display:inline-block;width:62px;font-size:16px;color:#4b4b4b;line-height:22px;margin-left:5px;padding-left:25px}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose1{background:url(/dsfa/res/dsf_styles/themes/nc/spe_1.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose2{background:url(/dsfa/res/dsf_styles/themes/nc/spe_2.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose3{background:url(/dsfa/res/dsf_styles/themes/nc/spe_3.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose4{background:url(/dsfa/res/dsf_styles/themes/nc/spe_4.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose5{background:url(/dsfa/res/dsf_styles/themes/nc/spe_5.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objname{display:inline-block}.ds_nc_specialobjbox .special_contentbox .spe_item .objname span{max-width:232px;height:24px;line-height:24px;font-size:16px;color:#4b4b4b;vertical-align:middle}.ds_nc_specialobjbox .special_contentbox .spe_item .objname i{font-style:normal;display:inline-block;vertical-align:middle;border:1px solid #d40000;box-sizing:border-box;background:#fff;color:#d40000;border-radius:4px;font-size:14px;width:48px;text-align:center;height:24px;line-height:24px;margin-left:6px}.ds_nc_specialobjbox .special_contentbox .spe_item .objname .require0{color:#2a93fd;border-color:#2a93fd}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon{position:absolute;top:0;right:0}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .tecname{display:inline-block;vertical-align:middle}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .record{display:inline-block;vertical-align:middle;width:110px;text-align:center;height:30px;line-height:30px;border:1px solid #c90c0a;border-radius:6px;color:#c90c0a;margin-left:13px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .time{font-size:16px;color:#acacac;display:inline-block;width:89px;text-align:center;margin-left:22px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .classhour{font-size:16px;color:#acacac;display:inline-block;width:89px;text-align:center}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox{display:inline-block;margin-left:6px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox .speedcon{position:relative;display:inline-block;width:100px;height:12px;vertical-align:middle;background:#ffe9e9;border-radius:7px;overflow:hidden}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox .speedcon b{display:inline-block;height:100%;position:absolute;top:0;left:0;border-radius:7px;background-image:linear-gradient(90deg, #febab7 0%, #fb837b 100%)}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox i{display:inline-block;vertical-align:middle;margin-left:5px;font-size:16px;width:60px;color:#c90c0a;font-style:normal}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .btnchoose{display:inline-block;font-size:16px;color:#ffffff;margin-right:6px;width:108px;height:30px;line-height:30px;text-align:center;border-radius:3px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .btnchoose0{background:#f15735}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .btnchoose1{background:#b2b2b2}.ds_nc_specialobjbox .special_contentbox .spe_item .rightonlytext{width:0;position:absolute;top:0;right:132px;background:#fff;padding:0}.ds_nc_specialobjbox .special_contentbox .spe_item:hover{padding:0 8px 0px 1px;background:#ffffff;box-shadow:0 2px 7px 0 rgba(0,0,0,0.1)}.ds_nc_specialobjbox .special_contentbox .spe_item:hover .rightonlytext{width:584px;padding-left:20px}.ds_nc_course_head .course-header-wrap{width:100%;padding:50px 0;background:url("/dsfa/res/dsf_styles/themes/nc/famous_teacher.png");background-size:100% 100%}.ds_nc_course_head .course-inner{width:100%;max-width:1200px;margin:auto;padding:10px 0;font-family:Verdana, Geneva, Tahoma, sans-serif;position:relative}.ds_nc_course_head .course-img-wrap{width:28%;max-height:250px;max-width:334px;box-sizing:border-box;overflow:hidden;float:left}.ds_nc_course_head .course-default-img-wrap{height:248px}.ds_nc_course_head .course-img-wrap img{width:100%;height:248px;box-sizing:border-box}.ds_nc_course_head .course-info-wrap{margin-left:375px;height:100%}.ds_nc_course_head .course-info-title{font-size:24px;color:#ffffff;font-weight:normal;line-height:30px;padding-bottom:18px;position:relative}.ds_nc_course_head .course-ipt{color:#fff;font-size:14px;font-weight:normal;width:45px;height:24px;line-height:24px;text-align:center;display:inline-block;border:1px solid #ffffff;border-radius:6px;float:left;margin-top:2px;margin-right:10px}.ds_nc_course_head .course-title{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_nc_course_head .d-icon{display:inline-block}.ds_nc_course_head .d-fx{width:24px;height:24px;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_fx.png");background-size:24px 24px}.ds_nc_course_head .d-xj{width:20px;height:24px;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_xj.png");background-size:20px 24px}.ds_nc_course_head .d-ks{width:20px;height:24px;margin-top:4px !important;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_ks.png");background-size:20px 24px}.ds_nc_course_head .d-wh{width:14px;height:14px;margin-left:-6px;margin-top:2px !important;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_wh.png");background-size:14px 14px}.ds_nc_course_head .course-study-state{color:#fff;font-size:14px;display:inline-block;position:absolute;right:0;top:0}.ds_nc_course_head .course-study-state span{float:left;cursor:pointer;margin-right:10px;display:inline-block}.ds_nc_course_head .course-study-state span:hover{color:#f8f8f8;opacity:0.8}.ds_nc_course_head .course-study-state span i{margin-top:3px;margin-right:3px;float:left}.ds_nc_course_head .course-detail-msg{display:block;width:100%;font-size:0;overflow:hidden}.ds_nc_course_head .course-detail-msg li{width:50%;padding:10px 0;display:inline-block}.ds_nc_course_head .msg-title,.ds_nc_course_head .msg-content{font-size:14px;color:#ffffff}.ds_nc_course_head .course-label-btn{font-size:0}.ds_nc_course_head .course-label-btn li{display:inline-block}.ds_nc_course_head .course-label-btn li:last-child{margin-right:0}.ds_nc_course_head .course-label-btn li button.label-btn{font-size:14px;color:#ffffff;text-align:center;width:76px;height:36px;line-height:36px;box-sizing:border-box;outline:none;margin-right:10px;border:1px solid #ffffff;border-radius:6px;background:transparent}.ds_nc_course_head .course-singUp{font-size:0;border:1px solid #c90c0a;border-radius:6px;display:inline-block;height:43px;line-height:43px;position:absolute;right:40px;bottom:12px}.ds_nc_course_head .course-reduce-person{font-size:14px;color:#ffffff;line-height:43px;display:inline-block;padding:0 25px;position:relative;top:-1px}.ds_nc_course_head .btn-singUp{font-size:16px;color:#ffffff;background:#c90c0a;padding:0 29px;border-radius:6px;outline:none;border:1px solid #c90c0a;height:45px;position:relative;top:-1px;right:-1px;cursor:pointer}.ds_nc_course_head .btn-singUp:hover{opacity:0.8}.ds_nc_course_head .btn-singUp:active{background:#d1110f}.ds_nc_course_head .course-has-pass{width:75px;height:75px;position:absolute;right:65px;bottom:85px}.ds_nc_course_head .course-has-pass .icon-pass{width:100%;height:100%;display:block;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_pas.png") no-repeat;background-size:100%}.ds_nc_course_head .course-inner-default-padding{padding:10px}.ds_nc_course_head .course-info-wrap-default-margin{margin-left:280px}.dsf_nc_learnFile{padding:100px 0 0 !important;width:100%}.dsf_nc_learnFile .learnFile_header{background:url("/dsfa/res/dsf_styles/themes/nc/famous_teacher.png") no-repeat;background-size:100% 100%;padding:95px 0 44px;position:relative;z-index:-100}.dsf_nc_learnFile .learnFile_header .file_header{width:1200px;margin:0 auto}.dsf_nc_learnFile .learnFile_header .file_header h4{font-size:55px;color:#ffffff;text-align:center}.dsf_nc_learnFile .learnFile_header .file_header .learn_time{margin-top:40px;text-align:center;font-size:16px;color:#ffffff;line-height:136px;position:relative}.dsf_nc_learnFile .learnFile_header .file_header .learn_time img{position:absolute;left:50%;top:-20px;margin-left:-33px;width:136px;height:136px;z-index:-1}.dsf_nc_learnFile .learnFile_header .file_header .learn_time .learn_day{display:inline-block;width:136px;text-align:center;font-size:26px;color:#1e1e1e;line-height:36px;margin:0 4px 0}.dsf_nc_learnFile .learnFile_header .file_header .learn_info{margin-top:20px;display:flex;justify-content:space-between;font-size:16px;color:#e4e8eb;line-height:24px}.dsf_nc_learnFile .learnFile_header .file_header .learn_info span{font-size:24px}.dsf_nc_learnFile .layui-timeline{margin-top:68px;padding:70px 0 0 42px}.dsf_nc_learnFile .layui-timeline li:before{width:3px;background-color:#fa6400}.dsf_nc_learnFile .layui-timeline li:last-child:before{display:block !important}.dsf_nc_learnFile h5.line_time{position:absolute;width:94px;height:94px;background-color:#fa6400;border-radius:50%;text-align:center;line-height:94px;font-size:24px;color:#fff;top:-70px;left:-41px;z-index:100}.dsf_nc_learnFile .triangle{position:absolute;top:50%;left:-13px;margin-top:-14px;width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid red}.dsf_nc_learnFile .task{display:flex;height:62px;padding:3px 2px 3px 0;background:#fa6400;border-radius:6px;position:relative}.dsf_nc_learnFile .task .time_node{position:absolute;left:-46px;top:22px;width:22px;height:22px;background-color:#fa6400;border-radius:50%}.dsf_nc_learnFile .task .triangle{border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid #fa6400}.dsf_nc_learnFile .task .task_title{width:80px;font-size:16px;text-align:center;color:#ffffff;line-height:62px}.dsf_nc_learnFile .task .task_info{display:flex;width:100%;font-size:16px;color:#666666;line-height:55px;background:#ffffff;border-radius:0 6px 6px 0}.dsf_nc_learnFile .task .task_info li{list-style:none;margin:0 30px 0 0 !important}.dsf_nc_learnFile .task .task_info li span{font-size:24px;color:#c90c0a}.dsf_nc_learnFile .task .task_tags{position:absolute;top:0;right:22px;font-size:16px;color:#1e72de;line-height:70px}.dsf_nc_learnFile .task .task_tags span{display:none}.dsf_nc_learnFile .task .task_tags span.passing{display:inline-block}.dsf_nc_learnFile .task .task_tags span.not_passing{display:inline-block;color:#333}.dsf_nc_learnFile .detail{margin-top:16px;display:flex;height:166px;padding:3px 2px 3px 0;background-color:#e4e8eb;border-radius:6px;position:relative}.dsf_nc_learnFile .detail .triangle{border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid #e4e8eb}.dsf_nc_learnFile .detail .detail_title{width:80px;font-size:16px;color:#333333;text-align:center;line-height:168px}.dsf_nc_learnFile .detail .detail_info{display:flex;flex-wrap:wrap;width:100%;background-color:#fff;border-radius:0 6px 6px 0}.dsf_nc_learnFile .detail .detail_info li{flex-shrink:0;list-style:none;width:33.33%;display:flex}.dsf_nc_learnFile .detail .detail_info li .img_wrap{width:42px;height:42px;margin-right:14px}.dsf_nc_learnFile .detail .detail_info li dl{color:#666}.dsf_nc_learnFile .detail .detail_info li dl dt span{font-size:16px;color:#c90c0a;line-height:22px !important}.dsf_nc_learnFile .detail .detail_info li dl dt span:nth-of-type(1){font-size:24px}.dsf_nc_learnFile .detail .detail_info li dl dd{font-size:14px}.ds_nc_studentsaid .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_studentsaid .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_studentsaid .layui-carousel-ind ul{background-color:transparent}.ds_nc_studentsaid .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_studentsaid .serchbox{position:relative;height:107px;margin-top:2px}.ds_nc_studentsaid .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%}.ds_nc_studentsaid .serchbox .leftbox span .leftimg{display:block;width:42px;height:42px}.ds_nc_studentsaid .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_studentsaid .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_studentsaid .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_studentsaid .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box;float:left}.ds_nc_studentsaid .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:#c90c0a;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_studentsaid .serchbox .rightbox span .rightimg{display:block;width:21px;height:22px;margin:13px auto}.ds_nc_studentsaid .stusaidlistbox{min-height:400px}.ds_nc_studentsaid .stusaidlistbox .stus_item{border-bottom:1px solid #e8e8e8;position:relative;box-sizing:border-box;padding:15px 0 14px 0}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .leftimgbox{width:26px;height:26px;border-radius:50%;overflow:hidden;display:inline-block;vertical-align:middle}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .leftimgbox img{width:100%;height:100%}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .s_name{margin-left:6px;display:inline-block;width:64px;font-size:16px;color:#4b4b4b}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .saidcontent{margin-left:20px;max-width:300px;cursor:pointer;color:#4b4b4b;font-size:16px}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox{box-sizing:border-box;position:absolute;right:0;top:19px}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox h5{display:inline-block;width:72px;text-align:left}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:20px;height:13px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox h5 span{vertical-align:middle;font-size:14px;color:#666666;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox em{margin-left:80px;font-size:16px;color:#acacac;line-height:20px;font-style:normal}.ds_nc_studentsaid .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.dsf_nc_assessment .assessment-wrap{color:#333;font-size:16px;font-family:Verdana, Geneva, Tahoma, sans-serif;padding:15px 0 30px;width:100%}.dsf_nc_assessment .ament-inner{max-width:1200px;margin:auto}.dsf_nc_assessment .ament-com-title{font-size:0;padding:30px 0 10px;font-weight:normal;margin:0}.dsf_nc_assessment .ament-com-title1{padding-top:0;margin-top:-20px}.dsf_nc_assessment .ament-com-title-name{font-size:16px;color:#333333;padding-left:12px;font-weight:600;line-height:30px;text-align:left;width:84px;display:inline-block;position:relative}.dsf_nc_assessment .ament-com-title-desc{font-size:16px}.dsf_nc_assessment .ament-com-title-name::before{content:"";position:absolute;left:0;top:7px;width:3px;height:16px}.red-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#ff7200}.blue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#3c8ddb}.green-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#4daf7b}.orange-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#ffb142}.darkred-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#c60100}.darkblue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#37f}.elep-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#2787EE}.elep-red-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#ff7200}.nmRed-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#e51c16}.hdBlue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#2495c7}.zydxRed-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#cd0911}.gzgb-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#942320}.ct-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#303987}.zgyc-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#007c5d}.hbBlue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#1A66B1}.nx-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#1b82d2}.dingtalk-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#3C8AF8}.dsf_nc_assessment .ament-content{margin:0 96px}.dsf_nc_assessment .ament-content-title{font-size:16px;color:#666666;font-weight:normal;padding-bottom:10px;padding-top:20px}.dsf_nc_assessment .ament-progress-wrap{padding:15px 0;position:relative}.dsf_nc_assessment .layui-progress{height:20px}.dsf_nc_assessment .layui-progress-bar{height:100%}.dsf_nc_assessment .layui-progress-big,.dsf_nc_assessment .layui-progress-big .layui-progress-bar{height:20px;line-height:16px}.dsf_nc_assessment .default-progress{margin:0 140px 0 100px}.dsf_nc_assessment .ament-progress-name,.dsf_nc_assessment .ament-progress-desc{font-size:16px;color:#666666}.dsf_nc_assessment .ament-progress-name{padding-left:15px;float:left;position:relative}.dsf_nc_assessment .ament-progress-name::before{content:"";position:absolute;top:7px;left:-5px;width:10px;height:10px;border-radius:50%}.dsf_nc_assessment .default-name-bg-color-pink::before{background:#fa5151}.dsf_nc_assessment .default-name-bg-color-blue::before{background:#2a93fd}.dsf_nc_assessment .ament-progress-desc{position:absolute;right:0;top:15px}.dsf_nc_assessment .default-progress-bg-pink{background:#ffe9e9}.dsf_nc_assessment .default-progress-bg-blue{background:#f1f1f1}.dsf_nc_assessment .default-progress-bar-bg-blue{background:#2a93fd}.dsf_nc_assessment .default-progress-bar-bg-pink{background-image:linear-gradient(90deg, #febab7 0%, #fb837b 100%);border-radius:10px}.dsf_nc_assessment .ament-con-btn-wrap{padding:20px 0 10px;text-align:center}.dsf_nc_assessment .ament-con-btn-wrap span{display:inline-block;width:160px;height:40px;margin-right:30px;cursor:pointer}.dsf_nc_assessment .ament-con-btn-wrap span:last-child{margin-right:0}.dsf_nc_assessment .d-ament-icon{width:100%;height:100%;display:inline-block;position:relative}.dsf_nc_assessment .icon-ament-xj{background:url(/dsfa/res/dsf_styles/themes/nc/c_icon_zxxj.png) no-repeat;background-size:100%}.dsf_nc_assessment .icon-ament-xj-off{cursor:default}.dsf_nc_assessment .icon-ament-xj-off::before{content:"";background:rgba(216,216,216,0.8);border-radius:6px;position:absolute;top:0;right:0;bottom:0;left:0}.dsf_nc_assessment .icon-ament-ks-off{cursor:default}.dsf_nc_assessment .icon-ament-ks-off::before{content:"";background:rgba(216,216,216,0.7);border-radius:6px;position:absolute;top:0;right:0;bottom:0;left:0}.dsf_nc_assessment .icon-ament-ks{background:url(/dsfa/res/dsf_styles/themes/nc/c_icon_jyks.png) no-repeat;background-size:100%}.dsf_nc_assessment .ament-remind{font-size:14px;color:#ef2f2f;width:353px;text-align:left;margin-left:auto;margin-right:auto}.dsf_nc_assessment .ament-fraction{width:350px;margin-left:auto;margin-right:auto}.dsf_nc_assessment .ament-fraction span{display:inline-block;width:160px;height:40px;margin-right:30px;text-align:center}.dsf_nc_assessment .ament-fraction span:last-child{margin:0}.dsf_nc_assessment .ament-ksZh-img-wrap{width:554px;height:410px;display:block;margin:30px auto 0;background:url(/dsfa/res/dsf_styles/themes/nc/c_icon_kszs.png) no-repeat;background-size:100%;position:relative}.dsf_nc_assessment .d-icon-ksZs-unShow{content:"";position:absolute;top:0;left:0;bottom:0;width:100%;background:rgba(255,255,255,0.9)}.nc_video_siderbox{transition:0.5s;position:absolute;top:0;right:-372px;z-index:200;display:none}.nc_video_siderbox .vleft{position:absolute;top:50%;left:-82px;transform:translate(0, -50%);background:rgba(0,0,0,0.73);color:#fff;height:320px;width:70px;text-align:center}.nc_video_siderbox .vleft .nc_video_sideritem{height:23%;padding-top:20px;box-sizing:border-box}.nc_video_siderbox .vleft .nc_video_sideritem p{display:inline-block;box-sizing:border-box;cursor:pointer}.nc_video_siderbox .vleft .nc_video_sideritem p i{display:inline-block;width:27px;height:27px}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg0{width:25px;height:23px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_01.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg1{width:25px;height:28px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_02.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg2{width:28px;height:25px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_03.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg3{width:26px;height:30px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_04.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p span{display:block}.nc_video_siderbox .vright{width:372px;height:500px;background:#111111}.nc_video_siderbox .vright .vright_isshow{position:absolute;top:50%;left:6px;z-index:6;transform:translate(0, -50%);font-family:SimSun;font-size:47px;color:#b2b2b2;height:32px;line-height:32px;cursor:pointer}.nc_video_siderbox .vright .saidbox{height:100%}.nc_video_siderbox .vright .saidbox .saiditem{display:none;height:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle{position:relative;padding-top:20px;padding-left:15px}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle span{font-size:18px;color:#ffffff;padding:10px;padding-left:39px}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle .bg1{background:url(/dsfa/res/dsf_styles/themes/nc/videor_01.png) no-repeat left center}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle .bg2{background:url(/dsfa/res/dsf_styles/themes/nc/videor_02.png) no-repeat left center}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle i{position:absolute;top:18px;right:14px;display:inline-block;width:19px;height:20px;background:url(/dsfa/res/dsf_styles/themes/nc/assignment/naindu.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain{height:calc(100% - 85px);overflow-y:auto}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1{margin-top:20px;padding-left:20px;padding-right:10px;margin-right:12px;box-sizing:border-box}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem{margin-bottom:11px;padding-bottom:20px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title{position:relative;padding-left:40px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .isrequire{position:absolute;top:0;left:0;border-radius:4px;width:40px;height:24px;text-align:center;line-height:24px;color:#fff;font-size:13px;letter-spacing:1px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .isrequire1{background:#c90c0a}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .isrequire0{background:#2a93fd}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right{padding-left:9px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right p{font-size:16px;color:#ffffff;line-height:22px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right p i{float:right;width:20px;height:20px;background:url(/dsfa/res/dsf_styles/themes/nc/gou.png) no-repeat left center}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right h6{font-size:16px;color:#b2b2b2;line-height:22px;margin-top:7px;padding-right:12px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right h6 i{transition:0.5s;float:right;font-style:normal;font-family:simsun;color:#b2b2b2;font-size:24px;transform:rotate(89deg);cursor:pointer;height:20px;line-height:20px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right h6 .act{transform:rotate(270deg)}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content{display:none}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem{color:#fff;width:273px;height:40px;padding-left:10px;box-sizing:border-box;line-height:40px;background:#505050;border-radius:6px;margin-top:10px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem i{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/gou.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .lineicon0{background:url(/dsfa/res/dsf_styles/themes/nc/bing.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .lineicon1{background:url(/dsfa/res/dsf_styles/themes/nc/gou.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .lineicon2{width:23px;height:19px;background:url(/dsfa/res/dsf_styles/themes/nc/videoplay.png) no-repeat left center;background-size:100% 100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .text3{width:100px;font-size:14px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .time4{font-size:14px;color:#e4e8eb;float:right;margin-right:10px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .text5{width:56px;font-size:14px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .Classhour{font-size:14px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .mark{float:right;margin-right:10px;color:#fe9d0c}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .act{cursor:pointer;text-decoration:underline}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .additional{font-size:18px;color:#ffffff;margin:20px 0px 15px 10px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem:hover{cursor:pointer;background:#6d7278;width:290px;padding-left:20px;padding-right:7px;transform:translateX(-10px)}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem{border-bottom:1px solid #444}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2{margin-top:20px;padding-left:44px;padding-right:10px;margin-right:12px;box-sizing:border-box}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 p{font-size:16px;color:#ffffff}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papertit{font-size:14px;color:#b2b2b2;position:relative}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papertit h6{margin-top:10px;letter-spacing:1px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papertit span{position:absolute;right:0;top:0;letter-spacing:1px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papercon{font-size:14px;color:#ffffff;line-height:20px;margin-top:8px;letter-spacing:1px;text-align:justify}.nc_video_siderboxact{transform:translatex(-372px);display:none}.ds_famous_teacher{background:#f2f2f2}.ds_famous_teacher .course-header-wrap{overflow:hidden}.ds_famous_teacher .course-header-wrap .famous-teacher-job{font-size:16px;color:#ffffff;line-height:30px;padding:10px 15px;border-radius:24px;background:#f15735;display:inline-block}.ds_famous_teacher .course-header-wrap .famous-teacher-course{font-size:0;padding:20px 0 25px}.ds_famous_teacher .course-header-wrap .famous-teacher-course li{font-size:14px;color:#ffffff;display:inline-block;margin-right:30px}.ds_famous_teacher .course-header-wrap .famous-teacher-course li:last-child{margin-right:0}.ds_famous_teacher .course-header-wrap .famous-teacher-course li b{font-size:20px;font-weight:normal}.ds_famous_teacher .course-header-wrap .sing-read-btn{color:#ffffff;font-size:16px;text-align:center;width:120px;height:45px;background:transparent;line-height:43px;border-radius:3px;cursor:pointer;border:1px solid #ffffff}.ds_famous_teacher .course-header-wrap .sing-read-btn:active{opacity:0.8}.ds_famous_teacher .famous-teacher-content{width:1200px;margin:0 auto}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item{background:#fff;margin-top:12px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-com-title{color:#d40000;font-size:20px;background:#ffffff;border:1px solid #eeeeee;box-shadow:0 5px 7px 0 #efefef;position:relative;height:60px;line-height:60px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-com-title span{text-align:center;display:inline-block;width:110px;margin-left:10px;position:relative}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-com-title span::after{content:"";width:110px;height:3px;background:#d40000;position:absolute;bottom:0;left:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail{padding:30px 20px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-item-btn{font-size:14px;color:#c90c0a;padding:0 15px;text-align:center;height:30px;line-height:30px;border:1px solid #c90c0a;background:transparent;border-radius:5px;margin-right:20px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-item-btn:last-child{margin-right:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-item-desc{font-size:14px;color:#333333;line-height:30px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort{position:relative}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits{font-size:0;margin-top:-12px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li{font-size:14px;color:#333333;letter-spacing:0;margin-right:70px;display:inline-block}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li:last-child{margin-right:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-title{margin-right:4px;cursor:pointer}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons{position:relative;top:-2px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons .icon{color:#666;font-size:10px;position:absolute;margin-bottom:-6px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons .icon-shangjiantou{top:-1px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons .icon-xiajiantou{bottom:-2px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits .sort-tits-active{color:#d40000}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits .sort-tits-active .sort-icons .icon{color:#d40000}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-total{position:absolute;top:0;right:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-total span{color:#d60c0c}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .course-wrap .item{margin:0 4.4% !important}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .course-wrap .item .item-desc .title-wrap b{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dsf_nc_syxys{width:100%;background-color:#ea4d4d;position:relative}.dsf_nc_syxys .ds_nc_moduleTitle{width:100%}.dsf_nc_syxys .ds_nc_moduleTitle .module_title{color:#fff !important}.dsf_nc_syxys .light_mask{position:absolute;left:0;bottom:0;width:100%;height:261px;background-image:url("/dsfa/res/dsf_styles/themes/nc/light_mask.png");z-index:1}.dsf_nc_syxys .nc_syxys{display:flex;width:1200px;margin:0 auto;padding:28px 0 95px;position:relative;z-index:100}.dsf_nc_syxys .nc_syxys .syxys_title{color:#ffffff;text-align:center}.dsf_nc_syxys .nc_syxys .syxys_title h5{width:326px}.dsf_nc_syxys .nc_syxys .syxys_title h5 img{width:100%}.dsf_nc_syxys .nc_syxys .syxys_title h6{margin-top:20px;font-size:30px;line-height:42px}.dsf_nc_syxys .nc_syxys .syxys_title button{margin:13px auto 0;display:block;font-size:16px;line-height:22px;border:none;padding:9px 30px;background-color:#fcd116;border-radius:5px;color:#fff;cursor:pointer}.dsf_nc_syxys .nc_syxys .syxys_title p{margin-top:16px;font-size:12px;line-height:17px}.dsf_nc_syxys .nc_syxys .xus_list{display:flex}.dsf_nc_syxys .nc_syxys .xus_list li{width:366px;margin-left:32px;font-size:14px;padding:15px;box-sizing:border-box;background-color:#fff;cursor:pointer}.dsf_nc_syxys .nc_syxys .xus_list li .item_title{overflow:hidden;color:#666}.dsf_nc_syxys .nc_syxys .xus_list li .item_title div{margin-right:13px;width:37px;height:37px;border-radius:50%;float:left}.dsf_nc_syxys .nc_syxys .xus_list li .item_title div img{width:100%;border-radius:50%}.dsf_nc_syxys .nc_syxys .xus_list li .item_title span{display:inline-block;padding:11px 0}.dsf_nc_syxys .nc_syxys .xus_list li .item_title span:nth-of-type(2){float:right}.dsf_nc_syxys .nc_syxys .xus_list li h6{font-family:PingFangSC-Medium;margin-top:15px;font-size:16px;color:#333333;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:bold}.dsf_nc_syxys .nc_syxys .xus_list li .item_content{font-family:PingFangSC-Regular;margin-top:34px;color:#666666;text-align:justify;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;height:60px}.dsf_nc_syxys .nc_syxys .xus_list li .item_content>p:nth-of-type(1){margin:0 !important;line-height:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important}.dsf_nc_syxys .nc_syxys .xus_list li .item_content>p:nth-of-type(1) span{overflow:hidden !important;text-overflow:ellipsis !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important}.dsf_nc_syxys .nc_syxys .xus_list li .click_num{margin-top:26px;color:#6d6d6d;line-height:20px}.dsf_nc_syxys .nc_syxys .xus_list li .click_num span{color:#2a93fd}.dsf_nc_syxys .nc_syxys .xus_loadMore{position:absolute;width:30px;padding:16px 0;top:50%;right:1.4%;margin-top:-60px;cursor:pointer}.dsf_nc_newsDetail{width:792px;min-height:268px;margin:0 auto;overflow:hidden}.dsf_nc_newsDetail .news_wrap{padding:30px 20px;box-sizing:border-box;color:#333333}.dsf_nc_newsDetail .news_wrap .news_title{font-size:28px;line-height:40px;text-align:center;font-weight:500}.dsf_nc_newsDetail .news_wrap .subtitle{text-align:center;font-size:22px}.dsf_nc_newsDetail .news_wrap .news_info{padding-bottom:8px;margin-top:22px;font-size:14px;overflow:hidden;border-bottom:1px solid #cccccc;text-align:center;position:relative}.dsf_nc_newsDetail .news_wrap .news_info span:nth-of-type(1){margin-right:0px}.dsf_nc_newsDetail .news_wrap .news_info span:nth-of-type(2){margin-right:0px}.dsf_nc_newsDetail .news_wrap .news_info span:nth-of-type(2) img{width:30px;vertical-align:middle;margin-right:10px}.dsf_nc_newsDetail .news_wrap .news_info span:last-child{position:absolute;right:6px;margin:0}.dsf_nc_newsDetail .news_wrap .news_info span:last-child i{display:inline-block;vertical-align:middle;width:20px;height:13px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;margin:-2px 4px 0 0}.dsf_nc_newsDetail .news_wrap .news_content{padding:34px 14px;font-size:14px;line-height:30px;text-indent:2em}.dsf_nc_newsDetail .news_wrap .buttons_edit{display:flex;justify-content:center}.dsf_nc_newsDetail .news_wrap .buttons_edit li{font-size:14px;padding:6px 30px;border:2px solid #d2d2d2;border-radius:6px;margin:0 6%;cursor:pointer}.dsf_nc_newsDetail .news_wrap .buttons_edit li i{vertical-align:middle;margin-right:6px}.dsf_nc_newsDetail .news_wrap .buttons_edit li:nth-of-type(1) i{vertical-align:text-bottom}.dsf_nc_nmDetail{width:1200px;margin:0 auto;overflow:hidden;box-sizing:border-box}.dsf_nc_nmDetail .ds_nc_title_bar{padding-top:40px;padding-bottom:20px;background:url(themes/img/line01.png) left bottom no-repeat;background-size:100% auto;display:flex;align-items:flex-end}.dsf_nc_nmDetail .ds_nc_title_bar span{font-size:16px !important;color:#333;cursor:pointer}.dsf_nc_nmDetail .ds_nc_title_bar span:hover{color:#c62f26}.dsf_nc_nmDetail .ds_nc_title_bar span:last-child{color:#c62f26}.dsf_nc_nmDetail .ds_nc_title_bar .dot{display:inline-block;width:4px;height:4px;background:black;border-radius:50%;margin:0 10px;margin-bottom:5px}.dsf_nc_nmDetail .news_wrap{padding:30px 20px;box-sizing:border-box;color:#333333}.dsf_nc_nmDetail .news_wrap .news_title{font-size:28px;line-height:40px;text-align:center;font-weight:500}.dsf_nc_nmDetail .news_wrap .news_info{display:flex;justify-content:center;align-items:center;color:#666;font-size:16px;margin-top:20px}.dsf_nc_nmDetail .news_wrap .news_info span{height:16px;line-height:16px;margin:0px 30px}.dsf_nc_nmDetail .news_wrap .news_info span i{margin-right:5px}.dsf_nc_nmDetail .news_wrap .news_info span:last-child{display:flex;align-items:center}.dsf_nc_nmDetail .news_wrap .news_info span:last-child i{display:inline-block;vertical-align:middle;width:20px;height:13px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;margin:-2px 4px 0 0}.dsf_nc_nmDetail .news_wrap .news_info span{display:flex;align-items:center}.dsf_nc_nmDetail .news_wrap .news_info span .ren_icon{display:inline-block;vertical-align:middle;width:18px;height:17px;background:url(/dsfa/res/dsf_styles/themes/nc/i-ren.png) no-repeat;background-size:100% 100%}.dsf_nc_nmDetail .news_wrap .news_info span .time_icon{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/i-time3.png) no-repeat;background-size:100% 100%}.dsf_nc_nmDetail .news_wrap .news_contnet{padding:34px 14px;font-size:14px;line-height:30px;text-indent:2em}.dsf_nc_nmDetail .news_wrap .buttons_edit{display:flex;justify-content:center}.dsf_nc_nmDetail .news_wrap .buttons_edit li{font-size:14px;padding:6px 30px;border:2px solid #d2d2d2;border-radius:6px;margin:0 6%;cursor:pointer}.dsf_nc_nmDetail .news_wrap .buttons_edit li i{vertical-align:middle;margin-right:6px}.dsf_nc_nmDetail .news_wrap .buttons_edit li:nth-of-type(1) i{vertical-align:text-bottom}.dsf_nc_latestNews .newest_news{box-sizing:border-box;padding:84px 16px 0}.dsf_nc_latestNews .newest_news .module_header{border-bottom:1px solid #ccc;font-size:16px;color:#000;line-height:32px}.dsf_nc_latestNews .newest_news .module_header h6{display:inline-block;border-bottom:3px solid #ea4d4d;margin-bottom:-1.5px}.dsf_nc_latestNews .newest_news .news_list{padding-top:12px;font-size:14px;line-height:20px}.dsf_nc_latestNews .newest_news .news_list li{cursor:pointer;padding:6px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsf_nc_latestNews .newest_news .news_list li span{display:inline-block;padding:0 4px;text-align:center;background-color:#999999;margin-right:4px;border-radius:4px;color:#fff}.dsf_nc_latestNews .newest_news .news_list li:nth-of-type(1) span,.dsf_nc_latestNews .newest_news .news_list li:nth-of-type(2) span,.dsf_nc_latestNews .newest_news .news_list li:nth-of-type(3) span{background-color:#d40000}.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li span{width:70px;padding:0}.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li:nth-of-type(1) span,.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li:nth-of-type(2) span,.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li:nth-of-type(3) span{background-color:#999999}.ds_nc_indexchannel .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_indexchannel .ell3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_nc_indexchannel .layui-btn-sm{border-radius:6px;margin-right:20px;cursor:default}.red-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#c62f26}.blue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#1a66b1}.green-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#189a5a}.orange-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#fc7001}.darkred-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#c60100}.darkblue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#2b6be2}.elep-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#2787EE}.elep-red-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#9C0105}.nmRed-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#cd0911}.gzgb-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#942320}.ct-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#303987}.zgyc-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#1A66B1}.nx-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#3C8AF8}.red-theme .ds_nc_indexchannel .layui-btn-sm{color:#c62f26}.blue-theme .ds_nc_indexchannel .layui-btn-sm{color:#1a66b1}.green-theme .ds_nc_indexchannel .layui-btn-sm{color:#189a5a}.orange-theme .ds_nc_indexchannel .layui-btn-sm{color:#fc7001}.darkred-theme .ds_nc_indexchannel .layui-btn-sm{color:#c60100}.darkblue-theme .ds_nc_indexchannel .layui-btn-sm{color:#2b6be2}.elep-theme .ds_nc_indexchannel .layui-btn-sm{color:#2787EE}.elep-red-theme .ds_nc_indexchannel .layui-btn-sm{color:#9C0105}.nmRed-theme .ds_nc_indexchannel .layui-btn-sm{color:#e51c16}.hdBlue-theme .ds_nc_indexchannel .layui-btn-sm{color:#2495c7}.zydxRed-theme .ds_nc_indexchannel .layui-btn-sm{color:#cd0911}.gzgb-theme .ds_nc_indexchannel .layui-btn-sm{color:#942320}.ct-theme .ds_nc_indexchannel .layui-btn-sm{color:#303987}.zgyc-theme .ds_nc_indexchannel .layui-btn-sm{color:#007c5d}.hbBlue-theme .ds_nc_indexchannel .layui-btn-sm{color:#1A66B1}.nx-theme .ds_nc_indexchannel .layui-btn-sm{color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel .layui-btn-sm{color:#3C8AF8}.ds_nc_indexchannel .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_indexchannel .layui-carousel-ind ul{background-color:transparent}.ds_nc_indexchannel .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_indexchannel .serchbox{position:relative;height:107px;margin-top:10px}.ds_nc_indexchannel .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.ds_nc_indexchannel .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_indexchannel .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_indexchannel .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_indexchannel .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_indexchannel .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_indexchannel .newslistbox .news_item{padding:27px 0 33px 0;border-bottom:1px solid #e8e8e8;position:relative;padding-left:252px;box-sizing:border-box;height:249px}.ds_nc_indexchannel .newslistbox .news_item .leftimgbox{width:252px;height:189px;border-radius:4px;overflow:hidden;position:absolute;top:27px;left:0;cursor:pointer}.ds_nc_indexchannel .newslistbox .news_item .leftimgbox img{width:100%;height:100%}.ds_nc_indexchannel .newslistbox .news_item .rightconbox{padding-left:19px;padding-top:7px;box-sizing:border-box;position:relative;height:100%}.ds_nc_indexchannel .newslistbox .news_item .rightconbox p{font-size:24px;color:#333333;height:33px;line-height:33px;cursor:pointer}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h6{font-size:14px;color:#333333;line-height:30px;margin-top:19px;text-align:justify}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h5{position:absolute;right:0;bottom:10px}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:14px;height:18px;background:url(/dsfa/res/dsf_styles/themes/nc/dingyue.png) no-repeat;background-size:100% 100%;vertical-align:middle}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h5 span{vertical-align:middle;font-size:14px;color:#666666;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_indexchannel .newslistbox .news_item .rightconbox .rightcon2{right:60px}.ds_nc_indexchannel .newslistbox .news_item .rightconbox .rightcon2 i{width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%}.ds_nc_indexchannel .newslistbox .news_item .rightconbox .choosebtns{position:absolute;bottom:4px;width:79%;height:30px;overflow:hidden}.ds_nc_indexchannel .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.ds_nm_basedisplay_box{width:100%;min-width:1200px;height:790px;padding-top:30px;background:url(/dsfa/res/dsf_styles/themes/nc/sec-bg2.jpg) no-repeat;background-size:100% 100%}.ds_nm_basedisplay_box .ds_nm_basedisplay{cursor:pointer;top:134px;margin:0 auto;position:absolute;left:50%;transform:translateX(-50%)}.ds_nm_basedisplay_box .swiper-button-next{right:0}.ds_nm_basedisplay_box .swiper-button-prev{left:0}.ds_nm_basedisplay_box .swiper-button-next img,.ds_nm_basedisplay_box .swiper-button-prev img{float:right}.ds_nm_basedisplay_box .swiper-button-next:after,.ds_nm_basedisplay_box .swiper-button-prev:after{opacity:0;position:absolute;z-index:999}.ds_nm_basedisplay_box .ds_nc_titlebox{margin-top:0}.ds_nm_basedisplay_box .ds_nc_listitem{display:block;width:48%;float:left;height:50px;line-height:50px;border-bottom:#ccc 1px dotted;font-size:18px !important;color:#333;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.ds_nm_basedisplay_box .ds_nc_listitem .d-nmg{display:inline-block;width:20px;height:20px;background:url(themes/img/i-file.png) left center no-repeat;background-size:100% 100%;margin-right:10px}.ds_nm_basedisplay_box .ds_nc_listitem .item_font{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nm_basedisplay_box .ds_nc_listitem:hover{color:#da0000}.ds_nc_indexchannel_nm .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_indexchannel_nm .ell3{display:-webkit-box !important;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_nc_indexchannel_nm .layui-btn-sm{border-radius:6px;margin-right:20px;cursor:default}.red-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#c62f26}.blue-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#1a66b1}.green-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#189a5a}.orange-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#fc7001}.darkred-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#c60100}.darkblue-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#2b6be2}.elep-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#2787EE}.elep-red-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#9C0105}.nmRed-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#cd0911}.gzgb-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#942320}.ct-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#303987}.zgyc-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#1A66B1}.nx-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel_nm .layui-btn-sm{border-color:#3C8AF8}.red-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#c62f26}.blue-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#1a66b1}.green-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#189a5a}.orange-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#fc7001}.darkred-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#c60100}.darkblue-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#2b6be2}.elep-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#2787EE}.elep-red-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#9C0105}.nmRed-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#e51c16}.hdBlue-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#2495c7}.zydxRed-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#cd0911}.gzgb-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#942320}.ct-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#303987}.zgyc-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#007c5d}.hbBlue-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#1A66B1}.nx-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel_nm .layui-btn-sm{color:#3C8AF8}.ds_nc_indexchannel_nm .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_indexchannel_nm .layui-carousel-ind ul{background-color:transparent}.ds_nc_indexchannel_nm .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_indexchannel_nm .serchbox{position:relative;height:107px;margin-top:10px}.ds_nc_indexchannel_nm .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.red-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#c62f26}.blue-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#1a66b1}.green-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#189a5a}.orange-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#fc7001}.darkred-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#c60100}.darkblue-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#2b6be2}.elep-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#2787EE}.elep-red-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#9C0105}.nmRed-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#cd0911}.gzgb-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#942320}.ct-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#303987}.zgyc-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#1A66B1}.nx-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel_nm .serchbox .leftbox span{background-color:#3C8AF8}.ds_nc_indexchannel_nm .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_indexchannel_nm .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_indexchannel_nm .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_indexchannel_nm .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_indexchannel_nm .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel_nm .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_indexchannel_nm .newslistbox .news_item{padding:27px 0 33px 0;border-bottom:1px solid #e8e8e8;position:relative;padding-left:252px;box-sizing:border-box;height:249px}.ds_nc_indexchannel_nm .newslistbox .news_item .leftimgbox{width:252px;height:189px;border-radius:4px;overflow:hidden;position:absolute;top:27px;left:0;cursor:pointer}.ds_nc_indexchannel_nm .newslistbox .news_item .leftimgbox img{width:100%;height:100%}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox{padding-left:19px;padding-top:7px;box-sizing:border-box;position:relative;height:100%}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox p{font-size:24px;font-weight:400;color:#333333;height:33px;line-height:33px;cursor:pointer}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox p:hover{color:#c90c0a}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox h6{font-size:16px;color:#666;line-height:30px;margin-top:19px;text-align:justify;height:90px}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox h5{position:absolute;right:0;bottom:10px}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;vertical-align:middle}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox h5 span{vertical-align:middle;color:#666;font-size:14px;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .rightcon2{right:60px}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .rightcon2 i{width:18px;height:17px;background:url(/dsfa/res/dsf_styles/themes/nc/i-chuan.png) no-repeat;background-size:100% 100%}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .speaker{position:absolute;bottom:4px;width:79%;height:30px;overflow:hidden}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .speaker span{display:inline-block;height:17px;color:#666;font-size:14px}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .speaker span i{display:inline-block;top:3px;margin-right:3px;position:relative;width:18px;height:17px;background-size:100% 100%}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .speaker-icon{background:url(/dsfa/res/dsf_styles/themes/nc/i-ren.png) no-repeat}.ds_nc_indexchannel_nm .newslistbox .news_item .rightconbox .up-icon{background:url(/dsfa/res/dsf_styles/themes/nc/i-chuan.png) no-repeat}.ds_nc_indexchannel_nm .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.nc_classrightbox{width:358px;height:100%}.nc_classrightbox .righttop{text-align:center}.nc_classrightbox .righttop .righttopitem{display:inline-block;vertical-align:top;text-align:center}.nc_classrightbox .righttop .righttopitem p{display:inline-block;width:70px;height:70px;border-radius:6px;cursor:pointer}.nc_classrightbox .righttop .righttopitem .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/paiming.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p2{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/wenjuan.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p3{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/tongxunlu.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem span{margin-top:4px;display:block;font-size:16px;color:#333333}.nc_classrightbox .righttop>span{display:inline-block;height:30px;font-size:14px;line-height:30px;margin-top:4px}.layui-btn+.layui-btn{margin-left:15px}.btn-wrap{margin:40px 0 0 40px;text-align:center}.layui-btn-radius{border-radius:3px}.btn-default-bg-c{background:#ccc !important}.btn-default-bg-e{background:#d40000 !important}.btn-default-bg-p{background:#2dc278 !important}.btn-default-none-bg{text-align:left;margin:50px 40px 0 40px;position:absolute;bottom:20px;right:0;left:0}.btn-default-none-bg div{color:#333;background:transparent}.btn-default-none-bg div:last-child{float:right}.layui-btn+.layui-btn{margin-left:15px}.btn-wrap{margin:40px 0 0 40px;text-align:center}.layui-btn-radius{border-radius:3px}.btn-default-bg-c{background:#ccc !important}.btn-default-bg-e{background:#d40000 !important}.btn-default-bg-p{background:#2dc278 !important}.btn-default-none-bg{text-align:left;margin:50px 40px 0 40px;position:absolute;bottom:20px;right:0;left:0}.btn-default-none-bg div{color:#333;background:transparent}.btn-default-none-bg div:last-child{float:right}.righttopitem2{margin-left:60px;margin-right:60px}.nc_classrightbox{width:358px;height:100%}.nc_classrightbox .righttop{text-align:center}.nc_classrightbox .righttop .righttopitem{display:inline-block;vertical-align:top;text-align:center}.nc_classrightbox .righttop .righttopitem p{display:inline-block;width:70px;height:70px;border-radius:6px;cursor:pointer}.nc_classrightbox .righttop .righttopitem .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/paiming.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p2{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/wenjuan.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p3{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/tongxunlu.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem span{margin-top:4px;display:block;font-size:16px;color:#333333}.nc_classrightbox .righttop .righttopitem2{margin-left:60px;margin-right:60px}.nc_straightcontent{width:358px;height:100%}.nc_straightcontent .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_straightcontent .titlebox{position:relative}.nc_straightcontent .titlebox i{display:inline-block;width:3px;height:16px;vertical-align:middle;position:relative}.red-theme .nc_straightcontent .titlebox i{background-color:#ff7200}.blue-theme .nc_straightcontent .titlebox i{background-color:#3c8ddb}.green-theme .nc_straightcontent .titlebox i{background-color:#4daf7b}.orange-theme .nc_straightcontent .titlebox i{background-color:#ffb142}.darkred-theme .nc_straightcontent .titlebox i{background-color:#c60100}.darkblue-theme .nc_straightcontent .titlebox i{background-color:#37f}.elep-theme .nc_straightcontent .titlebox i{background-color:#2787EE}.elep-red-theme .nc_straightcontent .titlebox i{background-color:#ff7200}.nmRed-theme .nc_straightcontent .titlebox i{background-color:#e51c16}.hdBlue-theme .nc_straightcontent .titlebox i{background-color:#2495c7}.zydxRed-theme .nc_straightcontent .titlebox i{background-color:#cd0911}.gzgb-theme .nc_straightcontent .titlebox i{background-color:#942320}.ct-theme .nc_straightcontent .titlebox i{background-color:#303987}.zgyc-theme .nc_straightcontent .titlebox i{background-color:#007c5d}.hbBlue-theme .nc_straightcontent .titlebox i{background-color:#1A66B1}.nx-theme .nc_straightcontent .titlebox i{background-color:#1b82d2}.dingtalk-theme .nc_straightcontent .titlebox i{background-color:#3C8AF8}.nc_straightcontent .titlebox span{font-size:16px;color:#333333;line-height:30px;vertical-align:middle;margin-left:4px}.nc_straightcontent .titlebox b{display:inline-block;width:16px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/classroom/question.png) no-repeat;vertical-align:middle;border-radius:50%;margin-left:4px;cursor:pointer}.nc_straightcontent .rconbox{padding-left:10px;box-sizing:border-box}.nc_straightcontent .rconbox .todayitem{border-bottom:1px solid #f5f5f5;padding:13px 0}.nc_straightcontent .rconbox .todayitem p{display:inline-block;vertical-align:middle;font-size:16px;width:24px;height:21px;color:#666}.nc_straightcontent .rconbox .todayitem .p1{width:24px;text-align:center}.nc_straightcontent .rconbox .todayitem .p2{width:36px;height:36px;border-radius:50%;overflow:hidden;margin-left:6px}.nc_straightcontent .rconbox .todayitem .p2 img{width:100%;height:100%}.nc_straightcontent .rconbox .todayitem .p3{width:64px;overflow:hidden;margin-left:9px;color:#333;white-space:nowrap}.nc_straightcontent .rconbox .todayitem .p4{width:85px;text-align:center;overflow:hidden;white-space:nowrap;margin-left:8px}.nc_straightcontent .rconbox .todayitem .p5{width:80px;text-align:center;margin-left:1px}.nc_straightcontent .rconbox .todayitem0 .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/1.png) no-repeat;background-size:100% 100%}.nc_straightcontent .rconbox .todayitem1 .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/2.png) no-repeat;background-size:100% 100%}.nc_straightcontent .rconbox .todayitem2 .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/3.png) no-repeat;background-size:100% 100%}.dsf_nc_historyRecord{height:100%;box-sizing:border-box;padding:0 17px;background:#ffffff;box-shadow:0 2px 19px 0 rgba(198,198,198,0.5);border-radius:8px}.dsf_nc_historyRecord .historyRecord_title{padding:11px 0;font-size:16px;line-height:18px;color:#333333;overflow:hidden;border-bottom:1px solid #ebebeb}.dsf_nc_historyRecord .historyRecord_title b{display:inline-block;width:8px;height:18px;vertical-align:middle;margin-right:6px}.red-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#ff7200}.blue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#3c8ddb}.green-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#4daf7b}.orange-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#ffb142}.darkred-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#c60100}.darkblue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#37f}.elep-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#ff7200}.nmRed-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#942320}.ct-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#303987}.zgyc-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#1A66B1}.nx-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#1b82d2}.dingtalk-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#3C8AF8}.dsf_nc_historyRecord .historyRecord_title>span{font-family:PingFangSC-Semibold}.dsf_nc_historyRecord .historyRecord_title .class_total{float:right;font-size:14px;color:#333333}.dsf_nc_historyRecord .historyRecord_title .class_total span{font-size:20px}.red-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#ff7200}.blue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#3c8ddb}.green-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#4daf7b}.orange-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#ffb142}.darkred-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#c60100}.darkblue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#37f}.elep-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#ff7200}.nmRed-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#942320}.ct-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#303987}.zgyc-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#1A66B1}.nx-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#1b82d2}.dingtalk-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#3C8AF8}.dsf_nc_historyRecord .not_record{overflow:hidden;padding:16px 0 0;height:424px}.dsf_nc_historyRecord .not_record img{float:left;width:30px;height:30px;margin-right:4px}.dsf_nc_historyRecord .not_record p{font-size:14px;color:#333333;line-height:20px;padding:5px 0}.dsf_nc_historyRecord .not_record p span{color:#d40000;cursor:pointer}.dsf_nc_historyRecord .record_list li{margin-top:20px;font-size:14px;color:#333333;line-height:20px;cursor:pointer;overflow:hidden}.dsf_nc_historyRecord .record_list li .item_cover{float:left;width:30px;height:30px}.dsf_nc_historyRecord .record_list li p{float:left;width:198px;margin-left:6px}.dsf_nc_historyRecord .record_list li p span{display:none}.dsf_nc_historyRecord .record_list li p span.suffix{display:inline-block}.dsf_nc_historyRecord .record_list li .play_btn{float:right;max-width:50px}.red-theme .dsf_nc_historyRecord .record_list li:hover p{color:#c62f26}.blue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#1a66b1}.green-theme .dsf_nc_historyRecord .record_list li:hover p{color:#189a5a}.orange-theme .dsf_nc_historyRecord .record_list li:hover p{color:#fc7001}.darkred-theme .dsf_nc_historyRecord .record_list li:hover p{color:#c60100}.darkblue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#2b6be2}.elep-theme .dsf_nc_historyRecord .record_list li:hover p{color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .record_list li:hover p{color:#9C0105}.nmRed-theme .dsf_nc_historyRecord .record_list li:hover p{color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .record_list li:hover p{color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .record_list li:hover p{color:#942320}.ct-theme .dsf_nc_historyRecord .record_list li:hover p{color:#303987}.zgyc-theme .dsf_nc_historyRecord .record_list li:hover p{color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#1A66B1}.nx-theme .dsf_nc_historyRecord .record_list li:hover p{color:#1B82D2}.dingtalk-theme .dsf_nc_historyRecord .record_list li:hover p{color:#3C8AF8}.dsf_nc_historyRecord .view_more{text-align:center;font-size:12px;line-height:17px;margin-top:20px;cursor:pointer}.red-theme .dsf_nc_historyRecord .view_more{color:#ff7200}.blue-theme .dsf_nc_historyRecord .view_more{color:#3c8ddb}.green-theme .dsf_nc_historyRecord .view_more{color:#4daf7b}.orange-theme .dsf_nc_historyRecord .view_more{color:#ffb142}.darkred-theme .dsf_nc_historyRecord .view_more{color:#c60100}.darkblue-theme .dsf_nc_historyRecord .view_more{color:#37f}.elep-theme .dsf_nc_historyRecord .view_more{color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .view_more{color:#ff7200}.nmRed-theme .dsf_nc_historyRecord .view_more{color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .view_more{color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .view_more{color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .view_more{color:#942320}.ct-theme .dsf_nc_historyRecord .view_more{color:#303987}.zgyc-theme .dsf_nc_historyRecord .view_more{color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .view_more{color:#1A66B1}.nx-theme .dsf_nc_historyRecord .view_more{color:#1b82d2}.dingtalk-theme .dsf_nc_historyRecord .view_more{color:#3C8AF8}.nc_studentlist{width:358px;height:100%}.nc_studentlist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_studentlist .titlebox{position:relative}.nc_studentlist .titlebox i{display:inline-block;width:3px;height:16px;background:#1e72de;vertical-align:middle;position:relative}.nc_studentlist .titlebox span{font-size:16px;color:#333333;line-height:30px;vertical-align:middle;margin-left:4px}.nc_studentlist .titlebox p{position:absolute;top:0;right:10px;color:#b2b2b2;cursor:pointer}.nc_studentlist .titlebox p span{font-family:simsun;margin-left:2px}.nc_studentlist .rconbox{padding-left:10px;box-sizing:border-box}.nc_studentlist .rconbox .stuspeakitem{margin-top:20px;cursor:pointer}.nc_studentlist .rconbox .stuspeakitem span{display:inline-block;vertical-align:middle;font-size:16px;color:#333333;width:64px}.nc_studentlist .rconbox .stuspeakitem p{display:inline-block;vertical-align:middle;font-size:16px;color:#666666;width:74%;margin-left:6px}.nc_doclist{width:358px;height:100%}.nc_doclist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_doclist .titlebox{position:relative}.nc_doclist .titlebox i{display:inline-block;width:3px;height:16px;background:#1e72de;vertical-align:middle;position:relative}.nc_doclist .titlebox span{font-size:16px;color:#333333;line-height:30px;vertical-align:middle;margin-left:4px}.nc_doclist .titlebox p{position:absolute;top:0;right:10px;color:#b2b2b2;cursor:pointer}.nc_doclist .titlebox span{font-family:simsun;margin-left:2px}.nc_doclist .rconbox{padding-left:10px;box-sizing:border-box}.nc_doclist .rconbox .stuspeakitem{margin-top:20px;cursor:pointer}.nc_doclist .rconbox .stuspeakitem span{display:inline-block;vertical-align:middle;font-size:16px;color:#333333;width:26px;height:26px}.nc_doclist .rconbox .stuspeakitem .icon1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/txt.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon2{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/doc.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon3{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/docx.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon4{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/xls.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon5{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/xlsx.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon6{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/ppt.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon7{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/pptx.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon8{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/pdf.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem p{display:inline-block;vertical-align:middle;font-size:16px;color:#666666;width:74%;margin-left:6px}.nc_doclist .rconbox .stuspeakitem i{display:inline-block;font-style:normal;color:#02c1ff;font-size:16px}.dsf_nc_channerPortal{width:100%}.dsf_nc_channerPortal .course-header-wrap{height:100%}.dsf_nc_channerPortal .course-header-wrap .course-info-title{padding:0}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_info{margin-top:10px;padding:10px 0;font-size:14px;color:#999999;line-height:20px;background:none}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_info span{margin-right:40px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_info span:nth-of-type(3) i{display:inline-block;vertical-align:middle;width:20px;height:14px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;margin-right:4px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_tags{margin-top:16px;color:#ffffff;line-height:20px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_tags li{padding:8px 14px;margin-right:11px;border:1px solid #ffffff;border-radius:6px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_tags li b{font-size:14px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar{overflow:hidden;font-size:16px;color:#ffffff;margin-top:7px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar{float:left}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span{font-size:16px;color:#b2b2b2;line-height:45px;margin:6px 10px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span i{display:inline-block;width:24px;height:20px;vertical-align:text-top;background-size:100% 100%;cursor:pointer}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(1){display:none}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(1) i{background:url(/dsfa/res/dsf_styles/themes/nc/portal/xin.png) no-repeat}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(2) i{background:url(/dsfa/res/dsf_styles/themes/nc/portal/zhan.png) no-repeat}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(3) i{background:url(/dsfa/res/dsf_styles/themes/nc/portal/dingyue.png) no-repeat}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{float:right;margin-right:200px;border-radius:6px;line-height:45px;border:none;font-size:16px;color:#ffffff}.red-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#ff7200}.blue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#37f}.elep-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#942320}.ct-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#303987}.zgyc-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#3C8AF8}.dsf_nc_channerPortal .content_wrap{width:100%;background:#ffffff}.dsf_nc_channerPortal .content_wrap .layui-tab{width:100%;margin:0}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title{padding:0 18.4%;border-bottom:none;margin:0 auto;height:100%;box-shadow:0 -1px 24px 0 rgba(188,188,188,0.5)}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title li{font-size:20px;line-height:80px}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{height:100%}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#3C8AF8}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content{width:1200px;margin:0 auto;padding:38px 0;font-size:14px;color:#333333;line-height:30px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .module_title{font-size:16px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .module_title i{display:inline-block;width:3px;height:16px;background-color:#1e72de;vertical-align:text-top;margin-right:6px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .portal_intro{width:98%;margin:0 auto}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .portal_intro p{text-indent:2em}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item{overflow:hidden;padding:21px;border-bottom:1px solid #e8e8e8;cursor:pointer}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item>img{float:left;width:200px;height:150px;border-radius:6px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content{float:left;margin-left:20px;width:80%}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header{font-size:16px;color:#333333;line-height:30px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header span:nth-of-type(1){display:none}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{display:inline-block !important;padding:0 5px;line-height:28px;border-radius:4px}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#3C8AF8}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header h6{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .name_posi{font-size:14px;color:#333333;line-height:22px;margin-top:19px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num{margin-top:56px;font-size:14px;color:#666666;line-height:20px;overflow:hidden}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span{margin-right:81px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span i{display:inline-block;vertical-align:middle;width:24px;height:20px;margin-right:4px;background-size:100% 100%}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span:nth-of-type(1) i{background:url(/dsfa/res/dsf_styles/themes/nc/xs.png) no-repeat}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span:nth-of-type(2) i{background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap{float:right}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button{display:none;padding:2px 0;width:108px;border-radius:6px;text-align:center;font-size:16px;color:#ffffff;border:none;cursor:pointer;background-color:#f15735}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.join_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.write_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.answer_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.exam_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_page{text-align:center;padding:30px 0;height:100%}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list{overflow:hidden}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li{float:left;width:28%;margin:0 2.66%;position:relative;cursor:pointer}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{position:absolute;top:0;left:0;width:71px;font-size:16px;color:#ffffff;line-height:30px;text-align:center}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li img{width:334px;height:250px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_title{margin-top:20px;font-size:16px;color:#333333;line-height:24px;padding-bottom:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_Course_nc{width:100%;background:#fff;font-style:normal}.ds_Course_nc .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_Course_nc .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_Course_nc .ell3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_Course_nc .course-wrap{padding:27px 0;background:#fff;border-radius:10px;overflow:hidden}.ds_Course_nc .course-wrap .course-inner{width:1200px;margin:auto;min-height:350px}.ds_Course_nc .course-wrap .item-org,.ds_Course_nc .course-wrap .item-clone{height:100%}.ds_Course_nc .course-wrap .course-inner{width:1200px;margin:auto}.ds_Course_nc .course-wrap .item{width:278px;margin-right:22px;text-align:left;margin-bottom:10px;display:inline-block;cursor:pointer;position:relative;min-height:350px;float:left}.ds_Course_nc .course-wrap .item:hover .item-org{z-index:-1}.ds_Course_nc .course-wrap .item:hover .item-clone{width:384px;opacity:1;z-index:4;transform:translate(-22px, -20px);box-shadow:0 5px 10px #ececec;box-shadow:0 8px 15px 0;padding-bottom:0;height:auto}.ds_Course_nc .course-wrap .item:hover .item-clone .item-desc{margin:16px}.ds_Course_nc .course-wrap .item .item-title-imp{height:20px !important;line-height:20px !important}.ds_Course_nc .course-wrap .item .item-new{color:#fff;background:#d40000;border-radius:20px;width:46px;height:24px;text-align:center;line-height:24px;border:2px solid #fff;position:absolute;top:10px;left:-10px;z-index:2}.ds_Course_nc .course-wrap .item .icon-time{width:15px;height:15px;display:inline-block;vertical-align:-2px;background:url(themes/img/c_icon_time.png);background-size:15px 15px}.ds_Course_nc .course-wrap .item .icon-person{width:16px;height:16px;display:inline-block;vertical-align:middle;background:url(themes/img/c_icon_person.png);background-size:16px 16px}.ds_Course_nc .course-wrap .item span{vertical-align:middle}.ds_Course_nc .course-wrap .item .icon-study-time{width:15px;height:15px;vertical-align:middle;display:inline-block;vertical-align:middle;background:url(themes/img/c_icon_study_time.png);background-size:15px 15px}.ds_Course_nc .course-wrap .item b{vertical-align:middle}.ds_Course_nc .course-wrap .item .icon-see{width:23px;height:15px;vertical-align:-2px;display:inline-block;background:url(themes/img/c_icon_see.png);background-size:23px 15px}.ds_Course_nc .course-wrap .item .icon-zan{width:18px;height:18px;display:inline-block;vertical-align:-2px;background:url(themes/img/c_icon_zan.png);background-size:18px 18px}.ds_Course_nc .course-wrap .item .item-score{color:#fff;text-align:center;font-size:12px;width:31px;height:34px;line-height:22px;display:inline-block;background:url(themes/img/c_icon_score.png);background-size:31px 34px;position:absolute;top:0;z-index:2;right:20px}.ds_Course_nc .course-wrap .item .item-clone{background:#fff;transition:all 0.3s;position:absolute;top:0;left:-20px;right:-20px;opacity:0;z-index:-1;padding-bottom:10px}.ds_Course_nc .course-wrap .item .item-clone .img-wrap{border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative}.ds_Course_nc .course-wrap .item .item-clone .img-wrap .icon-voice{width:26px;height:23px;display:inline-block;position:absolute;right:20px;bottom:10px;background:url(themes/img/c_icon_sy.png) no-repeat;background-size:26px 23px}.ds_Course_nc .course-wrap .item .item-clone .item-state span{float:left}.ds_Course_nc .course-wrap .item .item-clone .item-title-imp{width:48px !important;height:25px !important;line-height:25px !important}.ds_Course_nc .course-wrap .item .item-clone .item-new{width:49px !important;height:27px !important;line-height:27px !important}.ds_Course_nc .course-wrap .item:nth-child(4),.ds_Course_nc .course-wrap .item:nth-child(8){margin-right:0}.ds_Course_nc .course-wrap .item .img-wrap{width:100%;height:210px;margin:0;overflow:hidden;position:relative}.ds_Course_nc .course-wrap .item .img-wrap img{width:100.4%;height:100%}.ds_Course_nc .course-wrap .item .img-wrap .item-time{color:#fff;font-size:14px;text-align:center;line-height:36px;height:36px;background:#1c2633;opacity:0.6;position:absolute;width:100%;left:0;bottom:0;transition:all 0.1s}.ds_Course_nc .course-wrap .item .img-wrap .item-time b{font-weight:normal}.ds_Course_nc .course-wrap .item .item-desc{margin:0 10px}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title{font-size:16px;color:#333333;padding:10px 0 5px;letter-spacing:0.5px;position:relative}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .title-wrap{display:block;line-height:30px;min-height:60px}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .clone-margin{margin-right:85px}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .item-title-imp{font-size:14px;color:#d40000;border-radius:5px;text-align:center;border:1px solid #d40000;width:40px;height:20px;line-height:20px;margin-right:5px;margin-top:-5px;box-sizing:border-box}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .toggle-join{font-size:14px;color:#d40000;border:1px solid #d40000;box-sizing:border-box;border-radius:5px;width:80px;height:25px;line-height:25px;text-align:center;font-weight:normal;padding:0;margin:0;position:absolute;top:13px;right:0;padding:0 5px}.ds_Course_nc .course-wrap .item .item-desc .clone-span-wrap span{font-size:14px;width:33.233%;display:inline-block;text-align:center;height:20px;line-height:20px}.ds_Course_nc .course-wrap .item .item-desc .clone-span-wrap span:first-child{text-align:left}.ds_Course_nc .course-wrap .item .item-desc .clone-span-wrap span:last-child{margin-right:0;text-align:right}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title{width:100%}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title,.ds_Course_nc .course-wrap .item .item-desc .item-state{font-size:14px;color:#666666;letter-spacing:0.8px;padding:5px 0}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title .icon,.ds_Course_nc .course-wrap .item .item-desc .item-state .icon{color:#666;font-size:14px}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title span,.ds_Course_nc .course-wrap .item .item-desc .item-state span{font-size:14px;height:20px;line-height:20px}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title b,.ds_Course_nc .course-wrap .item .item-desc .item-state b{font-weight:normal}.ds_Course_nc .course-wrap .item .item-desc .item-state{padding:3px 0;height:24px}.ds_Course_nc .course-wrap .item .item-desc .item-state span:last-child{float:right}.ds_Course_nc .sidebar-wrap{width:120px;background:#fff;position:fixed}.ds_Course_nc .sidebar-inner{width:100%}.ds_Course_nc .sidebar-inner li{color:#333;font-size:16px;padding:12px 0;position:relative;width:100%;list-style:none;cursor:pointer;border-bottom:1px solid #ebebeb}.ds_Course_nc .sidebar-inner li:hover{color:#d40000}.ds_Course_nc .sidebar-inner li .icon{min-width:16px;margin-right:5px;margin-left:20px}.ds_Course_nc .d-com-icon{width:17px;height:16px;display:inline-block;vertical-align:-2px;margin-right:4px;margin-left:16px}.ds_Course_nc .d-icon-ts{background:url(themes/img/d-tj-icon-off-ts.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-kc{background:url(themes/img/d-tj-icon-off-kc.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-ztb{background:url(themes/img/d-tj-icon-off-ztb.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-pd{background:url(themes/img/d-tj-icon-off-pd.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-xw{background:url(themes/img/d-tj-icon-off-xw.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-xys{background:url(themes/img/d-tj-icon-off-xys.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-ms{background:url(themes/img/d-tj-icon-off-ms.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu{color:#d40000 !important}.ds_Course_nc .selMenu .d-icon-ts{background:url(themes/img/d-tj-icon-on-ts.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-kc{background:url(themes/img/d-tj-icon-on-kc.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-ztb{background:url(themes/img/d-tj-icon-on-ztb.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-pd{background:url(themes/img/d-tj-icon-on-pd.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-xw{background:url(themes/img/d-tj-icon-on-xw.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-xys{background:url(themes/img/d-tj-icon-on-xys.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-ms{background:url(themes/img/d-tj-icon-on-ms.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .icon-ln_jiantouyou{color:#d40000}.ds_Course_nc .icon-ln_jiantouyou{color:#000;font-size:14px;position:absolute;right:5px;top:17px}.ds_Course_nc .pageControl{padding:20px 0 0;text-align:center;position:relative;top:20px}.ds_HomeWork{padding:0 !important}.ds_HomeWork .hm-warp{overflow:hidden;border-radius:3px;height:690px}.ds_HomeWork input::-webkit-outer-spin-button,.ds_HomeWork input::-webkit-inner-spin-button{-webkit-appearance:none}.ds_HomeWork input[type="number"]{-moz-appearance:textfield}.ds_HomeWork .layui-form-checkbox[lay-skin="primary"]{padding-left:20px}.ds_HomeWork .title,.ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .ds_HomeWork span,.ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .ds_HomeWork i{color:#fff;font-size:16px;font-weight:normal;text-align:center;padding:10px 0}.red-theme .ds_HomeWork .title,.red-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .red-theme .ds_HomeWork span,.red-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .red-theme .ds_HomeWork i{background-color:#ff7200}.blue-theme .ds_HomeWork .title,.blue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .blue-theme .ds_HomeWork span,.blue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .blue-theme .ds_HomeWork i{background-color:#3c8ddb}.green-theme .ds_HomeWork .title,.green-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .green-theme .ds_HomeWork span,.green-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .green-theme .ds_HomeWork i{background-color:#4daf7b}.orange-theme .ds_HomeWork .title,.orange-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .orange-theme .ds_HomeWork span,.orange-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .orange-theme .ds_HomeWork i{background-color:#ffb142}.darkred-theme .ds_HomeWork .title,.darkred-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .darkred-theme .ds_HomeWork span,.darkred-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .darkred-theme .ds_HomeWork i{background-color:#c60100}.darkblue-theme .ds_HomeWork .title,.darkblue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .darkblue-theme .ds_HomeWork span,.darkblue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .darkblue-theme .ds_HomeWork i{background-color:#37f}.elep-theme .ds_HomeWork .title,.elep-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .elep-theme .ds_HomeWork span,.elep-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .elep-theme .ds_HomeWork i{background-color:#2787EE}.elep-red-theme .ds_HomeWork .title,.elep-red-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .elep-red-theme .ds_HomeWork span,.elep-red-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .elep-red-theme .ds_HomeWork i{background-color:#ff7200}.nmRed-theme .ds_HomeWork .title,.nmRed-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .nmRed-theme .ds_HomeWork span,.nmRed-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .nmRed-theme .ds_HomeWork i{background-color:#e51c16}.hdBlue-theme .ds_HomeWork .title,.hdBlue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .hdBlue-theme .ds_HomeWork span,.hdBlue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .hdBlue-theme .ds_HomeWork i{background-color:#2495c7}.zydxRed-theme .ds_HomeWork .title,.zydxRed-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .zydxRed-theme .ds_HomeWork span,.zydxRed-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .zydxRed-theme .ds_HomeWork i{background-color:#cd0911}.gzgb-theme .ds_HomeWork .title,.gzgb-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .gzgb-theme .ds_HomeWork span,.gzgb-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .gzgb-theme .ds_HomeWork i{background-color:#942320}.ct-theme .ds_HomeWork .title,.ct-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .ct-theme .ds_HomeWork span,.ct-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .ct-theme .ds_HomeWork i{background-color:#303987}.zgyc-theme .ds_HomeWork .title,.zgyc-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .zgyc-theme .ds_HomeWork span,.zgyc-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .zgyc-theme .ds_HomeWork i{background-color:#007c5d}.hbBlue-theme .ds_HomeWork .title,.hbBlue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .hbBlue-theme .ds_HomeWork span,.hbBlue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .hbBlue-theme .ds_HomeWork i{background-color:#1A66B1}.nx-theme .ds_HomeWork .title,.nx-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .nx-theme .ds_HomeWork span,.nx-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .nx-theme .ds_HomeWork i{background-color:#1b82d2}.dingtalk-theme .ds_HomeWork .title,.dingtalk-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .dingtalk-theme .ds_HomeWork span,.dingtalk-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .dingtalk-theme .ds_HomeWork i{background-color:#3C8AF8}.ds_HomeWork .hwapp-inner{font-size:0;margin:20px;height:calc(100% - 40px);position:relative}.ds_HomeWork .iframe-wrap{position:absolute;top:0px;left:0px;bottom:0px;right:440px;overflow:hidden;background:#fff;border:1px solid #e7e9ea}.ds_HomeWork .iframe-wrap .con-title{font-size:16px}.ds_HomeWork .iframe-wrap .con-desc{font-size:14px}.ds_HomeWork .iframe-wrap .approva-iframe{width:100%;height:100%;background:#fff;display:inline-block;border-radius:3px}.ds_HomeWork .situation{width:420px;float:right;font-size:14px;display:inline-block}.ds_HomeWork .approva-situation,.ds_HomeWork .approva-achievement,.ds_HomeWork .approva-fontsize{border-radius:3px;border:1px solid #e7e9ea;background:#fff;margin-bottom:10px}.ds_HomeWork .approva-situation{height:273px}.ds_HomeWork .approva-achievement{height:361px}.ds_HomeWork .approva-fontsize{height:73px;margin-bottom:0}.ds_HomeWork .sititle{font-size:24px;font-weight:normal;color:#333;text-align:center;margin:48px 0 0}.ds_HomeWork .sititle>span{display:block}.ds_HomeWork .sititle>span:last-child{margin-top:16px;margin-bottom:22px;font-size:16px}.ds_HomeWork .situation-progress{margin:0 20px;height:10px;border-radius:10px;background:#e6e6e6}.ds_HomeWork .situation-progress .progress-inner{position:relative;width:0;height:100%;border-radius:10px;transition:width 1s;margin-top:-1px}.red-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#ff7200}.blue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#3c8ddb}.green-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#4daf7b}.orange-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#ffb142}.darkred-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#c60100}.darkblue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#37f}.elep-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#2787EE}.elep-red-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#ff7200}.nmRed-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#e51c16}.hdBlue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#2495c7}.zydxRed-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#cd0911}.gzgb-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#942320}.ct-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#303987}.zgyc-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#007c5d}.hbBlue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#1A66B1}.nx-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#1b82d2}.dingtalk-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#3C8AF8}.ds_HomeWork .situation-progress .progress-inner>span{position:absolute;right:0;top:-20px;font-size:14px}.ds_HomeWork .teas{width:22px;height:22px;display:inline-block;vertical-align:-4px;margin-right:5px;background:url(themes/img/teas.png);background-size:22px 22px}.ds_HomeWork .time,.ds_HomeWork .remind{text-align:center}.ds_HomeWork .time{font-size:22px;margin-top:38px;margin-bottom:20px}.ds_HomeWork .remind{font-size:14px !important;color:#333}.ds_HomeWork .layui-form-label{width:50px;padding:10px 0}.ds_HomeWork .layui-input-block{margin-left:70px}.ds_HomeWork .layui-input-block>select{color:#999;height:40px;margin-top:18px;width:100%;border-radius:3px;border:1px solid #dedfe0}.ds_HomeWork .layui-input-block>textarea{padding:6px;min-height:125px}.ds_HomeWork .layui-form-text,.ds_HomeWork .layui-form-item{margin-right:36px;margin-left:18px;margin-top:16px !important}.ds_HomeWork .layui-form-text .layui-input-block{margin-right:0}.ds_HomeWork .btn-wrap{margin-top:16px}.ds_HomeWork .layui-btn-radius{border-radius:3px}.ds_HomeWork .approva-fontsize .btn-wrap{text-align:center}.ds_HomeWork .approva-fontsize .btn-wrap>button{width:32px;height:32px;color:#333;font-size:12px;border-radius:3px;border:1px solid #bfbfbf;background:transparent !important;cursor:pointer}.ds_HomeWork .approva-fontsize .btn-wrap>button:first-child{float:left}.ds_HomeWork .approva-fontsize .btn-wrap>button>i{width:16px;height:16px;vertical-align:middle;display:inline-block}.ds_HomeWork .approva-fontsize .btn-wrap>button .icon-add{background:url(themes/img/add.png);background-size:16px 16px}.ds_HomeWork .approva-fontsize .btn-wrap>button .icon-reduces{background:url(themes/img/reduce.png);background-size:16px 16px}.ds_HomeWork .approva-fontsize .btn-wrap>button:active{opacity:0.5}.ds_HomeWork .approva-fontsize .btn-wrap>span{display:inline-block;height:30px;font-size:14px;line-height:30px;margin-top:4px}.ds_HomeWork .layui-btn+.layui-btn{margin-left:15px;border:none;background:transparent}.ds_HomeWork .layui-btn+.layui-btn:hover{color:#333 !important}.dsf_nc_footer{width:100%;padding:75px 0 61px !important;background-color:#404040}.dsf_nc_footer .footer_wrap{width:1200px;margin:0 auto}.dsf_nc_footer .footer_wrap .links_list{display:flex;display:-webkit-flex;flex-wrap:wrap;padding-bottom:102px;border-bottom:1px solid #8f8f8f}.dsf_nc_footer .footer_wrap .links_list li{flex-shrink:0;width:20%;margin-top:30px;font-size:14px;color:#ffffff;line-height:20px;cursor:pointer}.dsf_nc_footer .footer_wrap .about_us_wrap{overflow:hidden;padding-top:67px;font-size:14px;line-height:40px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us{float:left;color:#ffffff}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us>ul{display:flex}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us>ul li{margin-right:10px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags{display:flex}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .contact_info{margin-right:50px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .icon_list{display:flex;align-items:center}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .icon_list li{display:flex;align-items:center;margin-right:50px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .icon_list li img{height:64px;margin-right:15px}.dsf_nc_footer .footer_wrap .about_us_wrap .code_wrap{float:left;margin-left:130px;color:#ffffff;text-align:center}.dsf_nc_footer .footer_wrap .about_us_wrap .code_wrap img{width:130px;height:130px}.ds_nc_pages{font-size:12px;text-align:right;padding-right:70px}.ds_nc_pages .layui-laypage-curr,.ds_nc_pages a{color:#666;background:#f9f9f9;margin:0 4px;box-sizing:border-box}.ds_nc_pages a,.ds_nc_pages span{border-style:none}.ds_nc_pages .layui-laypage-count{padding:0 6px;background:#f9f9f9;color:#666;margin-bottom:0px}.red-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#c62f26}.blue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#1a66b1}.green-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#189a5a}.orange-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#fc7001}.darkred-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#c60100}.darkblue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#2b6be2}.elep-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#2787EE}.elep-red-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#9C0105}.nmRed-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#e51c16}.hdBlue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#2495c7}.zydxRed-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#cd0911}.gzgb-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#942320}.ct-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#303987}.zgyc-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#007c5d}.hbBlue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#1A66B1}.nx-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#1B82D2}.dingtalk-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#3C8AF8}.ds_nc_pages .layui-laypage a:hover{color:#666}.dsf_nc_bottom_bar{padding:43px 0 37px 0 !important;background-color:#404040;text-align:center}.dsf_nc_bottom_bar .company_info_list{display:inline-block;font-family:PingFangSC-Regular;font-size:14px;color:#ffffff;letter-spacing:0;text-align:center;line-height:40px}.ds_nc_downcard .downcardtitle{padding-left:0px}.ds_nc_downcard .downcardtitle i{display:inline-block;vertical-align:middle;width:3px;height:16px;background:#dd4400}.ds_nc_downcard .downcardtitle span{font-size:16px;color:#333333;padding-left:12px;font-weight:600;line-height:30px;text-align:left;width:84px;display:inline-block;vertical-align:middle}.ds_nc_downcard .downcardtitle b{font-size:16px;vertical-align:middle;font-weight:normal}.ds_nc_downcard .imgbox{width:554px;height:410px;margin:30px auto;position:relative}.ds_nc_downcard .imgbox img{width:100%;height:100%}.ds_nc_downcard .imgbox i{display:none;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;line-height:410px;font-style:normal;font-size:16px;color:#666666;background:rgba(255,255,255,0.9)}.ds_nc_downcard .downbtnbox{text-align:center;margin-bottom:30px}.ds_nc_nclivecontent{background:url(/dsfa/res/dsf_styles/themes/nc/s02.png) no-repeat;background-size:100% 100%}.ds_nc_nclivecontent .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_nclivecontent b{font-weight:normal}.ds_nc_nclivecontent .ds_nc_nclive{width:1200px;margin-left:auto;margin-right:auto}.ds_nc_nclivecontent .ds_nc_nclive .liveitem{display:inline-block;width:278px;vertical-align:top;margin-right:24px;margin-top:50px;cursor:pointer;position:relative}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .imgbox{width:100%;height:210px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .imgbox img{width:100%;height:100%}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox{font-size:16px;color:#333333;letter-spacing:0.34px;margin-top:9px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox .colorred{color:#db2929;border:1px solid #db2929}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox .colorblue{color:#309aff;border:1px solid #309aff}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox .coloryellow{color:#f0ba8b;border:1px solid #f0ba8b}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox p{font-weight:600;height:55px;line-height:30px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox p span{display:inline-block;width:80px;height:26px;text-align:center;line-height:26px;border-radius:4px;margin-right:7px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox{height:26px;margin-top:18px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p1{float:left}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p1 span{display:inline-block;vertical-align:middle;width:15px;height:15px;background:url(/dsfa/res/dsf_styles/themes/img/c_icon_study_time.png);background-size:15px 15px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p1 b{vertical-align:middle;font-size:14px;color:#666666;margin-left:5px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p2{float:right}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p2 span{display:inline-block;vertical-align:middle;width:23px;height:15px;background:url(/dsfa/res/dsf_styles/themes/img/c_icon_see.png);background-size:23px 15px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p2 b{vertical-align:middle;font-size:14px;color:#666666;margin-left:5px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .liveicon{position:absolute;top:14px;right:15px;z-index:2;width:22px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/lives.png) no-repeat;background-size:100% 100%}.ds_nc_nclivecontent .ds_nc_nclive .liveitem:nth-child(4n){margin-right:0}.ds_nc_nclinkscontent{background:#fafafa;box-sizing:border-box}.ds_nc_nclinkscontent .ds_nc_nclinkbox{width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-bottom:50px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linktitle{padding-top:90px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linktitle b{display:inline-block;vertical-align:middle;width:42px;height:42px;background:url(/dsfa/res/dsf_styles/themes/nc/newindex/links.png) no-repeat;background-size:100% 100%}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linktitle span{display:inline-block;vertical-align:middle;font-size:32px;color:#ff6a00;margin-left:20px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox{margin-top:68px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox .item{display:inline-block;width:237px;height:56px;margin-right:78px;margin-bottom:48px;cursor:pointer}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox .item img{max-width:100%;max-height:100%}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox .item:nth-child(4n){margin-right:0}.ds_nc_titlebox{height:74px;position:relative;margin-top:65px;width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;border-radius:10px}.ds_nc_titlebox .none{display:none !important}.ds_nc_titlebox .hleft{position:absolute;top:50%;left:0;transform:translate(0, -50%)}.ds_nc_titlebox .hleft .titimgbox{display:inline-block;vertical-align:middle;margin-right:20px;width:42px;height:42px}.ds_nc_titlebox .hleft .titimgbox img{width:100%;height:100%}.ds_nc_titlebox .hleft .tit-text{display:inline-block;vertical-align:middle;font-size:32px;text-align:center;padding:0 20px}.ds_nc_titlebox .hleft .tit-text span{display:inline-block;height:50px;line-height:50px;padding:0 10px}.red-theme .ds_nc_titlebox .hleft .tit-text span{color:#c62f26}.blue-theme .ds_nc_titlebox .hleft .tit-text span{color:#1a66b1}.green-theme .ds_nc_titlebox .hleft .tit-text span{color:#189a5a}.orange-theme .ds_nc_titlebox .hleft .tit-text span{color:#fc7001}.darkred-theme .ds_nc_titlebox .hleft .tit-text span{color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .tit-text span{color:#2b6be2}.elep-theme .ds_nc_titlebox .hleft .tit-text span{color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .tit-text span{color:#9C0105}.nmRed-theme .ds_nc_titlebox .hleft .tit-text span{color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .tit-text span{color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .tit-text span{color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .tit-text span{color:#942320}.ct-theme .ds_nc_titlebox .hleft .tit-text span{color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .tit-text span{color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .tit-text span{color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .tit-text span{color:#1B82D2}.dingtalk-theme .ds_nc_titlebox .hleft .tit-text span{color:#3C8AF8}.ds_nc_titlebox .hleft .barbox{display:inline-block;vertical-align:bottom;margin-left:20px;margin-bottom:-3px}.ds_nc_titlebox .hleft .barbox li{display:inline-block;display:inline-block;font-size:24px !important;color:#666666;border-bottom:2px solid transparent;margin-right:30px;padding-bottom:7px;cursor:pointer}.red-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#3C8AF8}.red-theme .ds_nc_titlebox .hleft .barbox .act{color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .act{color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .act{color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .act{color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .act{color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .act{color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .act{color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .act{color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .act{color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .act{color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .act{color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .act{color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .act{color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .act{color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .act{color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .act{color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .act{color:#3C8AF8}.red-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#3C8AF8}.red-theme .ds_nc_titlebox .hleft .barbox .actv{color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .actv{color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .actv{color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .actv{color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .actv{color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .actv{color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .actv{color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .actv{color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .actv{color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .actv{color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .actv{color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .actv{color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .actv{color:#3C8AF8}.ds_nc_titlebox .hright{position:absolute;top:50%;right:0;transform:translate(0, -50%)}.ds_nc_titlebox .hright .choosebtn{display:inline-block;vertical-align:middle;border-radius:3px;color:#fff;display:inline-block;font-size:16px !important;height:40px;line-height:40px;width:124px;text-align:center;cursor:pointer}.red-theme .ds_nc_titlebox .hright .choosebtn{background-color:#ff7200 !important}.blue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#3c8ddb !important}.green-theme .ds_nc_titlebox .hright .choosebtn{background-color:#4daf7b !important}.orange-theme .ds_nc_titlebox .hright .choosebtn{background-color:#ffb142 !important}.darkred-theme .ds_nc_titlebox .hright .choosebtn{background-color:#c60100 !important}.darkblue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#37f !important}.elep-theme .ds_nc_titlebox .hright .choosebtn{background-color:#2787EE !important}.elep-red-theme .ds_nc_titlebox .hright .choosebtn{background-color:#ff7200 !important}.nmRed-theme .ds_nc_titlebox .hright .choosebtn{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_titlebox .hright .choosebtn{background-color:#cd0911 !important}.gzgb-theme .ds_nc_titlebox .hright .choosebtn{background-color:#942320 !important}.ct-theme .ds_nc_titlebox .hright .choosebtn{background-color:#303987 !important}.zgyc-theme .ds_nc_titlebox .hright .choosebtn{background-color:#007c5d !important}.hbBlue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#1A66B1 !important}.nx-theme .ds_nc_titlebox .hright .choosebtn{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_titlebox .hright .choosebtn{background-color:#3C8AF8 !important}.ds_nc_titlebox .hright .morebtn{display:inline-block;vertical-align:middle;display:inline-block;font-size:16px !important;color:#333;margin-left:30px;cursor:pointer;line-height:40px;background:#ffffff;border-radius:3px;width:124px;height:40px;line-height:42px;text-align:center;box-sizing:border-box}.ds_nc_titlebox .hright .choosebtn:hover{opacity:0.9}.ds_nc_titlebox .hright .morebtn:hover{opacity:0.9}.ds_nc_ABanner .swiper-pagination-bullet,.ds_nc_ABanner .swiper-pagination-bullet-active{background:transparent !important}.ds_nc_ABanner .swiper-button-prev1,.ds_nc_ABanner .swiper-button-next1{position:absolute;top:50%;left:50%;width:40px;height:40px;line-height:40px;outline:none;border-radius:50%;text-align:center;background:rgba(0,0,0,0.5);left:20px;font-size:20px;color:#fff;z-index:2;cursor:pointer}.ds_nc_ABanner .swiper-button-prev1::before{margin-left:6px}.ds_nc_ABanner .swiper-button-next1{right:20px;left:auto}.ds_nc_ABanner .swiper-button-next1::before{margin-right:6px}.ds_nc_ABanner .banner-swiper-wrap{position:relative;width:100%;height:100%}.ds_nc_ABanner .banner-swiper-wrap img{width:100%;height:100%}.ds_nc_ABanner .banner-swiper-wrap .pagination-wrap{position:absolute;bottom:-4px;left:0;right:0;z-index:22;background:transparent;text-align:center}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap{width:auto;height:136px;margin:auto;background:rgba(0,0,0,0.6);border-radius:3px;z-index:20;display:inline-block;overflow:hidden}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination{margin:18px 28px;position:relative !important}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet{opacity:0.5}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet-active{opacity:1 !important}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .bullet-item{width:219px;height:99px;float:left;margin-right:19px}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .bullet-item div{box-shadow:3px 3px 0px 0px rgba(255,255,255,0.29)}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .bullet-item:last-child{margin-right:0}.ds_nc_ABanner .banner_list ul li img{width:100%;height:100%;cursor:pointer}.ds_nc_ABanner .banner_list ul li div{width:100%;height:100%;cursor:pointer}.ds_nc_ABanner .layui-carousel-ind{top:-88px;width:100%;box-sizing:border-box;padding:0 15%}.ds_nc_ABanner .layui-carousel-ind ul{background:transparent}.ds_nc_ABanner .layui-carousel-ind li{width:40px;height:11px;margin-right:10px;border-radius:0;border:1px solid #fff;background:transparent}.ds_nc_ABanner .layui-carousel-ind li.layui-this{background-color:#fff}.ds_nc_AStudentSay{width:1200px;height:1030px;margin:auto}.ds_nc_AStudentSay .hright{top:55px}.ds_nc_AStudentSay .studentSay-title{font-size:30px;color:#ffffff;text-align:center;padding-top:57px}.ds_nc_AStudentSay .studentSay-sub-title{font-size:20px;color:#ffffff;padding-top:15px;text-align:center}.ds_nc_AStudentSay .swiper-container{width:1072px;height:452px;margin:75px auto 20px}.ds_nc_AStudentSay div.slideSel{background:#ff6a00}.ds_nc_AStudentSay div.slideSel .title,.ds_nc_AStudentSay div.slideSel .ds_seat .frame_title span,.ds_seat .frame_title .ds_nc_AStudentSay div.slideSel span,.ds_nc_AStudentSay div.slideSel .ds_seat .frame_title i,.ds_seat .frame_title .ds_nc_AStudentSay div.slideSel i,.ds_nc_AStudentSay div.slideSel .con-title,.ds_nc_AStudentSay div.slideSel .con-click-num,.ds_nc_AStudentSay div.slideSel .con-click-num span{color:#fff !important}.ds_nc_AStudentSay div.slideSel .con-desc{background:transparent}.ds_nc_AStudentSay div.slideSel .con-desc div,.ds_nc_AStudentSay div.slideSel .con-desc ul,.ds_nc_AStudentSay div.slideSel .con-desc ol,.ds_nc_AStudentSay div.slideSel .con-desc li,.ds_nc_AStudentSay div.slideSel .con-desc h1,.ds_nc_AStudentSay div.slideSel .con-desc h2,.ds_nc_AStudentSay div.slideSel .con-desc h3,.ds_nc_AStudentSay div.slideSel .con-desc h4,.ds_nc_AStudentSay div.slideSel .con-desc h5,.ds_nc_AStudentSay div.slideSel .con-desc h6,.ds_nc_AStudentSay div.slideSel .con-desc table,.ds_nc_AStudentSay div.slideSel .con-desc tr,.ds_nc_AStudentSay div.slideSel .con-desc th,.ds_nc_AStudentSay div.slideSel .con-desc td,.ds_nc_AStudentSay div.slideSel .con-desc p,.ds_nc_AStudentSay div.slideSel .con-desc span,.ds_nc_AStudentSay div.slideSel .con-desc i,.ds_nc_AStudentSay div.slideSel .con-desc b,.ds_nc_AStudentSay div.slideSel .con-desc input,.ds_nc_AStudentSay div.slideSel .con-desc dl,.ds_nc_AStudentSay div.slideSel .con-desc dt,.ds_nc_AStudentSay div.slideSel .con-desc dd,.ds_nc_AStudentSay div.slideSel .con-desc ul,.ds_nc_AStudentSay div.slideSel .con-desc ol,.ds_nc_AStudentSay div.slideSel .con-desc li{color:#fff !important;background:transparent !important}.ds_nc_AStudentSay .swiper-slide{width:512px;text-align:center;font-size:18px;background:#fff;cursor:pointer;transition:all 0.5s}.ds_nc_AStudentSay .swiper-slide:hover{background:#ff6a00;transition:all 0.5s}.ds_nc_AStudentSay .swiper-slide:hover .title,.ds_nc_AStudentSay .swiper-slide:hover .ds_seat .frame_title span,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide:hover span,.ds_nc_AStudentSay .swiper-slide:hover .ds_seat .frame_title i,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide:hover i,.ds_nc_AStudentSay .swiper-slide:hover .con-title,.ds_nc_AStudentSay .swiper-slide:hover .con-click-num,.ds_nc_AStudentSay .swiper-slide:hover .con-click-num span{color:#fff !important;transition:all 0.1s}.ds_nc_AStudentSay .swiper-slide:hover .con-desc{color:#fff !important;background:transparent}.ds_nc_AStudentSay .swiper-slide:hover .con-desc div,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ul,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ol,.ds_nc_AStudentSay .swiper-slide:hover .con-desc li,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h1,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h2,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h3,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h4,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h5,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h6,.ds_nc_AStudentSay .swiper-slide:hover .con-desc table,.ds_nc_AStudentSay .swiper-slide:hover .con-desc tr,.ds_nc_AStudentSay .swiper-slide:hover .con-desc th,.ds_nc_AStudentSay .swiper-slide:hover .con-desc td,.ds_nc_AStudentSay .swiper-slide:hover .con-desc p,.ds_nc_AStudentSay .swiper-slide:hover .con-desc span,.ds_nc_AStudentSay .swiper-slide:hover .con-desc i,.ds_nc_AStudentSay .swiper-slide:hover .con-desc b,.ds_nc_AStudentSay .swiper-slide:hover .con-desc input,.ds_nc_AStudentSay .swiper-slide:hover .con-desc dl,.ds_nc_AStudentSay .swiper-slide:hover .con-desc dt,.ds_nc_AStudentSay .swiper-slide:hover .con-desc dd,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ul,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ol,.ds_nc_AStudentSay .swiper-slide:hover .con-desc li{color:#fff !important}.ds_nc_AStudentSay .swiper-slide .content{text-align:left;padding:73px 53px 79px 53px}.ds_nc_AStudentSay .swiper-slide .content .title,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title span,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content span,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title i,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content i{font-size:16px;color:#666666;font-weight:normal}.ds_nc_AStudentSay .swiper-slide .content .title .avatar,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title span .avatar,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content span .avatar,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title i .avatar,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content i .avatar{width:50px;height:50px;border-radius:50%;margin-right:21px}.ds_nc_AStudentSay .swiper-slide .content .title .time,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title span .time,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content span .time,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title i .time,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content i .time{float:right;line-height:50px}.ds_nc_AStudentSay .swiper-slide .content .container{padding-top:15px}.ds_nc_AStudentSay .swiper-slide .content .container .con-title{font-size:18px;color:#333333;line-height:20px}.ds_nc_AStudentSay .swiper-slide .content .container .con-desc{font-size:16px;color:#666666;line-height:28px;padding-top:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;height:166px;background:transparent}.ds_nc_AStudentSay .swiper-slide .content .container .con-desc p,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc div,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc span,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc b,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h1,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h2,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h3,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h4{color:#666666;background:transparent !important;transition:all 0.1s}.ds_nc_AStudentSay .swiper-slide .content .container .con-click-num{font-size:16px;color:#6d6d6d;padding-top:40px}.ds_nc_AStudentSay .swiper-slide .content .container .con-click-num span{color:#ff6a00}.ds_nc_AStudentSay .swiper-button-next,.ds_nc_AStudentSay .swiper-button-prev{color:#ff6a00;outline:none}.ds_nc_AMeans{width:1200px;height:1030px;margin:auto;padding:0 !important}.ds_nc_AMeans .content-wrap{padding-top:78px;width:100%;height:100%}.ds_nc_AMeans .con-boxShadow{background:#ffffff;border-radius:4px;box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}.ds_nc_AMeans .con-banner{width:700px;height:680px;float:left;position:relative}.ds_nc_AMeans .con-banner .banner_list{height:525px}.ds_nc_AMeans .con-banner .banner_list li img{width:100%;height:100%;cursor:pointer}.ds_nc_AMeans .con-banner-item{width:100%;height:525px;overflow:hidden}.ds_nc_AMeans .con-banner-item img{width:100%;height:100%}.ds_nc_AMeans .banners{width:100%;height:525px;overflow:hidden}.ds_nc_AMeans .banners li{width:100%;height:525px}.ds_nc_AMeans .banners li img{width:100%;height:100%}.ds_nc_AMeans .con-banner-circles{position:absolute;left:0;right:0;bottom:155px}.ds_nc_AMeans .con-banner-circles li{width:80px;height:80px;font-size:35px;color:#ffffff;text-align:center;float:left;margin-right:5px;border-radius:0px;cursor:pointer}.red-theme .ds_nc_AMeans .con-banner-circles li{background-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-banner-circles li{background-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-banner-circles li{background-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-banner-circles li{background-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#37f !important}.elep-theme .ds_nc_AMeans .con-banner-circles li{background-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-banner-circles li{background-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-banner-circles li{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-banner-circles li{background-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-banner-circles li{background-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-banner-circles li{background-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-banner-circles li{background-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-banner-circles li{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-banner-circles li{background-color:#3C8AF8 !important}.ds_nc_AMeans .con-banner-circles li span{display:block}.ds_nc_AMeans .con-banner-circles li span:first-child{font-size:30px;margin-top:8px}.ds_nc_AMeans .con-banner-circles li span:last-child{font-size:18px}.ds_nc_AMeans .con-banner-circles li.selCircle{background:#fff !important}.red-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#37f !important}.elep-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#942320 !important}.ct-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#3C8AF8 !important}.ds_nc_AMeans .banner-desc{width:100%;height:156px;overflow:hidden}.ds_nc_AMeans .banner-desc .banner-desc-item{height:100%;cursor:pointer}.ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{font-size:18px;letter-spacing:0;padding:20px 0;text-align:center}.red-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#ff7200 !important}.blue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#3c8ddb !important}.green-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#4daf7b !important}.orange-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#37f !important}.elep-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#942320 !important}.ct-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#303987 !important}.zgyc-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#3C8AF8 !important}.ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-info{font-size:16px;color:#333333;letter-spacing:0;line-height:22px;margin:0 30px;max-height:87px;overflow:hidden}.ds_nc_AMeans .con-news{float:right;width:470px;height:680px;overflow:hidden;position:relative;background:url(themes/img/icon_mean_bg.png) center;background-size:490px 700px}.ds_nc_AMeans .con-news::before{content:"";position:absolute;left:1px;right:1px;top:0;height:4px}.red-theme .ds_nc_AMeans .con-news::before{background-color:#ff7200}.blue-theme .ds_nc_AMeans .con-news::before{background-color:#3c8ddb}.green-theme .ds_nc_AMeans .con-news::before{background-color:#4daf7b}.orange-theme .ds_nc_AMeans .con-news::before{background-color:#ffb142}.darkred-theme .ds_nc_AMeans .con-news::before{background-color:#c60100}.darkblue-theme .ds_nc_AMeans .con-news::before{background-color:#37f}.elep-theme .ds_nc_AMeans .con-news::before{background-color:#2787EE}.elep-red-theme .ds_nc_AMeans .con-news::before{background-color:#ff7200}.nmRed-theme .ds_nc_AMeans .con-news::before{background-color:#e51c16}.hdBlue-theme .ds_nc_AMeans .con-news::before{background-color:#2495c7}.zydxRed-theme .ds_nc_AMeans .con-news::before{background-color:#cd0911}.gzgb-theme .ds_nc_AMeans .con-news::before{background-color:#942320}.ct-theme .ds_nc_AMeans .con-news::before{background-color:#303987}.zgyc-theme .ds_nc_AMeans .con-news::before{background-color:#007c5d}.hbBlue-theme .ds_nc_AMeans .con-news::before{background-color:#1A66B1}.nx-theme .ds_nc_AMeans .con-news::before{background-color:#1b82d2}.dingtalk-theme .ds_nc_AMeans .con-news::before{background-color:#3C8AF8}.ds_nc_AMeans .con-news .con-news-wrap{margin:12px 23px}.red-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#37f !important}.elep-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#3C8AF8 !important}.ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-hide-time{opacity:1 !important}.ds_nc_AMeans .con-news .con-news-wrap .news-item{height:90px;border-bottom:1px dotted #dbdbdb;box-sizing:border-box;position:relative;cursor:pointer;transition:all 0.5s}.ds_nc_AMeans .con-news .con-news-wrap .news-item:hover .item-hide-time{opacity:1}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-time{width:64px;height:64px;border:1px solid #333333;border-radius:1px;display:inline-block;font-size:14px !important;color:#333333;letter-spacing:0;text-align:center;position:absolute;left:0;top:12px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-desc{display:inline-block;font-size:14px !important;color:#333333;letter-spacing:0;line-height:24px;overflow:hidden;text-overflow:ellipsis;margin-left:94px;position:relative;top:50%;transform:translateY(-50%)}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-show-time{font-size:18px;color:#333333;letter-spacing:0;text-align:center;display:block;font-weight:normal}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-show-time span{display:block}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-show-time span:first-child{margin-top:5px;margin-bottom:5px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;color:#fff;border-radius:1px;font-weight:normal;opacity:0;transition:all 0.2s}.red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#37f !important}.elep-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#3C8AF8 !important}.red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#37f !important}.elep-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#3C8AF8 !important}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time span{display:block;color:#ffffff;text-align:center;margin-top:-2px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time span:first-child{font-size:30px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time span:last-child{font-size:18px}.ds_nc_acourse .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_acourse .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_acourse .alistbox{width:1200px;margin:30px auto 0}.ds_nc_acourse .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:280px;height:374px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:26px;position:relative}.ds_nc_acourse .alistbox .aitem .aimgbox{height:210px;position:relative}.ds_nc_acourse .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_acourse .alistbox .aitem .item-foot{padding:10px 8px 11px 9px;box-sizing:border-box}.ds_nc_acourse .alistbox .aitem .item-foot .ctitle{font-size:18px;color:#333333;letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px}.ds_nc_acourse .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_acourse .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_acourse .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;width:87%;margin-left:2px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p1 i{display:inline-block;vertical-align:middle;width:15px;height:16px;background:url(/dsfa/res/dsf_styles/themes/styleClass/fabu.png) no-repeat;background-size:100% 100%}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p1 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_acourse .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_acourse .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_acourse .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_acourse .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_acourse .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_acourse .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;padding:0 8px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_acourse .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_acourse .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_acourse .alistbox .aitem:nth-child(4n){margin-right:0}.ds_nc_acourse .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_acoursegood .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_acoursegood .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_acoursegood .alistbox{width:1200px;margin:30px auto 0}.ds_nc_acoursegood .alistbox .aitem{cursor:pointer;overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:348px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:20px;position:relative}.ds_nc_acoursegood .alistbox .aitem .aimgbox{height:244px;position:relative}.ds_nc_acoursegood .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_acoursegood .alistbox .aitem .item-foot{padding:10px 8px 11px 9px;box-sizing:border-box;text-align:center}.ds_nc_acoursegood .alistbox .aitem .item-foot .ctitle{font-weight:400;margin-bottom:10px;font-size:18px;color:#000000;letter-spacing:0.39px;line-height:26px;height:26px;overflow:hidden}.ds_nc_acoursegood .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;margin-left:2px;font-size:14px;text-align:center;color:#666}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p1 i{display:inline-block;vertical-align:middle;width:15px;height:16px;background:url(/dsfa/res/dsf_styles/themes/styleClass/fabu.png) no-repeat;background-size:100% 100%}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p1 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_acoursegood .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_acoursegood .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:20px 15px 45px 17px;box-sizing:border-box;width:100%;height:160px}.ds_nc_acoursegood .alistbox .aitem .hbox p{font-size:22px;padding-top:10px;color:#da0000;cursor:pointer;text-align:center;letter-spacing:0.47px;line-height:26px}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox{margin-top:10px;text-align:center}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox span{display:inline-block;text-align:center;font-size:14px;color:#ffffff;height:60px;padding:0 8px;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_acoursegood .alistbox .aitem:nth-child(3n){margin-right:0}.ds_nc_acoursegood .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_acoursegood .ds_nc_listitem{display:block;width:48%;float:left;height:50px;line-height:50px;border-bottom:#ccc 1px dotted;font-size:18px !important;color:#333;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.ds_nc_acoursegood .ds_nc_listitem .d-nmg{display:inline-block;width:20px;height:20px;background:url(themes/img/i-file.png) left center no-repeat;background-size:100% 100%;margin-right:10px}.ds_nc_acoursegood .ds_nc_listitem .item_font{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_acoursegood .ds_nc_listitem:hover{color:#da0000}.ds_nc_aspecial .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_aspecial .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_aspecial .alistbox{width:1200px;margin:30px auto 0}.ds_nc_aspecial .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:414px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:30px;position:relative}.ds_nc_aspecial .alistbox .aitem .aimgbox{height:285px;position:relative}.ds_nc_aspecial .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:40px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:6px;left:14px}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:13px;vertical-align:middle}.ds_nc_aspecial .alistbox .aitem .item-foot{padding:9px 20px 11px;box-sizing:border-box}.ds_nc_aspecial .alistbox .aitem .item-foot .ctitle{font-size:18px;color:#333333;letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour{margin-top:8px}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour p{font-size:16px;color:#333333;display:inline-block;min-width:120px;height:26px;line-height:26px}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour p i{margin-left:6px;font-style:normal}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour p:last-child{width:100%}.ds_nc_aspecial .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_aspecial .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;min-width:98px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_aspecial .alistbox .aitem:nth-child(3n){margin-right:0}.ds_nc_aspecial .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_achannel .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_achannel .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_achannel .alist-box{width:1200px;margin:30px auto 0;z-index:906;position:relative}.ds_nc_achannel .alist-box .aitem{display:inline-block;vertical-align:top;width:570px;height:150px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);position:relative;margin-right:60px;margin-bottom:100px;padding:0 0 0 200px;box-sizing:border-box;cursor:pointer}.ds_nc_achannel .alist-box .aitem .imgbox{position:absolute;top:0;left:0;height:100%;width:200px}.ds_nc_achannel .alist-box .aitem .imgbox img{width:100%;height:100%}.ds_nc_achannel .alist-box .aitem .rightcontent{padding:15px 14px 0 20px;box-sizing:border-box;height:100%;position:relative}.ds_nc_achannel .alist-box .aitem .rightcontent .right-tit{font-size:18px;color:#333333;width:100%}.ds_nc_achannel .alist-box .aitem .rightcontent .channer-text{margin-top:20px;font-size:16px;color:#666666;line-height:22px;height:44px}.ds_nc_achannel .alist-box .aitem .rightcontent .cnumbox{margin-top:12px}.ds_nc_achannel .alist-box .aitem .rightcontent .cnumbox i{display:inline-block;vertical-align:middle;font-size:19px;margin-top:1px}.ds_nc_achannel .alist-box .aitem .rightcontent .cnumbox span{vertical-align:middle;font-size:16px;color:#666666;margin-left:4px}.ds_nc_achannel .alist-box .aitem .rightcontent b{display:inline-block;border:9px solid transparent;height:calc(50% - 9px);position:absolute}.ds_nc_achannel .alist-box .aitem .rightcontent .b1{top:0;left:-18px;border-top-width:0}.ds_nc_achannel .alist-box .aitem .rightcontent .b2{bottom:0;left:-18px;border-bottom-width:0}.ds_nc_achannel .alist-box .aitem:nth-child(2n){margin-right:0}.ds_nc_achannel .alist-box .aitem:hover .rightcontent{color:#fff}.red-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#ff7200}.blue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#3c8ddb}.green-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#4daf7b}.orange-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#ffb142}.darkred-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#c60100}.darkblue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#37f}.elep-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#2787EE}.elep-red-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#ff7200}.nmRed-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#e51c16}.hdBlue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#2495c7}.zydxRed-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#cd0911}.gzgb-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#942320}.ct-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#303987}.zgyc-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#007c5d}.hbBlue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#1A66B1}.nx-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#1b82d2}.dingtalk-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#3C8AF8}.ds_nc_achannel .alist-box .aitem:hover .right-tit{color:#fff}.ds_nc_achannel .alist-box .aitem:hover .channer-text{color:#fff}.ds_nc_achannel .alist-box .aitem:hover .cnumbox span{color:#fff}.red-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#ff7200}.blue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#3c8ddb}.green-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#4daf7b}.orange-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#ffb142}.darkred-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#c60100}.darkblue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#37f}.elep-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#2787EE}.elep-red-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#ff7200}.nmRed-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#e51c16}.hdBlue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#2495c7}.zydxRed-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#cd0911}.gzgb-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#942320}.ct-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#303987}.zgyc-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#007c5d}.hbBlue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#1A66B1}.nx-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#1b82d2}.dingtalk-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#3C8AF8}.ds_nc_ateacher .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_ateacher .ell9{display:-webkit-box;overflow:hidden;-webkit-line-clamp:9;-webkit-box-orient:vertical}.ds_nc_ateacher .alist-box{width:1200px;margin:30px auto 0}.ds_nc_ateacher .alist-box .aitem{display:inline-block;vertical-align:top;width:225px;height:315px;background:#ffffff;position:relative;margin-right:18.5px;margin-bottom:68px;box-sizing:border-box;cursor:pointer;overflow:hidden}.ds_nc_ateacher .alist-box .aitem img{width:100%;height:100%}.ds_nc_ateacher .alist-box .aitem .tea-text{position:absolute;top:calc(100% - 60px);width:100%;text-align:center;color:#ffffff;padding:8px 16px 8px;box-sizing:border-box;background:rgba(0,0,0,0.5);transition:0.15s}.ds_nc_ateacher .alist-box .aitem .tea-text p{font-size:18px !important;letter-spacing:0;line-height:24px}.ds_nc_ateacher .alist-box .aitem .tea-text .ftext{font-size:16px !important;letter-spacing:0;text-align:center;line-height:24px}.ds_nc_ateacher .alist-box .aitem:hover .tea-text{top:auto;bottom:0}.red-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#ff7200 !important}.blue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#3c8ddb !important}.green-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#4daf7b !important}.orange-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#ffb142 !important}.darkred-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#c60100 !important}.darkblue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#37f !important}.elep-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#2787EE !important}.elep-red-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#ff7200 !important}.nmRed-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#cd0911 !important}.gzgb-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#942320 !important}.ct-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#303987 !important}.zgyc-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#007c5d !important}.hbBlue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#1A66B1 !important}.nx-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#3C8AF8 !important}.ds_nc_ateacher .alist-box .aitem:nth-child(5n){margin-right:0}.ds_nc_alinks .linksbox{width:1200px;margin:30px auto 0;margin-top:68px}.ds_nc_alinks .linksbox .item{display:inline-block;width:237px;height:56px;margin-right:78px;margin-bottom:48px;cursor:pointer}.ds_nc_alinks .linksbox .item img{max-width:100%;max-height:100%}.ds_nc_alinks .linksbox .item:nth-child(4n){margin-right:0}.ds_nc_hplivecontent{width:1200px;box-sizing:border-box;margin:0 auto;color:#666666}.ds_nc_hplivecontent .rightbox{position:absolute;top:20px;right:0}.ds_nc_hplivecontent .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_hplivecontent .rightbox button{display:inline-block;width:48px;height:48px;background-image:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png);background-position:center;background-repeat:no-repeat;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;margin:0;padding:0;border:1px solid transparent;outline:none;cursor:pointer}.red-theme .ds_nc_hplivecontent .rightbox button{background-color:#c62f26}.blue-theme .ds_nc_hplivecontent .rightbox button{background-color:#1a66b1}.green-theme .ds_nc_hplivecontent .rightbox button{background-color:#189a5a}.orange-theme .ds_nc_hplivecontent .rightbox button{background-color:#fc7001}.darkred-theme .ds_nc_hplivecontent .rightbox button{background-color:#c60100}.darkblue-theme .ds_nc_hplivecontent .rightbox button{background-color:#2b6be2}.elep-theme .ds_nc_hplivecontent .rightbox button{background-color:#2787EE}.elep-red-theme .ds_nc_hplivecontent .rightbox button{background-color:#9C0105}.nmRed-theme .ds_nc_hplivecontent .rightbox button{background-color:#e51c16}.hdBlue-theme .ds_nc_hplivecontent .rightbox button{background-color:#2495c7}.zydxRed-theme .ds_nc_hplivecontent .rightbox button{background-color:#cd0911}.gzgb-theme .ds_nc_hplivecontent .rightbox button{background-color:#942320}.ct-theme .ds_nc_hplivecontent .rightbox button{background-color:#303987}.zgyc-theme .ds_nc_hplivecontent .rightbox button{background-color:#007c5d}.hbBlue-theme .ds_nc_hplivecontent .rightbox button{background-color:#1A66B1}.nx-theme .ds_nc_hplivecontent .rightbox button{background-color:#1B82D2}.dingtalk-theme .ds_nc_hplivecontent .rightbox button{background-color:#3C8AF8}.ds_nc_hplivecontent .ds_live_list_wrap{margin-top:40px;position:relative}.ds_nc_hplivecontent .ds_live_list_wrap #ds_live_list_page{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.ds_nc_hplivecontent .ds_live_list_wrap #ds_live_list_page .layui-laypage-em{background:#e68040 !important}.ds_nc_hplivecontent .ds_live_list_wrap #ds_live_list_page .layui-laypage-count{background:none;color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap{width:100%;min-height:737px;margin:30px auto 0;box-sizing:border-box;position:relative;margin-bottom:80px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item{width:100%;height:184.25px;box-sizing:border-box;position:relative}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time{width:100px;height:100px;position:absolute;left:0;top:50%;transform:translateY(-50%);border:2px solid #ffffff;box-sizing:border-box;color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time.live_in{border:none;background:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time .hplive_itme_content{text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time .hplive_itme_content .date{font-size:20px;margin-bottom:10px;white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time .hplive_itme_content .time{font-size:16px;white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_axis{width:2px;height:100%;background:#ffffff;position:absolute;left:164px;top:0}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_axis_core{width:18px;height:18px;position:absolute;left:164px;top:50%;transform:translate(-9px, -50%);box-sizing:border-box;background:#ffffff;border:2px solid #ffffff;border-radius:9999px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_axis_core.live_in{background:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap{width:959px;height:150px;position:absolute;right:0;top:50%;transform:translateY(-50%);color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap{width:200px;height:100%;position:absolute;left:0;top:0;box-sizing:border-box}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{width:56px;height:22px;position:absolute;left:0;top:11px;font-size:14px;color:#ffffff}.red-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#ff7200}.blue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#3c8ddb}.green-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#4daf7b}.orange-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#ffb142}.darkred-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#c60100}.darkblue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#37f}.elep-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#2787EE}.elep-red-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#ff7200}.nmRed-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#e51c16}.hdBlue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#2495c7}.zydxRed-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#cd0911}.gzgb-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#942320}.ct-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#303987}.zgyc-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#007c5d}.hbBlue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#1A66B1}.nx-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#1b82d2}.dingtalk-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#3C8AF8}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon.live_in{background:#e12617}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap img{width:100%;height:100%}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail{width:759px;height:100%;position:absolute;right:0;top:0;box-sizing:border-box}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default{width:100%;height:100%;position:relative}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt{width:276px;position:absolute;left:30px;top:50%;transform:translateY(-50%)}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_title{height:50px;font-size:18px;line-height:25px;margin-bottom:30px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_lectuer{height:46px;font-size:16px;line-height:23px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct{position:absolute;left:364px;top:50%;transform:translateY(-50%);vertical-align:bottom}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_name{font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_num{font-size:40px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt{width:200px;height:100%;position:absolute;right:0;top:0}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date{position:absolute;right:0;bottom:70%;text-align:right;vertical-align:bottom;white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date.live_in{bottom:75%}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_name{font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_num{font-size:40px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_unit{font-size:18px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{width:97px;height:40px;box-sizing:border-box;border:1px solid #ffffff;border-radius:3px;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn.submitted{color:#999999;border:1px solid #999999}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn.ban{color:#999999;border:1px solid #999999;cursor:not-allowed}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn .hplive_sign_name{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on{width:100%;height:100%;background:#e68040;position:relative;color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on:after{content:"";width:0;height:0;position:absolute;top:50%;left:0px;transform:translateY(-50%);border-width:11.25px 0 11.25px 11.25px;border-style:solid;border-color:transparent;border-left-color:#000000}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt{width:307px;position:absolute;left:30px;top:25px;font-size:20px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .get_into_title{margin-top:-10px;margin-bottom:10px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one{vertical-align:middle}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one .method_icon{width:26px;height:26px;box-sizing:border-box;border-radius:9999px;background:#ffffff;position:relative;margin-right:10px;display:inline-block;font-size:20px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one .method_icon span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one .method_title{display:inline-block;font-size:18px;height:26px;line-height:26px;position:absolute}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_go{margin-left:36px;font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_qr{width:100px;height:100px;position:absolute;right:0;top:0;background:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_qr img{width:100%;height:100%}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .cut_off_rule{width:1px;height:104px;background:#ffffff;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt{width:332px;position:absolute;right:15px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two{margin-top:50px;vertical-align:middle}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two .method_icon{width:26px;height:26px;box-sizing:border-box;border-radius:9999px;background:#ffffff;position:relative;margin-right:10px;display:inline-block;font-size:20px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two .method_icon span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two .method_title{display:inline-block;font-size:18px;height:26px;line-height:26px;position:absolute}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_go{width:195px;margin-left:36px;font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_head_icon{width:100px;height:100px;position:absolute;right:0px;top:25px;background:#ffffff;border-radius:9999px;overflow:hidden}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_head_icon img{width:100%;height:100%}.ds_nc_hplivecontent.hplivelist{color:#666666}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time{border:2px solid #c9c9c9}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time.live_in{border:none;background:#e68040}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time.live_in .date,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time.live_in .time{color:#ffffff}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time .date,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time .time{color:#666666}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_axis{background:#999999}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_axis_core{border:2px solid #bfbfbf}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_title,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_lectuer{color:#333333}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_name,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_num{color:#666666}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_name,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_num,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_unit{color:#666666}.red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #c62f26}.blue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #1a66b1}.green-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #189a5a}.orange-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #fc7001}.darkred-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #c60100}.darkblue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #2b6be2}.elep-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #2787EE}.elep-red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #9C0105}.nmRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #e51c16}.hdBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #2495c7}.zydxRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #cd0911}.gzgb-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #942320}.ct-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #303987}.zgyc-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #007c5d}.hbBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #1A66B1}.nx-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #1B82D2}.dingtalk-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #3C8AF8}.red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#c62f26}.blue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#1a66b1}.green-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#189a5a}.orange-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#fc7001}.darkred-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#c60100}.darkblue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#2b6be2}.elep-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#2787EE}.elep-red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#9C0105}.nmRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#e51c16}.hdBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#2495c7}.zydxRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#cd0911}.gzgb-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#942320}.ct-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#303987}.zgyc-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#007c5d}.hbBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#1A66B1}.nx-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#1B82D2}.dingtalk-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#3C8AF8}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .border-bottom{position:absolute;top:167px;width:100%;margin:0px;border-top:1px solid #e8e8e8;border-style:none}.ds_nc_hplivecontent.hplivelist .ds_live_list_wrap #ds_live_list_page .layui-laypage-count{color:#333}.ds_nc_schoolfoot{background:rgba(0,0,0,0.73);box-sizing:border-box;height:98px}.ds_nc_schoolfoot .ds_nc_ncalifoot{width:1200px;padding-top:21px;margin-left:auto;margin-right:auto}.ds_nc_schoolfoot .ds_nc_ncalifoot .logobox{position:relative}.ds_nc_schoolfoot .ds_nc_ncalifoot .logobox .logoimgbox{display:inline-block;width:190px;height:45px;background:url(/dsfa/res/dsf_styles/themes/nc/schoollogo.png) no-repeat;background-size:100%}.ds_nc_schoolfoot .ds_nc_ncalifoot .logobox .txt{position:absolute;right:0;top:12px;color:#fff;font-size:18px}.ds_nc_ncalifootcontent{background:rgba(0,0,0,0.73);box-sizing:border-box;height:98px}.ds_nc_ncalifootcontent .ds_nc_ncalifoot{width:1200px;padding-top:21px;margin-left:auto;margin-right:auto}.ds_nc_ncalifootcontent .ds_nc_ncalifoot .logobox{position:relative}.ds_nc_ncalifootcontent .ds_nc_ncalifoot .logobox .logoimgbox{isplay:inline-block;width:311px;height:56px;background:url(/dsfa/nc/pc/main/assets/images/head_logo.png) no-repeat}.ds_nc_ncalifootcontent .ds_nc_ncalifoot .logobox .txt{position:absolute;right:0;top:12px;color:#fff;font-size:18px}.ds_nc_planfoot{box-sizing:border-box;min-height:200px;padding-bottom:36px;color:#fff}.ds_nc_planfoot .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_planfoot .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.red-theme .ds_nc_planfoot{background-color:#ff7200}.blue-theme .ds_nc_planfoot{background-color:#3c8ddb}.green-theme .ds_nc_planfoot{background-color:#4daf7b}.orange-theme .ds_nc_planfoot{background-color:#ffb142}.darkred-theme .ds_nc_planfoot{background-color:#c60100}.darkblue-theme .ds_nc_planfoot{background-color:#37f}.elep-theme .ds_nc_planfoot{background-color:#2787EE}.elep-red-theme .ds_nc_planfoot{background-color:#ff7200}.nmRed-theme .ds_nc_planfoot{background-color:#e51c16}.hdBlue-theme .ds_nc_planfoot{background-color:#2495c7}.zydxRed-theme .ds_nc_planfoot{background-color:#cd0911}.gzgb-theme .ds_nc_planfoot{background-color:#942320}.ct-theme .ds_nc_planfoot{background-color:#303987}.zgyc-theme .ds_nc_planfoot{background-color:#007c5d}.hbBlue-theme .ds_nc_planfoot{background-color:#1A66B1}.nx-theme .ds_nc_planfoot{background-color:#1b82d2}.dingtalk-theme .ds_nc_planfoot{background-color:#3C8AF8}.ds_nc_planfoot .planfoot{width:1200px;margin-left:auto;margin-right:auto}.ds_nc_planfoot .planfoot .planitembox{padding-top:83px;padding-bottom:36px;border-bottom:1px solid #fff;box-sizing:border-box;height:299px}.ds_nc_planfoot .planfoot .planitembox .planitem{display:inline-block;vertical-align:top}.ds_nc_planfoot .planfoot .planitembox .planitem .titleText{font-size:18px}.ds_nc_planfoot .planfoot .planitembox .planitem ul{margin-top:45px}.ds_nc_planfoot .planfoot .planitembox .planitem ul li{margin-bottom:18px}.ds_nc_planfoot .planfoot .planitembox .planlogo{width:308px}.ds_nc_planfoot .planfoot .planitembox .planlogo .planimgbox{width:308px;height:72px}.ds_nc_planfoot .planfoot .planitembox .planlogo .planimgbox img{width:100%;height:100%}.ds_nc_planfoot .planfoot .planitembox .planlogo p{margin-top:51px;font-size:16px;letter-spacing:0.5px;text-align:justify;word-wrap:break-word}.ds_nc_planfoot .planfoot .planitembox .plantel{width:300px;margin-left:98px}.ds_nc_planfoot .planfoot .planitembox .planlinks{width:255px;margin-left:61px}.ds_nc_planfoot .planfoot .planitembox .planlinks ul li{cursor:pointer}.ds_nc_planfoot .planfoot .planitembox .planabout{width:80px;margin-left:98px}.ds_nc_planfoot .planfoot .planitembox .planabout ul li{cursor:pointer}.ds_nc_planfoot .planfoot .foottext{text-align:center;font-size:16px;padding:45px 0 27px 0px;box-sizing:border-box}.NcFloatmenubox .ds_nc_NcFloatmenu{background:#fff;border:1px solid #ddd;border-radius:3px solid #ddd;box-sizing:border-box;width:170px;top:50%;z-index:9999;opacity:0.8}.NcFloatmenubox .ds_nc_NcFloatmenu ul li{text-align:center;margin:17px 0px;cursor:pointer}.NcFloatmenubox .ds_nc_NcFloatmenu ul li>span{display:inline-block;width:72px;height:72px;font-size:76px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li>p{font-size:16px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode{display:none;width:200px;height:200px;position:absolute;text-align:center;padding:18px 1px;box-sizing:border-box;background:#fff}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode p{line-height:24px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode h6{display:inline-block;width:100px;height:100px;margin-top:14px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode h6 img{width:100%}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .hottel{display:none;background:#fff;text-align:center;position:absolute;padding:28px 30px;box-sizing:border-box}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .hottel h6{margin-top:20px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .hottel h6 i{font-size:54px;vertical-align:middle}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_1>span{color:#000}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_2>span{color:#0051c2}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_2 h6 i{color:#0051c2}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_3>span{color:#ffc500}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_4>span{color:#9b9b9b}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_1:hover .qrcode{display:block}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_2:hover .hottel{display:block}.NcFloatmenubox .iswhere_left{position:fixed;left:10px;transform:translate(0, -50%)}.NcFloatmenubox .iswhere_left ul li .qrcode{margin-left:168px}.NcFloatmenubox .iswhere_left ul li .hottel{margin-left:168px}.NcFloatmenubox .iswhere_right{position:fixed;right:10px;transform:translate(0, -50%)}.NcFloatmenubox .iswhere_right li .qrcode{margin-left:-200px}.NcFloatmenubox .iswhere_right li .hottel{margin-left:-188px}.text:after{content:" ... ";position:absolute;bottom:0;right:0;padding-left:10px;background:-webkit-linear-gradient(left, transparent, #fff 40%);background:-o-linear-gradient(left, #fff 50%);background:-moz-linear-gradient(left, #fff 50%);background:linear-gradient()}.changeell3{display:block !important}.text{display:block;overflow:hidden;position:relative}.texter{height:90px}.red-theme .commonFontColor{color:#ff7200 !important}.blue-theme .commonFontColor{color:#3c8ddb !important}.green-theme .commonFontColor{color:#4daf7b !important}.orange-theme .commonFontColor{color:#ffb142 !important}.darkred-theme .commonFontColor{color:#c60100 !important}.darkblue-theme .commonFontColor{color:#37f !important}.elep-theme .commonFontColor{color:#2787EE !important}.elep-red-theme .commonFontColor{color:#ff7200 !important}.nmRed-theme .commonFontColor{color:#e51c16 !important}.hdBlue-theme .commonFontColor{color:#2495c7 !important}.zydxRed-theme .commonFontColor{color:#cd0911 !important}.gzgb-theme .commonFontColor{color:#942320 !important}.ct-theme .commonFontColor{color:#303987 !important}.zgyc-theme .commonFontColor{color:#007c5d !important}.hbBlue-theme .commonFontColor{color:#1A66B1 !important}.nx-theme .commonFontColor{color:#1b82d2 !important}.dingtalk-theme .commonFontColor{color:#3C8AF8 !important}.red-theme .commonBorderColor{border-color:#ff7200 !important}.blue-theme .commonBorderColor{border-color:#3c8ddb !important}.green-theme .commonBorderColor{border-color:#4daf7b !important}.orange-theme .commonBorderColor{border-color:#ffb142 !important}.darkred-theme .commonBorderColor{border-color:#c60100 !important}.darkblue-theme .commonBorderColor{border-color:#37f !important}.elep-theme .commonBorderColor{border-color:#2787EE !important}.elep-red-theme .commonBorderColor{border-color:#ff7200 !important}.nmRed-theme .commonBorderColor{border-color:#e51c16 !important}.hdBlue-theme .commonBorderColor{border-color:#2495c7 !important}.zydxRed-theme .commonBorderColor{border-color:#cd0911 !important}.gzgb-theme .commonBorderColor{border-color:#942320 !important}.ct-theme .commonBorderColor{border-color:#303987 !important}.zgyc-theme .commonBorderColor{border-color:#007c5d !important}.hbBlue-theme .commonBorderColor{border-color:#1A66B1 !important}.nx-theme .commonBorderColor{border-color:#1b82d2 !important}.dingtalk-theme .commonBorderColor{border-color:#3C8AF8 !important}.red-theme .commonBgColorBefore::before{background-color:#ff7200 !important}.blue-theme .commonBgColorBefore::before{background-color:#3c8ddb !important}.green-theme .commonBgColorBefore::before{background-color:#4daf7b !important}.orange-theme .commonBgColorBefore::before{background-color:#ffb142 !important}.darkred-theme .commonBgColorBefore::before{background-color:#c60100 !important}.darkblue-theme .commonBgColorBefore::before{background-color:#37f !important}.elep-theme .commonBgColorBefore::before{background-color:#2787EE !important}.elep-red-theme .commonBgColorBefore::before{background-color:#ff7200 !important}.nmRed-theme .commonBgColorBefore::before{background-color:#e51c16 !important}.hdBlue-theme .commonBgColorBefore::before{background-color:#2495c7 !important}.zydxRed-theme .commonBgColorBefore::before{background-color:#cd0911 !important}.gzgb-theme .commonBgColorBefore::before{background-color:#942320 !important}.ct-theme .commonBgColorBefore::before{background-color:#303987 !important}.zgyc-theme .commonBgColorBefore::before{background-color:#007c5d !important}.hbBlue-theme .commonBgColorBefore::before{background-color:#1A66B1 !important}.nx-theme .commonBgColorBefore::before{background-color:#1b82d2 !important}.dingtalk-theme .commonBgColorBefore::before{background-color:#3C8AF8 !important}.red-theme .commonBorderColorAfter::after{border-color:#ff7200 !important}.blue-theme .commonBorderColorAfter::after{border-color:#3c8ddb !important}.green-theme .commonBorderColorAfter::after{border-color:#4daf7b !important}.orange-theme .commonBorderColorAfter::after{border-color:#ffb142 !important}.darkred-theme .commonBorderColorAfter::after{border-color:#c60100 !important}.darkblue-theme .commonBorderColorAfter::after{border-color:#37f !important}.elep-theme .commonBorderColorAfter::after{border-color:#2787EE !important}.elep-red-theme .commonBorderColorAfter::after{border-color:#ff7200 !important}.nmRed-theme .commonBorderColorAfter::after{border-color:#e51c16 !important}.hdBlue-theme .commonBorderColorAfter::after{border-color:#2495c7 !important}.zydxRed-theme .commonBorderColorAfter::after{border-color:#cd0911 !important}.gzgb-theme .commonBorderColorAfter::after{border-color:#942320 !important}.ct-theme .commonBorderColorAfter::after{border-color:#303987 !important}.zgyc-theme .commonBorderColorAfter::after{border-color:#007c5d !important}.hbBlue-theme .commonBorderColorAfter::after{border-color:#1A66B1 !important}.nx-theme .commonBorderColorAfter::after{border-color:#1b82d2 !important}.dingtalk-theme .commonBorderColorAfter::after{border-color:#3C8AF8 !important}.red-theme .commonBgColor{background-color:#ff7200 !important}.blue-theme .commonBgColor{background-color:#3c8ddb !important}.green-theme .commonBgColor{background-color:#4daf7b !important}.orange-theme .commonBgColor{background-color:#ffb142 !important}.darkred-theme .commonBgColor{background-color:#c60100 !important}.darkblue-theme .commonBgColor{background-color:#37f !important}.elep-theme .commonBgColor{background-color:#2787EE !important}.elep-red-theme .commonBgColor{background-color:#ff7200 !important}.nmRed-theme .commonBgColor{background-color:#e51c16 !important}.hdBlue-theme .commonBgColor{background-color:#2495c7 !important}.zydxRed-theme .commonBgColor{background-color:#cd0911 !important}.gzgb-theme .commonBgColor{background-color:#942320 !important}.ct-theme .commonBgColor{background-color:#303987 !important}.zgyc-theme .commonBgColor{background-color:#007c5d !important}.hbBlue-theme .commonBgColor{background-color:#1A66B1 !important}.nx-theme .commonBgColor{background-color:#1b82d2 !important}.dingtalk-theme .commonBgColor{background-color:#3C8AF8 !important}.ds_nc_informationcontent{max-width:1200px;margin:0 auto;padding:20px 0px;box-sizing:border-box}.ds_nc_informationcontent .ds_nc_informationlist{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 0px}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem{display:block;width:48%;float:left;height:50px;line-height:50px;border-bottom:#ccc 1px dotted;font-size:18px !important;color:#333;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem .d-nmg{display:inline-block;width:20px;height:20px;background:url(themes/img/i-file.png) left center no-repeat;background-size:100% 100%;margin-right:10px}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem .item_font{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem:hover{color:#da0000}.ds_nc_notice{width:1200px;margin:0 auto;box-sizing:border-box}.ds_nc_notice .serchbox{padding-top:50px;width:100%;height:50px;display:flex;justify-content:space-between;align-items:center}.ds_nc_notice .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.red-theme .ds_nc_notice .serchbox .leftbox span{background-color:#c62f26}.blue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#1a66b1}.green-theme .ds_nc_notice .serchbox .leftbox span{background-color:#189a5a}.orange-theme .ds_nc_notice .serchbox .leftbox span{background-color:#fc7001}.darkred-theme .ds_nc_notice .serchbox .leftbox span{background-color:#c60100}.darkblue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#2b6be2}.elep-theme .ds_nc_notice .serchbox .leftbox span{background-color:#2787EE}.elep-red-theme .ds_nc_notice .serchbox .leftbox span{background-color:#9C0105}.nmRed-theme .ds_nc_notice .serchbox .leftbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_notice .serchbox .leftbox span{background-color:#cd0911}.gzgb-theme .ds_nc_notice .serchbox .leftbox span{background-color:#942320}.ct-theme .ds_nc_notice .serchbox .leftbox span{background-color:#303987}.zgyc-theme .ds_nc_notice .serchbox .leftbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#1A66B1}.nx-theme .ds_nc_notice .serchbox .leftbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_notice .serchbox .leftbox span{background-color:#3C8AF8}.ds_nc_notice .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_notice .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_notice .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_notice .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_notice .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_notice .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_notice .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_notice .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_notice .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_notice .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_notice .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_notice .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_notice .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_notice .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_notice .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_notice .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_notice .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_notice .ds_nc_notice_ul{display:flex;flex-direction:column;display:inline-block;padding-top:30px;width:100%;display:inline-block;font-size:24px !important}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem{height:65px;line-height:65px;border-bottom:#ccc 1px dashed;display:flex;align-items:center;cursor:pointer}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem:hover{color:#c90c0a}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem .ds_nc_notice_time{color:#c62f26}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem .des{margin-left:20px;width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_notice .pagebox{margin-top:35px;text-align:center;height:100%;padding-bottom:10px}.ds_nc_nmtel{width:135px;background:url(/dsfa/res/dsf_styles/themes/nc/nm/tel-bg.png) no-repeat;padding-top:45px;padding-right:6px;box-sizing:border-box;height:724px;top:0;left:2px;z-index:2;cursor:move}.ds_nc_nmtel .telbox{font-size:14px;line-height:20px;height:98%;overflow:auto;box-sizing:border-box;padding:0 0px 21px 18px}.ds_nc_nmtel .telbox p{color:#da0000}.ds_nc_nmtel .telbox::-webkit-scrollbar{width:6px;height:6px}.ds_nc_nmtel .telbox::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#aaa}.ds_nc_nmtel .telbox::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#dfe4f2}.ds_nc_nmtel_fixe{position:fixed !important}.ds_nc_instruct{box-sizing:border-box;display:flex;width:1200px;margin:0 auto}.ds_nc_instruct .ds_nc_instruct_bars{width:220px;height:640px;overflow:hidden;background:#f2f2f2}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul{padding-top:40px}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul li{padding-left:42px;line-height:50px;font-size:18px;font-weight:700;border-bottom:#fff 1px solid;color:#333;cursor:pointer}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul li.hover{display:inline-block;font-size:18px !important;background:#c90c0a;width:100%;color:#fff;font-weight:700;height:50px;line-height:50px;padding-left:40px;cursor:pointer}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul li.hover .dot{display:inline-block;width:8px;height:8px;background:#fff;border-radius:50%;margin:0 10px;margin-bottom:5px}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul li .dot{display:inline-block;width:8px;height:8px;background:#333;border-radius:50%;margin:0 10px;margin-bottom:5px}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul ._have_child{padding-left:0}.ds_nc_instruct .ds_nc_instruct_bars .ds_nc_instruct_ul ._have_child ._ul_child ._bar_li_child{font-size:16px;padding-left:65px;font-weight:400}.ds_nc_instruct .ds_nc_instruct_cons{padding-top:40px;flex:1}.ds_nc_resource{width:1200px;margin:0 auto}.ds_nc_resource .serchbox{padding-top:50px;height:50px;display:flex;justify-content:space-between;align-items:center}.ds_nc_resource .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.red-theme .ds_nc_resource .serchbox .leftbox span{background-color:#c62f26}.blue-theme .ds_nc_resource .serchbox .leftbox span{background-color:#1a66b1}.green-theme .ds_nc_resource .serchbox .leftbox span{background-color:#189a5a}.orange-theme .ds_nc_resource .serchbox .leftbox span{background-color:#fc7001}.darkred-theme .ds_nc_resource .serchbox .leftbox span{background-color:#c60100}.darkblue-theme .ds_nc_resource .serchbox .leftbox span{background-color:#2b6be2}.elep-theme .ds_nc_resource .serchbox .leftbox span{background-color:#2787EE}.elep-red-theme .ds_nc_resource .serchbox .leftbox span{background-color:#9C0105}.nmRed-theme .ds_nc_resource .serchbox .leftbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_resource .serchbox .leftbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_resource .serchbox .leftbox span{background-color:#cd0911}.gzgb-theme .ds_nc_resource .serchbox .leftbox span{background-color:#942320}.ct-theme .ds_nc_resource .serchbox .leftbox span{background-color:#303987}.zgyc-theme .ds_nc_resource .serchbox .leftbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_resource .serchbox .leftbox span{background-color:#1A66B1}.nx-theme .ds_nc_resource .serchbox .leftbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_resource .serchbox .leftbox span{background-color:#3C8AF8}.ds_nc_resource .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_resource .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_resource .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_resource .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_resource .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_resource .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_resource .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_resource .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_resource .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_resource .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_resource .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_resource .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_resource .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_resource .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_resource .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_resource .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_resource .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_resource .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_resource .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_resource .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_resource .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_resource .ds_nc_lists{display:flex;flex-direction:column;display:inline-block;font-size:24px !important}.ds_nc_resource .ds_nc_lists .ds_nc_listitem{display:block;width:100%;height:60px;line-height:60px;color:#333;cursor:pointer}.ds_nc_resource .ds_nc_lists .ds_nc_listitem span{display:inline-block;margin-left:20px;width:90%;background:url(/dsfa/res/dsf_styles/themes/nc/dot01.png) left center no-repeat;padding-left:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_resource .ds_nc_lists .ds_nc_listitem span:hover{color:#da0000}.ds_nc_resource .ds_nc_lists .ds_nc_listitem:nth-child(5n){border-bottom:#e8e8e8 1px solid;padding-bottom:30px}.ds_nc_resource .ds_nc_lists .ds_nc_listitem:nth-child(5n+1){padding-top:30px}.ds_nc_resource .pagebox{margin-top:35px;text-align:center;height:100%;padding-bottom:10px}.ds_nc_myke .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_myke .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_myke .layui-btn-sm{border-radius:6px;margin-right:20px;cursor:default}.red-theme .ds_nc_myke .layui-btn-sm{border-color:#c62f26}.blue-theme .ds_nc_myke .layui-btn-sm{border-color:#1a66b1}.green-theme .ds_nc_myke .layui-btn-sm{border-color:#189a5a}.orange-theme .ds_nc_myke .layui-btn-sm{border-color:#fc7001}.darkred-theme .ds_nc_myke .layui-btn-sm{border-color:#c60100}.darkblue-theme .ds_nc_myke .layui-btn-sm{border-color:#2b6be2}.elep-theme .ds_nc_myke .layui-btn-sm{border-color:#2787EE}.elep-red-theme .ds_nc_myke .layui-btn-sm{border-color:#9C0105}.nmRed-theme .ds_nc_myke .layui-btn-sm{border-color:#e51c16}.hdBlue-theme .ds_nc_myke .layui-btn-sm{border-color:#2495c7}.zydxRed-theme .ds_nc_myke .layui-btn-sm{border-color:#cd0911}.gzgb-theme .ds_nc_myke .layui-btn-sm{border-color:#942320}.ct-theme .ds_nc_myke .layui-btn-sm{border-color:#303987}.zgyc-theme .ds_nc_myke .layui-btn-sm{border-color:#007c5d}.hbBlue-theme .ds_nc_myke .layui-btn-sm{border-color:#1A66B1}.nx-theme .ds_nc_myke .layui-btn-sm{border-color:#1B82D2}.dingtalk-theme .ds_nc_myke .layui-btn-sm{border-color:#3C8AF8}.red-theme .ds_nc_myke .layui-btn-sm{color:#c62f26}.blue-theme .ds_nc_myke .layui-btn-sm{color:#1a66b1}.green-theme .ds_nc_myke .layui-btn-sm{color:#189a5a}.orange-theme .ds_nc_myke .layui-btn-sm{color:#fc7001}.darkred-theme .ds_nc_myke .layui-btn-sm{color:#c60100}.darkblue-theme .ds_nc_myke .layui-btn-sm{color:#2b6be2}.elep-theme .ds_nc_myke .layui-btn-sm{color:#2787EE}.elep-red-theme .ds_nc_myke .layui-btn-sm{color:#9C0105}.nmRed-theme .ds_nc_myke .layui-btn-sm{color:#e51c16}.hdBlue-theme .ds_nc_myke .layui-btn-sm{color:#2495c7}.zydxRed-theme .ds_nc_myke .layui-btn-sm{color:#cd0911}.gzgb-theme .ds_nc_myke .layui-btn-sm{color:#942320}.ct-theme .ds_nc_myke .layui-btn-sm{color:#303987}.zgyc-theme .ds_nc_myke .layui-btn-sm{color:#007c5d}.hbBlue-theme .ds_nc_myke .layui-btn-sm{color:#1A66B1}.nx-theme .ds_nc_myke .layui-btn-sm{color:#1B82D2}.dingtalk-theme .ds_nc_myke .layui-btn-sm{color:#3C8AF8}.ds_nc_myke .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_myke .layui-carousel-ind ul{background-color:transparent}.ds_nc_myke .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_myke .serchbox{position:relative;height:107px;margin-top:10px}.ds_nc_myke .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.red-theme .ds_nc_myke .serchbox .leftbox span{background-color:#c62f26}.blue-theme .ds_nc_myke .serchbox .leftbox span{background-color:#1a66b1}.green-theme .ds_nc_myke .serchbox .leftbox span{background-color:#189a5a}.orange-theme .ds_nc_myke .serchbox .leftbox span{background-color:#fc7001}.darkred-theme .ds_nc_myke .serchbox .leftbox span{background-color:#c60100}.darkblue-theme .ds_nc_myke .serchbox .leftbox span{background-color:#2b6be2}.elep-theme .ds_nc_myke .serchbox .leftbox span{background-color:#2787EE}.elep-red-theme .ds_nc_myke .serchbox .leftbox span{background-color:#9C0105}.nmRed-theme .ds_nc_myke .serchbox .leftbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_myke .serchbox .leftbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_myke .serchbox .leftbox span{background-color:#cd0911}.gzgb-theme .ds_nc_myke .serchbox .leftbox span{background-color:#942320}.ct-theme .ds_nc_myke .serchbox .leftbox span{background-color:#303987}.zgyc-theme .ds_nc_myke .serchbox .leftbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_myke .serchbox .leftbox span{background-color:#1A66B1}.nx-theme .ds_nc_myke .serchbox .leftbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_myke .serchbox .leftbox span{background-color:#3C8AF8}.ds_nc_myke .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_myke .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_myke .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_myke .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_myke .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_myke .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_myke .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_myke .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_myke .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_myke .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_myke .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_myke .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_myke .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_myke .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_myke .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_myke .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_myke .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_myke .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_myke .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_myke .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_myke .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_myke .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_myke .alistbox{width:1200px}.ds_nc_myke .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:280px;height:374px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:26px;position:relative}.ds_nc_myke .alistbox .aitem .aimgbox{height:210px;position:relative}.ds_nc_myke .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_myke .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_myke .alistbox .aitem .item-foot{padding:10px 8px 11px 9px;box-sizing:border-box}.ds_nc_myke .alistbox .aitem .item-foot .ctitle{font-size:18px;color:#333333;letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px}.ds_nc_myke .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_myke .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_myke .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;width:87%;margin-left:2px}.ds_nc_myke .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_myke .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_myke .alistbox .aitem .item-foot .cstyle-hour .p1>span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_myke .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_myke .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_myke .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_myke .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_myke .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_myke .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_myke .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_myke .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_myke .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_myke .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;padding:0 8px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_myke .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_myke .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_myke .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_myke .alistbox .aitem:nth-child(4n){margin-right:0}.ds_nc_myke .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_myke .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.ds_nc_partymember{padding:0 !important}.ds_nc_partymember #ds_nc_partymember-box{width:1200px;margin:0 auto 0;background:#ffffff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5)}.ds_nc_partymember .nc_hd_title-box{padding:20px}.ds_nc_partymember .ds_nc_titlebox{border-radius:0;margin-top:0}.ds_nc_partymember .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_partymember .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_partymember .hright>.morebtn{width:100px}.ds_nc_partymember .hright>.morebtn span{font-family:PingFangSC-Regular;font-size:14px !important;color:#2495c7 !important;letter-spacing:0;font-weight:700}.ds_nc_partymember .hright>.morebtn em{font-family:SimSun;font-style:normal;display:inline-block;vertical-align:middle;width:14px;height:14px;margin-left:5px;margin-top:-3px;color:#fff;text-align:center;line-height:14px;border-radius:7px;font-size:10px;background-color:#2495c7 !important}.ds_nc_partymember .morebtn-img{width:14px;height:14px}.ds_nc_partymember .tit-text{position:relative}.ds_nc_partymember .tit-text p{position:absolute;margin-top:-11px;top:50%;left:20px;width:5px;height:22px;background-color:#2495c7;border-radius:2px}.ds_nc_partymember .tit-text span{margin-left:8px;font-family:PingFangSC-Semibold;font-size:24px;color:#404040 !important;letter-spacing:0;font-weight:600}.ds_nc_partymember .alistbox{width:1200px;margin:0 auto 0;background-color:#ffffff}.ds_nc_partymember .alistbox .aitem{margin-left:20px;margin-right:4px;overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:30px;margin-top:-15px;width:272px;height:290px;background-color:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);position:relative}.ds_nc_partymember .alistbox .aitem .aimgbox{height:204px;position:relative;float:left;overflow:hidden}.ds_nc_partymember .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_partymember .alistbox .aitem .aimgbox img:hover{transform:scale(1.15)}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_partymember .alistbox .aitem .item-foot{position:absolute;bottom:10px;padding:10px 8px 11px 9px;box-sizing:border-box}.ds_nc_partymember .alistbox .aitem .item-foot .ctitle{letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px;font-family:PingFangSC-Medium;font-size:16px;color:#404040;letter-spacing:0}.ds_nc_partymember .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_partymember .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_partymember .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;width:87%;margin-left:2px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p1 i{display:inline-block;vertical-align:middle;width:15px;height:16px;background:url(/dsfa/res/dsf_styles/themes/styleClass/fabu.png) no-repeat;background-size:100% 100%}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p1 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_partymember .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_partymember .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_partymember .alistbox .aitem .hbox{display:none;transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_partymember .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_partymember .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_partymember .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;padding:0 8px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_partymember .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_partymember .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_partymember .alistbox .aitem:nth-child(4n){margin-right:0}.ds_nc_partymember .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_partymember:hover{cursor:pointer}.ds_hd_planfoot{box-sizing:border-box;min-height:200px;color:#fff}.ds_hd_planfoot .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_hd_planfoot .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.red-theme .ds_hd_planfoot{background-color:#ff7200}.blue-theme .ds_hd_planfoot{background-color:#3c8ddb}.green-theme .ds_hd_planfoot{background-color:#4daf7b}.orange-theme .ds_hd_planfoot{background-color:#ffb142}.darkred-theme .ds_hd_planfoot{background-color:#c60100}.darkblue-theme .ds_hd_planfoot{background-color:#37f}.elep-theme .ds_hd_planfoot{background-color:#2787EE}.elep-red-theme .ds_hd_planfoot{background-color:#ff7200}.nmRed-theme .ds_hd_planfoot{background-color:#e51c16}.hdBlue-theme .ds_hd_planfoot{background-color:#2495c7}.zydxRed-theme .ds_hd_planfoot{background-color:#cd0911}.gzgb-theme .ds_hd_planfoot{background-color:#942320}.ct-theme .ds_hd_planfoot{background-color:#303987}.zgyc-theme .ds_hd_planfoot{background-color:#007c5d}.hbBlue-theme .ds_hd_planfoot{background-color:#1A66B1}.nx-theme .ds_hd_planfoot{background-color:#1b82d2}.dingtalk-theme .ds_hd_planfoot{background-color:#3C8AF8}.ds_hd_planfoot .planfoot{width:1200px;margin-left:auto;margin-right:auto;height:290px}.ds_hd_planfoot .planfoot .planitembox{padding-top:26px;box-sizing:border-box;height:100%;overflow:hidden}.ds_hd_planfoot .planfoot .planitembox .rightcontent{display:inline-block;vertical-align:top;margin-left:189px;width:calc(100% - 376px)}.ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-bottom-width:1px;border-bottom-style:solid}.red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#c62f26}.blue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#1a66b1}.green-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#189a5a}.orange-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#fc7001}.darkred-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#c60100}.darkblue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#2b6be2}.elep-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#2787EE}.elep-red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#9C0105}.nmRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#e51c16}.hdBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#2495c7}.zydxRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#cd0911}.gzgb-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#942320}.ct-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#303987}.zgyc-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#007c5d}.hbBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#1A66B1}.nx-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#3C8AF8}.ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .titleText{font-size:18px;color:#666666;display:inline-block;padding:6px 14px;box-sizing:border-box;margin-right:49px;margin-bottom:-1px;cursor:pointer}.ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{font-weight:600;border-bottom-width:3px;border-bottom-style:solid}.red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#c62f26}.blue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#1a66b1}.green-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#189a5a}.orange-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#fc7001}.darkred-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#c60100}.darkblue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#2b6be2}.elep-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#2787EE}.elep-red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#9C0105}.nmRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#e51c16}.hdBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#2495c7}.zydxRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#cd0911}.gzgb-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#942320}.ct-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#303987}.zgyc-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#007c5d}.hbBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#1A66B1}.nx-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#3C8AF8}.red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#c62f26}.blue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#1a66b1}.green-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#189a5a}.orange-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#fc7001}.darkred-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#c60100}.darkblue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#2b6be2}.elep-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#2787EE}.elep-red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#9C0105}.nmRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#e51c16}.hdBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#2495c7}.zydxRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#cd0911}.gzgb-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#942320}.ct-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#303987}.zgyc-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#007c5d}.hbBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#1A66B1}.nx-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#3C8AF8}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planitem{display:none;vertical-align:top}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planitem ul{margin-top:30px}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planitem ul li{margin-bottom:18px;font-size:16px;color:#666666}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planlinks{display:block}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planlinks ul li{cursor:pointer;display:inline-block;min-width:224px;margin-right:49px}.ds_hd_planfoot .planfoot .planitembox .rightcontent .plantel ul li{margin-bottom:18px;font-size:16px;color:#666666;display:inline-block;vertical-align:top;width:334px;margin-right:60px}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planabout ul li{cursor:pointer;display:inline-block;width:167px;margin-right:96px}.ds_hd_planfoot .planfoot .planitembox .planlogo{width:187px;display:inline-block;vertical-align:top}.ds_hd_planfoot .planfoot .planitembox .planlogo .planimgbox{height:66px}.ds_hd_planfoot .planfoot .planitembox .planlogo .planimgbox img{width:100%;height:100%}.ds_hd_planfoot .planfoot .planitembox .planlogo p{margin-top:51px;font-size:16px;letter-spacing:0.5px;text-align:justify;word-wrap:break-word}.ds_hd_planfoot .foottext{text-align:center;font-size:16px;box-sizing:border-box;height:88px;line-height:88px}.red-theme .ds_hd_planfoot .foottext{background-color:#c62f26}.blue-theme .ds_hd_planfoot .foottext{background-color:#1a66b1}.green-theme .ds_hd_planfoot .foottext{background-color:#189a5a}.orange-theme .ds_hd_planfoot .foottext{background-color:#fc7001}.darkred-theme .ds_hd_planfoot .foottext{background-color:#c60100}.darkblue-theme .ds_hd_planfoot .foottext{background-color:#2b6be2}.elep-theme .ds_hd_planfoot .foottext{background-color:#2787EE}.elep-red-theme .ds_hd_planfoot .foottext{background-color:#9C0105}.nmRed-theme .ds_hd_planfoot .foottext{background-color:#e51c16}.hdBlue-theme .ds_hd_planfoot .foottext{background-color:#2495c7}.zydxRed-theme .ds_hd_planfoot .foottext{background-color:#cd0911}.gzgb-theme .ds_hd_planfoot .foottext{background-color:#942320}.ct-theme .ds_hd_planfoot .foottext{background-color:#303987}.zgyc-theme .ds_hd_planfoot .foottext{background-color:#007c5d}.hbBlue-theme .ds_hd_planfoot .foottext{background-color:#1A66B1}.nx-theme .ds_hd_planfoot .foottext{background-color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .foottext{background-color:#3C8AF8}.nc_hd_title{position:relative;padding-bottom:25px;box-sizing:border-box}.nc_hd_title>i{display:inline-block;vertical-align:middle;border-radius:2px;width:5px;height:22px}.red-theme .nc_hd_title>i{background-color:#c62f26}.blue-theme .nc_hd_title>i{background-color:#1a66b1}.green-theme .nc_hd_title>i{background-color:#189a5a}.orange-theme .nc_hd_title>i{background-color:#fc7001}.darkred-theme .nc_hd_title>i{background-color:#c60100}.darkblue-theme .nc_hd_title>i{background-color:#2b6be2}.elep-theme .nc_hd_title>i{background-color:#2787EE}.elep-red-theme .nc_hd_title>i{background-color:#9C0105}.nmRed-theme .nc_hd_title>i{background-color:#e51c16}.hdBlue-theme .nc_hd_title>i{background-color:#2495c7}.zydxRed-theme .nc_hd_title>i{background-color:#cd0911}.gzgb-theme .nc_hd_title>i{background-color:#942320}.ct-theme .nc_hd_title>i{background-color:#303987}.zgyc-theme .nc_hd_title>i{background-color:#007c5d}.hbBlue-theme .nc_hd_title>i{background-color:#1A66B1}.nx-theme .nc_hd_title>i{background-color:#1B82D2}.dingtalk-theme .nc_hd_title>i{background-color:#3C8AF8}.nc_hd_title span{font-size:24px;color:#404040;line-height:30px;vertical-align:middle;margin-left:9px;font-weight:600}.nc_hd_title p{position:absolute;top:3px;right:0;font-size:14px;cursor:pointer}.nc_hd_title p b{vertical-align:middle}.red-theme .nc_hd_title p b{color:#c62f26}.blue-theme .nc_hd_title p b{color:#1a66b1}.green-theme .nc_hd_title p b{color:#189a5a}.orange-theme .nc_hd_title p b{color:#fc7001}.darkred-theme .nc_hd_title p b{color:#c60100}.darkblue-theme .nc_hd_title p b{color:#2b6be2}.elep-theme .nc_hd_title p b{color:#2787EE}.elep-red-theme .nc_hd_title p b{color:#9C0105}.nmRed-theme .nc_hd_title p b{color:#e51c16}.hdBlue-theme .nc_hd_title p b{color:#2495c7}.zydxRed-theme .nc_hd_title p b{color:#cd0911}.gzgb-theme .nc_hd_title p b{color:#942320}.ct-theme .nc_hd_title p b{color:#303987}.zgyc-theme .nc_hd_title p b{color:#007c5d}.hbBlue-theme .nc_hd_title p b{color:#1A66B1}.nx-theme .nc_hd_title p b{color:#1B82D2}.dingtalk-theme .nc_hd_title p b{color:#3C8AF8}.nc_hd_title p em{font-family:SimSun;font-style:normal;display:inline-block;vertical-align:middle;width:14px;height:14px;margin-left:5px;color:#fff;text-align:center;line-height:14px;border-radius:7px;font-size:10px}.red-theme .nc_hd_title p em{background-color:#c62f26}.blue-theme .nc_hd_title p em{background-color:#1a66b1}.green-theme .nc_hd_title p em{background-color:#189a5a}.orange-theme .nc_hd_title p em{background-color:#fc7001}.darkred-theme .nc_hd_title p em{background-color:#c60100}.darkblue-theme .nc_hd_title p em{background-color:#2b6be2}.elep-theme .nc_hd_title p em{background-color:#2787EE}.elep-red-theme .nc_hd_title p em{background-color:#9C0105}.nmRed-theme .nc_hd_title p em{background-color:#e51c16}.hdBlue-theme .nc_hd_title p em{background-color:#2495c7}.zydxRed-theme .nc_hd_title p em{background-color:#cd0911}.gzgb-theme .nc_hd_title p em{background-color:#942320}.ct-theme .nc_hd_title p em{background-color:#303987}.zgyc-theme .nc_hd_title p em{background-color:#007c5d}.hbBlue-theme .nc_hd_title p em{background-color:#1A66B1}.nx-theme .nc_hd_title p em{background-color:#1B82D2}.dingtalk-theme .nc_hd_title p em{background-color:#3C8AF8}.nc_hnews{width:680px;height:403px;background:#fff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:13px 35px 0 20px;box-sizing:border-box;border-radius:4px}.nc_hnews .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hnews .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.nc_hnews .content ul{box-sizing:border-box;padding:0 0 0 15px}.nc_hnews .content ul li{border-bottom:1.5px dashed #e7e7e7;margin-bottom:19px;padding-bottom:20px;box-sizing:border-box;cursor:pointer}.nc_hnews .content ul li p{font-size:16px;color:#404040;width:100%;cursor:pointer}.nc_hnews .content ul li:last-child{border:0}.nc_hliveclass{width:500px;height:403px;background:#fff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:13px 35px 0 20px;box-sizing:border-box;border-radius:4px}.nc_hliveclass .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hliveclass .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.nc_hliveclass .content{padding-left:15px;box-sizing:border-box}.nc_hliveclass .content .item{height:130px;margin-bottom:38px;background:#ffffff;box-shadow:0 1px 4px 0 rgba(167,167,167,0.5);padding:22px 12px 0 12px;box-sizing:border-box;position:relative}.nc_hliveclass .content .item .rcont{display:inline-block;vertical-align:top}.nc_hliveclass .content .item .imgbox{width:100px;height:75px;display:inline-block;vertical-align:top;margin-top:5px;overflow:hidden;border-radius:4px}.nc_hliveclass .content .item .imgbox img{width:100%;height:100%;transition:0.5s}.nc_hliveclass .content .item .imgbox img:hover{transform:scale(1.15)}.nc_hliveclass .content .item .rightc{width:284px;display:inline-block;vertical-align:top;margin-left:20px;height:100%;position:relative}.nc_hliveclass .content .item .rightc .timebox{font-size:14px}.nc_hliveclass .content .item .rightc .timebox span{color:#404040;position:relative;padding-right:20px}.nc_hliveclass .content .item .rightc .timebox span::after{content:"";display:inline-block;border-right:1px solid #151515;height:15px;position:absolute;right:0;top:3px}.nc_hliveclass .content .item .rightc .timebox b{font-weight:normal;margin-left:15px;color:#e54033;cursor:pointer}.nc_hliveclass .content .item .rightc .headtext{font-size:16px;color:#404040;width:100%;font-weight:600;margin-top:5px}.nc_hliveclass .content .item .rightc .namebox{font-size:14px;color:#707070;position:absolute;bottom:14px;left:0}.nc_hliveclass .content .item .choose{position:absolute;top:0;left:0;height:24px;line-height:24px;background:#2495c7;padding:0 6px;color:#fff;letter-spacing:1px}.nc_hliveclass .content .item .choose1{color:#fff;background:#2495c7}.nc_hliveclass .content .item .choose2{color:#fff;background:#e12617}.nc_hliveclass .content .item .choose3{color:#fff;background:#ddd}.ds_hd_special{width:1200px;margin:20px auto;padding:26px 23px 0 21px !important;padding-bottom:-4px;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);box-sizing:border-box}.ds_hd_special .ds_hd_content{display:flex;flex-wrap:wrap;justify-content:space-between}.ds_hd_special .ds_hd_content .ds_hd_items{margin-bottom:31px;display:flex;width:565px;height:204px;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);cursor:pointer}.ds_hd_special .ds_hd_content .ds_hd_items:last-child,.ds_hd_special .ds_hd_content .ds_hd_items:nth-child(3){margin-bottom:28px}.ds_hd_special .ds_hd_content .ds_hd_items:hover{background-image:linear-gradient(-154deg, #2495c7 5%, #007bb2 100%)}.ds_hd_special .ds_hd_content .ds_hd_items:hover .item{color:#fff}.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .title,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .ds_seat .frame_title span,.ds_seat .frame_title .ds_hd_special .ds_hd_content .ds_hd_items:hover .item span,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .ds_seat .frame_title i,.ds_seat .frame_title .ds_hd_special .ds_hd_content .ds_hd_items:hover .item i,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .item-obj,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .item-con{color:#fff}.ds_hd_special .ds_hd_content .ds_hd_items .img-box{width:272px;height:204px}.ds_hd_special .ds_hd_content .ds_hd_items .img-box img{width:100%;height:100%}.ds_hd_special .ds_hd_content .ds_hd_items .item{display:flex;flex-direction:column;flex:1;justify-content:space-around;margin-left:22px;margin-right:15px}.ds_hd_special .ds_hd_content .ds_hd_items .item .item-con{height:80px;line-height:20px;overflow:hidden;display:-webkit-box !important;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:4;display:inline-block;font-size:14px !important;color:#707070}.ds_hd_special .ds_hd_content .ds_hd_items .item .item-obj{display:inline-block;font-size:14px !important;color:#707070}.dsf_hd_schoolyardimg{width:1200px;margin:20px auto 31px;box-sizing:border-box;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:28px 23px 20px 21px !important}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box{box-sizing:border-box;display:flex;justify-content:space-around;align-items:center;margin-top:11px;height:500px;background:#efefef}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item{width:267px;cursor:pointer}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-full{width:267px;height:470px;overflow:hidden}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-full img{width:100%;height:100%}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-full img:hover{transform:scale(1.15)}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two{display:flex;flex-direction:column}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two .img-box-tow{overflow:hidden;width:267px;height:128px;margin-bottom:20px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two .img-box-three{overflow:hidden;width:267px;height:322px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two img{width:100%;height:100%}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two img:hover{transform:scale(1.15)}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three{display:flex;flex-direction:column;overflow:hidden}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three .img-box-four{overflow:hidden;width:267px;height:322px;margin-bottom:20px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three .img-box-five{overflow:hidden;width:267px;height:128px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three img{width:100%;height:100%}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three img:hover{transform:scale(1.15)}.dsf_hd_recommend{width:1200px;margin:0 auto;box-sizing:border-box;padding:20px 0 !important}.dsf_hd_recommend .ds_hd_content{display:flex;justify-content:space-between}.dsf_hd_recommend .ds_hd_content .ds_hd_items{cursor:pointer;width:285px;height:160px;overflow:hidden}.dsf_hd_recommend .ds_hd_content .ds_hd_items img{width:100%;height:100%}.dsf_hd_recommend .ds_hd_content .ds_hd_items img:hover{transform:scale(1.15)}.nc_hcteacher{background:#fff;width:1200px;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:13px 35px 45px 20px !important;margin-left:auto;margin-right:auto;box-sizing:border-box;border-radius:4px}.nc_hcteacher .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hcteacher .ell9{display:-webkit-box;overflow:hidden;-webkit-line-clamp:9;-webkit-box-orient:vertical}.nc_hcteacher .alist-box{margin:0 auto 0;background:#fff;position:relative}.nc_hcteacher .alist-box .aitem{display:inline-block;vertical-align:top;width:250px;height:350px;background:#ffffff;position:relative;margin-right:48px;box-sizing:border-box;cursor:pointer;overflow:hidden;border-radius:4px}.nc_hcteacher .alist-box .aitem img{width:100%;height:100%}.nc_hcteacher .alist-box .aitem .tea-text{position:absolute;top:calc(100% - 60px);width:100%;text-align:center;color:#ffffff;padding:8px 16px 8px;box-sizing:border-box;background:rgba(0,0,0,0.5);transition:0.15s}.nc_hcteacher .alist-box .aitem .tea-text p{font-size:18px !important;letter-spacing:0;line-height:24px}.nc_hcteacher .alist-box .aitem .tea-text .ftext{font-size:16px !important;letter-spacing:0;text-align:center;line-height:24px}.nc_hcteacher .alist-box .aitem:hover .tea-text{top:0;bottom:0;padding-top:58px;box-sizing:border-box;background:rgba(0,0,0,0.5)}.nc_hcteacher .alist-box .aitem:nth-child(4n){margin-right:0}.nc_hcteacher .alist-box .btn{position:absolute;top:50%;font-family:simsun;width:23px;height:39px;text-align:center;line-height:39px;opacity:0.5;background:#000000;color:#fff;transform:translate(0, -50%);cursor:pointer}.nc_hcteacher .alist-box .lbtn{left:0}.nc_hcteacher .alist-box .rbtn{right:2px}.ds_nc_NctrainClass{height:100%;padding:0 8px 8px !important}.ds_nc_NctrainClass html,.ds_nc_NctrainClass body{color:#333;margin:0;background:#f2f2f2;font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif}.ds_nc_NctrainClass .wrapper{width:100%}.ds_nc_NctrainClass .inner{width:594px;margin:auto}.ds_nc_NctrainClass .com-title{color:#333;font-size:16px;background:#fff;border-radius:8px;height:46px;text-indent:30px;line-height:46px;margin:0;position:relative}.ds_nc_NctrainClass .com-title b{width:8px;height:18px;position:absolute;top:14px;left:15px}.red-theme .ds_nc_NctrainClass .com-title b{background-color:#ff7200}.blue-theme .ds_nc_NctrainClass .com-title b{background-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .com-title b{background-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .com-title b{background-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .com-title b{background-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .com-title b{background-color:#37f}.elep-theme .ds_nc_NctrainClass .com-title b{background-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .com-title b{background-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .com-title b{background-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .com-title b{background-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .com-title b{background-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .com-title b{background-color:#942320}.ct-theme .ds_nc_NctrainClass .com-title b{background-color:#303987}.zgyc-theme .ds_nc_NctrainClass .com-title b{background-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .com-title b{background-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .com-title b{background-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .com-title b{background-color:#3C8AF8}.ds_nc_NctrainClass .com-icon-wrap{color:#fff;width:25px;height:25px;line-height:1;border-radius:3px;float:right;margin-right:20px;margin-top:10px;position:relative;cursor:pointer}.red-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#ff7200}.blue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#37f}.elep-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#942320}.ct-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#303987}.zgyc-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#3C8AF8}.ds_nc_NctrainClass .com-icon-wrap:hover{color:#f2f2f2}.ds_nc_NctrainClass .com-icon-wrap .icon-hao{display:inline-block;position:absolute;top:5px;left:-25px}.ds_nc_NctrainClass .com-list-wrap{margin:12px 0 32px}.ds_nc_NctrainClass .com-item{width:100%;height:183px;border-radius:8px;background:#fff;position:relative;margin-bottom:15px}.ds_nc_NctrainClass .item-img-wrap{width:180px;height:135px;overflow:hidden;box-sizing:border-box;border:1px solid #f2f2f2;position:absolute;top:24px;left:18px}.ds_nc_NctrainClass .item-img-wrap img{width:100%;height:100%}.ds_nc_NctrainClass .item-desc-wrap{margin-left:210px;padding-top:24px;margin-right:15px;position:relative;min-height:135px}.ds_nc_NctrainClass .item-desc-title{color:#333;font-size:16px;line-height:30px;font-weight:600;margin:0;min-height:60px;position:relative}.ds_nc_NctrainClass .item-bx{font-size:14px;text-align:center;line-height:20px;border-radius:6px;box-sizing:border-box;display:inline-block;font-weight:normal;margin-right:15px;border:1px solid #2a93fd;width:40px;height:20px}.red-theme .ds_nc_NctrainClass .item-bx{color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-bx{color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-bx{color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-bx{color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-bx{color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-bx{color:#37f}.elep-theme .ds_nc_NctrainClass .item-bx{color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-bx{color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-bx{color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-bx{color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-bx{color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-bx{color:#942320}.ct-theme .ds_nc_NctrainClass .item-bx{color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-bx{color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-bx{color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-bx{color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-bx{color:#3C8AF8}.red-theme .ds_nc_NctrainClass .item-bx{border-color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-bx{border-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-bx{border-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-bx{border-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-bx{border-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-bx{border-color:#37f}.elep-theme .ds_nc_NctrainClass .item-bx{border-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-bx{border-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-bx{border-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-bx{border-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-bx{border-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-bx{border-color:#942320}.ct-theme .ds_nc_NctrainClass .item-bx{border-color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-bx{border-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-bx{border-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-bx{border-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-bx{border-color:#3C8AF8}.ds_nc_NctrainClass .item-dept{color:#333;font-size:14px;margin:0;position:absolute;top:85px}.ds_nc_NctrainClass .item-class-info{font-size:0;padding:0;position:absolute;top:110px;left:0;right:0;overflow:hidden}.ds_nc_NctrainClass .item-class-info li{font-size:12px;color:#666666;letter-spacing:0;margin-right:10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_NctrainClass .item-end-time{font-size:14px;margin:0;position:absolute;bottom:0}.red-theme .ds_nc_NctrainClass .item-end-time{color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-end-time{color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-end-time{color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-end-time{color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-end-time{color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-end-time{color:#37f}.elep-theme .ds_nc_NctrainClass .item-end-time{color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-end-time{color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-end-time{color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-end-time{color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-end-time{color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-end-time{color:#942320}.ct-theme .ds_nc_NctrainClass .item-end-time{color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-end-time{color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-end-time{color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-end-time{color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-end-time{color:#3C8AF8}.ds_nc_NctrainClass .item-s-e-time{color:#666;font-size:12px;font-weight:normal;float:right;position:absolute;right:0;bottom:0}.ds_nc_NctrainClass .item-s-e-time .icon-time{width:14px;height:14px;display:inline-block;vertical-align:-2px;background:url("/dsfa/res/dsf_styles/themes/nc/study_icon_time.png") no-repeat;background-size:14px 14px}.ds_nc_NctrainClass .item-study-btn{color:#ffffff;font-size:16px;border-radius:6px;text-align:center;background:#d40000;outline:none;border:none;width:108px;height:30px;cursor:pointer;line-height:30px;position:absolute;right:0;bottom:-4px}.red-theme .ds_nc_NctrainClass .item-study-btn{background-color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-study-btn{background-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-study-btn{background-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-study-btn{background-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#37f}.elep-theme .ds_nc_NctrainClass .item-study-btn{background-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-study-btn{background-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-study-btn{background-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-study-btn{background-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-study-btn{background-color:#942320}.ct-theme .ds_nc_NctrainClass .item-study-btn{background-color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-study-btn{background-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-study-btn{background-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-study-btn{background-color:#3C8AF8}.ds_nc_NctrainClass .item-state-bg{background:#ccc !important}.ds_nc_NctrainClass .item-study-btn:hover{opacity:0.8}.ds_nc_NctrainClass .item-study-btn:active{background:#b40404}.ds_nc_NctrainClass .noData{height:835px;text-align:center;background:#fff;border-radius:8px}.ds_nc_NctrainClass .noData .remind{color:#666666;font-size:16px;font-family:fantasy;margin:0;padding:20px 0}.dsf_nc_nmfooter{height:155px;width:100%;background-image:url(themes/img/bg.png);background-repeat:no-repeat;background-size:100% 100%}.dsf_nc_nmfooter .footer-top{width:100%;height:60px;background:#d9d9d9}.dsf_nc_nmfooter .footer-top .font-con{width:1200px;height:60px;margin:0 auto;line-height:60px}.dsf_nc_nmfooter .footer-top .font-con div{font-size:16px;color:#484848;float:left}.dsf_nc_nmfooter .footer-top .font-con div i{vertical-align:middle;display:inline-block}.dsf_nc_nmfooter .footer-top .font-con div h3{display:inline-block;font-weight:700}.dsf_nc_nmfooter .footer-top .font-con .adress{margin-right:40px}.dsf_nc_nmfooter .footer-top .font-con .adress i{width:28px;height:28px;background-image:url(themes/img/dz.png);background-repeat:no-repeat;background-size:100% 100%;margin-right:13px}.dsf_nc_nmfooter .footer-top .font-con .phone{margin-right:40px}.dsf_nc_nmfooter .footer-top .font-con .phone i{width:29px;height:29px;background-image:url(themes/img/lxdh.png);background-repeat:no-repeat;background-size:100% 100%;margin-right:16px}.dsf_nc_nmfooter .footer-top .font-con .jszc{margin-right:40px}.dsf_nc_nmfooter .footer-top .font-con .jszc i{width:32px;height:31px;background-image:url(themes/img/jszc.png);background-repeat:no-repeat;background-size:100% 100%;margin-right:15px}.dsf_nc_nmfooter .footer-top .font-con .yb{float:right}.dsf_nc_nmfooter .footer-top .font-con .yb i{width:32px;height:31px;background-image:url(themes/img/yb.png);background-repeat:no-repeat;background-size:100% 100%}.dsf_nc_nmfooter .footer-bottom{text-align:center;line-height:95px;font-size:18px;color:#484848}.dsf_nc_nmfooter .footer-bottom i{display:inline-block;width:52px;height:62px;background-image:url(themes/img/dzjg.png);background-repeat:no-repeat;background-size:100% 100%;margin-right:19px;vertical-align:middle}.ds_nc_gzfooter{box-sizing:border-box;min-height:300px;color:#fff}.ds_nc_gzfooter .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_gzfooter .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.red-theme .ds_nc_gzfooter{background-color:#ff7200}.blue-theme .ds_nc_gzfooter{background-color:#3c8ddb}.green-theme .ds_nc_gzfooter{background-color:#4daf7b}.orange-theme .ds_nc_gzfooter{background-color:#ffb142}.darkred-theme .ds_nc_gzfooter{background-color:#c60100}.darkblue-theme .ds_nc_gzfooter{background-color:#37f}.elep-theme .ds_nc_gzfooter{background-color:#2787EE}.elep-red-theme .ds_nc_gzfooter{background-color:#ff7200}.nmRed-theme .ds_nc_gzfooter{background-color:#e51c16}.hdBlue-theme .ds_nc_gzfooter{background-color:#2495c7}.zydxRed-theme .ds_nc_gzfooter{background-color:#cd0911}.gzgb-theme .ds_nc_gzfooter{background-color:#942320}.ct-theme .ds_nc_gzfooter{background-color:#303987}.zgyc-theme .ds_nc_gzfooter{background-color:#007c5d}.hbBlue-theme .ds_nc_gzfooter{background-color:#1A66B1}.nx-theme .ds_nc_gzfooter{background-color:#1b82d2}.dingtalk-theme .ds_nc_gzfooter{background-color:#3C8AF8}.ds_nc_gzfooter .planfoot{width:1200px;margin-left:auto;margin-right:auto}.ds_nc_gzfooter .planfoot .planitembox{padding-top:42px;box-sizing:border-box;text-align:right}.ds_nc_gzfooter .planfoot .planitembox .planitem{display:inline-block;vertical-align:top;width:180px;margin-left:80px;text-align:left;min-height:216px}.ds_nc_gzfooter .planfoot .planitembox .planitem .titleText{font-size:18px;border-bottom:1px solid #fff;padding-bottom:11px;box-sizing:border-box}.ds_nc_gzfooter .planfoot .planitembox .planitem ul{margin-top:17px;width:260px}.ds_nc_gzfooter .planfoot .planitembox .planitem ul li{margin-bottom:10px}.ds_nc_gzfooter .planfoot .planitembox .planlogo{opacity:0;display:none}.ds_nc_gzfooter .planfoot .planitembox .planlogo .planimgbox{width:308px;height:72px}.ds_nc_gzfooter .planfoot .planitembox .planlogo .planimgbox img{width:100%;height:100%}.ds_nc_gzfooter .planfoot .planitembox .planlogo p{margin-top:51px;font-size:16px;letter-spacing:0.5px;text-align:justify;word-wrap:break-word}.ds_nc_gzfooter .planfoot .planitembox .planlinks ul li{cursor:pointer}.ds_nc_gzfooter .planfoot .planitembox .planabout ul li{cursor:pointer}.ds_nc_gzfooter .planfoot .foottext{font-size:16px;padding-bottom:40px;box-sizing:border-box}.nc_gzgb_recomment{width:1200px;overflow:hidden;margin:0 auto}.nc_gzgb_recomment .logo{width:554px;height:175px;margin:0 auto}.nc_gzgb_recomment .logo img{display:block;width:100%;height:100%}.nc_gzgb_recomment .header{width:100%;height:32px;margin:8px auto 5px;overflow:hidden;position:relative}.nc_gzgb_recomment .header .layui-btn-group .layui-btn:first-child{border-radius:6px 0 0 6px}.nc_gzgb_recomment .header .layui-btn-group .layui-btn:last-child{border-radius:0 6px 6px 0}.nc_gzgb_recomment .header .type-btn{width:72px;height:32px;line-height:30px;background-color:transparent}.red-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #ff7200}.blue-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #3c8ddb}.green-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #4daf7b}.orange-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #ffb142}.darkred-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #c60100}.darkblue-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #37f}.elep-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #2787EE}.elep-red-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #ff7200}.nmRed-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #e51c16}.hdBlue-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #2495c7}.zydxRed-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #cd0911}.gzgb-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #942320}.ct-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #303987}.zgyc-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #007c5d}.hbBlue-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #1A66B1}.nx-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #1b82d2}.dingtalk-theme .nc_gzgb_recomment .header .type-btn{border:1px solid #3C8AF8}.red-theme .nc_gzgb_recomment .header .type-btn{color:#ff7200}.blue-theme .nc_gzgb_recomment .header .type-btn{color:#3c8ddb}.green-theme .nc_gzgb_recomment .header .type-btn{color:#4daf7b}.orange-theme .nc_gzgb_recomment .header .type-btn{color:#ffb142}.darkred-theme .nc_gzgb_recomment .header .type-btn{color:#c60100}.darkblue-theme .nc_gzgb_recomment .header .type-btn{color:#37f}.elep-theme .nc_gzgb_recomment .header .type-btn{color:#2787EE}.elep-red-theme .nc_gzgb_recomment .header .type-btn{color:#ff7200}.nmRed-theme .nc_gzgb_recomment .header .type-btn{color:#e51c16}.hdBlue-theme .nc_gzgb_recomment .header .type-btn{color:#2495c7}.zydxRed-theme .nc_gzgb_recomment .header .type-btn{color:#cd0911}.gzgb-theme .nc_gzgb_recomment .header .type-btn{color:#942320}.ct-theme .nc_gzgb_recomment .header .type-btn{color:#303987}.zgyc-theme .nc_gzgb_recomment .header .type-btn{color:#007c5d}.hbBlue-theme .nc_gzgb_recomment .header .type-btn{color:#1A66B1}.nx-theme .nc_gzgb_recomment .header .type-btn{color:#1b82d2}.dingtalk-theme .nc_gzgb_recomment .header .type-btn{color:#3C8AF8}.nc_gzgb_recomment .header .choose{color:#fff !important}.red-theme .nc_gzgb_recomment .header .choose{background-color:#ff7200}.blue-theme .nc_gzgb_recomment .header .choose{background-color:#3c8ddb}.green-theme .nc_gzgb_recomment .header .choose{background-color:#4daf7b}.orange-theme .nc_gzgb_recomment .header .choose{background-color:#ffb142}.darkred-theme .nc_gzgb_recomment .header .choose{background-color:#c60100}.darkblue-theme .nc_gzgb_recomment .header .choose{background-color:#37f}.elep-theme .nc_gzgb_recomment .header .choose{background-color:#2787EE}.elep-red-theme .nc_gzgb_recomment .header .choose{background-color:#ff7200}.nmRed-theme .nc_gzgb_recomment .header .choose{background-color:#e51c16}.hdBlue-theme .nc_gzgb_recomment .header .choose{background-color:#2495c7}.zydxRed-theme .nc_gzgb_recomment .header .choose{background-color:#cd0911}.gzgb-theme .nc_gzgb_recomment .header .choose{background-color:#942320}.ct-theme .nc_gzgb_recomment .header .choose{background-color:#303987}.zgyc-theme .nc_gzgb_recomment .header .choose{background-color:#007c5d}.hbBlue-theme .nc_gzgb_recomment .header .choose{background-color:#1A66B1}.nx-theme .nc_gzgb_recomment .header .choose{background-color:#1b82d2}.dingtalk-theme .nc_gzgb_recomment .header .choose{background-color:#3C8AF8}.nc_gzgb_recomment .header .left-btn-box{position:absolute;top:0;right:0;height:32px;display:flex;align-items:center}.nc_gzgb_recomment .header .left-btn-box .change-btn{display:inline-block;margin-right:50px;cursor:pointer}.red-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#ff7200}.blue-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#3c8ddb}.green-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#4daf7b}.orange-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#ffb142}.darkred-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#c60100}.darkblue-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#37f}.elep-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#2787EE}.elep-red-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#ff7200}.nmRed-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#e51c16}.hdBlue-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#2495c7}.zydxRed-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#cd0911}.gzgb-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#942320}.ct-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#303987}.zgyc-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#007c5d}.hbBlue-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#1A66B1}.nx-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#1b82d2}.dingtalk-theme .nc_gzgb_recomment .header .left-btn-box .change-btn{color:#3C8AF8}.nc_gzgb_recomment .header .left-btn-box .more-btn{border-radius:4px;width:54px;height:24px;line-height:24px;padding:0;text-align:center}.red-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#ff7200}.blue-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#3c8ddb}.green-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#4daf7b}.orange-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#ffb142}.darkred-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#c60100}.darkblue-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#37f}.elep-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#2787EE}.elep-red-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#ff7200}.nmRed-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#e51c16}.hdBlue-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#2495c7}.zydxRed-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#cd0911}.gzgb-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#942320}.ct-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#303987}.zgyc-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#007c5d}.hbBlue-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#1A66B1}.nx-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#1b82d2}.dingtalk-theme .nc_gzgb_recomment .header .left-btn-box .more-btn{background-color:#3C8AF8}.nc_gzgb_recomment .box{width:1200px;box-sizing:border-box;overflow:hidden}.nc_gzgb_recomment .box .course-item{width:278px;height:274px;float:left;border-radius:12px;overflow:hidden;margin:25px 29px 25px 0;background-color:#333;cursor:pointer;font-size:16px}.nc_gzgb_recomment .box .course-item img{display:block;width:100%;height:208px;transition:.3s}.nc_gzgb_recomment .box .course-item p{height:66px;border:1px solid #DFDFDF;box-sizing:border-box;color:#333;margin:0;background-color:#fff;padding:20px 15px 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:.3s;position:relative;z-index:2}.nc_gzgb_recomment .box .course-item:nth-child(4n){margin-right:0}.nc_gzgb_recomment .box .course-item:hover p{color:#fff}.red-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#ff7200}.blue-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#3c8ddb}.green-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#4daf7b}.orange-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#ffb142}.darkred-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#c60100}.darkblue-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#37f}.elep-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#2787EE}.elep-red-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#ff7200}.nmRed-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#e51c16}.hdBlue-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#2495c7}.zydxRed-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#cd0911}.gzgb-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#942320}.ct-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#303987}.zgyc-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#007c5d}.hbBlue-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#1A66B1}.nx-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#1b82d2}.dingtalk-theme .nc_gzgb_recomment .box .course-item:hover p{background-color:#3C8AF8}.nc_gzgb_recomment .box .course-item:hover img{transform:scale(1.2)}.ds_anhui_anhuilist{width:100%;max-width:609px}.ds_anhui_anhuilist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_anhui_anhuilist .nocontent{text-align:center;font-size:16px;margin-top:16px}.ds_anhui_anhuilist .an_contentbox{box-shadow:0 1px 3px 0 rgba(0,0,0,0.16);border-radius:10px;overflow:hidden}.ds_anhui_anhuilist .an_contentbox .an_tit{background:#fff;height:50px;padding-left:18px;line-height:50px}.ds_anhui_anhuilist .an_contentbox .an_tit img{padding:0}.ds_anhui_anhuilist .an_contentbox .an_tit span{margin-left:9px;font-size:20px;color:#a70504;vertical-align:middle}.ds_anhui_anhuilist .an_contentbox .an_listbox{position:relative;height:236px}.ds_anhui_anhuilist .an_contentbox .an_listbox .shade{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:0.5;z-index:1}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list{padding:0;position:absolute;top:0;height:100%;width:100%;z-index:2}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow{padding-left:15px;box-sizing:border-box;height:26px;line-height:26px;cursor:pointer;margin-top:25px}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow i{display:inline-block;vertical-align:middle;border:1px solid #333;border-radius:50%}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow span{font-size:18px;color:#333333;display:inline-block;min-width:38px;vertical-align:middle;margin-left:7px}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow b{font-size:18px;color:#333333;display:inline-block;vertical-align:middle;min-width:54px;font-weight:normal;margin-left:6px}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow p{display:inline-block;width:calc(100% - 250px);font-size:18px;color:#333333;margin-left:8px}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow em{font-style:normal;vertical-align:middle;font-size:18px;color:#333333;float:right;margin-right:19px}.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow:hover span,.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow:hover b,.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow:hover p,.ds_anhui_anhuilist .an_contentbox .an_listbox .an_list .anrow:hover em{font-weight:600}.dsf_anhui_personalInfo{width:473px;height:251px;background:#ffffff;box-shadow:0 4px 9px 0 rgba(0,0,0,0.5);border-radius:10px;padding:0 !important}.dsf_anhui_personalInfo .person_icon{float:left;width:237px;height:251px;border-radius:10px 0 0 10px}.dsf_anhui_personalInfo .person_icon img{width:237px;height:251px;border-radius:10px 0 0 10px}.dsf_anhui_personalInfo .list_wrap{float:left;position:relative;box-sizing:border-box;padding:16px 0 0 14px;width:234px;font-size:16px;color:#333333;line-height:24px}.dsf_anhui_personalInfo .list_wrap .info_list li{padding:6px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsf_anhui_personalInfo .list_wrap .edit_info{box-sizing:border-box;padding:0 10px 0 14px;text-align:right;font-size:14px;color:#0e93ff;line-height:20px}.dsf_anhui_personalInfo .list_wrap .edit_info .edit{cursor:pointer}.dsf_anhui_personalInfo .list_wrap .edit_info .edit i{margin-right:4px}.ds_anhui_anhuilistnav{width:100%;max-width:609px}.ds_anhui_anhuilistnav .nocontent{text-align:center;font-size:16px;margin-top:16px}.ds_anhui_anhuilistnav .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_anhui_anhuilistnav .an_contentbox{box-shadow:0 1px 3px 0 rgba(0,0,0,0.16);border-radius:10px;overflow:hidden}.ds_anhui_anhuilistnav .an_contentbox .an_tit{background:#fff;height:50px;padding-left:18px;line-height:50px}.ds_anhui_anhuilistnav .an_contentbox .an_tit img{padding:0}.ds_anhui_anhuilistnav .an_contentbox .an_tit span{margin-left:9px;font-size:20px;color:#a70504;vertical-align:middle}.ds_anhui_anhuilistnav .an_contentbox .an_listbox{position:relative;height:316px}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .shade{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:0.5;z-index:1}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .ulbox{position:absolute;top:0;left:14px;z-index:3}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .ulbox .bul{margin-left:14px}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .ulbox .bul li{display:inline-block;padding:10px 0;margin-right:12px;border-bottom:2px solid transparent;cursor:pointer;font-size:16px;color:#333333}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .ulbox .bul li.act,.ds_anhui_anhuilistnav .an_contentbox .an_listbox .ulbox .bul li:hover{border-color:#a70504;color:#a70504}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list{padding:0;position:absolute;top:0;height:100%;width:100%;z-index:2;margin-top:45px}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrowbox{width:100%;height:100%;display:none}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow{padding-left:15px;box-sizing:border-box;height:26px;line-height:26px;cursor:pointer;margin-top:23px}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow i{display:inline-block;vertical-align:middle;border:1px solid #333;border-radius:50%}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow p{display:inline-block;width:calc(100% - 240px);font-size:18px;color:#333333;margin-left:8px}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow em{font-style:normal;vertical-align:middle;font-size:18px;color:#333333;float:right;margin-right:9px}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow span{font-size:18px;color:#333333;display:inline-block;vertical-align:middle;float:right;margin-right:19px;min-width:86px;text-align:right}.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow:hover span,.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow:hover b,.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow:hover p,.ds_anhui_anhuilistnav .an_contentbox .an_listbox .an_list .anrow:hover em{font-weight:600}.ds_ah_tabWrap{overflow:hidden;background:transparent;border-radius:10px}.ds_ah_tabWrap .c-top-l-tab{width:100%;height:360px;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 4px 9px 0 rgba(0,0,0,0.5)}.ds_ah_tabWrap .c-top-l-tab .layui-tab-title{height:60px;line-height:60px;background-image:linear-gradient(-180deg, #f5f5f5 0%, #dbdbdb 100%);border-radius:10px 10px 0 0;border-radius:10px 10px 0px 0px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-brief>.layui-tab-title .layui-this:after{opacity:0}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li{font-size:20px;color:#666666;height:100%;line-height:60px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li .com-icon{width:24px;height:25px;margin-right:6px;vertical-align:middle;display:inline-block}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li .dbSx{background:url("/dsfa/res/dsf_styles/themes/anhui/t_dbsx_off.png") no-repeat;background-size:24px 25px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li .dyWj{background:url("/dsfa/res/dsf_styles/themes/anhui/t_dywj_off.png") no-repeat;background-size:24px 25px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li .dubSx{background:url("/dsfa/res/dsf_styles/themes/anhui/t_dbsx_off.png") no-repeat;background-size:24px 25px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li .gzSx{background:url("/dsfa/res/dsf_styles/themes/anhui/t_gzsx_off.png") no-repeat;background-size:24px 25px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default li .wtSx{background:url("/dsfa/res/dsf_styles/themes/anhui/t_wtsx_off.png") no-repeat;background-size:24px 25px}.ds_ah_tabWrap .c-top-l-tab .layui-tab-sty-default .layui-this{font-size:20px;color:#a70504;background:#fff;font-weight:normal}.ds_ah_tabWrap .c-top-l-tab .desc-wrap table{width:100%}.ds_ah_tabWrap .c-top-l-tab .desc-wrap table tr td,.ds_ah_tabWrap .c-top-l-tab .desc-wrap table tr th{font-size:18px;color:#333333;padding:13px 0;font-weight:normal;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all 0.3s}.ds_ah_tabWrap .c-top-l-tab .desc-wrap table tr:hover td{font-weight:600;cursor:pointer}.ds_ah_tabWrap .c-top-l-tab .title,.ds_ah_tabWrap .c-top-l-tab .ds_seat .frame_title span,.ds_seat .frame_title .ds_ah_tabWrap .c-top-l-tab span,.ds_ah_tabWrap .c-top-l-tab .ds_seat .frame_title i,.ds_seat .frame_title .ds_ah_tabWrap .c-top-l-tab i{max-width:300px}.ds_ah_tabWrap .c-top-l-tab .desc-wrap .td-desc{max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:auto}.ds_ah_tabWrap .c-top-l-tab .layui-tab{margin:0}.ds_ah_tabWrap .layui-tab-content{padding:0 0;padding:0 0;height:300px;background:rgba(255,255,255,0.7)}.dsf_anhui_optionList{width:473px;padding:0 !important;background:rgba(255,255,255,0.7);box-shadow:0 4px 9px 0 rgba(0,0,0,0.5);border-radius:10px}.dsf_anhui_optionList .option_list{overflow:hidden;padding:26px 0 25px}.dsf_anhui_optionList .option_list li{float:left;margin:34px 1.66% 0;width:30%;text-align:center;font-size:20px;color:#000000;line-height:28px}.dsf_anhui_optionList .option_list li dt div{width:110px;height:116px}.dsf_anhui_optionList .option_list li dt img{width:110px;height:116px}.dsf_anhui_optionList .option_list li dd{margin-top:12px}.dsf_anhui_optionList .option_list li:nth-of-type(1),.dsf_anhui_optionList .option_list li:nth-of-type(2),.dsf_anhui_optionList .option_list li:nth-of-type(3){margin-top:0}.dsf_anhui_optionList .index_list{padding:41px 0 43px}.dsf_anhui_optionList .index_list li{margin:56px 1.66% 0}.dsf_anhui_optionList .index_list li dd{margin-top:18px}.ds_ah_menus body,.ds_ah_menus html{background:transparent}.ds_ah_menus .bar-inner{height:125px;background:url("/dsfa/res/dsf_styles/themes/anhui/footer-bg.png") bottom no-repeat;background-size:100% 80px}.ds_ah_menus .menu-item-wrap{font-size:20px;color:#000000;width:100%;height:100%;min-height:120px}.ds_ah_menus .menu-item-wrap .menu-item{height:120px;text-align:center;margin-left:100px;float:left;transition:all 0.5s;cursor:pointer}.ds_ah_menus .menu-item-wrap .menu-item:hover{transform:translateY(-5px)}.ds_ah_menus .item-bg-wrap{width:100%;height:90px;line-height:90px;border-radius:8px;position:relative}.ds_ah_menus .item-bg-wrap img{width:80px;height:80px}.ds_ah_menus .item-bg-wrap::after{content:"";position:absolute}.ds_ah_menus .menu-name{display:block;padding:6px 0 6px}.ds_ah_menus .loadingStyle{width:400px;text-align:center;margin:0 auto;position:relative;top:67px}.ds_ah_menus .dotting{display:inline-block;min-width:2px;min-height:2px;box-shadow:2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;animation:dot 4s infinite step-start both}.ds_ah_menus .dotting:before{content:'...'}.ds_ah_menus .dotting::before{content:''}.ds_ah_menus :root .dotting{margin-right:8px}@keyframes dot{25%{box-shadow:none}50%{box-shadow:2px 0 currentColor}75%{box-shadow:2px 0 currentColor, 6px 0 currentColor}}.ds_anhui_classPlan{background:#fff;min-height:100%;padding-bottom:60px !important}.ds_anhui_classPlan .layui-form-select .layui-input{padding:0 22px 0 4px}.ds_anhui_classPlan .classPlan_btn_box{text-align:center;position:absolute;width:100%;bottom:10px}.ds_anhui_classPlan .classPlan_btn_box .normal{background-color:transparent;border-color:#dedede;color:#333}.ds_anhui_classPlan .f13{font-size:13px}.ds_anhui_classPlan #isAuto{display:none}.ds_anhui_classPlan .switch_p{display:block;margin:0 20px}.ds_anhui_classPlan .switch_p .unit_time{color:#333}.ds_anhui_classPlan .switch_p .like{border-radius:50%;background-color:#5fbd7e;color:#fff;font-size:12px;padding:1px 1.5px;margin-right:2px}.ds_anhui_classPlan .switch_p .layui-form-switch{margin-top:0;margin-left:5px}.ds_anhui_classPlan .ds_icon_button_text{position:relative;top:11px}.ds_anhui_classPlan .rowBtns{display:flex;position:fixed;right:8px;z-index:2}.ds_anhui_classPlan .rowBtns .switchBtn_wrap{margin-right:30px}.ds_anhui_classPlan .rowBtns .switchBtn_wrap .switchBtn{position:relative;top:-8px}.ds_anhui_classPlan .theme_title{float:left;margin-top:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box;position:relative;top:3px}.red-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#ff7200}.blue-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#3c8ddb}.green-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#4daf7b}.orange-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#ffb142}.darkred-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#c60100}.darkblue-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#37f}.elep-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#2787EE}.elep-red-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#ff7200}.nmRed-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#e51c16}.hdBlue-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#2495c7}.zydxRed-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#cd0911}.gzgb-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#942320}.ct-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#303987}.zgyc-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#007c5d}.hbBlue-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#1A66B1}.nx-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#1b82d2}.dingtalk-theme .ds_anhui_classPlan .theme_title{border-bottom-color:#3C8AF8}.ds_anhui_classPlan .theme_title label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_anhui_classPlan tr{text-align:center;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;height:40px}.ds_anhui_classPlan tr .ds_datagrid_data_coll{box-sizing:border-box;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-top-style:none;border-left-style:none;vertical-align:middle}.ds_anhui_classPlan tr td{padding:0 5px;height:50px}.ds_anhui_classPlan .ct_tr{background-color:#ef7c78;border-color:#ef7c78}.ds_anhui_classPlan .ct_tr .ds_datagrid_data_coll{background-color:#ef7c78;border-color:#ef7c78}.ds_anhui_classPlan .class_td{position:relative}.ds_anhui_classPlan .class_td .readonly-div{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.ds_anhui_classPlan .class_td input{padding:0 5px;text-align:left}.ds_anhui_classPlan thead{font-size:14px;background:#f9f9f9;border-top:1px solid #e6e6e6;color:#5f5f5f}.ds_anhui_classPlan thead th{border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6}.ds_anhui_classPlan input{text-align:center;padding-left:0}.ds_anhui_classPlan .displayFlex{display:flex;justify-content:space-around;width:100%;line-height:60px;box-sizing:border-box}.ds_anhui_classPlan .content_title{min-width:868px;height:50px;line-height:40px;display:flex;font-size:15px;box-sizing:border-box;overflow:visible}.ds_anhui_classPlan .content_main{padding-top:10px;border-top:3px solid #f6f6f6}.ds_anhui_classPlan .content_table{width:100%}.ds_anhui_classPlan .content_table .ct_td{text-align:left;padding:0 50px 0 10px;color:#ef7c78;height:auto}.ds_anhui_classPlan .content_table .ct_td b{padding:0 4px}.ds_anhui_classPlan .content_table .ct_td .ct_type{background-color:#ef7c78;color:#fff;display:inline-block;padding:2px 4px;border-radius:4px;margin-right:5px}.ds_anhui_classPlan .content_table .timeBlockWidth_small{width:80px;min-width:80px}.ds_anhui_classPlan .content_table .timeBlockWidth_middle{min-width:100px}.ds_anhui_classPlan .content_table .time .layui-form-select{width:70px;display:inline-block}.ds_anhui_classPlan .content_table .time .layDate{margin-right:5px;width:194px;display:inline-block}.ds_anhui_classPlan .content_table .isEvaluate .layui-form-select{width:70px;min-width:70px;margin:0 auto}.ds_anhui_classPlan .content_table .isDeparteSection .layui-form-select{width:70px;min-width:70px;margin:0 auto}.ds_anhui_classPlan .content_table .theme .layui-form-select{width:110px;display:inline-block;margin-right:5px}.ds_anhui_classPlan .content_table .theme .autocomplete{width:310px;display:inline-block;padding:0 5px;text-align:left}.ds_anhui_classPlan .content_table .teacher,.ds_anhui_classPlan .content_table .teachroom,.ds_anhui_classPlan .content_table .share{position:relative}.ds_anhui_classPlan .content_table .teacher .layui-form-select,.ds_anhui_classPlan .content_table .teachroom .layui-form-select,.ds_anhui_classPlan .content_table .share .layui-form-select{width:86px;position:absolute;left:10px}.ds_anhui_classPlan .content_table .teacher .teacher_wrap,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap,.ds_anhui_classPlan .content_table .share .teacher_wrap{background-color:#fff;display:flex;align-items:center;border-width:1px;border-style:solid;border-color:#e6e6e6;border-radius:2px;height:36px}.ds_anhui_classPlan .content_table .teacher .teacher_wrap .autocomplete,.ds_anhui_classPlan .content_table .teacher .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .teacher .teacher_wrap .share_input,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .autocomplete,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .share_input,.ds_anhui_classPlan .content_table .share .teacher_wrap .autocomplete,.ds_anhui_classPlan .content_table .share .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .share .teacher_wrap .share_input{border:none;text-align:left;min-width:120px;height:36px}.ds_anhui_classPlan .content_table .teacher .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .teacher .teacher_wrap .share_input,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .share_input,.ds_anhui_classPlan .content_table .share .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .share .teacher_wrap .share_input{min-width:80px}.ds_anhui_classPlan .content_table .teacher .teacher_wrap>div:not(.teacherInput_wrap),.ds_anhui_classPlan .content_table .teachroom .teacher_wrap>div:not(.teacherInput_wrap),.ds_anhui_classPlan .content_table .share .teacher_wrap>div:not(.teacherInput_wrap){margin-left:5px}.ds_anhui_classPlan .content_table .teacher .teacher_wrap .teacherInput_wrap,.ds_anhui_classPlan .content_table .teacher .teacher_wrap .share_wrap,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .teacherInput_wrap,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .share_wrap,.ds_anhui_classPlan .content_table .share .teacher_wrap .teacherInput_wrap,.ds_anhui_classPlan .content_table .share .teacher_wrap .share_wrap{flex:1}.ds_anhui_classPlan .content_table .teacher .teacher_span,.ds_anhui_classPlan .content_table .teachroom .teacher_span,.ds_anhui_classPlan .content_table .share .teacher_span{color:#fff;position:relative;letter-spacing:1px;padding:0 12px 0 5px;cursor:pointer;border-radius:2px;height:30px;line-height:30px;top:0;word-break:keep-all;white-space:nowrap}.red-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.red-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.red-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#ff7200}.blue-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.blue-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.blue-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#3c8ddb}.green-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.green-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.green-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#4daf7b}.orange-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.orange-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.orange-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#ffb142}.darkred-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.darkred-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.darkred-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#c60100}.darkblue-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.darkblue-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.darkblue-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#37f}.elep-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.elep-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.elep-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#2787EE}.elep-red-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.elep-red-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.elep-red-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#ff7200}.nmRed-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.nmRed-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.nmRed-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#e51c16}.hdBlue-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.hdBlue-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.hdBlue-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#2495c7}.zydxRed-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.zydxRed-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.zydxRed-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#cd0911}.gzgb-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.gzgb-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.gzgb-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#942320}.ct-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.ct-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.ct-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#303987}.zgyc-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.zgyc-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.zgyc-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#007c5d}.hbBlue-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.hbBlue-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.hbBlue-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#1A66B1}.nx-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.nx-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.nx-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#1b82d2}.dingtalk-theme .ds_anhui_classPlan .content_table .teacher .teacher_span,.dingtalk-theme .ds_anhui_classPlan .content_table .teachroom .teacher_span,.dingtalk-theme .ds_anhui_classPlan .content_table .share .teacher_span{background-color:#3C8AF8}.ds_anhui_classPlan .content_table .teacher .teacher_span i,.ds_anhui_classPlan .content_table .teachroom .teacher_span i,.ds_anhui_classPlan .content_table .share .teacher_span i{position:absolute;top:3px;right:3px;z-index:0;width:10px;height:10px;border-radius:50%;font-size:12px}.ds_anhui_classPlan .content_table .teacher .teacher_span i:before,.ds_anhui_classPlan .content_table .teachroom .teacher_span i:before,.ds_anhui_classPlan .content_table .share .teacher_span i:before{position:absolute;top:-3px;left:0px}.ds_anhui_classPlan .content_table .teachroom .teacher_wrap,.ds_anhui_classPlan .content_table .share .teacher_wrap{position:relative;margin:0;padding-right:120px;background-color:#fff}.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .share_input,.ds_anhui_classPlan .content_table .share .teacher_wrap .address_input,.ds_anhui_classPlan .content_table .share .teacher_wrap .share_input{position:absolute;right:34px;width:80px}.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .teacherAdres_wrap,.ds_anhui_classPlan .content_table .teachroom .teacher_wrap .share_wrap,.ds_anhui_classPlan .content_table .share .teacher_wrap .teacherAdres_wrap,.ds_anhui_classPlan .content_table .share .teacher_wrap .share_wrap{position:absolute;right:5px}.ds_anhui_classPlan .content_table .share .teacher_wrap{background-color:#fff;padding-right:36px}.ds_anhui_classPlan .content_table .teachingForm{width:150px;min-width:150px}.ds_anhui_classPlan .content_table .operateSection i{cursor:pointer}.red-theme .ds_anhui_classPlan .content_table .operateSection i{color:#ff7200}.blue-theme .ds_anhui_classPlan .content_table .operateSection i{color:#3c8ddb}.green-theme .ds_anhui_classPlan .content_table .operateSection i{color:#4daf7b}.orange-theme .ds_anhui_classPlan .content_table .operateSection i{color:#ffb142}.darkred-theme .ds_anhui_classPlan .content_table .operateSection i{color:#c60100}.darkblue-theme .ds_anhui_classPlan .content_table .operateSection i{color:#37f}.elep-theme .ds_anhui_classPlan .content_table .operateSection i{color:#2787EE}.elep-red-theme .ds_anhui_classPlan .content_table .operateSection i{color:#ff7200}.nmRed-theme .ds_anhui_classPlan .content_table .operateSection i{color:#e51c16}.hdBlue-theme .ds_anhui_classPlan .content_table .operateSection i{color:#2495c7}.zydxRed-theme .ds_anhui_classPlan .content_table .operateSection i{color:#cd0911}.gzgb-theme .ds_anhui_classPlan .content_table .operateSection i{color:#942320}.ct-theme .ds_anhui_classPlan .content_table .operateSection i{color:#303987}.zgyc-theme .ds_anhui_classPlan .content_table .operateSection i{color:#007c5d}.hbBlue-theme .ds_anhui_classPlan .content_table .operateSection i{color:#1A66B1}.nx-theme .ds_anhui_classPlan .content_table .operateSection i{color:#1b82d2}.dingtalk-theme .ds_anhui_classPlan .content_table .operateSection i{color:#3C8AF8}.an_header .header{height:120px;position:fixed;top:0;left:0;right:0;z-index:2;box-shadow:0 2px 7px 0 rgba(0,0,0,0.5)}.an_header .logo-wrap{width:865px;height:68px;margin-top:26px;margin-left:30px;float:left;background:url(themes/img/logo.png) no-repeat;background-size:865px 68px}.an_header .isLogin-info{height:100%;float:right;line-height:120px;font-size:20px;color:#000000;padding-right:50px}.an_header .login-exit{padding-left:30px}.an_header .login-exit .icon-exit{width:24px;height:26px;vertical-align:middle;display:inline-block;background:url(themes/img/icon_exit.png) no-repeat;background-size:24px 26px}.an_Anhuiweather{width:100%;background:#fff;min-height:370px;min-width:300px;border-radius:5px;padding:20px 20px 0;box-sizing:border-box;-webkit-box-shadow:0 4px 9px 0 rgba(0,0,0,0.2)}.an_Anhuiweather .titlebox{box-sizing:border-box;padding-bottom:30px}.an_Anhuiweather .titlebox .tiem{display:inline-block;width:50%;vertical-align:top}.an_Anhuiweather .titlebox .tiem .tcontent{font-size:20px}.an_Anhuiweather .titlebox .tiem .tcontent .citywhere{border:none;display:inline-block;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;background:url(themes/img/selbgs.png) no-repeat right;padding-right:32px}.an_Anhuiweather .titlebox .t-left span{height:90px;line-height:90px;font-size:68px}.an_Anhuiweather .titlebox .t-right{padding-left:9px;box-sizing:border-box}.an_Anhuiweather .titlebox .t-right span{display:inline-block}.an_Anhuiweather .titlebox .t-right span img{width:84px;height:84px}.an_Anhuiweather .titlebox .t-right .tcontent{padding-left:30px;box-sizing:border-box}.an_Anhuiweather .nextday .nitem{display:inline-block;width:48%;vertical-align:top;box-sizing:border-box;background:#F6F7FB;border-radius:14px;padding-left:10px}.an_Anhuiweather .nextday .nitem span{height:76px;line-height:76px;font-size:18px;margin:0 5px}.an_Anhuiweather .nextday .nitem .dayimg{position:absolute;margin-top:-3px}.an_Anhuiweather .nextday .nitem .dayimg img{width:30px}.an_Anhuiweather .nextday .nitem1{margin-right:2%}.an_Anhuiweather .nextday .nitem2{margin-left:2%}.an_Anhuiweather .time-other{background:#1156CA;border-radius:14px;color:#fff;height:88px;margin-top:4%}.an_Anhuiweather .time-other .oitem{display:inline-block;vertical-align:top;width:32%;box-sizing:border-box;text-align:center}.an_Anhuiweather .time-other .curtime{font-size:30px}.an_Anhuiweather .time-other .curtime .curt{margin-top:13px}.an_Anhuiweather .time-other .curtime .years{font-size:14px}.an_Anhuiweather .time-other .nocar{width:auto;margin-left:10%;margin-top:30px}.an_Anhuiweather .time-other .nocar i{display:inline-block;width:40px;height:40px;background:url("/dsfa/res/dsf_styles/themes/anhui/weather/xianxing.png") no-repeat;background-size:100%}.an_Anhuiweather .time-other .time-right{margin-left:7%;margin-top:12px}.an_Anhuiweather .time-other .time-right p{line-height:32px;font-size:14px}.ds_Application_manage .icon-yingyongguanli{font-size:18px}.ds_Application_manage .title-warp-com{height:50px;margin:0 30px;box-sizing:border-box;border-bottom:1px solid #ebeced}.ds_Application_manage .title-warp-com span{border:none;color:#000;font-size:24px;font-weight:600;margin:0 0 0 0;line-height:50px;text-indent:0}.ds_Application_manage .title-warp-com span .iconfont{font-size:24px;font-weight:bold;vertical-align:middle;margin-right:3px;display:none}.ds_Application_manage .application{font-size:0;background:#fff;overflow:hidden;border:1px solid #e7e9ea;position:relative;border-radius:10px;box-shadow:0 4px 9px 0 rgba(0,0,0,0.2)}.ds_Application_manage .application .app-warp{width:100%;overflow:hidden;position:absolute;bottom:0;top:50px}.ds_Application_manage .application .app-warp .app-inner{padding:10px 20px}.ds_Application_manage .application .app-warp .app-inner .appManageList li{width:40%;height:44px;line-height:44px;display:inline-block;transition:all .3s;margin:0 0 16px 0;text-align:left;cursor:pointer}.ds_Application_manage .application .app-warp .app-inner .appManageList li a{font-size:14px;color:#333333;line-height:44px;padding:0;display:inline-block;cursor:pointer;transition:all .3s;border-radius:3px;width:100%;height:100%;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ds_Application_manage .application .app-warp .app-inner .appManageList li a .icon-wrap{width:44px;height:44px;line-height:44px;color:#fff;border-radius:50%;display:inline-block;background:#FF7173;text-align:center;position:absolute;top:0;left:0}.ds_Application_manage .application .app-warp .app-inner .appManageList li a .icon-wrap .iconfont{font-size:24px}.ds_Application_manage .application .app-warp .app-inner .appManageList li a .til{margin-left:52px}.ds_Application_manage .application .app-warp .app-inner .appManageList li:hover{border-color:#c62f26}.ds_Application_manage .application .app-warp .app-inner .appManageList li:hover a{color:#c62f26}.anhui_classrouter{width:1200px;margin-left:auto;margin-right:auto;background:#fff}.anhui_classrouter .layui-table tbody tr:hover,.anhui_classrouter .layui-table thead tr,.anhui_classrouter .layui-table-click,.anhui_classrouter .layui-table-header,.anhui_classrouter .layui-table-hover,.anhui_classrouter .layui-table-mend,.anhui_classrouter .layui-table-patch,.anhui_classrouter .layui-table-tool,.anhui_classrouter .layui-table[lay-even] tr:nth-child(even){background-color:transparent}.anhui_classrouter .layui-table-view .layui-table td{padding:0}.anhui_classrouter .layui-table-body .layui-table .layui-table-cell{min-height:108px;line-height:108px}.anhui_classrouter .layui-table-cell{min-height:60px;line-height:60px;padding:0}.anhui_classrouter .opacity0{opacity:0}.anhui_classrouter .datetitlebox .datetitle{position:relative;min-height:46px}.anhui_classrouter .datetitlebox .datetitle p{display:block;font-size:30px;text-align:center;color:#333}.anhui_classrouter .datetitlebox .datetitle .rightbtn{position:absolute;top:6px;right:6px}.anhui_classrouter .datetitlebox .datetitle .rightbtn i{font-style:normal;display:inline-block;height:34px;line-height:34px;padding:0 9px;cursor:pointer;margin-left:19px;border:1px solid #ddd;border-radius:4px}.anhui_classrouter .tbox{position:relative;padding-top:28px}.anhui_classrouter .tbox .dateshow{position:absolute;top:0;width:100%;line-height:20px;background:#F2F2F2;border-bottom:1px solid #e6e6e6}.anhui_classrouter .tbox .titem p{line-height:20px}.anhui_classrouter .tbox .titembox{cursor:pointer}.anhui_classrouter_shade{padding:20px}.anhui_classrouter_shade .dayitem{border-bottom:1px solid #ddd;padding:10px 0}.anhui_classrouter_shade .dayitem p{line-height:24px}.anhui_classrouter_shade .dayitem i{font-style:normal;margin-left:6px}.ds_AnHui_topic{height:100%;min-height:300px;position:relative;background-color:#fff;padding:0 !important}.ds_AnHui_topic .topic-inner{padding-top:51px}.ds_AnHui_topic .layui-tab-title{height:50px;background:#fff !important;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);position:absolute;top:0;left:0;right:0}.ds_AnHui_topic .layui-tab-title li{line-height:50px;height:50px;font-size:16px}.ds_AnHui_topic .layui-tab-title .layui-this{font-weight:bold;background-color:#f4f4f4}.red-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#c62f26}.blue-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#1a66b1}.green-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#189a5a}.orange-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#fc7001}.darkred-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#c60100}.darkblue-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#2b6be2}.elep-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#2787EE}.elep-red-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#9C0105}.nmRed-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#e51c16}.hdBlue-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#2495c7}.zydxRed-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#cd0911}.gzgb-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#942320}.ct-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#303987}.zgyc-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#007c5d}.hbBlue-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#1A66B1}.nx-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#1B82D2}.dingtalk-theme .ds_AnHui_topic .layui-tab-title .layui-this{color:#3C8AF8}.ds_AnHui_topic .layui-tab-title .layui-this::after{height:51px;border-bottom-width:3px;border-bottom-style:solid}.red-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#c62f26}.blue-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#1a66b1}.green-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#189a5a}.orange-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#fc7001}.darkred-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#c60100}.darkblue-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#2b6be2}.elep-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#2787EE}.elep-red-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#9C0105}.nmRed-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#e51c16}.hdBlue-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#2495c7}.zydxRed-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#cd0911}.gzgb-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#942320}.ct-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#303987}.zgyc-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#007c5d}.hbBlue-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#1A66B1}.nx-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#1B82D2}.dingtalk-theme .ds_AnHui_topic .layui-tab-title .layui-this::after{border-bottom-color:#3C8AF8}.ds_AnHui_topic .layui-tab{margin:0}.ds_AnHui_topic .content-wrap{overflow:hidden;position:absolute;top:61px;left:0;right:0;bottom:10px}.ds_AnHui_topic .layui-tab-content{padding:0;width:105%;height:100%;overflow-y:scroll}.ds_AnHui_topic .layui-tab-content .layui-tab-item{height:100%}.ds_AnHui_topic .topic-menu-item{width:100%;font-size:0}.ds_AnHui_topic .topic-menu-item li{width:120px;margin-top:15px;margin-bottom:15px;display:inline-block}.ds_AnHui_topic .topic-menu-item .menu-item{cursor:pointer;text-align:center;font-size:14px;color:#33363f;transition:opacity .5s;display:block}.ds_AnHui_topic .topic-menu-item .menu-item:hover{opacity:.8}.ds_AnHui_topic .topic-menu-item .menu-item span{width:50px;height:50px;margin:auto;display:block;border-radius:50%;line-height:50px;text-align:center;margin-bottom:10px}.red-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#c62f26}.blue-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#1a66b1}.green-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#189a5a}.orange-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#fc7001}.darkred-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#c60100}.darkblue-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#2b6be2}.elep-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#2787EE}.elep-red-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#9C0105}.nmRed-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#e51c16}.hdBlue-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#2495c7}.zydxRed-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#cd0911}.gzgb-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#942320}.ct-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#303987}.zgyc-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#007c5d}.hbBlue-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#1A66B1}.nx-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#1B82D2}.dingtalk-theme .ds_AnHui_topic .topic-menu-item .menu-item span{background-color:#3C8AF8}.ds_AnHui_topic .topic-menu-item .menu-item span .iconfont{color:#fff;font-size:28px}.ds_AnHui_topic .topic-menu-item .menu-item b{font-weight:normal}#full-page-menu{position:fixed;left:20px;top:50%;transform:translateY(-50%);list-style-type:none;z-index:70}#full-page-menu li{margin:40px 0;border-radius:50%;border:2px solid #FFFFFF;color:#fff;font-weight:bold}#full-page-menu a{color:inherit;display:block;width:24px;height:24px;text-align:center;line-height:24px}#full-page-menu .active{background-color:#fff}.red-theme #full-page-menu .active{color:#c62f26}.blue-theme #full-page-menu .active{color:#1a66b1}.green-theme #full-page-menu .active{color:#189a5a}.orange-theme #full-page-menu .active{color:#fc7001}.darkred-theme #full-page-menu .active{color:#c60100}.darkblue-theme #full-page-menu .active{color:#2b6be2}.elep-theme #full-page-menu .active{color:#2787EE}.elep-red-theme #full-page-menu .active{color:#9C0105}.nmRed-theme #full-page-menu .active{color:#e51c16}.hdBlue-theme #full-page-menu .active{color:#2495c7}.zydxRed-theme #full-page-menu .active{color:#cd0911}.gzgb-theme #full-page-menu .active{color:#942320}.ct-theme #full-page-menu .active{color:#303987}.zgyc-theme #full-page-menu .active{color:#007c5d}.hbBlue-theme #full-page-menu .active{color:#1A66B1}.nx-theme #full-page-menu .active{color:#1B82D2}.dingtalk-theme #full-page-menu .active{color:#3C8AF8}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span{background-color:#fff !important}#fp-nav ul li a span,.fp-slidesNav ul li a span{border:2px solid #FFFFFF !important;border-radius:50% !important;height:24px !important;width:24px !important}#fp-nav ul li,.fp-slidesNav ul li{height:24px !important;width:24px !important;margin:40px 0 !important}.ds_jx_jxranking{width:580px !important}.ds_jx_jxranking,.ds_jx_jxStudentSer{width:100%;height:400px;background:#fff;border:1px solid #eee}.ds_jx_jxranking .ds_jx_left,.ds_jx_jxStudentSer .ds_jx_left{float:left;width:5px;height:20px;margin-top:12px;overflow:hidden}.red-theme .ds_jx_jxranking .ds_jx_left,.red-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#c62f26}.blue-theme .ds_jx_jxranking .ds_jx_left,.blue-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#1a66b1}.green-theme .ds_jx_jxranking .ds_jx_left,.green-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#189a5a}.orange-theme .ds_jx_jxranking .ds_jx_left,.orange-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#fc7001}.darkred-theme .ds_jx_jxranking .ds_jx_left,.darkred-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#c60100}.darkblue-theme .ds_jx_jxranking .ds_jx_left,.darkblue-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#2b6be2}.elep-theme .ds_jx_jxranking .ds_jx_left,.elep-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#2787EE}.elep-red-theme .ds_jx_jxranking .ds_jx_left,.elep-red-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#9C0105}.nmRed-theme .ds_jx_jxranking .ds_jx_left,.nmRed-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#e51c16}.hdBlue-theme .ds_jx_jxranking .ds_jx_left,.hdBlue-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#2495c7}.zydxRed-theme .ds_jx_jxranking .ds_jx_left,.zydxRed-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#cd0911}.gzgb-theme .ds_jx_jxranking .ds_jx_left,.gzgb-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#942320}.ct-theme .ds_jx_jxranking .ds_jx_left,.ct-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#303987}.zgyc-theme .ds_jx_jxranking .ds_jx_left,.zgyc-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#007c5d}.hbBlue-theme .ds_jx_jxranking .ds_jx_left,.hbBlue-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#1A66B1}.nx-theme .ds_jx_jxranking .ds_jx_left,.nx-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#1B82D2}.dingtalk-theme .ds_jx_jxranking .ds_jx_left,.dingtalk-theme .ds_jx_jxStudentSer .ds_jx_left{background-color:#3C8AF8}.ds_jx_jxranking .ds_jx_header,.ds_jx_jxStudentSer .ds_jx_header{width:100%;height:55px;line-height:45px;text-align:left;font-size:20px;font-weight:bold;border-bottom:1px solid #eee}.red-theme .ds_jx_jxranking .ds_jx_header,.red-theme .ds_jx_jxStudentSer .ds_jx_header{color:#c62f26}.blue-theme .ds_jx_jxranking .ds_jx_header,.blue-theme .ds_jx_jxStudentSer .ds_jx_header{color:#1a66b1}.green-theme .ds_jx_jxranking .ds_jx_header,.green-theme .ds_jx_jxStudentSer .ds_jx_header{color:#189a5a}.orange-theme .ds_jx_jxranking .ds_jx_header,.orange-theme .ds_jx_jxStudentSer .ds_jx_header{color:#fc7001}.darkred-theme .ds_jx_jxranking .ds_jx_header,.darkred-theme .ds_jx_jxStudentSer .ds_jx_header{color:#c60100}.darkblue-theme .ds_jx_jxranking .ds_jx_header,.darkblue-theme .ds_jx_jxStudentSer .ds_jx_header{color:#2b6be2}.elep-theme .ds_jx_jxranking .ds_jx_header,.elep-theme .ds_jx_jxStudentSer .ds_jx_header{color:#2787EE}.elep-red-theme .ds_jx_jxranking .ds_jx_header,.elep-red-theme .ds_jx_jxStudentSer .ds_jx_header{color:#9C0105}.nmRed-theme .ds_jx_jxranking .ds_jx_header,.nmRed-theme .ds_jx_jxStudentSer .ds_jx_header{color:#e51c16}.hdBlue-theme .ds_jx_jxranking .ds_jx_header,.hdBlue-theme .ds_jx_jxStudentSer .ds_jx_header{color:#2495c7}.zydxRed-theme .ds_jx_jxranking .ds_jx_header,.zydxRed-theme .ds_jx_jxStudentSer .ds_jx_header{color:#cd0911}.gzgb-theme .ds_jx_jxranking .ds_jx_header,.gzgb-theme .ds_jx_jxStudentSer .ds_jx_header{color:#942320}.ct-theme .ds_jx_jxranking .ds_jx_header,.ct-theme .ds_jx_jxStudentSer .ds_jx_header{color:#303987}.zgyc-theme .ds_jx_jxranking .ds_jx_header,.zgyc-theme .ds_jx_jxStudentSer .ds_jx_header{color:#007c5d}.hbBlue-theme .ds_jx_jxranking .ds_jx_header,.hbBlue-theme .ds_jx_jxStudentSer .ds_jx_header{color:#1A66B1}.nx-theme .ds_jx_jxranking .ds_jx_header,.nx-theme .ds_jx_jxStudentSer .ds_jx_header{color:#1B82D2}.dingtalk-theme .ds_jx_jxranking .ds_jx_header,.dingtalk-theme .ds_jx_jxStudentSer .ds_jx_header{color:#3C8AF8}.ds_jx_jxranking .ds_jx_header .ds_jx_headerLeft,.ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerLeft{text-indent:1em;float:left}.ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{margin:0 15px 0 0;font-weight:500;font-size:16px;float:right;cursor:pointer}.red-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.red-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#c62f26}.blue-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.blue-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#1a66b1}.green-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.green-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#189a5a}.orange-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.orange-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#fc7001}.darkred-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.darkred-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#c60100}.darkblue-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.darkblue-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#2b6be2}.elep-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.elep-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#2787EE}.elep-red-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.elep-red-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#9C0105}.nmRed-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.nmRed-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#e51c16}.hdBlue-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.hdBlue-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#2495c7}.zydxRed-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.zydxRed-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#cd0911}.gzgb-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.gzgb-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#942320}.ct-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.ct-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#303987}.zgyc-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.zgyc-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#007c5d}.hbBlue-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.hbBlue-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#1A66B1}.nx-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.nx-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#1B82D2}.dingtalk-theme .ds_jx_jxranking .ds_jx_header .ds_jx_headerMore,.dingtalk-theme .ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore{color:#3C8AF8}.ds_jx_jxranking .ds_jx_header .ds_jx_headerMore i,.ds_jx_jxStudentSer .ds_jx_header .ds_jx_headerMore i{margin-left:5px}.ds_jx_jxranking .ds_jx_feature,.ds_jx_jxStudentSer .ds_jx_feature{width:100%;height:300px;margin:20px auto 0;color:#666}.ds_jx_jxranking .ds_jx_feature .headerLi,.ds_jx_jxStudentSer .ds_jx_feature .headerLi{font-size:18px;width:100%;overflow:hidden}.ds_jx_jxranking .ds_jx_feature ul li,.ds_jx_jxStudentSer .ds_jx_feature ul li{width:100%;overflow:hidden}.ds_jx_jxranking .ds_jx_feature ul li div,.ds_jx_jxStudentSer .ds_jx_feature ul li div{float:left;line-height:50px;height:50px;text-align:center;font-size:15px}.ds_jx_jxranking .ds_jx_feature ul li,.ds_jx_jxStudentSer .ds_jx_feature ul li{width:100%;overflow:hidden;color:#333}.ds_jx_jxranking .ds_jx_feature .ds_jx_featit,.ds_jx_jxranking .ds_jx_feature .ds_jx_featit_1,.ds_jx_jxranking .ds_jx_feature .ds_jx_featlist,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_featit,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_featit_1,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_featlist{text-align:center;width:72%;white-space:nowrap;float:left;overflow:hidden;text-overflow:ellipsis}.ds_jx_jxranking .ds_jx_feature .ds_jx_freq,.ds_jx_jxranking .ds_jx_feature .ds_jx_freq_1,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_freq,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_freq_1{width:15%;float:left;text-align:center}.ds_jx_jxranking .ds_jx_feature .ds_jx_num,.ds_jx_jxranking .ds_jx_feature .ds_jx_num_1,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_num,.ds_jx_jxStudentSer .ds_jx_feature .ds_jx_num_1{width:13%;float:left;text-align:center}.ds_jx_jxranking .ds_jx_num,.ds_jx_jxStudentSer .ds_jx_num{color:#666}.ds_jx_jxranking .list ul :hover .item_li,.ds_jx_jxStudentSer .list ul :hover .item_li{cursor:pointer}.red-theme .ds_jx_jxranking .list ul :hover .item_li,.red-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#ff7200}.blue-theme .ds_jx_jxranking .list ul :hover .item_li,.blue-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#3c8ddb}.green-theme .ds_jx_jxranking .list ul :hover .item_li,.green-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#4daf7b}.orange-theme .ds_jx_jxranking .list ul :hover .item_li,.orange-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#ffb142}.darkred-theme .ds_jx_jxranking .list ul :hover .item_li,.darkred-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#c60100}.darkblue-theme .ds_jx_jxranking .list ul :hover .item_li,.darkblue-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#37f}.elep-theme .ds_jx_jxranking .list ul :hover .item_li,.elep-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#2787EE}.elep-red-theme .ds_jx_jxranking .list ul :hover .item_li,.elep-red-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#ff7200}.nmRed-theme .ds_jx_jxranking .list ul :hover .item_li,.nmRed-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#e51c16}.hdBlue-theme .ds_jx_jxranking .list ul :hover .item_li,.hdBlue-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#2495c7}.zydxRed-theme .ds_jx_jxranking .list ul :hover .item_li,.zydxRed-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#cd0911}.gzgb-theme .ds_jx_jxranking .list ul :hover .item_li,.gzgb-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#942320}.ct-theme .ds_jx_jxranking .list ul :hover .item_li,.ct-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#303987}.zgyc-theme .ds_jx_jxranking .list ul :hover .item_li,.zgyc-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#007c5d}.hbBlue-theme .ds_jx_jxranking .list ul :hover .item_li,.hbBlue-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#1A66B1}.nx-theme .ds_jx_jxranking .list ul :hover .item_li,.nx-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#1b82d2}.dingtalk-theme .ds_jx_jxranking .list ul :hover .item_li,.dingtalk-theme .ds_jx_jxStudentSer .list ul :hover .item_li{color:#3C8AF8}.ds_jx_jxStudentSer{width:100%;box-sizing:border-box;height:auto;border:none}.ds_jx_jxStudentSer .headerLeft{font-size:32px}.ds_jx_jxStudentSer .left{float:left;width:42px;height:42px;margin-top:4px;margin-right:19px;box-sizing:border-box}.ds_jx_jxStudentSer .left img{width:100%;height:100%;vertical-align:top}.ds_jx_jxStudentSer .header{width:100%;height:50px;box-sizing:border-box;line-height:45px;text-align:left;overflow:hidden;font-weight:bold;margin-bottom:48px}.red-theme .ds_jx_jxStudentSer .header{color:#c62f26}.blue-theme .ds_jx_jxStudentSer .header{color:#1a66b1}.green-theme .ds_jx_jxStudentSer .header{color:#189a5a}.orange-theme .ds_jx_jxStudentSer .header{color:#fc7001}.darkred-theme .ds_jx_jxStudentSer .header{color:#c60100}.darkblue-theme .ds_jx_jxStudentSer .header{color:#2b6be2}.elep-theme .ds_jx_jxStudentSer .header{color:#2787EE}.elep-red-theme .ds_jx_jxStudentSer .header{color:#9C0105}.nmRed-theme .ds_jx_jxStudentSer .header{color:#e51c16}.hdBlue-theme .ds_jx_jxStudentSer .header{color:#2495c7}.zydxRed-theme .ds_jx_jxStudentSer .header{color:#cd0911}.gzgb-theme .ds_jx_jxStudentSer .header{color:#942320}.ct-theme .ds_jx_jxStudentSer .header{color:#303987}.zgyc-theme .ds_jx_jxStudentSer .header{color:#007c5d}.hbBlue-theme .ds_jx_jxStudentSer .header{color:#1A66B1}.nx-theme .ds_jx_jxStudentSer .header{color:#1B82D2}.dingtalk-theme .ds_jx_jxStudentSer .header{color:#3C8AF8}.ds_jx_jxStudentSer .header .headerLeft{float:left}.ds_jx_jxStudentSer .header .headerMore{font-weight:500;font-size:16px;float:right;cursor:pointer}.ds_jx_jxStudentSer .header .headerMore i{margin-left:5px}.ds_jx_jxStudentSer .context{text-align:center;overflow:hidden;font-size:24px;color:#fff}.ds_jx_jxStudentSer .context .context-li{float:left;margin-right:1%;background-color:red;width:24.25%;border-radius:6px;height:100px;line-height:100px;overflow:hidden;cursor:pointer}.ds_jx_jxStudentSer .context .context-li i{font-size:44px;color:#fff;vertical-align:middle;margin-right:1.7%}.ds_jx_jxStudentSer .context .context-li:last-child{margin-right:0 !important}.ds_jx_jxStudentSer .padding-left-right{padding-left:70px;padding-right:70px}.ds_jx_jxStudentSer .padding-top-bottom{padding-top:70px;padding-bottom:70px}.no_padding{padding:0}.ds_jx_queryCer{min-width:1200px;margin:0 auto;text-align:center}.ds_jx_queryCer .from{display:inline-block;padding:80px 0;box-sizing:border-box}.ds_jx_queryCer .from .form-item{padding:8px;margin-bottom:13px;box-sizing:border-box;overflow:hidden;font-size:16px}.ds_jx_queryCer .from .form-item input{color:#666666;border-radius:4px}.ds_jx_queryCer .from .form-item .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_jx_queryCer .from .form-item .code{width:calc(100% - 260px);margin-left:0;float:left}.ds_jx_queryCer .from .form-item .codeImgBox{cursor:pointer;width:120px;height:38px;vertical-align:top;float:right}.ds_jx_queryCer .from .form-item .codeImgBox img{width:100%;height:100%}.ds_jx_queryCer .from .query{color:#fff;font-size:16px;border-radius:6px;text-align:center;height:44px;line-height:44px;margin-top:20px;width:100%;border:none;outline:none;cursor:pointer;transition:all 0.5s;letter-spacing:10px}.red-theme .ds_jx_queryCer .from .query{background-color:#ff7200}.blue-theme .ds_jx_queryCer .from .query{background-color:#3c8ddb}.green-theme .ds_jx_queryCer .from .query{background-color:#4daf7b}.orange-theme .ds_jx_queryCer .from .query{background-color:#ffb142}.darkred-theme .ds_jx_queryCer .from .query{background-color:#c60100}.darkblue-theme .ds_jx_queryCer .from .query{background-color:#37f}.elep-theme .ds_jx_queryCer .from .query{background-color:#2787EE}.elep-red-theme .ds_jx_queryCer .from .query{background-color:#ff7200}.nmRed-theme .ds_jx_queryCer .from .query{background-color:#e51c16}.hdBlue-theme .ds_jx_queryCer .from .query{background-color:#2495c7}.zydxRed-theme .ds_jx_queryCer .from .query{background-color:#cd0911}.gzgb-theme .ds_jx_queryCer .from .query{background-color:#942320}.ct-theme .ds_jx_queryCer .from .query{background-color:#303987}.zgyc-theme .ds_jx_queryCer .from .query{background-color:#007c5d}.hbBlue-theme .ds_jx_queryCer .from .query{background-color:#1A66B1}.nx-theme .ds_jx_queryCer .from .query{background-color:#1b82d2}.dingtalk-theme .ds_jx_queryCer .from .query{background-color:#3C8AF8}.ds_jx_queryCer .tabel{padding:0 8px;box-sizing:border-box;margin:29px auto}.ds_jx_queryCer .tabel table{background:#fff;width:1200px;display:inline-block;border-collapse:collapse;border-spacing:0;table-layout:fixed;margin:0 auto}.ds_jx_queryCer .tabel .headertable{display:block}.ds_jx_queryCer .tabel th,.ds_jx_queryCer .tabel td{width:171.3px;min-width:100px}.ds_jx_queryCer .tabel th:first-child,.ds_jx_queryCer .tabel td:first-child{padding-left:20px;box-sizing:border-box}.ds_jx_queryCer .tabel th:last-child,.ds_jx_queryCer .tabel td:last-child{padding-right:20px;box-sizing:border-box}.ds_jx_queryCer .tabel .tabelHeader{background-color:#eaf8ff;border:1px solid #d7f1fd;height:40px;font-size:16px;color:#333333;font-family:PingFangSC-Medium}.ds_jx_queryCer .queryTbody{background-color:#fff;margin:0 auto;width:1200px;position:relative}.ds_jx_queryCer .queryTbody table{width:100%;display:inline-block;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:16px;color:#333333}.ds_jx_queryCer .noData{position:absolute;left:43%;top:13%}.ds_jx_queryCer .noData img{width:100%;height:100%}.ds_jx_queryCer tbody{position:relative}.ds_jx_queryCer tbody .tb-tr td{height:40px;min-width:100px;width:171.3px;min-width:100px}.ds_jx_queryCer tbody .tb-tr td:first-child{padding-left:20px;box-sizing:border-box}.ds_jx_queryCer tbody .tb-tr td:last-child{padding-right:20px;box-sizing:border-box}.ds_jx_lunbo{padding:0;margin:0}.ds_jx_lunbo .swiper-container{width:100%;height:100%;position:relative;overflow:hidden}.ds_jx_lunbo .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.ds_jx_lunbo .swiper-slide img{width:100%;height:100%}.ds_jx_lunbo .mystyle{position:absolute;left:50% !important;transform:translate(-50%, 0);bottom:10px;width:auto !important;height:40px;line-height:50px;background-color:#373d4083;border-radius:20px}.ds_jx_lunbo .mystyle .swiper-pagination-bullet{width:20px;height:20px;opacity:1;background-color:white}.red-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#ff7200 !important}.blue-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#3c8ddb !important}.green-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#4daf7b !important}.orange-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#ffb142 !important}.darkred-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#c60100 !important}.darkblue-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#37f !important}.elep-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#2787EE !important}.elep-red-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#ff7200 !important}.nmRed-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#e51c16 !important}.hdBlue-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#2495c7 !important}.zydxRed-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#cd0911 !important}.gzgb-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#942320 !important}.ct-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#303987 !important}.zgyc-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#007c5d !important}.hbBlue-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#1A66B1 !important}.nx-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#1b82d2 !important}.dingtalk-theme .ds_jx_lunbo .mystyle .swiper-pagination-bullet-active{background-color:#3C8AF8 !important}.ds_jx_news{width:100%;height:420px;font-size:16px;padding:0 22px !important;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);position:relative}.ds_jx_news_header{width:100%;height:50px;border-bottom:1px solid #dbdbdb;line-height:50px;position:relative}.ds_jx_news_header_more{float:right;cursor:pointer}.red-theme .ds_jx_news_header_more{color:#ff7200}.blue-theme .ds_jx_news_header_more{color:#3c8ddb}.green-theme .ds_jx_news_header_more{color:#4daf7b}.orange-theme .ds_jx_news_header_more{color:#ffb142}.darkred-theme .ds_jx_news_header_more{color:#c60100}.darkblue-theme .ds_jx_news_header_more{color:#37f}.elep-theme .ds_jx_news_header_more{color:#2787EE}.elep-red-theme .ds_jx_news_header_more{color:#ff7200}.nmRed-theme .ds_jx_news_header_more{color:#e51c16}.hdBlue-theme .ds_jx_news_header_more{color:#2495c7}.zydxRed-theme .ds_jx_news_header_more{color:#cd0911}.gzgb-theme .ds_jx_news_header_more{color:#942320}.ct-theme .ds_jx_news_header_more{color:#303987}.zgyc-theme .ds_jx_news_header_more{color:#007c5d}.hbBlue-theme .ds_jx_news_header_more{color:#1A66B1}.nx-theme .ds_jx_news_header_more{color:#1b82d2}.dingtalk-theme .ds_jx_news_header_more{color:#3C8AF8}.ds_jx_news_header_tabs{font-weight:bold;font-size:20px;color:#666666;height:49px}.ds_jx_news_header_tabs_item{float:left;height:100%;margin-right:50px;letter-spacing:0;cursor:pointer}.red-theme .ds_jx_news_header_tabs_item.active{color:#ff7200}.blue-theme .ds_jx_news_header_tabs_item.active{color:#3c8ddb}.green-theme .ds_jx_news_header_tabs_item.active{color:#4daf7b}.orange-theme .ds_jx_news_header_tabs_item.active{color:#ffb142}.darkred-theme .ds_jx_news_header_tabs_item.active{color:#c60100}.darkblue-theme .ds_jx_news_header_tabs_item.active{color:#37f}.elep-theme .ds_jx_news_header_tabs_item.active{color:#2787EE}.elep-red-theme .ds_jx_news_header_tabs_item.active{color:#ff7200}.nmRed-theme .ds_jx_news_header_tabs_item.active{color:#e51c16}.hdBlue-theme .ds_jx_news_header_tabs_item.active{color:#2495c7}.zydxRed-theme .ds_jx_news_header_tabs_item.active{color:#cd0911}.gzgb-theme .ds_jx_news_header_tabs_item.active{color:#942320}.ct-theme .ds_jx_news_header_tabs_item.active{color:#303987}.zgyc-theme .ds_jx_news_header_tabs_item.active{color:#007c5d}.hbBlue-theme .ds_jx_news_header_tabs_item.active{color:#1A66B1}.nx-theme .ds_jx_news_header_tabs_item.active{color:#1b82d2}.dingtalk-theme .ds_jx_news_header_tabs_item.active{color:#3C8AF8}.ds_jx_news_li{padding:13px 0 13px 80px;border-top:1px dashed #dbdbdb;position:relative;overflow:hidden}.ds_jx_news_li._0{border-top:none}.ds_jx_news_li_time{width:60px;height:60px;color:#fff;text-align:center;padding-top:2px;position:absolute;top:14px;left:0}.red-theme .ds_jx_news_li_time{background-color:#ff7200}.blue-theme .ds_jx_news_li_time{background-color:#3c8ddb}.green-theme .ds_jx_news_li_time{background-color:#4daf7b}.orange-theme .ds_jx_news_li_time{background-color:#ffb142}.darkred-theme .ds_jx_news_li_time{background-color:#c60100}.darkblue-theme .ds_jx_news_li_time{background-color:#37f}.elep-theme .ds_jx_news_li_time{background-color:#2787EE}.elep-red-theme .ds_jx_news_li_time{background-color:#ff7200}.nmRed-theme .ds_jx_news_li_time{background-color:#e51c16}.hdBlue-theme .ds_jx_news_li_time{background-color:#2495c7}.zydxRed-theme .ds_jx_news_li_time{background-color:#cd0911}.gzgb-theme .ds_jx_news_li_time{background-color:#942320}.ct-theme .ds_jx_news_li_time{background-color:#303987}.zgyc-theme .ds_jx_news_li_time{background-color:#007c5d}.hbBlue-theme .ds_jx_news_li_time{background-color:#1A66B1}.nx-theme .ds_jx_news_li_time{background-color:#1b82d2}.dingtalk-theme .ds_jx_news_li_time{background-color:#3C8AF8}.ds_jx_news_li_time_day{font-size:20px;font-weight:bold;line-height:36px;letter-spacing:0}.ds_jx_news_li_time_monuth{font-size:14px;letter-spacing:0}.ds_jx_news_li_text{height:60px;padding-top:8px;line-height:22px}.ds_jx_news_li_text a{cursor:pointer}.red-theme .ds_jx_news_li_text a:hover{color:#ff7200}.blue-theme .ds_jx_news_li_text a:hover{color:#3c8ddb}.green-theme .ds_jx_news_li_text a:hover{color:#4daf7b}.orange-theme .ds_jx_news_li_text a:hover{color:#ffb142}.darkred-theme .ds_jx_news_li_text a:hover{color:#c60100}.darkblue-theme .ds_jx_news_li_text a:hover{color:#37f}.elep-theme .ds_jx_news_li_text a:hover{color:#2787EE}.elep-red-theme .ds_jx_news_li_text a:hover{color:#ff7200}.nmRed-theme .ds_jx_news_li_text a:hover{color:#e51c16}.hdBlue-theme .ds_jx_news_li_text a:hover{color:#2495c7}.zydxRed-theme .ds_jx_news_li_text a:hover{color:#cd0911}.gzgb-theme .ds_jx_news_li_text a:hover{color:#942320}.ct-theme .ds_jx_news_li_text a:hover{color:#303987}.zgyc-theme .ds_jx_news_li_text a:hover{color:#007c5d}.hbBlue-theme .ds_jx_news_li_text a:hover{color:#1A66B1}.nx-theme .ds_jx_news_li_text a:hover{color:#1b82d2}.dingtalk-theme .ds_jx_news_li_text a:hover{color:#3C8AF8}.nc_hchannelslist{background:#fff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:0 !important;width:1200px;margin:0 auto}.nc_hchannelslist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hchannelslist .hchannelbox{display:inline-block;vertical-align:top;height:380px}.nc_hchannelslist .hchannelbox-a{width:100px}.nc_hchannelslist .hchannelbox-b{width:510px}.nc_hchannelslist .hchannelbox-b .bitem{padding:0px 0 0px 20px;margin:29px 0;box-sizing:border-box;cursor:pointer}.nc_hchannelslist .hchannelbox-b .bitem b{display:inline-block;vertical-align:middle;width:14px;height:14px;background:url("/dsfa/res/dsf_styles/themes/zydx/index/startred.png") no-repeat center;background-size:100% 100%}.nc_hchannelslist .hchannelbox-b .bitem span{vertical-align:middle;width:450px;margin-left:6px}.nc_hchannelslist .hchannelbox-b .bitem:hover{opacity:.8}.nc_hchannelslist .hchannelbox-c{width:570px;height:340px;margin-top:20px}.nc_hchannelslist .hchannelbox-c img{width:100%;height:100%}.ds_teasAndnc_titlebox{height:54px;position:relative;margin-top:65px;width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box}.ds_teasAndnc_titlebox .none{display:none !important}.ds_teasAndnc_titlebox .hleft{position:absolute;top:0;left:0}.ds_teasAndnc_titlebox .hleft .titimgbox{display:inline-block;vertical-align:middle;margin-right:20px;width:42px;height:42px}.ds_teasAndnc_titlebox .hleft .titimgbox img{width:100%;height:100%}.ds_teasAndnc_titlebox .hleft .tit-text{display:inline-block;vertical-align:middle;font-size:32px}.red-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#c62f26}.blue-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#1a66b1}.green-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#189a5a}.orange-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#fc7001}.darkred-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#c60100}.darkblue-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#2b6be2}.elep-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#2787EE}.elep-red-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#9C0105}.nmRed-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#e51c16}.hdBlue-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#2495c7}.zydxRed-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#cd0911}.gzgb-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#942320}.ct-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#303987}.zgyc-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#007c5d}.hbBlue-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#1A66B1}.nx-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#1B82D2}.dingtalk-theme .ds_teasAndnc_titlebox .hleft .tit-text{color:#3C8AF8}.ds_teasAndnc_titlebox .hleft .barbox{display:inline-block;vertical-align:bottom;margin-left:20px;margin-bottom:-9px}.ds_teasAndnc_titlebox .hleft .barbox li{display:inline-block;display:inline-block;font-size:24px !important;color:#666666;border-bottom:2px solid transparent;margin-right:30px;padding-bottom:7px;cursor:pointer}.red-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#ff7200}.blue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#3c8ddb}.green-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#4daf7b}.orange-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#ffb142}.darkred-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#c60100}.darkblue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#37f}.elep-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#2787EE}.elep-red-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#ff7200}.nmRed-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#e51c16}.hdBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#2495c7}.zydxRed-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#cd0911}.gzgb-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#942320}.ct-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#303987}.zgyc-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#007c5d}.hbBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#1A66B1}.nx-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#1b82d2}.dingtalk-theme .ds_teasAndnc_titlebox .hleft .barbox .act{border-bottom-color:#3C8AF8}.red-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#ff7200}.blue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#3c8ddb}.green-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#4daf7b}.orange-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#ffb142}.darkred-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#c60100}.darkblue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#37f}.elep-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#2787EE}.elep-red-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#ff7200}.nmRed-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#e51c16}.hdBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#2495c7}.zydxRed-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#cd0911}.gzgb-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#942320}.ct-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#303987}.zgyc-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#007c5d}.hbBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#1A66B1}.nx-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#1b82d2}.dingtalk-theme .ds_teasAndnc_titlebox .hleft .barbox .act{color:#3C8AF8}.red-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#ff7200}.blue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#3c8ddb}.green-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#4daf7b}.orange-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#ffb142}.darkred-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#c60100}.darkblue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#37f}.elep-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#2787EE}.elep-red-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#ff7200}.nmRed-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#e51c16}.hdBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#2495c7}.zydxRed-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#cd0911}.gzgb-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#942320}.ct-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#303987}.zgyc-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#007c5d}.hbBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#1A66B1}.nx-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#1b82d2}.dingtalk-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{border-bottom-color:#3C8AF8}.red-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#ff7200}.blue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#3c8ddb}.green-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#4daf7b}.orange-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#ffb142}.darkred-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#c60100}.darkblue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#37f}.elep-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#2787EE}.elep-red-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#ff7200}.nmRed-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#e51c16}.hdBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#2495c7}.zydxRed-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#cd0911}.gzgb-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#942320}.ct-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#303987}.zgyc-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#007c5d}.hbBlue-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#1A66B1}.nx-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#1b82d2}.dingtalk-theme .ds_teasAndnc_titlebox .hleft .barbox .actv{color:#3C8AF8}.ds_teasAndnc_titlebox .hright{position:absolute;top:0;right:0}.ds_teasAndnc_titlebox .hright .choosebtn{display:inline-block;vertical-align:middle;border-radius:3px;color:#fff;display:inline-block;font-size:16px !important;height:40px;line-height:40px;width:120px;text-align:center;cursor:pointer}.red-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#ff7200 !important}.blue-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#3c8ddb !important}.green-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#4daf7b !important}.orange-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#ffb142 !important}.darkred-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#c60100 !important}.darkblue-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#37f !important}.elep-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#2787EE !important}.elep-red-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#ff7200 !important}.nmRed-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#e51c16 !important}.hdBlue-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#2495c7 !important}.zydxRed-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#cd0911 !important}.gzgb-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#942320 !important}.ct-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#303987 !important}.zgyc-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#007c5d !important}.hbBlue-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#1A66B1 !important}.nx-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#1b82d2 !important}.dingtalk-theme .ds_teasAndnc_titlebox .hright .choosebtn{background-color:#3C8AF8 !important}.ds_teasAndnc_titlebox .hright .morebtn{display:inline-block;vertical-align:middle;display:inline-block;font-size:16px !important;color:#333;margin-left:30px;cursor:pointer;line-height:40px;background:#ffffff;border-radius:3px;width:112px;text-align:center;box-sizing:border-box;border:1px solid #c7c7c7}.ds_teasAndnc_titlebox .hright .choosebtn:hover{opacity:0.9}.ds_teasAndnc_titlebox .hright .morebtn:hover{opacity:0.9}.ds_teasAndnc_aspecial .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_teasAndnc_aspecial .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_teasAndnc_aspecial .alistbox{width:1200px;margin:30px auto 0}.ds_teasAndnc_aspecial .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:414px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:30px;position:relative}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox{height:285px;position:relative}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:40px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:6px;left:14px}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_teasAndnc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:13px;vertical-align:middle}.ds_teasAndnc_aspecial .alistbox .aitem .item-foot{padding:9px 20px 11px;box-sizing:border-box}.ds_teasAndnc_aspecial .alistbox .aitem .item-foot .ctitle{font-size:18px;color:#333333;letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px}.ds_teasAndnc_aspecial .alistbox .aitem .item-foot .cclass-hour{margin-top:8px}.ds_teasAndnc_aspecial .alistbox .aitem .item-foot .cclass-hour p{font-size:16px;color:#333333;display:inline-block;min-width:120px;height:26px;line-height:26px}.ds_teasAndnc_aspecial .alistbox .aitem .item-foot .cclass-hour p i{margin-left:6px;font-style:normal}.ds_teasAndnc_aspecial .alistbox .aitem .item-foot .cclass-hour p:last-child{width:100%}.ds_teasAndnc_aspecial .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;box-sizing:border-box;width:100%;height:100px}.ds_teasAndnc_aspecial .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_teasAndnc_aspecial .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_teasAndnc_aspecial .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:60px;line-height:60px;min-width:155px;box-sizing:border-box;color:#fff;margin-right:11px;border-radius:9px;cursor:pointer}.ds_teasAndnc_aspecial .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.ds_teasAndnc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#169bd5}.ds_teasAndnc_aspecial .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_teasAndnc_aspecial .alistbox .aitem:nth-child(3n){margin-right:0}.ds_teasAndnc_aspecial .alistbox .aitem:hover .hbox{bottom:0}.ds_nm_basedisplay .swiper-container{width:100%;height:100%}.ds_nm_basedisplay .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.ds_nm_basedisplay .swiper-slide img{width:100%;height:100%}.ds_nm_basedisplay .basedisplay-box{position:absolute;bottom:0px;left:50%;margin-left:-240px;width:400px;height:175px;padding:0px 40px;background:rgba(255,255,255,0.9);border-top:#da0000 3px solid;z-index:1000;overflow:hidden}.ds_nm_basedisplay .basedisplay-title{font-size:36px;font-weight:400;color:#da0000;text-align:center;padding-top:15px}.ds_nm_basedisplay .basedisplay-content{margin-top:10px;font-size:14px;color:#666;line-height:24px;height:95px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.NcNmDigitalBooks{background-color:#fff;min-width:1200px;width:100%}.NcNmDigitalBooks .NcNmDigitalBooks-content{width:1200px;margin:auto}.NcNmDigitalBooks .hleft{border:2px dotted #fdc8c8;border-radius:10px;height:74px;position:relative}.NcNmDigitalBooks .hleft .titimgbox{display:none;vertical-align:middle}.NcNmDigitalBooks .hleft .tit-text{position:absolute;top:48%;left:0;transform:translate(0, -50%);display:inline-block;vertical-align:middle;font-size:32px;text-align:center;padding:0 20px;background:url(/dsfa/res/dsf_styles/themes/nc/nm/tit-left.png) no-repeat,url(/dsfa/res/dsf_styles/themes/nc/nm/tit-right.png) 100% 0px no-repeat}.NcNmDigitalBooks .hleft .tit-text span{display:inline-block;height:50px;line-height:50px;padding:0 10px;background-color:#da0000;color:#fff !important}.red-theme .NcNmDigitalBooks .hleft .tit-text span{color:#c62f26}.blue-theme .NcNmDigitalBooks .hleft .tit-text span{color:#1a66b1}.green-theme .NcNmDigitalBooks .hleft .tit-text span{color:#189a5a}.orange-theme .NcNmDigitalBooks .hleft .tit-text span{color:#fc7001}.darkred-theme .NcNmDigitalBooks .hleft .tit-text span{color:#c60100}.darkblue-theme .NcNmDigitalBooks .hleft .tit-text span{color:#2b6be2}.elep-theme .NcNmDigitalBooks .hleft .tit-text span{color:#2787EE}.elep-red-theme .NcNmDigitalBooks .hleft .tit-text span{color:#9C0105}.nmRed-theme .NcNmDigitalBooks .hleft .tit-text span{color:#e51c16}.hdBlue-theme .NcNmDigitalBooks .hleft .tit-text span{color:#2495c7}.zydxRed-theme .NcNmDigitalBooks .hleft .tit-text span{color:#cd0911}.gzgb-theme .NcNmDigitalBooks .hleft .tit-text span{color:#942320}.ct-theme .NcNmDigitalBooks .hleft .tit-text span{color:#303987}.zgyc-theme .NcNmDigitalBooks .hleft .tit-text span{color:#007c5d}.hbBlue-theme .NcNmDigitalBooks .hleft .tit-text span{color:#1A66B1}.nx-theme .NcNmDigitalBooks .hleft .tit-text span{color:#1B82D2}.dingtalk-theme .NcNmDigitalBooks .hleft .tit-text span{color:#3C8AF8}.NcNmDigitalBooks .hleft .barbox{display:inline-block;vertical-align:bottom;margin-left:20px;margin-bottom:-3px}.NcNmDigitalBooks .hleft .barbox li{display:inline-block;display:inline-block;font-size:24px !important;color:#666666;border-bottom:2px solid transparent;margin-right:30px;padding-bottom:7px;cursor:pointer}.red-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#ff7200}.blue-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#3c8ddb}.green-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#4daf7b}.orange-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#ffb142}.darkred-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#c60100}.darkblue-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#37f}.elep-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#2787EE}.elep-red-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#ff7200}.nmRed-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#e51c16}.hdBlue-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#2495c7}.zydxRed-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#cd0911}.gzgb-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#942320}.ct-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#303987}.zgyc-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#007c5d}.hbBlue-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#1A66B1}.nx-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#1b82d2}.dingtalk-theme .NcNmDigitalBooks .hleft .barbox .act{border-bottom-color:#3C8AF8}.red-theme .NcNmDigitalBooks .hleft .barbox .act{color:#ff7200}.blue-theme .NcNmDigitalBooks .hleft .barbox .act{color:#3c8ddb}.green-theme .NcNmDigitalBooks .hleft .barbox .act{color:#4daf7b}.orange-theme .NcNmDigitalBooks .hleft .barbox .act{color:#ffb142}.darkred-theme .NcNmDigitalBooks .hleft .barbox .act{color:#c60100}.darkblue-theme .NcNmDigitalBooks .hleft .barbox .act{color:#37f}.elep-theme .NcNmDigitalBooks .hleft .barbox .act{color:#2787EE}.elep-red-theme .NcNmDigitalBooks .hleft .barbox .act{color:#ff7200}.nmRed-theme .NcNmDigitalBooks .hleft .barbox .act{color:#e51c16}.hdBlue-theme .NcNmDigitalBooks .hleft .barbox .act{color:#2495c7}.zydxRed-theme .NcNmDigitalBooks .hleft .barbox .act{color:#cd0911}.gzgb-theme .NcNmDigitalBooks .hleft .barbox .act{color:#942320}.ct-theme .NcNmDigitalBooks .hleft .barbox .act{color:#303987}.zgyc-theme .NcNmDigitalBooks .hleft .barbox .act{color:#007c5d}.hbBlue-theme .NcNmDigitalBooks .hleft .barbox .act{color:#1A66B1}.nx-theme .NcNmDigitalBooks .hleft .barbox .act{color:#1b82d2}.dingtalk-theme .NcNmDigitalBooks .hleft .barbox .act{color:#3C8AF8}.red-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#ff7200}.blue-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#3c8ddb}.green-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#4daf7b}.orange-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#ffb142}.darkred-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#c60100}.darkblue-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#37f}.elep-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#2787EE}.elep-red-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#ff7200}.nmRed-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#e51c16}.hdBlue-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#2495c7}.zydxRed-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#cd0911}.gzgb-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#942320}.ct-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#303987}.zgyc-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#007c5d}.hbBlue-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#1A66B1}.nx-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#1b82d2}.dingtalk-theme .NcNmDigitalBooks .hleft .barbox .actv{border-bottom-color:#3C8AF8}.red-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#ff7200}.blue-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#3c8ddb}.green-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#4daf7b}.orange-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#ffb142}.darkred-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#c60100}.darkblue-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#37f}.elep-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#2787EE}.elep-red-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#ff7200}.nmRed-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#e51c16}.hdBlue-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#2495c7}.zydxRed-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#cd0911}.gzgb-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#942320}.ct-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#303987}.zgyc-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#007c5d}.hbBlue-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#1A66B1}.nx-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#1b82d2}.dingtalk-theme .NcNmDigitalBooks .hleft .barbox .actv{color:#3C8AF8}.NcNmDigitalBooks .content{width:1200px;margin:30px auto 0;display:flex;flex-wrap:wrap}.NcNmDigitalBooks .content .img-box{width:280px;cursor:pointer;height:210px;margin-right:26px;margin-bottom:30px}.NcNmDigitalBooks .content .img-box:nth-child(4n){margin-right:0}.NcNmDigitalBooks .content .img-box img{width:100%;height:100%}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.container-information{width:100%;height:500px;background:url(themes/img/information_bg.png) no-repeat center;background-size:100% 100%;padding:0 !important;overflow:hidden;margin:0;margin-top:40px}.container-information .content{width:1200px;margin:0 auto;height:100%;overflow:hidden}.container-information .content .content-header{height:103px;margin-top:20px;margin-bottom:40px;background:url(themes/img/img-zx.png) no-repeat center;background-size:100% 100%;position:relative}.container-information .content .content-header .more{cursor:pointer;position:absolute;right:0;top:37px;font-size:16px !important;display:none}.red-theme .container-information .content .content-header .more{color:#ff7200}.blue-theme .container-information .content .content-header .more{color:#3c8ddb}.green-theme .container-information .content .content-header .more{color:#4daf7b}.orange-theme .container-information .content .content-header .more{color:#ffb142}.darkred-theme .container-information .content .content-header .more{color:#c60100}.darkblue-theme .container-information .content .content-header .more{color:#37f}.elep-theme .container-information .content .content-header .more{color:#2787EE}.elep-red-theme .container-information .content .content-header .more{color:#ff7200}.nmRed-theme .container-information .content .content-header .more{color:#e51c16}.hdBlue-theme .container-information .content .content-header .more{color:#2495c7}.zydxRed-theme .container-information .content .content-header .more{color:#cd0911}.gzgb-theme .container-information .content .content-header .more{color:#942320}.ct-theme .container-information .content .content-header .more{color:#303987}.zgyc-theme .container-information .content .content-header .more{color:#007c5d}.hbBlue-theme .container-information .content .content-header .more{color:#1A66B1}.nx-theme .container-information .content .content-header .more{color:#1b82d2}.dingtalk-theme .container-information .content .content-header .more{color:#3C8AF8}.container-information .content .content-left-ul-li{cursor:pointer}.container-information .content .content-left,.container-information .content .content-right{float:left;width:600px;height:577px}.container-information .content .content-left-header{margin-bottom:30px;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.container-information .content .content-left-header .title,.container-information .content .content-left-header .ds_seat .frame_title span,.ds_seat .frame_title .container-information .content .content-left-header span,.container-information .content .content-left-header .ds_seat .frame_title i,.ds_seat .frame_title .container-information .content .content-left-header i{font-size:28px;color:#333;text-align:center;margin-bottom:20px}.container-information .content .content-left-header .detail{font-size:16px !important;color:#333;line-height:20px;text-align:left;text-indent:1em}.container-information .content .content-left-header .detail span{display:inline-block;vertical-align:middle}.container-information .content .content-left-header .detail .link{max-width:490px}.red-theme .container-information .content .content-left-header .detail .link:hover{color:#ff7200}.blue-theme .container-information .content .content-left-header .detail .link:hover{color:#3c8ddb}.green-theme .container-information .content .content-left-header .detail .link:hover{color:#4daf7b}.orange-theme .container-information .content .content-left-header .detail .link:hover{color:#ffb142}.darkred-theme .container-information .content .content-left-header .detail .link:hover{color:#c60100}.darkblue-theme .container-information .content .content-left-header .detail .link:hover{color:#37f}.elep-theme .container-information .content .content-left-header .detail .link:hover{color:#2787EE}.elep-red-theme .container-information .content .content-left-header .detail .link:hover{color:#ff7200}.nmRed-theme .container-information .content .content-left-header .detail .link:hover{color:#e51c16}.hdBlue-theme .container-information .content .content-left-header .detail .link:hover{color:#2495c7}.zydxRed-theme .container-information .content .content-left-header .detail .link:hover{color:#cd0911}.gzgb-theme .container-information .content .content-left-header .detail .link:hover{color:#942320}.ct-theme .container-information .content .content-left-header .detail .link:hover{color:#303987}.zgyc-theme .container-information .content .content-left-header .detail .link:hover{color:#007c5d}.hbBlue-theme .container-information .content .content-left-header .detail .link:hover{color:#1A66B1}.nx-theme .container-information .content .content-left-header .detail .link:hover{color:#1b82d2}.dingtalk-theme .container-information .content .content-left-header .detail .link:hover{color:#3C8AF8}.container-information .content .content-left-header .detail .goDetail{widows:64px;text-align:right;cursor:pointer}.red-theme .container-information .content .content-left-header .detail .goDetail{color:#ff7200}.blue-theme .container-information .content .content-left-header .detail .goDetail{color:#3c8ddb}.green-theme .container-information .content .content-left-header .detail .goDetail{color:#4daf7b}.orange-theme .container-information .content .content-left-header .detail .goDetail{color:#ffb142}.darkred-theme .container-information .content .content-left-header .detail .goDetail{color:#c60100}.darkblue-theme .container-information .content .content-left-header .detail .goDetail{color:#37f}.elep-theme .container-information .content .content-left-header .detail .goDetail{color:#2787EE}.elep-red-theme .container-information .content .content-left-header .detail .goDetail{color:#ff7200}.nmRed-theme .container-information .content .content-left-header .detail .goDetail{color:#e51c16}.hdBlue-theme .container-information .content .content-left-header .detail .goDetail{color:#2495c7}.zydxRed-theme .container-information .content .content-left-header .detail .goDetail{color:#cd0911}.gzgb-theme .container-information .content .content-left-header .detail .goDetail{color:#942320}.ct-theme .container-information .content .content-left-header .detail .goDetail{color:#303987}.zgyc-theme .container-information .content .content-left-header .detail .goDetail{color:#007c5d}.hbBlue-theme .container-information .content .content-left-header .detail .goDetail{color:#1A66B1}.nx-theme .container-information .content .content-left-header .detail .goDetail{color:#1b82d2}.dingtalk-theme .container-information .content .content-left-header .detail .goDetail{color:#3C8AF8}.container-information .content .content-left-ul{color:#444;font-size:16px !important}.container-information .content .content-left-ul li{position:relative;padding:15px 0;width:98%;border-top:1px solid #fff;padding-left:16px;box-sizing:border-box;cursor:pointer}.container-information .content .content-left-ul li:before{content:"";display:block;position:absolute;left:0;top:18px;height:16px;width:6px}.red-theme .container-information .content .content-left-ul li:before{background-color:#ff7200}.blue-theme .container-information .content .content-left-ul li:before{background-color:#3c8ddb}.green-theme .container-information .content .content-left-ul li:before{background-color:#4daf7b}.orange-theme .container-information .content .content-left-ul li:before{background-color:#ffb142}.darkred-theme .container-information .content .content-left-ul li:before{background-color:#c60100}.darkblue-theme .container-information .content .content-left-ul li:before{background-color:#37f}.elep-theme .container-information .content .content-left-ul li:before{background-color:#2787EE}.elep-red-theme .container-information .content .content-left-ul li:before{background-color:#ff7200}.nmRed-theme .container-information .content .content-left-ul li:before{background-color:#e51c16}.hdBlue-theme .container-information .content .content-left-ul li:before{background-color:#2495c7}.zydxRed-theme .container-information .content .content-left-ul li:before{background-color:#cd0911}.gzgb-theme .container-information .content .content-left-ul li:before{background-color:#942320}.ct-theme .container-information .content .content-left-ul li:before{background-color:#303987}.zgyc-theme .container-information .content .content-left-ul li:before{background-color:#007c5d}.hbBlue-theme .container-information .content .content-left-ul li:before{background-color:#1A66B1}.nx-theme .container-information .content .content-left-ul li:before{background-color:#1b82d2}.dingtalk-theme .container-information .content .content-left-ul li:before{background-color:#3C8AF8}.red-theme .container-information .content .content-left-ul li:hover{color:#ff7200}.blue-theme .container-information .content .content-left-ul li:hover{color:#3c8ddb}.green-theme .container-information .content .content-left-ul li:hover{color:#4daf7b}.orange-theme .container-information .content .content-left-ul li:hover{color:#ffb142}.darkred-theme .container-information .content .content-left-ul li:hover{color:#c60100}.darkblue-theme .container-information .content .content-left-ul li:hover{color:#37f}.elep-theme .container-information .content .content-left-ul li:hover{color:#2787EE}.elep-red-theme .container-information .content .content-left-ul li:hover{color:#ff7200}.nmRed-theme .container-information .content .content-left-ul li:hover{color:#e51c16}.hdBlue-theme .container-information .content .content-left-ul li:hover{color:#2495c7}.zydxRed-theme .container-information .content .content-left-ul li:hover{color:#cd0911}.gzgb-theme .container-information .content .content-left-ul li:hover{color:#942320}.ct-theme .container-information .content .content-left-ul li:hover{color:#303987}.zgyc-theme .container-information .content .content-left-ul li:hover{color:#007c5d}.hbBlue-theme .container-information .content .content-left-ul li:hover{color:#1A66B1}.nx-theme .container-information .content .content-left-ul li:hover{color:#1b82d2}.dingtalk-theme .container-information .content .content-left-ul li:hover{color:#3C8AF8}.container-information .content .content-right-date{height:322px;width:100%}.container-information .content .content-right-date #layui-laydate1 .layui-this{background:none !important}.container-information .content .content-right-date .layui-laydate{width:100%;height:100%;background:url(themes/img/zx-calendar-bg.png) no-repeat center;background-size:100% 100%;color:#fff}.container-information .content .content-right-date .layui-laydate .laydate-prev-y,.container-information .content .content-right-date .layui-laydate .laydate-next-y,.container-information .content .content-right-date .layui-laydate .layui-laydate-footer{display:none}.container-information .content .content-right-date .layui-laydate .layui-laydate-header span:hover{color:#ffa718}.container-information .content .content-right-date .layui-laydate .layui-laydate-main,.container-information .content .content-right-date .layui-laydate .layui-laydate-header,.container-information .content .content-right-date .layui-laydate .layui-laydate-content,.container-information .content .content-right-date .layui-laydate .layui-laydate-content table{width:100%}.container-information .content .content-right-date .layui-laydate .layui-laydate-content table thead tr th{color:#fff}.container-information .content .content-right-date .layui-laydate .laydate-next-m,.container-information .content .content-right-date .layui-laydate .laydate-next-y,.container-information .content .content-right-date .layui-laydate .laydate-prev-y,.container-information .content .content-right-date .layui-laydate .laydate-prev-m{color:#fff}.container-information .content .content-right-date .layui-laydate .laydate-next-m,.container-information .content .content-right-date .layui-laydate .laydate-next-y{right:140px}.container-information .content .content-right-date .layui-laydate .laydate-prev-m,.container-information .content .content-right-date .layui-laydate .laydate-prev-y{left:140px}.container-information .content .content-right-date .layui-laydate .layui-laydate-content td,.container-information .content .content-right-date .layui-laydate .layui-laydate-content th{height:36px;color:#fff;padding:0}.container-information .content .content-right-date .layui-laydate .laydate-month-list>li,.container-information .content .content-right-date .layui-laydate .laydate-year-list>li{z-index:0}.container-information .content .content-right-date .layui-laydate .layui-laydate-content td:after,.container-information .content .content-right-date .layui-laydate .laydate-month-list>li:after,.container-information .content .content-right-date .layui-laydate .laydate-year-list>li:after{content:"";position:absolute;width:40px;height:40px;border-radius:50%;background:#ffa718 !important;z-index:-1;top:-2px;left:22px;display:none}.red-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#ff7200}.blue-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#3c8ddb}.green-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#4daf7b}.orange-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#ffb142}.darkred-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#c60100}.darkblue-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#37f}.elep-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#2787EE}.elep-red-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#ff7200}.nmRed-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#e51c16}.hdBlue-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#2495c7}.zydxRed-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#cd0911}.gzgb-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#942320}.ct-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#303987}.zgyc-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#007c5d}.hbBlue-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#1A66B1}.nx-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#1b82d2}.dingtalk-theme .container-information .content .content-right-date .layui-laydate .layui-laydate-list{background-color:#3C8AF8}.container-information .content .content-right-date .layui-laydate .layui-laydate-content td:hover,.container-information .content .content-right-date .layui-laydate .layui-laydate-list li:hover{background:none !important}.container-information .content .content-right-date .layui-laydate .laydate-month-list .layui-this:after{left:35% !important;top:0 !important}.container-information .content .content-right-date .layui-laydate .laydate-month-list>li{position:relative;height:46px;line-height:46px}.container-information .content .content-right-date .layui-laydate .laydate-month-list>li:hover:after{display:inline-block;left:35%;top:0 !important;background:none}.container-information .content .content-right-date .layui-laydate .laydate-month-list>li:after{width:46px !important;height:46px !important;left:35% !important;top:0 !important}.container-information .content .content-right-date .layui-laydate .laydate-month-list>li:hover{color:#fff}.container-information .content .content-right-date .layui-laydate .laydate-year-list .layui-this:after{left:38% !important}.container-information .content .content-right-date .layui-laydate .laydate-year-list>li{position:relative;height:46px;line-height:46px}.container-information .content .content-right-date .layui-laydate .laydate-year-list>li:hover:after{display:inline-block;left:38%;background:none}.container-information .content .content-right-date .layui-laydate .laydate-year-list>li:hover{color:#fff}.container-information .content .content-right-date .layui-laydate .laydate-year-list>li:after{width:46px !important;height:46px !important;left:38% !important}.container-information .content .content-right-date .layui-laydate .laydate-year-list>li .layui-this:after{left:38% !important}.container-information .content .content-right-date .layui-laydate .layui-laydate-content td:hover:after{display:inline-block}.container-information .content .content-right-date .layui-laydate .layui-laydate-content .layui-this{position:relative;z-index:0}.container-information .content .content-right-date .layui-laydate .layui-laydate-content .layui-this:after{display:inline-block;content:"";position:absolute;width:40px;height:40px;border-radius:50%;background:#ffa718 !important;z-index:-1;top:-2px;left:22px}.container-information .content .content-right-box{background:#fff;height:260px;padding-top:13px;padding-left:10px;padding-right:10px;padding-bottom:27px;box-sizing:border-box;opacity:1 !important}.container-information .content .content-right-list{font-size:16px !important;overflow:hidden;margin-bottom:27px}.container-information .content .content-right-list .content-right-list-title{cursor:pointer;font-weight:600;font-size:18px !important;margin-bottom:10px;position:relative;padding-left:18px;box-sizing:border-box}.red-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#ff7200}.blue-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#3c8ddb}.green-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#4daf7b}.orange-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#ffb142}.darkred-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#c60100}.darkblue-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#37f}.elep-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#2787EE}.elep-red-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#ff7200}.nmRed-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#e51c16}.hdBlue-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#2495c7}.zydxRed-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#cd0911}.gzgb-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#942320}.ct-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#303987}.zgyc-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#007c5d}.hbBlue-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#1A66B1}.nx-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#1b82d2}.dingtalk-theme .container-information .content .content-right-list .content-right-list-title:hover{color:#3C8AF8}.container-information .content .content-right-list .content-right-list-title:after{content:"";display:inline-block;width:8px;height:14px;position:absolute;left:0;top:5px;background:url(themes/img/zx-calendar-list.png) no-repeat center;background-size:100% 100%}.container-information .content .content-right-list .detail p{cursor:pointer}.red-theme .container-information .content .content-right-list .detail p:hover{color:#ff7200}.blue-theme .container-information .content .content-right-list .detail p:hover{color:#3c8ddb}.green-theme .container-information .content .content-right-list .detail p:hover{color:#4daf7b}.orange-theme .container-information .content .content-right-list .detail p:hover{color:#ffb142}.darkred-theme .container-information .content .content-right-list .detail p:hover{color:#c60100}.darkblue-theme .container-information .content .content-right-list .detail p:hover{color:#37f}.elep-theme .container-information .content .content-right-list .detail p:hover{color:#2787EE}.elep-red-theme .container-information .content .content-right-list .detail p:hover{color:#ff7200}.nmRed-theme .container-information .content .content-right-list .detail p:hover{color:#e51c16}.hdBlue-theme .container-information .content .content-right-list .detail p:hover{color:#2495c7}.zydxRed-theme .container-information .content .content-right-list .detail p:hover{color:#cd0911}.gzgb-theme .container-information .content .content-right-list .detail p:hover{color:#942320}.ct-theme .container-information .content .content-right-list .detail p:hover{color:#303987}.zgyc-theme .container-information .content .content-right-list .detail p:hover{color:#007c5d}.hbBlue-theme .container-information .content .content-right-list .detail p:hover{color:#1A66B1}.nx-theme .container-information .content .content-right-list .detail p:hover{color:#1b82d2}.dingtalk-theme .container-information .content .content-right-list .detail p:hover{color:#3C8AF8}.container-information .content .content-right-list .detail p:nth-child(1){float:left}.container-information .content .content-right-list .detail p:nth-child(2){float:right;color:#935d5f;text-align:right}.container-information .content .content-right-list:nth-last-child(1){margin:0}.zydxLive{width:100%;overflow:hidden;margin-top:40px}.zydxLive .live-box{width:1200px;box-sizing:border-box;overflow:hidden;margin:0 auto}.zydxLive .zydxLive-header{position:relative;height:61px;background:url(themes/img/img-zb.png) no-repeat center;background-size:100% 100%;margin-bottom:40px}.zydxLive .zydxLive-header .more{cursor:pointer;position:absolute;right:0;bottom:29px;font-size:16px !important}.red-theme .zydxLive .zydxLive-header .more{color:#ff7200}.blue-theme .zydxLive .zydxLive-header .more{color:#3c8ddb}.green-theme .zydxLive .zydxLive-header .more{color:#4daf7b}.orange-theme .zydxLive .zydxLive-header .more{color:#ffb142}.darkred-theme .zydxLive .zydxLive-header .more{color:#c60100}.darkblue-theme .zydxLive .zydxLive-header .more{color:#37f}.elep-theme .zydxLive .zydxLive-header .more{color:#2787EE}.elep-red-theme .zydxLive .zydxLive-header .more{color:#ff7200}.nmRed-theme .zydxLive .zydxLive-header .more{color:#e51c16}.hdBlue-theme .zydxLive .zydxLive-header .more{color:#2495c7}.zydxRed-theme .zydxLive .zydxLive-header .more{color:#cd0911}.gzgb-theme .zydxLive .zydxLive-header .more{color:#942320}.ct-theme .zydxLive .zydxLive-header .more{color:#303987}.zgyc-theme .zydxLive .zydxLive-header .more{color:#007c5d}.hbBlue-theme .zydxLive .zydxLive-header .more{color:#1A66B1}.nx-theme .zydxLive .zydxLive-header .more{color:#1b82d2}.dingtalk-theme .zydxLive .zydxLive-header .more{color:#3C8AF8}.zydxLive .content{overflow:hidden;margin:0 auto}.zydxLive .content .content-list{width:280px;margin-left:25px;position:relative;box-sizing:border-box;float:left;overflow:hidden}.zydxLive .content .content-list:nth-child(4n+1){margin-left:0}.zydxLive .content .content-list .content-img-box{overflow:hidden;width:100%;height:158px;cursor:pointer}.zydxLive .content .content-list .no-cursor{cursor:unset}.zydxLive .content .content-list img{width:100%;height:100%;transition:0.5s}.zydxLive .content .content-list img:hover{transform:scale(1.2)}.zydxLive .content .content-list .list-detail{height:132px;background:#ffffff;border:1px solid #e9e9e9;border-radius:4px;padding:10px 15px 15px 15px;box-sizing:border-box;font-size:14px !important;color:#666}.zydxLive .content .content-list .list-detail .list-title{cursor:pointer;font-size:16px !important;font-weight:600;color:#444;margin-bottom:10px;height:44px}.zydxLive .content .content-list .list-detail .list-name{margin-bottom:8px}.zydxLive .content .content-list .list-detail .no-cursor{cursor:unset}.zydxLive .content .content-list .iconfont{font-size:14px !important;margin-right:12px}.zydxLive .cancel{width:80px;height:40px;line-height:40px;text-align:center;margin:0 auto;background-color:#cd0911;color:#ffffff;position:absolute;bottom:10px;right:10px;cursor:pointer;opacity:0;border-radius:6px}.zydxLive .content-list:hover .cancel{transition:0.5s;opacity:1}.ellipsis2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.live-list-header{width:100%}.live-list-header .content{width:1200px;margin:0 auto;overflow:hidden;box-sizing:border-box}.live-list-header .content div{float:left}.live-list-header .content .big-title{font-size:40px;margin-left:13px}.red-theme .live-list-header .content .big-title{color:#ff7200}.blue-theme .live-list-header .content .big-title{color:#3c8ddb}.green-theme .live-list-header .content .big-title{color:#4daf7b}.orange-theme .live-list-header .content .big-title{color:#ffb142}.darkred-theme .live-list-header .content .big-title{color:#c60100}.darkblue-theme .live-list-header .content .big-title{color:#37f}.elep-theme .live-list-header .content .big-title{color:#2787EE}.elep-red-theme .live-list-header .content .big-title{color:#ff7200}.nmRed-theme .live-list-header .content .big-title{color:#e51c16}.hdBlue-theme .live-list-header .content .big-title{color:#2495c7}.zydxRed-theme .live-list-header .content .big-title{color:#cd0911}.gzgb-theme .live-list-header .content .big-title{color:#942320}.ct-theme .live-list-header .content .big-title{color:#303987}.zgyc-theme .live-list-header .content .big-title{color:#007c5d}.hbBlue-theme .live-list-header .content .big-title{color:#1A66B1}.nx-theme .live-list-header .content .big-title{color:#1b82d2}.dingtalk-theme .live-list-header .content .big-title{color:#3C8AF8}.live-list-header .content .small-title{font-size:24px !important;transform:translate3d(7px, 18px, 0px);margin-right:17px}.red-theme .live-list-header .content .small-title{color:#ff7200}.blue-theme .live-list-header .content .small-title{color:#3c8ddb}.green-theme .live-list-header .content .small-title{color:#4daf7b}.orange-theme .live-list-header .content .small-title{color:#ffb142}.darkred-theme .live-list-header .content .small-title{color:#c60100}.darkblue-theme .live-list-header .content .small-title{color:#37f}.elep-theme .live-list-header .content .small-title{color:#2787EE}.elep-red-theme .live-list-header .content .small-title{color:#ff7200}.nmRed-theme .live-list-header .content .small-title{color:#e51c16}.hdBlue-theme .live-list-header .content .small-title{color:#2495c7}.zydxRed-theme .live-list-header .content .small-title{color:#cd0911}.gzgb-theme .live-list-header .content .small-title{color:#942320}.ct-theme .live-list-header .content .small-title{color:#303987}.zgyc-theme .live-list-header .content .small-title{color:#007c5d}.hbBlue-theme .live-list-header .content .small-title{color:#1A66B1}.nx-theme .live-list-header .content .small-title{color:#1b82d2}.dingtalk-theme .live-list-header .content .small-title{color:#3C8AF8}.live-list-header .content .title-left{width:24px;height:3px;transform:translate3d(0px, 34px, 0px)}.red-theme .live-list-header .content .title-left{background-color:#ff7200}.blue-theme .live-list-header .content .title-left{background-color:#3c8ddb}.green-theme .live-list-header .content .title-left{background-color:#4daf7b}.orange-theme .live-list-header .content .title-left{background-color:#ffb142}.darkred-theme .live-list-header .content .title-left{background-color:#c60100}.darkblue-theme .live-list-header .content .title-left{background-color:#37f}.elep-theme .live-list-header .content .title-left{background-color:#2787EE}.elep-red-theme .live-list-header .content .title-left{background-color:#ff7200}.nmRed-theme .live-list-header .content .title-left{background-color:#e51c16}.hdBlue-theme .live-list-header .content .title-left{background-color:#2495c7}.zydxRed-theme .live-list-header .content .title-left{background-color:#cd0911}.gzgb-theme .live-list-header .content .title-left{background-color:#942320}.ct-theme .live-list-header .content .title-left{background-color:#303987}.zgyc-theme .live-list-header .content .title-left{background-color:#007c5d}.hbBlue-theme .live-list-header .content .title-left{background-color:#1A66B1}.nx-theme .live-list-header .content .title-left{background-color:#1b82d2}.dingtalk-theme .live-list-header .content .title-left{background-color:#3C8AF8}.live-list-header .content .right{width:84%;background:#d8d8d8;height:1px;transform:translate3d(0px, 34px, 0px)}.live-list-header .content .title-right{height:3px;width:278px}.red-theme .live-list-header .content .title-right{background-color:#ff7200}.blue-theme .live-list-header .content .title-right{background-color:#3c8ddb}.green-theme .live-list-header .content .title-right{background-color:#4daf7b}.orange-theme .live-list-header .content .title-right{background-color:#ffb142}.darkred-theme .live-list-header .content .title-right{background-color:#c60100}.darkblue-theme .live-list-header .content .title-right{background-color:#37f}.elep-theme .live-list-header .content .title-right{background-color:#2787EE}.elep-red-theme .live-list-header .content .title-right{background-color:#ff7200}.nmRed-theme .live-list-header .content .title-right{background-color:#e51c16}.hdBlue-theme .live-list-header .content .title-right{background-color:#2495c7}.zydxRed-theme .live-list-header .content .title-right{background-color:#cd0911}.gzgb-theme .live-list-header .content .title-right{background-color:#942320}.ct-theme .live-list-header .content .title-right{background-color:#303987}.zgyc-theme .live-list-header .content .title-right{background-color:#007c5d}.hbBlue-theme .live-list-header .content .title-right{background-color:#1A66B1}.nx-theme .live-list-header .content .title-right{background-color:#1b82d2}.dingtalk-theme .live-list-header .content .title-right{background-color:#3C8AF8}.ZydxLiveForecast{width:100%}.ZydxLiveForecast .forecast-content{width:1200px;margin:0 auto;overflow:hidden}.ZydxLiveForecast .forecast-content .forecast-box{width:585px;height:330px;position:relative;cursor:pointer;float:left}.ZydxLiveForecast .forecast-content .forecast-box:nth-child(2n+1){margin-right:30px}.ZydxLiveForecast .forecast-content .forecast-box .img-box{width:100%;height:100%;overflow:hidden}.ZydxLiveForecast .forecast-content .forecast-box .img-box img{transition:0.5s;width:100%;height:100%}.ZydxLiveForecast .forecast-content .forecast-box .img-box img:hover{transform:scale(1.2)}.ZydxLiveForecast .forecast-content .forecast-box .context{position:absolute;bottom:12px;left:20px;width:545px}.ZydxLiveForecast .forecast-content .forecast-box .context p{font-size:16px !important;color:#fff;line-height:32px}.ds-zydxLiveList .content .content-list{margin-bottom:40px}#lay_page .layui-laypage-curr{margin-left:10px}.red-theme #lay_page .layui-laypage-em{background-color:#ff7200}.blue-theme #lay_page .layui-laypage-em{background-color:#3c8ddb}.green-theme #lay_page .layui-laypage-em{background-color:#4daf7b}.orange-theme #lay_page .layui-laypage-em{background-color:#ffb142}.darkred-theme #lay_page .layui-laypage-em{background-color:#c60100}.darkblue-theme #lay_page .layui-laypage-em{background-color:#37f}.elep-theme #lay_page .layui-laypage-em{background-color:#2787EE}.elep-red-theme #lay_page .layui-laypage-em{background-color:#ff7200}.nmRed-theme #lay_page .layui-laypage-em{background-color:#e51c16}.hdBlue-theme #lay_page .layui-laypage-em{background-color:#2495c7}.zydxRed-theme #lay_page .layui-laypage-em{background-color:#cd0911}.gzgb-theme #lay_page .layui-laypage-em{background-color:#942320}.ct-theme #lay_page .layui-laypage-em{background-color:#303987}.zgyc-theme #lay_page .layui-laypage-em{background-color:#007c5d}.hbBlue-theme #lay_page .layui-laypage-em{background-color:#1A66B1}.nx-theme #lay_page .layui-laypage-em{background-color:#1b82d2}.dingtalk-theme #lay_page .layui-laypage-em{background-color:#3C8AF8}#lay_page a{margin-left:10px}.ds_nc_class .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_class .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_class .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_class .top-img{position:relative;padding:0;margin-top:30px;width:100%;height:155px;background:url(themes/img/title_back.png) no-repeat center;background-size:100% 100%}.ds_nc_class .top-img .top-bgimg{width:1200px;position:absolute;left:50%;margin-left:-600px;top:20px;height:106px;background:url(themes/img/img-kc1.png) no-repeat center;background-size:100% 100%}.ds_nc_class .btns{margin:0 auto;width:1200px;display:flex;flex-direction:row-reverse;line-height:32px;height:32px}.ds_nc_class .btns-ul{position:absolute;right:0;top:10px}.ds_nc_class .btns-ul>li{cursor:pointer;float:left;width:54px;height:32px;line-height:32px;margin-left:12px;font-family:MicrosoftYaHei;font-size:16px;color:#cd0911;letter-spacing:0;text-align:center}.ds_nc_class .btns-ul>.btns-li{border-radius:4px;color:#935D5F;border:1px solid #935D5F}.ds_nc_class .btns-ul>.active{color:#CD0911;border:1px solid #CD0911}.ds_nc_class .alistbox{z-index:9;position:relative;width:1200px;margin:30px auto;background:#ffffff;border:1px solid #f3dce0;padding:10px;overflow:hidden}.ds_nc_class .alistbox .aitem{cursor:pointer;overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:160px;background:#ffffff;margin-right:20px;margin-bottom:10px;position:relative;background:url(themes/img/kecheng_01.png) no-repeat center}.ds_nc_class .alistbox .aitem .aimgbox{height:285px;position:relative}.ds_nc_class .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_class .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:40px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:6px;left:14px}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_class .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:13px;vertical-align:middle}.ds_nc_class .alistbox .aitem .item-foot{padding:15px;box-sizing:border-box}.ds_nc_class .alistbox .aitem .item-foot .ctitle{font-weight:600;width:100%;font-family:MicrosoftYaHei-Bold;font-size:18px;color:#444444;letter-spacing:0}.ds_nc_class .alistbox .aitem .item-foot .ctitle-span{position:relative;top:1px;display:inline-block;background-color:#cd0911;width:6px;height:16px}.ds_nc_class .alistbox .aitem .item-foot .cclass-content{margin-top:20px}.ds_nc_class .alistbox .aitem .item-foot .cclass-content p{display:inline-block;margin-bottom:20px;width:100%}.ds_nc_class .alistbox .aitem .item-foot .cclass-content p span{margin-left:10px;font-family:MicrosoftYaHei;font-size:16px;min-width:120px;letter-spacing:0;line-height:22px;width:100%}.ds_nc_class .alistbox .aitem .item-foot .cclass-content p:first-child span{color:#444444}.ds_nc_class .alistbox .aitem .item-foot .cclass-content p:last-child span{color:#666666;margin-left:36px}.ds_nc_class .alistbox .aitem .item-foot .cclass-content .bg-img{position:relative;top:2px;display:inline-block;height:16px;width:17px;min-width:16px;background:url(themes/img/icon_course.png) no-repeat;background-size:100% 100%}.ds_nc_class .alistbox .aitem .item-foot .cclass-content .job{margin-left:10px !important}.ds_nc_class .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_class .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_class .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_class .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;min-width:98px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_class .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_class .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_class .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_class .alistbox .aitem:nth-child(3n){margin-right:0}.ds_nc_class .alistbox .aitem:nth-child(2){background:url(themes/img/kecheng_02.png) no-repeat center}.ds_nc_class .alistbox .aitem:nth-child(3){background:url(themes/img/kecheng_03.png) no-repeat center}.ds_nc_class .alistbox .aitem:nth-child(4){background:url(themes/img/kecheng_04.png) no-repeat center}.ds_nc_class .alistbox .aitem:nth-child(5){background:url(themes/img/kecheng_05.png) no-repeat center}.ds_nc_class .alistbox .aitem:nth-child(6){background:url(themes/img/kecheng_06.png) no-repeat center}.ds_nc_class .alistbox-bgcolor{margin:0 auto;position:absolute;width:1190px;height:360px;top:195px;left:50%;transform:translate(-50%);margin-left:25px;background:#f8f3f1}.ds_nc_classopen .hdBlue-theme{background-color:#ffffff}.ds_nc_classopen .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_classopen .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_classopen .top-img{padding:0;position:relative;margin:30px auto;width:1200px;height:108px;background:url(themes/img/img-gkk.png) no-repeat center;background-size:100% 100%}.ds_nc_classopen .btns{margin-right:10px;float:right;line-height:32px;height:32px}.ds_nc_classopen .btns-ul{position:relative;top:30px}.ds_nc_classopen .more-li{cursor:pointer;float:left;width:54px;height:32px;line-height:32px;margin-left:12px;font-family:MicrosoftYaHei;font-size:16px;color:#cd0911;letter-spacing:0;text-align:center}.ds_nc_classopen .alistbox{position:relative;width:1200px;height:360px;margin:0 auto;background:#ffffff;padding:0}.ds_nc_classopen .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:160px;background:#ffffff;margin-right:20px;margin-bottom:10px;position:relative;cursor:pointer}.ds_nc_classopen .alistbox .aitem .aimgbox{height:285px;position:relative}.ds_nc_classopen .alistbox div{height:354px;width:48%;float:left;box-sizing:border-box}.ds_nc_classopen .alistbox .aitem-left{position:relative;background-size:100% 100%}.ds_nc_classopen .alistbox .aitem-left img{width:100%;height:100%;cursor:pointer}.ds_nc_classopen .alistbox .aitem-right{margin-left:4%;padding-top:5px;overflow:hidden}.ds_nc_classopen .alistbox .aitem-left-mb{padding:0 10px;position:absolute;bottom:0;left:0;right:0;opacity:0.6;background:#0e1111;text-align:center;line-height:50px;height:50px;width:100%;font-family:MicrosoftYaHei;font-size:18px;color:#ffffff;letter-spacing:0;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ds_nc_classopen .alistbox .aitem-right-item{cursor:pointer;line-height:40px;height:50px;width:100%;overflow:hidden;padding:10px 10px}.ds_nc_classopen .alistbox .aitem-right-item span{position:relative;top:-2px;display:inline-block;height:24px;width:24px;background:url(themes/img/gkk-play-grey.png) no-repeat center;background-size:100% 100%}.ds_nc_classopen .alistbox .aitem-right-item p{display:inline-block;height:30px;position:relative;top:-5px;font-family:MicrosoftYaHei;font-size:16px;left:15px;color:#666666;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:93%}.ds_nc_classopen .alistbox .aitem-right-item-active{background-color:#f4f2f2}.ds_nc_classopen .alistbox .aitem-right-item-active p{color:#444444}.ds_nc_classopen .alistbox .aitem-right-item-active span{background:url(themes/img/gkk-play-red.png) no-repeat center}.ds_dx_lunbo{padding:0;margin:0}.ds_dx_lunbo .swiper-container{width:100%;height:100%;position:relative;overflow:hidden}.ds_dx_lunbo .swiper-slide{cursor:pointer;text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.ds_dx_lunbo .swiper-slide img{width:100%;height:100%}.ds_dx_lunbo .mystyle{width:1200px !important;text-align:right;left:50% !important;transform:translate(-50%, 0);height:70px;bottom:0 !important;line-height:70px}.ds_dx_lunbo .mystyle .swiper-pagination-bullet{margin:0 10px !important;width:34px;height:34px;background:rgba(255,255,255,0);border:1px solid #ffffff;margin-top:14px;text-align:center;line-height:34px;opacity:1;color:#fff}.ds_dx_lunbo .mystyle .swiper-pagination-bullet-active{background:#cd0911 !important;color:#fff}.ds_dx_lunbo .numbg{position:absolute;left:0;bottom:0;width:100%;height:70px;background:rgba(14,17,17,0.5);z-index:4}.ds_dx_lunbo .swiper-button-prev,.ds_dx_lunbo .swiper-container-rtl .swiper-button-next{left:50%;right:auto;transform:translate(-600px)}.ds_dx_lunbo .swiper-button-next,.ds_dx_lunbo .swiper-container-rtl .swiper-button-prev{right:50%;left:auto;transform:translate(600px)}.ds_dx_lunbo .swiper-button-next,.ds_dx_lunbo .swiper-button-prev{height:36px;width:36px}.ds_dx_lunbo .swiper-button-next:after,.ds_dx_lunbo .swiper-container-rtl .swiper-button-prev:after{content:""}.ds_dx_lunbo .swiper-button-prev:after,.ds_dx_lunbo .swiper-container-rtl .swiper-button-next:after{content:""}.ds_dx_lunbo .swiper-button-next{background:url(themes/img/arrow-right.png) no-repeat;background-size:100%}.ds_dx_lunbo .swiper-button-prev{background:url(themes/img/arrow-left.png) no-repeat;background-size:100%}.nc_dxfoot .w1200{width:1200px;margin-left:auto;margin-right:auto}.nc_dxfoot .footcontent{height:190px}.nc_dxfoot .footcontent img{width:100%;height:190px;object-fit:cover}.nc_dxfoot .pretextbox{height:74px;line-height:74px}.red-theme .nc_dxfoot .pretextbox{background-color:#c62f26}.blue-theme .nc_dxfoot .pretextbox{background-color:#1a66b1}.green-theme .nc_dxfoot .pretextbox{background-color:#189a5a}.orange-theme .nc_dxfoot .pretextbox{background-color:#fc7001}.darkred-theme .nc_dxfoot .pretextbox{background-color:#c60100}.darkblue-theme .nc_dxfoot .pretextbox{background-color:#2b6be2}.elep-theme .nc_dxfoot .pretextbox{background-color:#2787EE}.elep-red-theme .nc_dxfoot .pretextbox{background-color:#9C0105}.nmRed-theme .nc_dxfoot .pretextbox{background-color:#e51c16}.hdBlue-theme .nc_dxfoot .pretextbox{background-color:#2495c7}.zydxRed-theme .nc_dxfoot .pretextbox{background-color:#cd0911}.gzgb-theme .nc_dxfoot .pretextbox{background-color:#942320}.ct-theme .nc_dxfoot .pretextbox{background-color:#303987}.zgyc-theme .nc_dxfoot .pretextbox{background-color:#007c5d}.hbBlue-theme .nc_dxfoot .pretextbox{background-color:#1A66B1}.nx-theme .nc_dxfoot .pretextbox{background-color:#1B82D2}.dingtalk-theme .nc_dxfoot .pretextbox{background-color:#3C8AF8}.nc_dxfoot .pretextbox span{display:inline-block;background:url(themes/img/copy-logo.png);width:18px;height:20px;vertical-align:middle}.nc_dxfoot .pretextbox pre{display:inline-block;color:#fff;vertical-align:middle;margin-left:10px}.ds_nc_develop{width:100%;height:548px;background:url(themes/img/bg2.png);box-sizing:border-box}.ds_nc_develop .timeline-box{position:relative;width:1200px;height:420px;margin:0 auto;overflow:hidden}.ds_nc_develop .timeline-box .itemlie-item{position:absolute;top:198px;display:flex;justify-content:center}.ds_nc_develop .timeline-box .itemlie-item .time-date{position:absolute;top:-22px;font-size:16px;color:#444444;letter-spacing:0;line-height:22px}.ds_nc_develop .timeline-box .itemlie-item .time-des{display:flex;flex-direction:column;justify-content:center;padding-top:49px;position:relative}.ds_nc_develop .timeline-box .itemlie-item .time-des img{width:166px;height:120px;cursor:pointer}.ds_nc_develop .timeline-box .itemlie-item .time-des .time-title{display:inline-block;width:166px;height:30px;background:#cd0911;font-size:16px;color:#ffffff;letter-spacing:0;text-align:center;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding:0 5px}.ds_nc_develop .timeline-box .itemlie-item .time-des:before{position:absolute;top:0;left:50%;content:"";display:inline-block;width:2px;height:49px;background:#cd0911}.ds_nc_develop .timeline-box .itemlie-item:before{position:absolute;content:"";display:inline-block;width:117px;height:4px;background:#cd0911;left:-34px}.ds_nc_develop .timeline-box .itemlie-item:nth-child(3):before{width:85px;left:0}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2){top:8px}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2) .time-date{position:absolute;top:206px;font-size:16px;color:#444444;letter-spacing:0;line-height:22px}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2) .time-des{padding-top:1px;display:flex;flex-direction:column;justify-content:center;position:relative}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2) .time-des img{width:166px;height:120px}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2) .time-des .time-title{display:inline-block;width:166px;height:30px;background:#cd0911;font-size:16px;color:#ffffff;letter-spacing:0;text-align:center;line-height:30px}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2) .time-des:before{position:absolute;top:141px;left:50%;content:"";display:inline-block;width:2px;height:49px;background:#cd0911}.ds_nc_develop .timeline-box .itemlie-item:nth-child(2n+2):before{position:absolute;bottom:-43px;left:-34px;content:"";display:inline-block;width:117px;height:4px;background:#cd0911}.ds_nc_develop .timeline-box .itemlie-item:nth-last-child(1):after{position:absolute;top:0;right:-7px;content:"";display:inline-block;width:88px;height:4px;background:#cd0911}.ds_nc_develop .timeline-box .left-icon{position:absolute;left:0;top:180px;content:"";display:inline-block;width:38px;height:38px;background:url(themes/img/fz-arrow-left.png);cursor:pointer}.ds_nc_develop .timeline-box .left-icon:hover{opacity:0.5}.ds_nc_develop .timeline-box .right-icon{position:absolute;right:0;top:180px;content:"";display:inline-block;width:38px;height:38px;background:url(themes/img/fz-arrow-right.png);cursor:pointer}.ds_nc_develop .timeline-box .right-icon:hover{opacity:0.5}.ds_nc_develop .mask-time-box{height:0px;opacity:0;width:430px;position:absolute;left:50%;top:50%;margin-top:-137px;margin-left:-215px;transition:all 0.4s linear;z-index:9;box-shadow:0px 0px 15px 2px #ddd;text-align:center;overflow:hidden;box-sizing:border-box}.ds_nc_develop .mask-time-box .develop_img{width:430px;height:240px}.ds_nc_develop .mask-time-box .develop_img img{width:100%;height:100%}.ds_nc_develop .mask-time-box .develop_title{width:100%;height:34px;color:#ffffff;text-overflow:ellipsis;font-size:16px;text-align:center;line-height:34px;background:linear-gradient(to right, #f9e8e6, #e20619);white-space:nowrap}.ds_nc_moduleTitle .module_title{position:relative}.ds_nc_moduleTitle .module_title .more{position:absolute;right:0;top:40px;color:#cd0911;cursor:pointer}.ds_nc_special{width:1200px;margin:0 auto}.ds_nc_special .wrapper{position:relative;width:1200px;margin:0 auto}.ds_nc_special .wrapper .special-swiper-container{margin-bottom:60px}.ds_nc_special .wrapper .special-swiper-container .swiper-slide{width:428px;height:206px;background:#fff}.ds_nc_special .wrapper .special-swiper-container .swiper-slide img{display:block;width:100%;height:100%;cursor:pointer}.ds_nc_special .wrapper .swiper-button-prev{left:0;width:45px;height:45px;background:url(themes/img/arrow-red-left.png) no-repeat;background-position:0 0;background-size:100%;outline:none}.ds_nc_special .wrapper .swiper-button-prev:after{content:""}.ds_nc_special .wrapper .swiper-button-next{right:0;width:45px;height:45px;background:url(themes/img/arrow-red-right.png) no-repeat;background-position:0 0;background-size:100%;outline:none}.ds_nc_special .wrapper .swiper-button-next:after{content:""}.ds_nc_title{margin-bottom:40px;padding-top:50px}.ds_nc_title .module_title{position:relative}.ds_nc_title .module_title .more{position:absolute;right:0;bottom:40px;font-size:16px;color:#cd0911;cursor:pointer}.ds_nc_media{width:1200px;margin:0 auto;background:#fff;box-sizing:border-box;padding:0 !important;margin-top:25px}.ds_nc_media h3{font-size:28px;color:#333333;letter-spacing:0;margin-bottom:20px;width:585px}.ds_nc_media .ds_nc_media_content{overflow:hidden}.ds_nc_media .ds_nc_media_content .ds_nc_media_news{float:left}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_content{box-shadow:0 0 16px 0 rgba(0,0,0,0.1);background:#ffffff;height:494px;width:585px}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_content .news_videos{width:100%;height:308px}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_content .news_videos .news_imgs{position:relative;cursor:pointer}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_content .news_videos .news_imgs img{width:100%;height:100%}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_content .news_videos .news_imgs i{display:inline-block;width:50px;height:50px;background-image:url(themes/img/play-white.png);background-size:100% 100%;position:absolute;left:50%;top:50%;margin-top:-25px;margin-left:-25px}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_content .layui-carousel{width:100%;height:100%}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_lists{background-color:#fff;padding:0 16px 20px 15px}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_lists .news_item{padding-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_lists .news_item i{display:inline-block;width:10px;height:12px;background-image:url(themes/img/play-mini-grey.png);background-size:100% 100%;margin-right:10px}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_lists .news_item span{font-family:Helvetica;font-size:16px;color:#444444;cursor:pointer}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_lists .active i{background-image:url(themes/img/play-mini-red.png);background-size:100% 100%}.ds_nc_media .ds_nc_media_content .ds_nc_media_news .news_lists .active span{font-family:PingFangSC-Regular;font-size:16px;color:#cd0911;letter-spacing:0}.ds_nc_media .ds_nc_media_content .ds_nc_media_school{float:left;margin-left:30px}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content{width:585px;height:494px}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel{width:100%;height:494px}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel .school_carousel_item{background-color:#fff}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel .school_item{width:585px;height:242px;background:#ffffff;cursor:pointer}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel .school_item .item_img{float:left;width:390px;height:244px}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel .school_item .item_img img{width:100%;height:100%}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel .school_item .item_font{padding:14px 15px 8px;font-size:16px;color:#333333;letter-spacing:0;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:9}.ds_nc_media .ds_nc_media_content .ds_nc_media_school .school_content .layui-carousel .school_item:nth-child(2n+1){margin-bottom:10px}.ds_nc_media .layui-carousel-ind ul{background:rgba(0,0,0,0)}.ds_nc_media .layui-carousel-ind li{background:rgba(0,0,0,0.4)}.ds_nc_media .layui-carousel-ind li.layui-this{background:#fff}.ds_nc_media .layui-carousel[lay-anim="updown"] .layui-carousel-arrow{left:30% !important;top:20px;margin:0 0 0 0;display:block;opacity:1}.ds_nc_media .layui-carousel-arrow{background:rgba(0,0,0,0);font-size:36px}.ds_subBanner{width:100%;background:#fff}.ds_subBanner .list-wrap{width:1200px;padding:20px 0;margin:auto;position:relative}.ds_subBanner .list-wrap .pre,.ds_subBanner .list-wrap .next{width:24px;height:54px;position:absolute;right:-50px;top:50%;transform:translateY(-50%);cursor:pointer}.ds_subBanner .list-wrap .pre{background:url(themes/img/rcap_jt_l.png) no-repeat;background-size:100%;left:-50px}.ds_subBanner .list-wrap .next{background:url(themes/img/rcap_jt_r.png) no-repeat;background-size:100%}.ds_subBanner .list-wrap .item-inner{width:100%;overflow:hidden}.ds_subBanner .list-wrap .list{display:flex;width:100%;font-size:0}.ds_subBanner .list-wrap .list li{width:285px;height:143px;margin-right:20px;border-radius:3px;overflow:hidden;flex-shrink:0;white-space:nowrap;cursor:pointer;position:relative;left:0;transition:all .5s}.ds_subBanner .list-wrap .list li img{width:100%;height:100%}.ds_subBanner .list-wrap .list li .new-span{font-size:14px;color:#FFFFFF;line-height:20px;background:#CD0911;text-align:center;border-radius:0 3px 0 0;width:40px;height:20px;position:absolute;top:0;right:0}.ds_nc_movies{width:1200px;margin:0 auto;margin-top:35px}.ds_nc_movies .ds_nc_movies_content{overflow:hidden}.ds_nc_movies .ds_nc_movies_content .movies_item{cursor:pointer;float:left;width:205px;margin-right:52px;margin-bottom:28px}.ds_nc_movies .ds_nc_movies_content .movies_item .img_box{width:205px;height:277px}.ds_nc_movies .ds_nc_movies_content .movies_item .img_box img{width:100%;height:100%}.ds_nc_movies .ds_nc_movies_content .movies_item .movies_name{padding-top:12px;font-size:18px;color:#000;line-height:20px;height:20px}.ds_nc_movies .ds_nc_movies_content .movies_item .movies_des{font-size:13px;color:#000;line-height:16px;height:16px}.ds_nc_movies .ds_nc_movies_content .movies_item:nth-child(4n+4){margin-right:0}.ds_hostel{background:#ffffff;overflow-y:hidden}.ds_hostel .text-center{text-align:center}.ds_hostel .title,.ds_hostel .ds_seat .frame_title span,.ds_seat .frame_title .ds_hostel span,.ds_hostel .ds_seat .frame_title i,.ds_seat .frame_title .ds_hostel i{margin-top:10px;font-size:18px;display:inline-block}.ds_hostel .title p:first-child,.ds_hostel .ds_seat .frame_title span p:first-child,.ds_seat .frame_title .ds_hostel span p:first-child,.ds_hostel .ds_seat .frame_title i p:first-child,.ds_seat .frame_title .ds_hostel i p:first-child{letter-spacing:3px;font-size:18px;font-weight:600;margin-bottom:5px}.ds_hostel .title p:last-child,.ds_hostel .ds_seat .frame_title span p:last-child,.ds_seat .frame_title .ds_hostel span p:last-child,.ds_hostel .ds_seat .frame_title i p:last-child,.ds_seat .frame_title .ds_hostel i p:last-child{font-size:14px;font-weight:500}.ds_hostel .layui-tab-card{border-bottom:none;margin:auto;box-shadow:none}.ds_hostel .layui-tab-card .layui-tab-title{background:#dddddd}.ds_hostel .layui-tab-card .layui-tab-title li{width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_hostel .layui-tab-card .layui-tab-title li.layui-this{background:#ffffff}.ds_hostel .query-box{border:1px solid #f0f0f0;border-top:none;padding-top:10px;box-shadow:0 2px 5px #f4f4f4}.ds_hostel .query-box .layui-form-item{margin-bottom:10px}.ds_hostel .query-box .main-btn{background-color:#c62f26}.ds_hostel .query-box .tip{float:right;padding-top:5px}.ds_hostel .query-box .tip div{display:inline-block;color:#ffffff;padding:4px 8px;font-size:12px}.ds_hostel .query-box .tip div.green{background:#58D084}.ds_hostel .query-box .tip div.blue{background:#6699FF}.ds_hostel .query-box .tip div.orange{background:#FF7200}.ds_hostel .query-box .tip div.gray{background:#999999}.ds_hostel .query-box .tip div+div{margin-left:15px}.ds_hostel .query-box .time-choose-box{width:400px}.ds_hostel .query-box .time-choose-box .layui-btn.main-btn{vertical-align:top;padding:0 15px;height:36px;margin-top:1px;line-height:36px}.ds_hostel .query-box .time-choose-box .input-box{position:relative;width:150px;vertical-align:top;display:inline-block}.ds_hostel .query-box .time-choose-box .input-box i{position:absolute;top:10px;right:10px;font-size:18px;cursor:pointer;pointer-events:none}.ds_hostel .ds_hostel_personlist{background:#f4f4f4;padding-right:15px;box-sizing:border-box}.ds_hostel .ds_hostel_personlist .title,.ds_hostel .ds_hostel_personlist .ds_seat .frame_title span,.ds_seat .frame_title .ds_hostel .ds_hostel_personlist span,.ds_hostel .ds_hostel_personlist .ds_seat .frame_title i,.ds_seat .frame_title .ds_hostel .ds_hostel_personlist i{margin:auto;background:#c62f26;color:#ffffff;font-size:16px;width:100%;text-align:center;font-weight:500;height:42px;line-height:42px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_hostel .ds_hostel_personlist .body{background:#ffffff;margin-top:-5px;padding:10px 0 0}.ds_hostel .ds_hostel_personlist .body .search-person-box{width:calc(100% - 49px);margin-right:auto}.ds_hostel .ds_hostel_personlist .body .search-person-box input[type="text"]{width:calc(100% - 49px);float:left;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.ds_hostel .ds_hostel_personlist .body .search-person-box button{border-top-left-radius:0;border-bottom-left-radius:0;float:left;padding:0 10px}.ds_hostel .ds_hostel_personlist .body .table-box{width:100%;padding:0 9px;box-sizing:border-box}.ds_hostel .ds_hostel_personlist .body .table-box table{border:1px solid #dddddd;width:100%}.ds_hostel .ds_hostel_personlist .body .table-box table tr:first-child{height:40px}.ds_hostel .ds_hostel_personlist .body .table-box table tr td{border:1px solid #dddddd;text-align:center}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul{height:300px;list-style:none;overflow-y:scroll}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul li{margin-top:10px}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul li:hover{background-color:#f4f4f4}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul li .person{width:100px;margin:auto;text-align:left;cursor:move;height:28px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul li .person img{display:inline-block;border:1px solid #dddddd;width:20px;height:20px;border-radius:20px;vertical-align:middle;box-sizing:border-box;margin-top:-2px;margin-right:5px}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul li .person i.layui-icon-male{color:#2b6be2}.ds_hostel .ds_hostel_personlist .body .table-box table tr td ul li .person i.layui-icon-female{color:#ff7d7d}.ds_hostel #confirm-inner{display:none}.ds_hostel .ds_hostel_floor{overflow-y:scroll;box-sizing:border-box;border-bottom:1px solid #dddddd}.ds_hostel .ds_hostel_floor .no-msg{font-size:20px;text-align:center;height:100px;line-height:100px}.ds_hostel .ds_hostel_floor .no-msg i{font-size:20px}.ds_hostel .layui-form-label{width:auto}.ds_hostel .layui-input-block{margin-left:80px}.ds_hostel #autoBtn{margin-left:9px}.ds_hostel .floor{width:100%;box-sizing:border-box}.ds_hostel .floor .top{margin-bottom:10px;box-sizing:border-box;width:100%;background:#f4f4f4;float:left;font-size:18px;padding:10px 10px 10px 20px;border-left:5px solid #c62f26}.ds_hostel .floor .top div{display:inline-block}.ds_hostel .floor .top .checkbox{float:right;margin-top:-2px}.ds_hostel .floor .inner{width:100%;box-sizing:border-box;font-size:0}.ds_hostel .floor .inner .room{margin-bottom:20px;width:140px;min-height:100px;padding:5px 10px;box-sizing:border-box;float:left}.ds_hostel .floor .inner .room.normal{background:#58D084;color:#ffffff;cursor:pointer}.ds_hostel .floor .inner .room.normal:hover{box-shadow:2px 2px 4px rgba(0,0,0,0.2)}.ds_hostel .floor .inner .room.normal.seat{cursor:default}.ds_hostel .floor .inner .room.normal.seat:hover{box-shadow:none}.ds_hostel .floor .inner .room.hover{box-shadow:2px 2px 4px rgba(0,0,0,0.2)}.ds_hostel .floor .inner .room.seated{background:#6699FF;color:#ffffff}.ds_hostel .floor .inner .room.broken{background:#999999;color:#ffffff}.ds_hostel .floor .inner .room.full{background:#FF7200;color:#ffffff;cursor:default;position:relative}.ds_hostel .floor .inner .room.checked:hover{box-shadow:none}.ds_hostel .floor .inner .room>div{height:25px;box-sizing:border-box}.ds_hostel .floor .inner .room>div:first-child{font-size:16px}.ds_hostel .floor .inner .room>div:first-child p:first-child{float:left}.ds_hostel .floor .inner .room>div:first-child p:last-child{float:right}.ds_hostel .floor .inner .room>div:nth-child(2){line-height:25px;text-align:center;font-size:16px;letter-spacing:5px}.ds_hostel .floor .inner .room>div:last-child{position:relative;height:20px}.ds_hostel .floor .inner .room>div:last-child i{color:#ffffff;font-size:20px;position:absolute;right:0;bottom:0;display:none}.ds_hostel .floor .inner .room>div.person{min-height:60px;letter-spacing:0}.ds_hostel .floor .inner .room>div.person .person-item{height:30px;line-height:30px;cursor:pointer;font-weight:500;border:1px dashed #ffffff;box-sizing:border-box;text-align:left;padding:0 2px;position:relative}.ds_hostel .floor .inner .room>div.person .person-item:hover i.layui-icon-delete{display:block}.ds_hostel .floor .inner .room>div.person .person-item img{box-sizing:border-box;width:25px;height:25px;line-height:25px;border:1px solid #ffffff;border-radius:25px;display:inline-block;margin-right:5px;vertical-align:top;margin-top:2px}.ds_hostel .floor .inner .room>div.person .person-item span{font-size:14px;width:70px;display:inline-block;vertical-align:top;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_hostel .floor .inner .room>div.person .person-item i{position:relative;font-size:16px}.ds_hostel .floor .inner .room>div.person .person-item i.layui-icon-female{color:#ffffff;display:inline-block}.ds_hostel .floor .inner .room>div.person .person-item i.layui-icon-male{color:#ffffff;display:inline-block}.ds_hostel .floor .inner .room>div.person .person-item i.layui-icon-delete{display:none;float:right;color:#ffffff;font-size:20px}.ds_hostel .floor .inner .room>div.person .person-item .popper{position:absolute;z-index:5;visibility:hidden;background:#ffffff;border:1px solid #dddddd;width:200px;top:0;border-radius:5px;margin-top:-10px}.ds_hostel .floor .inner .room>div.person .person-item .popper .pag{width:100%;height:100%;position:relative}.ds_hostel .floor .inner .room>div.person .person-item .popper .pag p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:25px;line-height:25px;margin:auto;color:#555555;font-size:12px;padding:0 5px}.ds_hostel .floor .inner .room>div.person .person-item .popper .pag .arrow{width:0;height:0;border:5px solid transparent;top:20px;position:absolute}.ds_hostel .floor .inner .room>div.person .person-item .popper.right{left:125px}.ds_hostel .floor .inner .room>div.person .person-item .popper.right .arrow{border-right:10px solid #ffffff;left:0;margin-left:-15px}.ds_hostel .floor .inner .room>div.person .person-item .popper.left{right:125px}.ds_hostel .floor .inner .room>div.person .person-item .popper.left .arrow{border-left:10px solid #ffffff;right:0;margin-right:-15px}.ds_hostel .floor .inner .room.checked div:last-child i{display:block}.ds_hostel .move-ui{width:100px;text-align:center;height:22px;line-height:22px;background-color:#ffffff;border:2px dashed #555555;z-index:2}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.ds_page .site_training_course{box-sizing:border-box;padding:0 20px 20px 28px;width:100%;height:100%;min-width:500px;min-height:400px;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07);background:#fff}.ds_page .site_training_course .layui-btn{font-size:16px;border-radius:8px;color:#ffffff}.ds_page .site_training_course .layui-input,.ds_page .site_training_course .layui-select,.ds_page .site_training_course .layui-textarea{border:1px solid #dedede;border-radius:5px}.red-theme .ds_page .site_training_course .layui-laypage a:hover{color:#c62f26}.blue-theme .ds_page .site_training_course .layui-laypage a:hover{color:#1a66b1}.green-theme .ds_page .site_training_course .layui-laypage a:hover{color:#189a5a}.orange-theme .ds_page .site_training_course .layui-laypage a:hover{color:#fc7001}.darkred-theme .ds_page .site_training_course .layui-laypage a:hover{color:#c60100}.darkblue-theme .ds_page .site_training_course .layui-laypage a:hover{color:#2b6be2}.elep-theme .ds_page .site_training_course .layui-laypage a:hover{color:#2787EE}.elep-red-theme .ds_page .site_training_course .layui-laypage a:hover{color:#9C0105}.nmRed-theme .ds_page .site_training_course .layui-laypage a:hover{color:#e51c16}.hdBlue-theme .ds_page .site_training_course .layui-laypage a:hover{color:#2495c7}.zydxRed-theme .ds_page .site_training_course .layui-laypage a:hover{color:#cd0911}.gzgb-theme .ds_page .site_training_course .layui-laypage a:hover{color:#942320}.ct-theme .ds_page .site_training_course .layui-laypage a:hover{color:#303987}.zgyc-theme .ds_page .site_training_course .layui-laypage a:hover{color:#007c5d}.hbBlue-theme .ds_page .site_training_course .layui-laypage a:hover{color:#1A66B1}.nx-theme .ds_page .site_training_course .layui-laypage a:hover{color:#1B82D2}.dingtalk-theme .ds_page .site_training_course .layui-laypage a:hover{color:#3C8AF8}.red-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#c62f26}.blue-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1a66b1}.green-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#189a5a}.orange-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#fc7001}.darkred-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#c60100}.darkblue-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2b6be2}.elep-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2787EE}.elep-red-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#9C0105}.nmRed-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#e51c16}.hdBlue-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#2495c7}.zydxRed-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#cd0911}.gzgb-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#942320}.ct-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#303987}.zgyc-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#007c5d}.hbBlue-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1A66B1}.nx-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#1B82D2}.dingtalk-theme .ds_page .site_training_course .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#3C8AF8}.ds_page .site_training_course .stc_title{padding:18px 0 12px 0;font-size:20px;border-bottom:1px solid #ededed;font-weight:bold;color:#404040}.ds_page .site_training_course .stc_search{padding:10px 0}.ds_page .site_training_course .stc_search .stc_search_item{position:relative;float:left}.ds_page .site_training_course .stc_search .stc_search_item+.stc_search_item{margin-left:14px}.ds_page .site_training_course .stc_search .stc_search_input input{padding-left:40px}.ds_page .site_training_course .stc_search .stc_search_input .stc_search_input_icon{position:absolute;left:10px;top:50%;transform:translate(0, -50%);height:20px}.ds_page .site_training_course .stc_list{box-sizing:border-box;width:100%;padding:10px 5px 10px 0;overflow-y:auto}.ds_page .site_training_course .stc_list .stc_list_note_data{padding:50px 0;text-align:center;font-size:16px;color:#707070}.ds_page .site_training_course .stc_list .stc_list_row{width:100%;background:#ffffff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);border-radius:6px}.ds_page .site_training_course .stc_list .stc_list_row+.stc_list_row{margin-top:20px}.ds_page .site_training_course .stc_list .stc_list_time{width:48px;padding:40px 0;text-align:center}.red-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#c62f26}.blue-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#1a66b1}.green-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#189a5a}.orange-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#fc7001}.darkred-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#c60100}.darkblue-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#2b6be2}.elep-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#2787EE}.elep-red-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#9C0105}.nmRed-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#e51c16}.hdBlue-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#2495c7}.zydxRed-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#cd0911}.gzgb-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#942320}.ct-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#303987}.zgyc-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#007c5d}.hbBlue-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#1A66B1}.nx-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#1B82D2}.dingtalk-theme .ds_page .site_training_course .stc_list .stc_list_time{background-color:#3C8AF8}.ds_page .site_training_course .stc_list .stc_list_time_year{font-size:16px;color:#ffffff;letter-spacing:0}.ds_page .site_training_course .stc_list .stc_list_time_year+.stc_list_time_month{padding-top:50px}.ds_page .site_training_course .stc_list .stc_list_time_month,.ds_page .site_training_course .stc_list .stc_list_time_ye{font-size:18px;color:#ffffff;letter-spacing:0}.ds_page .site_training_course .stc_list .stc_list_main{box-sizing:border-box;padding:0 33px;width:calc(100% - 48px)}.ds_page .site_training_course .stc_list .stc_list_main_top{padding:14px 0;border-bottom:1px solid #ededed}.ds_page .site_training_course .stc_list .stc_list_main_top_row+.stc_list_main_top_row{margin-top:10px}.ds_page .site_training_course .stc_list .stc_list_main_top_title{font-size:16px;font-weight:bold;color:#404040}.ds_page .site_training_course .stc_list .stc_list_main_top_zhuban{font-size:14px;color:#404040}.ds_page .site_training_course .stc_list .stc_list_main_top_pxrq{font-size:14px;color:#707070}.ds_page .site_training_course .stc_list .stc_list_main_bottom{padding:15px 0}.ds_page .site_training_course .stc_list .to_class_page{transform:translate(0, 5px)}.ds_page .site_training_course .stc_list .stc_list_main_bottom_item{text-align:center}.ds_page .site_training_course .stc_list .stc_list_main_bottom_item+.stc_list_main_bottom_item{margin-left:60px}.ds_page .site_training_course .stc_list .stc_list_main_item_number{font-size:26px;font-weight:bold;color:#404040}.ds_page .site_training_course .stc_list .stc_list_main_item_number+.stc_list_main_item_text{padding-top:3px}.ds_page .site_training_course .stc_list .stc_list_main_item_text{font-size:16px;color:#404040}.ds_page .site_training_course .stc_pager_box{padding-top:10px}.help-manual{padding:18px 15px;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07);border-radius:6px}.ct-theme .help-manual{color:#404040}.zgyc-theme .help-manual{color:#333}.help-manual .help-top{overflow:hidden;clear:both}.help-manual .help-top .help-title{font-size:20px}.help-manual .help-top .more{float:right;padding:3px 7px;border-radius:3px;color:#fff;font-size:12px !important}.red-theme .help-manual .help-top .more{background-color:#c62f26}.blue-theme .help-manual .help-top .more{background-color:#1a66b1}.green-theme .help-manual .help-top .more{background-color:#189a5a}.orange-theme .help-manual .help-top .more{background-color:#fc7001}.darkred-theme .help-manual .help-top .more{background-color:#c60100}.darkblue-theme .help-manual .help-top .more{background-color:#2b6be2}.elep-theme .help-manual .help-top .more{background-color:#2787EE}.elep-red-theme .help-manual .help-top .more{background-color:#9C0105}.nmRed-theme .help-manual .help-top .more{background-color:#e51c16}.hdBlue-theme .help-manual .help-top .more{background-color:#2495c7}.zydxRed-theme .help-manual .help-top .more{background-color:#cd0911}.gzgb-theme .help-manual .help-top .more{background-color:#942320}.ct-theme .help-manual .help-top .more{background-color:#303987}.zgyc-theme .help-manual .help-top .more{background-color:#007c5d}.hbBlue-theme .help-manual .help-top .more{background-color:#1A66B1}.nx-theme .help-manual .help-top .more{background-color:#1B82D2}.dingtalk-theme .help-manual .help-top .more{background-color:#3C8AF8}.help-manual .help-list{padding-top:4px}.help-manual .help-list-item:last-child .help-file-name{border-bottom:none}.help-manual .help-file-icon{display:inline-block;width:28px;height:28px;margin-right:15.8px;margin-bottom:12px;background:url("/dsfa/res/dsf_styles/themes/ct/img/pdf.png") center center/100% 100% no-repeat}.help-manual .help-file-name{display:inline-block;width:calc(100% - 44px);height:51px;line-height:51px;border-bottom:1px dashed #EDEDED;cursor:pointer;font-size:16px !important;overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clearfix{*zoom:1}.workbench{width:100%;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07);border-radius:6px;padding:12px 15px;box-sizing:border-box}.workbench .head{height:40px;line-height:40px}.workbench .head .workbench-title{float:left;font-size:20px}.ct-theme .workbench .head .workbench-title{color:#404040}.zgyc-theme .workbench .head .workbench-title{color:#333}.workbench .head .year-selection{padding-left:40px;padding-top:1px;float:left}.workbench .head .workbench_buttons{float:right}.workbench .head .workbench_buttons .ds_button{border-radius:8px}.workbench .head .workbench_buttons .ds_button_auxiliary{color:#089FE0}.workbench .nav{width:100%;padding:79px 0}.workbench .nav .nav-item{width:33.333333%;float:left;text-align:center;cursor:pointer}.workbench .nav .nav-item>div{display:inline-block}.workbench .nav .nav-item:nth-child(1) span{color:#334AA6}.workbench .nav .nav-item:nth-child(2) span{color:#DE4F1D}.workbench .nav .nav-item:nth-child(3) span{color:#EAAA29}.workbench .nav .nav-item .left{float:left;width:68px;height:68px}.workbench .nav .nav-item .right{float:left;padding-left:26px;text-align:center}.workbench .nav .nav-item .right .num{display:inline-block;position:relative;text-align:center;font-size:24px !important;line-height:37px;padding-bottom:9px}.workbench .nav .nav-item .right .num .status{position:absolute;top:0;right:-80px;width:60px;height:20px;line-height:20px;color:#fff;text-align:center;font-size:14px !important;border-radius:4px}.workbench .nav .nav-item .right .num .complete{background-color:#67C23B}.workbench .nav .nav-item .right .num .ongoing{background-color:#E6A23C}.workbench .nav .nav-item .right .num .error{background-color:#F56C6C}.workbench .nav .nav-item .right .nav-name{text-align:center;font-size:16px !important}.workbench .layui-form-select .layui-input{width:110px;border:none;padding-left:0;padding-right:22px;font-size:18px !important}.red-theme .workbench .layui-form-select .layui-input{color:#c62f26}.blue-theme .workbench .layui-form-select .layui-input{color:#1a66b1}.green-theme .workbench .layui-form-select .layui-input{color:#189a5a}.orange-theme .workbench .layui-form-select .layui-input{color:#fc7001}.darkred-theme .workbench .layui-form-select .layui-input{color:#c60100}.darkblue-theme .workbench .layui-form-select .layui-input{color:#2b6be2}.elep-theme .workbench .layui-form-select .layui-input{color:#2787EE}.elep-red-theme .workbench .layui-form-select .layui-input{color:#9C0105}.nmRed-theme .workbench .layui-form-select .layui-input{color:#e51c16}.hdBlue-theme .workbench .layui-form-select .layui-input{color:#2495c7}.zydxRed-theme .workbench .layui-form-select .layui-input{color:#cd0911}.gzgb-theme .workbench .layui-form-select .layui-input{color:#942320}.ct-theme .workbench .layui-form-select .layui-input{color:#303987}.zgyc-theme .workbench .layui-form-select .layui-input{color:#007c5d}.hbBlue-theme .workbench .layui-form-select .layui-input{color:#1A66B1}.nx-theme .workbench .layui-form-select .layui-input{color:#1B82D2}.dingtalk-theme .workbench .layui-form-select .layui-input{color:#3C8AF8}.red-theme .workbench .layui-form-select .layui-edge{border-top-color:#c62f26}.blue-theme .workbench .layui-form-select .layui-edge{border-top-color:#1a66b1}.green-theme .workbench .layui-form-select .layui-edge{border-top-color:#189a5a}.orange-theme .workbench .layui-form-select .layui-edge{border-top-color:#fc7001}.darkred-theme .workbench .layui-form-select .layui-edge{border-top-color:#c60100}.darkblue-theme .workbench .layui-form-select .layui-edge{border-top-color:#2b6be2}.elep-theme .workbench .layui-form-select .layui-edge{border-top-color:#2787EE}.elep-red-theme .workbench .layui-form-select .layui-edge{border-top-color:#9C0105}.nmRed-theme .workbench .layui-form-select .layui-edge{border-top-color:#e51c16}.hdBlue-theme .workbench .layui-form-select .layui-edge{border-top-color:#2495c7}.zydxRed-theme .workbench .layui-form-select .layui-edge{border-top-color:#cd0911}.gzgb-theme .workbench .layui-form-select .layui-edge{border-top-color:#942320}.ct-theme .workbench .layui-form-select .layui-edge{border-top-color:#303987}.zgyc-theme .workbench .layui-form-select .layui-edge{border-top-color:#007c5d}.hbBlue-theme .workbench .layui-form-select .layui-edge{border-top-color:#1A66B1}.nx-theme .workbench .layui-form-select .layui-edge{border-top-color:#1B82D2}.dingtalk-theme .workbench .layui-form-select .layui-edge{border-top-color:#3C8AF8}.ds_page .my_site_training_course{box-sizing:border-box;padding:0 20px 20px 28px;width:100%;height:100%;min-width:750px;min-height:400px;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07);background:#fff}.ds_page .my_site_training_course .stc_title{padding:18px 0 12px 0;border-bottom:1px solid #ededed}.ds_page .my_site_training_course .stc_title .stc_title_text{font-size:20px;font-weight:bold;color:#404040}.ds_page .my_site_training_course .stc_title .stc_title_total{font-size:16px;color:#404040}.ds_page .my_site_training_course .stc_title .stc_title_number{font-size:24px;margin:0 4px}.red-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#c62f26}.blue-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#1a66b1}.green-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#189a5a}.orange-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#fc7001}.darkred-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#c60100}.darkblue-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#2b6be2}.elep-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#2787EE}.elep-red-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#9C0105}.nmRed-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#e51c16}.hdBlue-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#2495c7}.zydxRed-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#cd0911}.gzgb-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#942320}.ct-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#303987}.zgyc-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#007c5d}.hbBlue-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#1A66B1}.nx-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#1B82D2}.dingtalk-theme .ds_page .my_site_training_course .stc_title .stc_title_number{color:#3C8AF8}.ds_page .my_site_training_course .stc_list{box-sizing:border-box;width:100%;padding:10px 5px 10px 0;overflow-y:auto}.ds_page .my_site_training_course .stc_list .stc_list_note_data{padding:50px 0;text-align:center;font-size:16px;color:#707070}.ds_page .my_site_training_course .stc_list .stc_list_row{width:100%;background:#ffffff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);border-radius:6px}.ds_page .my_site_training_course .stc_list .stc_list_row+.stc_list_row{margin-top:20px}.ds_page .my_site_training_course .stc_list .stc_list_time{width:48px;padding:40px 0;text-align:center}.red-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#c62f26}.blue-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#1a66b1}.green-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#189a5a}.orange-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#fc7001}.darkred-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#c60100}.darkblue-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#2b6be2}.elep-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#2787EE}.elep-red-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#9C0105}.nmRed-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#e51c16}.hdBlue-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#2495c7}.zydxRed-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#cd0911}.gzgb-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#942320}.ct-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#303987}.zgyc-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#007c5d}.hbBlue-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#1A66B1}.nx-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#1B82D2}.dingtalk-theme .ds_page .my_site_training_course .stc_list .stc_list_time{background-color:#3C8AF8}.ds_page .my_site_training_course .stc_list .stc_list_time_year{font-size:16px;color:#ffffff;letter-spacing:0}.ds_page .my_site_training_course .stc_list .stc_list_time_year+.stc_list_time_month{padding-top:50px}.ds_page .my_site_training_course .stc_list .stc_list_time_month,.ds_page .my_site_training_course .stc_list .stc_list_time_ye{font-size:18px;color:#ffffff;letter-spacing:0}.ds_page .my_site_training_course .stc_list .stc_list_main{box-sizing:border-box;padding:0 33px;width:calc(100% - 48px)}.ds_page .my_site_training_course .stc_list .stc_list_main_top{padding:14px 0;border-bottom:1px solid #ededed}.ds_page .my_site_training_course .stc_list .stc_list_main_top_left{width:calc(100% - 300px)}.ds_page .my_site_training_course .stc_list .stc_list_main_top_row+.stc_list_main_top_row{margin-top:10px}.ds_page .my_site_training_course .stc_list .stc_list_main_top_title{font-size:16px;font-weight:bold;color:#404040}.ds_page .my_site_training_course .stc_list .stc_list_main_top_zhuban{font-size:14px;color:#404040}.ds_page .my_site_training_course .stc_list .stc_list_main_top_pxrq{font-size:14px;color:#707070}.ds_page .my_site_training_course .stc_list .stc_list_main_top_label{font-size:16px;line-height:38px;height:38px}.red-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#c62f26}.blue-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#1a66b1}.green-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#189a5a}.orange-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#fc7001}.darkred-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#c60100}.darkblue-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#2b6be2}.elep-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#2787EE}.elep-red-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#9C0105}.nmRed-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#e51c16}.hdBlue-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#2495c7}.zydxRed-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#cd0911}.gzgb-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#942320}.ct-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#303987}.zgyc-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#007c5d}.hbBlue-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#1A66B1}.nx-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#1B82D2}.dingtalk-theme .ds_page .my_site_training_course .stc_list .stc_list_main_top_label{color:#3C8AF8}.ds_page .my_site_training_course .stc_list .stc_list_main_top_label+.stc_list_main_top_label{margin-left:20px}.ds_page .my_site_training_course .stc_list .stc_list_main_top_label+.to_class_page{margin-left:30px}.ds_page .my_site_training_course .stc_list .stc_list_main_bottom{padding:15px 0}.ds_page .my_site_training_course .stc_list .stc_list_main_bottom_item{text-align:center}.ds_page .my_site_training_course .stc_list .stc_list_main_bottom_item+.stc_list_main_bottom_item{margin-left:60px}.ds_page .my_site_training_course .stc_list .stc_list_main_item_number{font-size:26px;font-weight:bold;color:#404040}.ds_page .my_site_training_course .stc_list .stc_list_main_item_number+.stc_list_main_item_text{padding-top:3px}.ds_page .my_site_training_course .stc_list .stc_list_main_item_text{font-size:16px;color:#404040}.ds_page .my_site_training_course .stc_pager_box{padding-top:10px}.ds_page .ct_year_learn_box{box-sizing:border-box;padding:18px 15px;width:100%;height:100%;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07);background:#fff}.ds_page .ct_year_learn_box .stc_title{font-size:20px;font-weight:bold;color:#404040}.ds_page .ct_year_learn_box .stc_main .stc_main_item{width:50%;min-width:100px;padding-top:20px;text-align:center}.ds_page .ct_year_learn_box .stc_main .stc_main_item_icon{margin:0 auto}.ds_page .ct_year_learn_box .stc_main .stc_main_item_text{font-size:16px;padding-top:15px;color:#404040}.ds_page .ct_year_learn_box .stc_main .stc_main_item_number{font-size:20px;padding-top:5px}.red-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#c62f26}.blue-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#1a66b1}.green-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#189a5a}.orange-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#fc7001}.darkred-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#c60100}.darkblue-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#2b6be2}.elep-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#2787EE}.elep-red-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#9C0105}.nmRed-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#e51c16}.hdBlue-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#2495c7}.zydxRed-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#cd0911}.gzgb-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#942320}.ct-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#303987}.zgyc-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#007c5d}.hbBlue-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#1A66B1}.nx-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#1B82D2}.dingtalk-theme .ds_page .ct_year_learn_box .stc_main .stc_main_item_number{color:#3C8AF8}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.ds_page .ct_download_app_qr_code{box-sizing:border-box;padding:25px 15px 20px 15px;width:100%;height:100%;min-width:280px;border-radius:6px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07);background:#fff}.ds_page .ct_download_app_qr_code .ct_download_app_qr_code_img{width:134px;height:134px;margin:0 auto}.ds_page .ct_download_app_qr_code .ct_download_app_qr_code_img+.ct_download_app_qr_code_text{margin-top:7px}.ds_page .ct_download_app_qr_code .ct_download_app_qr_code_text{text-align:center;font-size:16px;color:#404040;line-height:26px}.message-center{background:#FFFFFF;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07)}.message-center .mc-top{padding-left:13px}.message-center .mc-top .mc-head{padding-right:15px;border-top:4px solid #164978}.message-center .mc-top .mc-title-text{display:inline-block;font-size:20px;color:#FFFFFF;padding:0 19px;height:36px;line-height:32px;background-color:#164978;border-radius:0 0 8px 8px}.message-center .mc-top .mc-title-more{width:28px;height:32px;float:right;cursor:pointer;background:url("/dsfa/res/dsf_styles/themes/ct/img/more.png") center center/100% auto no-repeat}.message-center .mc-message-list{padding:0 13px 40px}.message-center .mc-message-list li{margin-top:16px;height:22px;padding-left:9px;cursor:pointer;position:relative}.message-center .mc-message-list li::before{display:block;content:'';width:4px;height:4px;background-color:#164978;border-radius:50%;position:absolute;left:-2px;top:9px}.message-center .mc-message-list li .mc-new{padding-top:3.75px;float:left;display:none}.message-center .mc-message-list li .mc-new>div{width:33px;height:14.5px;line-height:14.5px;text-align:center;color:#fff;background-color:#FF8F00;border-radius:7px 7px 7px 0;margin-right:9px;font-size:7px}.message-center .mc-message-list li .mc-name{float:left;width:calc(100% - 102px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:22px;line-height:22px;font-size:16px;color:#666}.message-center .mc-message-list li .mc-time{float:right;font-size:14px;color:#999999;line-height:22px}.message-center .mc-message-list .isNew .mc-new{display:block}.message-center .mc-message-list .isNew .mc-name{color:#333}body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,span,i,b,input,dl,dt,dd,ul,ol,li,input,textarea{font-family:"Microsoft YaHei"}.ct_hide{display:none}.ct_visible{visibility:hidden}.text_ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.clear_float::after{display:block;clear:both;overflow:hidden;content:"";height:0;visibility:hidden}.float_right{float:right}.float_left{float:left}.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clearfix{*zoom:1}.ct-theme .ds_TeachNav{width:100% !important;border-radius:0 !important;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07) !important}.ct-theme .ds_TeachNav p.title{font-size:20px;padding-left:13px;line-height:28px;padding-top:8px}.red-theme .ct-theme .ds_TeachNav p.title{color:#c62f26}.blue-theme .ct-theme .ds_TeachNav p.title{color:#1a66b1}.green-theme .ct-theme .ds_TeachNav p.title{color:#189a5a}.orange-theme .ct-theme .ds_TeachNav p.title{color:#fc7001}.darkred-theme .ct-theme .ds_TeachNav p.title{color:#c60100}.darkblue-theme .ct-theme .ds_TeachNav p.title{color:#2b6be2}.elep-theme .ct-theme .ds_TeachNav p.title{color:#2787EE}.elep-red-theme .ct-theme .ds_TeachNav p.title{color:#9C0105}.nmRed-theme .ct-theme .ds_TeachNav p.title{color:#e51c16}.hdBlue-theme .ct-theme .ds_TeachNav p.title{color:#2495c7}.zydxRed-theme .ct-theme .ds_TeachNav p.title{color:#cd0911}.gzgb-theme .ct-theme .ds_TeachNav p.title{color:#942320}.ct-theme .ct-theme .ds_TeachNav p.title{color:#303987}.zgyc-theme .ct-theme .ds_TeachNav p.title{color:#007c5d}.hbBlue-theme .ct-theme .ds_TeachNav p.title{color:#1A66B1}.nx-theme .ct-theme .ds_TeachNav p.title{color:#1B82D2}.dingtalk-theme .ct-theme .ds_TeachNav p.title{color:#3C8AF8}.ct-theme .ds_TeachNav.col3>div.teachnav>ul>li img{width:80px;height:80px}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,span,i,b,input,dl,dt,dd,ul,ol,li,input,textarea{font-family:"Microsoft YaHei"}body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,span,i,b,input,dl,dt,dd,ul,ol,li,input,textarea{font-family:"Microsoft YaHei"}.ds_nc_moduleTitle{width:100%}.ds_nc_moduleTitle .module_title{display:flex;justify-content:center;align-items:center;color:#333333;padding:30px 0}.ds_nc_moduleTitle .module_title .title_icon{width:88px;height:30px}.ds_nc_moduleTitle .module_title .main_title{font-size:55px;margin:0 20px}.ds_nc_moduleTitle .module_title .module_sub_title{font-size:30px;margin-right:20px}.have_not_data{font-size:32px;color:#ccc;text-align:center}.ds_nc_banner .layui-carousel-ind{top:-34px;width:100%;box-sizing:border-box;padding:0 15%}.ds_nc_banner .layui-carousel-ind ul{background:transparent}.ds_nc_banner .layui-carousel-ind li{width:60px;height:8px;background:rgba(0,0,0,0.2);border-radius:10px;margin:0 5px}.ds_nc_banner .layui-carousel-ind li.layui-this{background-color:#fff}.ds_nc_banner .banner_list li img{width:100%;height:1030px}.ds_nc_ztb_wrap{width:100%;margin-bottom:50px !important;background:url(themes/img/index_ztb_bg.png) no-repeat center;background-size:100% 100%}.ds_nc_ztb_wrap .wrapper{width:1200px;margin:auto;overflow:hidden}.ds_nc_ztb_wrap body{background:#eee;font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:14px;color:#000;margin:0;padding:0}.ds_nc_ztb_wrap .zt_swiper-container{width:100%;height:550px;padding-top:50px;padding-bottom:50px;overflow:inherit;position:relative}.ds_nc_ztb_wrap .swiper-slide{text-align:center;font-size:18px;height:275px;border-radius:10px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:300ms;margin-top:-0px}.ds_nc_ztb_wrap .swiper-slide-active{margin-top:70px;height:450px;transform:scale(2, 1)}.ds_nc_ztb_wrap .swiper-slide-active{position:relative;z-index:251}.ds_nc_ztb_wrap .com{width:100%;height:100%;border-radius:10px;box-shadow:2px 2px 10px rgba(178,178,178,0.5);position:relative}.ds_nc_ztb_wrap .inner-l{width:38%;height:100%;position:relative}.ds_nc_ztb_wrap .inner-l-cover{width:100%;height:100%}.ds_nc_ztb_wrap .inner-l-logo{width:80px;height:80px;position:absolute;bottom:-45px;left:0;z-index:2;border-radius:50%;transform:translateZ(0) scale(0.8, 0.8)}.ds_nc_ztb_wrap .inner-l-desc-wrap{position:absolute;top:190px;left:0px;right:0px;bottom:0;font-size:12px;color:#ffffff;background:#d40000;overflow:hidden}.ds_nc_ztb_wrap .swiper-slide .inner-l{width:42%;border-top-left-radius:10px}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-top{width:100%;height:100px;position:relative}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap{top:100px}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap{padding-top:26px;border-bottom-left-radius:10px}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap li{width:96%;margin:auto;text-align:left;padding:2px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ds_nc_ztb_wrap .swiper-slide .inner-l .inner-l-desc-wrap li .l-desc-con{padding-top:10px;width:96%;display:inline-block;text-align:left;height:50px;overflow:hidden;white-space:normal}.ds_nc_ztb_wrap .swiper-slide .inner-r{overflow:hidden}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-title{font-size:16px;color:#2a93fd;padding-bottom:15px}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-desc{text-align:left;font-size:10px;color:#666666;line-height:16px}.ds_nc_ztb_wrap .swiper-slide .inner-r .kcm-wrap{max-height:80px;overflow:hidden}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-sing-info{font-size:0;padding:0 5px;width:100%;background:#f2f5f7;text-align:left;border-radius:3px;position:absolute;bottom:50px}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-sing-info li{padding:3px 0;font-size:10px;color:#666666;text-align:left;display:inline-block;width:50%}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head{position:absolute;bottom:10px;right:0;left:0;text-align:center}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-bt-head-warp{display:inline-block;position:relative}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-bt-head-warp img{width:16px;height:16px;border-radius:50%;border:1px solid #ffffff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.5)}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-num{font-size:10px;color:#666666;line-height:17px}.ds_nc_ztb_wrap .swiper-slide .inner-r .inner-r-bottom-head .inner-r-sing-up{color:#fff;font-size:10px;outline:none;border:none;width:60px;height:30px;line-height:30px;border-radius:3px;background:#d40000;cursor:pointer}.ds_nc_ztb_wrap .swiper-slide-active div.inner-l-top{height:190px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap{top:190px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-logo{transform:scale(0.5, 1)}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap{overflow:inherit !important;padding-top:0 !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li{overflow:inherit !important;position:relative;width:100%}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li span{width:185%;display:block;position:absolute;left:-56px;top:40px;text-align:left;transform:translateZ(0) scale(0.5, 1)}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-cbDw{top:65px}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-con{width:185% !important;height:auto !important;top:90px;white-space:normal}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-get-more{top:200px}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-get-more:hover{color:#fff;cursor:pointer}.ds_nc_ztb_wrap .swiper-slide-active .inner-l-desc-wrap li .l-desc-get-more .icon-youjiantou{vertical-align:-2px;margin-left:4px}.ds_nc_ztb_wrap .swiper-slide-active .inner-r{position:absolute;top:35px;left:70px;width:400px;text-align:left;transform:translateZ(0) scale(0.5, 1)}.ds_nc_ztb_wrap .swiper-slide-active .inner-r .inner-r-title{font-size:24px;color:#d40000;letter-spacing:0.49px;padding-bottom:20px}.ds_nc_ztb_wrap .swiper-slide-active .inner-r .kcm-wrap{max-height:182px !important;overflow:hidden}.ds_nc_ztb_wrap .swiper-slide-active .inner-r .inner-r-desc{font-size:14px;color:#666666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:5px 0}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-sing-info{padding:10px !important;bottom:80px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-sing-info li{text-indent:20px;padding:5px 0 !important;font-size:12px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head{bottom:20px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head .inner-r-bt-head-warp img{width:36px !important;height:36px !important}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head .inner-r-num{font-size:12px !important;margin:0 10px}.ds_nc_ztb_wrap .swiper-slide-active .inner-r-bottom-head .inner-r-sing-up{font-size:16px !important;width:108px !important;height:45px !important;line-height:45px !important}.ds_nc_ztb_wrap .inner-r{position:absolute;left:45%;right:3%;top:20px;bottom:0}.ds_nc_ztb_wrap .inner-r .layui-layer-btn0{background:#d40000 !important}.ds_nc_ztb_wrap .ztb-inner-l{width:38%;height:100%;float:left;position:relative}.ds_nc_ztb_wrap .cover-img{width:100%;height:100%}.ds_nc_teasbannerbox{background:url(/dsfa/res/dsf_styles/themes/nc/s03.png) no-repeat 0px 100px;background-size:100% 73%;font-family:"\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\5B8B\4F53"}.ds_nc_teasbannerbox .ds_nc_teasbanner_container{margin:0 auto;overflow:hidden;width:1200px;height:645px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner{width:1478px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .ds_nc_teasbanner-swiper-container{border-radius:16px;overflow:hidden;height:645px;margin-left:12px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-pagination-bullet{background:#666666;width:15px;height:15px}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-pagination-bullet-active{background:#d40000}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide{height:484px;position:relative;transition:0.3s}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide img{display:block;border-radius:16px;overflow:hidden;width:100%;height:100%;box-shadow:1px 1px 6px #333}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide .nc-teacher-info{box-shadow:2px 2px 12px 0 rgba(0,0,0,0.5);position:absolute;bottom:-100px;width:88%;height:165px;box-sizing:border-box;padding:15px;background-color:#fff}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide .nc-teacher-info .nc-teacher-info-main{font-size:16px;font-weight:600;font-family:"\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\5B8B\4F53";color:#1d1d1d;letter-spacing:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide .nc-teacher-info .nc-teacher-info-sub{padding-top:24px;font-size:14px;font-family:"\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", Arial, Helvetica, sans-serif, "\5B8B\4F53";color:#666666;letter-spacing:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.ds_nc_teasbannerbox .ds_nc_teasbanner_container .ds_nc_teasbanner .swiper-slide.swiper-slide-next{transform:scale(0.71) translate(-34%, -10%)}.ds_nc_newcontent{background:url(/dsfa/res/dsf_styles/themes/nc/s02.png) no-repeat;background-size:100% 100%}.ds_nc_newcontent .ds_nc_newbigbox{width:1200px;margin-left:auto;margin-right:auto;margin-top:7px}.ds_nc_newcontent .ds_nc_newbigbox .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_newcontent .ds_nc_newbigbox .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;width:27%;float:right}.ds_nc_newcontent .ds_nc_newbigbox .layui-carousel-ind ul{background-color:transparent}.ds_nc_newcontent .ds_nc_newbigbox .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_newcontent .ds_nc_newbigbox .newbox{background-size:100% 100%;padding-bottom:42px;width:100%}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop{width:100%;margin-left:auto;margin-right:auto}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nleft{display:inline-block;vertical-align:top;width:563px;height:328px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nleft .nc_new_nbanneritem{height:100%;width:100%;position:relative;cursor:pointer}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nleft .nc_new_nbanneritem p{position:absolute;bottom:0;height:55px;line-height:55px;width:100%;color:#fff;background:rgba(0,0,0,0.5);font-size:18px;padding-left:10px;box-sizing:border-box}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright{display:inline-block;vertical-align:top;width:calc(100% - 570px);padding-top:44px;padding-left:34px;box-sizing:border-box}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow{position:relative;margin-bottom:27px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow p{height:22px;line-height:22px;max-width:69%;color:#333;font-size:16px;cursor:pointer}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow span{position:absolute;top:3px;right:7px;color:#666}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow:hover p{color:red}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nc_new_ntop .nc_new_nright .nrow:hover span{color:red}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom{margin-top:25px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem{display:inline-block;vertical-align:top;margin-right:3%;width:22.4%;cursor:pointer;flex-direction:row}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem .nimgb{width:100%;height:151px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem .nimgb img{width:100%;height:100%}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem p{width:98%;font-size:14px;line-height:20px;color:#666;padding-left:9px;box-sizing:border-box;margin-top:9px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem span{display:inline-block;font-size:14px;line-height:20px;color:#666;padding-left:9px;margin-top:7px;padding-bottom:12px}.ds_nc_newcontent .ds_nc_newbigbox .newbox .nbox .nbottom .nc_new_nitem:hover{box-shadow:0 2px 34px 0 #ddd;background:#fff}.ds_nc_roombigbox{width:100%;height:100%;background:#fff;border-radius:8px;padding:8px 15px 8px 25px !important}.ds_nc_roombigbox .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_roombigbox .nc_rtitle{border-bottom:1px solid #ebebeb;position:relative;height:26px;line-height:26px;padding-bottom:12px}.ds_nc_roombigbox .nc_rtitle b{display:inline-block;vertical-align:middle;width:8px;height:18px}.red-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#942320}.ct-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .nc_rtitle b{background-color:#3C8AF8}.ds_nc_roombigbox .nc_rtitle span{margin-left:6px;color:#333;font-size:16px;line-height:22px;vertical-align:middle;font-family:PingFangSC-Semibold}.ds_nc_roombigbox .nc_rtitle button{position:absolute;top:4px;width:25px;height:25px;right:10px;border-radius:3px}.red-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#942320}.ct-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .nc_rtitle button{background-color:#3C8AF8}.ds_nc_roombigbox .nc_rtitle button i{margin-right:0}.ds_nc_roombigbox .roomlist{padding:1px;box-sizing:border-box}.ds_nc_roombigbox .roomlist .rrow{position:relative;padding-left:44px;cursor:pointer;overflow:hidden}.ds_nc_roombigbox .roomlist .rrow span{position:absolute;top:10px;left:0;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;border:1px solid #4f4f4f;box-sizing:border-box}.ds_nc_roombigbox .roomlist .rrow .roomcon{min-height:50px;position:relative;box-sizing:border-box}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext{width:99%;font-size:14px;color:#333333;line-height:25px;height:50px;line-height:50px}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p{display:inline-block;line-height:25px;vertical-align:middle}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{display:inline-block;vertical-align:middle;color:#fff;border-radius:4px;font-size:12px;padding:0 3px;font-weight:normal;height:18px;line-height:17px;margin-right:6px}.red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p b{background-color:#3C8AF8}.ds_nc_roombigbox .roomlist .rrow .roomcon .ptext p i{font-style:normal;display:inline-block;vertical-align:middle;border:1px solid #d40000;box-sizing:border-box;background:#fff;color:#d40000;border-radius:4px;font-size:12px;padding:0 3px;font-weight:normal;height:18px;line-height:17px;margin-right:6px}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox{height:154px;padding-right:10px;box-sizing:border-box;margin-top:5px;display:none}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon{width:100%;height:100%;position:relative}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon img{width:100%;height:100%}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{position:absolute;top:0;right:15px;border:15px solid red;border-top-width:19px;border-bottom-color:transparent !important}.red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h4{border-color:#3C8AF8}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h5{position:absolute;top:1px;right:15px;width:30px;text-align:center;font-family:PingFangSC-Regular;font-size:12px;color:#ffffff;letter-spacing:0.17px}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h6{position:absolute;bottom:0;width:100%;text-align:center;color:#fff;height:36px;line-height:36px;background:rgba(0,0,0,0.5);font-family:PingFangSC-Regular;font-size:14px;letter-spacing:0}.ds_nc_roombigbox .roomlist .rrow .roomcon .videobox .vboxcon h6 i{display:inline-block;width:15px;height:15px;vertical-align:top;margin-top:11px;margin-right:7px;background:url(/dsfa/res/dsf_styles/themes/nc/time.png) no-repeat;background-size:100% 100%}.ds_nc_roombigbox .roomlist .rrow:hover .videobox{display:block}.ds_nc_roombigbox .roomlist .rrow:hover .lintnum{color:#fff;border-color:transparent}.red-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow:hover .lintnum{background-color:#3C8AF8}.red-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#c62f26}.blue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#1a66b1}.green-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#189a5a}.orange-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#fc7001}.darkred-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#c60100}.darkblue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#2b6be2}.elep-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#2787EE}.elep-red-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#9C0105}.nmRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#e51c16}.hdBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#2495c7}.zydxRed-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#cd0911}.gzgb-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#942320}.ct-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#303987}.zgyc-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#007c5d}.hbBlue-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#1A66B1}.nx-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#1B82D2}.dingtalk-theme .ds_nc_roombigbox .roomlist .rrow:hover .ptext{color:#3C8AF8}.ds_nc_channelcontent{background:url(/dsfa/res/dsf_styles/themes/nc/s01.png) no-repeat;background-size:100% 100%}.ds_nc_channelcontent .ds_nc_channelbigbox{width:1200px;margin-left:auto;margin-right:auto;margin-top:30px;padding-bottom:106px}.ds_nc_channelcontent .ds_nc_channelbigbox .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_channelcontent .ds_nc_channelbigbox .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_channelcontent .ds_nc_channelbigbox .citem{transition:0.3s;display:inline-block;vertical-align:top;width:49%;height:126px;position:relative;padding-left:177px;box-sizing:border-box;margin-top:80px;cursor:pointer}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox{width:160px;height:120px;position:absolute;top:0;left:0;border-radius:6px;cursor:pointer;overflow:hidden;box-shadow:2px 4px 13px #ddd}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox img{width:100%;height:100%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox i{position:absolute;bottom:-8px;left:5px;border-radius:0 0 10px 10px;height:9px;width:95%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .cimgbox b{position:absolute;bottom:-11px;left:9px;border-radius:0 0 5px 5px;height:10px;width:90%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent{padding-top:15px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent p{font-size:16px;color:#333333;width:100%;padding:0;height:22px;line-height:22px;font-weight:550;cursor:pointer}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h6{font-size:14px;color:#666666;margin-top:12px;width:calc(100% - 48px)}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h5{font-size:12px;color:#999999;letter-spacing:0;margin-top:11px;font-weight:normal;position:absolute;bottom:8px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h5 span{display:inline-block;vertical-align:middle;width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%}.ds_nc_channelcontent .ds_nc_channelbigbox .citem .rcontent h5 b{font-weight:normal;vertical-align:middle;margin-left:7px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem:hover{box-shadow:2px 1px 6px #ddd;transform:scale(1.02) translate(-13px);border-radius:6px}.ds_nc_channelcontent .ds_nc_channelbigbox .citem:hover .cimgbox{left:2px;top:2px}.ds_nc_OnStudy{height:100%;padding:0 8px 8px !important}.ds_nc_OnStudy html,.ds_nc_OnStudy body{color:#333;margin:0;background:#f2f2f2;font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif}.ds_nc_OnStudy .wrapper{width:100%}.ds_nc_OnStudy .inner{width:594px;margin:auto}.ds_nc_OnStudy .com-title{color:#333;font-size:16px;background:#fff;border-radius:8px;height:46px;text-indent:30px;line-height:46px;margin:0;position:relative}.ds_nc_OnStudy .com-title b{width:8px;height:18px;position:absolute;top:14px;left:15px}.red-theme .ds_nc_OnStudy .com-title b{background-color:#ff7200}.blue-theme .ds_nc_OnStudy .com-title b{background-color:#3c8ddb}.green-theme .ds_nc_OnStudy .com-title b{background-color:#4daf7b}.orange-theme .ds_nc_OnStudy .com-title b{background-color:#ffb142}.darkred-theme .ds_nc_OnStudy .com-title b{background-color:#c60100}.darkblue-theme .ds_nc_OnStudy .com-title b{background-color:#37f}.elep-theme .ds_nc_OnStudy .com-title b{background-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .com-title b{background-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .com-title b{background-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .com-title b{background-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .com-title b{background-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .com-title b{background-color:#942320}.ct-theme .ds_nc_OnStudy .com-title b{background-color:#303987}.zgyc-theme .ds_nc_OnStudy .com-title b{background-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .com-title b{background-color:#1A66B1}.nx-theme .ds_nc_OnStudy .com-title b{background-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .com-title b{background-color:#3C8AF8}.ds_nc_OnStudy .com-icon-wrap{color:#fff;width:25px;height:25px;line-height:1;border-radius:3px;float:right;margin-right:20px;margin-top:10px;position:relative;cursor:pointer}.red-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#ff7200}.blue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#3c8ddb}.green-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#4daf7b}.orange-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#ffb142}.darkred-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#c60100}.darkblue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#37f}.elep-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#942320}.ct-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#303987}.zgyc-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#1A66B1}.nx-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .com-icon-wrap{background-color:#3C8AF8}.ds_nc_OnStudy .com-icon-wrap:hover{color:#f2f2f2}.ds_nc_OnStudy .com-icon-wrap .icon-hao{display:inline-block;position:absolute;top:5px;left:-25px}.ds_nc_OnStudy .com-list-wrap{margin:12px 0 32px}.ds_nc_OnStudy .com-item{width:100%;height:183px;border-radius:8px;background:#fff;position:relative;margin-bottom:15px}.ds_nc_OnStudy .item-img-wrap{width:180px;height:135px;overflow:hidden;box-sizing:border-box;border:1px solid #f2f2f2;position:absolute;top:24px;left:18px}.ds_nc_OnStudy .item-img-wrap img{width:100%;height:100%}.ds_nc_OnStudy .item-desc-wrap{margin-left:210px;padding-top:24px;margin-right:15px;position:relative;min-height:135px}.ds_nc_OnStudy .item-desc-title{color:#333;font-size:16px;line-height:30px;font-weight:600;margin:0;min-height:60px;position:relative}.ds_nc_OnStudy .item-bx{font-size:14px;text-align:center;line-height:20px;border-radius:6px;box-sizing:border-box;display:inline-block;font-weight:normal;margin-right:15px;border:1px solid #2a93fd;width:40px;height:20px}.red-theme .ds_nc_OnStudy .item-bx{color:#ff7200}.blue-theme .ds_nc_OnStudy .item-bx{color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-bx{color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-bx{color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-bx{color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-bx{color:#37f}.elep-theme .ds_nc_OnStudy .item-bx{color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-bx{color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-bx{color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-bx{color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-bx{color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-bx{color:#942320}.ct-theme .ds_nc_OnStudy .item-bx{color:#303987}.zgyc-theme .ds_nc_OnStudy .item-bx{color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-bx{color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-bx{color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-bx{color:#3C8AF8}.red-theme .ds_nc_OnStudy .item-bx{border-color:#ff7200}.blue-theme .ds_nc_OnStudy .item-bx{border-color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-bx{border-color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-bx{border-color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-bx{border-color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-bx{border-color:#37f}.elep-theme .ds_nc_OnStudy .item-bx{border-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-bx{border-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-bx{border-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-bx{border-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-bx{border-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-bx{border-color:#942320}.ct-theme .ds_nc_OnStudy .item-bx{border-color:#303987}.zgyc-theme .ds_nc_OnStudy .item-bx{border-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-bx{border-color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-bx{border-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-bx{border-color:#3C8AF8}.ds_nc_OnStudy .item-dept{color:#333;font-size:14px;margin:0;position:absolute;top:85px}.ds_nc_OnStudy .item-class-info{font-size:0;padding:0;position:absolute;top:110px;left:0;right:0;overflow:hidden}.ds_nc_OnStudy .item-class-info li{font-size:12px;color:#666666;letter-spacing:0;margin-right:10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_OnStudy .item-end-time{font-size:14px;margin:0;position:absolute;bottom:0}.red-theme .ds_nc_OnStudy .item-end-time{color:#ff7200}.blue-theme .ds_nc_OnStudy .item-end-time{color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-end-time{color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-end-time{color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-end-time{color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-end-time{color:#37f}.elep-theme .ds_nc_OnStudy .item-end-time{color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-end-time{color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-end-time{color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-end-time{color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-end-time{color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-end-time{color:#942320}.ct-theme .ds_nc_OnStudy .item-end-time{color:#303987}.zgyc-theme .ds_nc_OnStudy .item-end-time{color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-end-time{color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-end-time{color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-end-time{color:#3C8AF8}.ds_nc_OnStudy .item-s-e-time{color:#666;font-size:12px;font-weight:normal;float:right;position:absolute;right:0;bottom:0}.ds_nc_OnStudy .item-s-e-time .icon-time{width:14px;height:14px;display:inline-block;vertical-align:-2px;background:url("/dsfa/res/dsf_styles/themes/nc/study_icon_time.png") no-repeat;background-size:14px 14px}.ds_nc_OnStudy .item-study-btn{color:#ffffff;font-size:16px;border-radius:6px;text-align:center;background:#d40000;outline:none;border:none;width:108px;height:30px;cursor:pointer;line-height:30px;position:absolute;right:0;bottom:-4px}.red-theme .ds_nc_OnStudy .item-study-btn{background-color:#ff7200}.blue-theme .ds_nc_OnStudy .item-study-btn{background-color:#3c8ddb}.green-theme .ds_nc_OnStudy .item-study-btn{background-color:#4daf7b}.orange-theme .ds_nc_OnStudy .item-study-btn{background-color:#ffb142}.darkred-theme .ds_nc_OnStudy .item-study-btn{background-color:#c60100}.darkblue-theme .ds_nc_OnStudy .item-study-btn{background-color:#37f}.elep-theme .ds_nc_OnStudy .item-study-btn{background-color:#2787EE}.elep-red-theme .ds_nc_OnStudy .item-study-btn{background-color:#ff7200}.nmRed-theme .ds_nc_OnStudy .item-study-btn{background-color:#e51c16}.hdBlue-theme .ds_nc_OnStudy .item-study-btn{background-color:#2495c7}.zydxRed-theme .ds_nc_OnStudy .item-study-btn{background-color:#cd0911}.gzgb-theme .ds_nc_OnStudy .item-study-btn{background-color:#942320}.ct-theme .ds_nc_OnStudy .item-study-btn{background-color:#303987}.zgyc-theme .ds_nc_OnStudy .item-study-btn{background-color:#007c5d}.hbBlue-theme .ds_nc_OnStudy .item-study-btn{background-color:#1A66B1}.nx-theme .ds_nc_OnStudy .item-study-btn{background-color:#1b82d2}.dingtalk-theme .ds_nc_OnStudy .item-study-btn{background-color:#3C8AF8}.ds_nc_OnStudy .item-state-bg{background:#ccc !important}.ds_nc_OnStudy .item-study-btn:hover{opacity:0.8}.ds_nc_OnStudy .item-study-btn:active{background:#b40404}.ds_nc_OnStudy .noData{height:835px;text-align:center;background:#fff;border-radius:8px}.ds_nc_OnStudy .noData .remind{color:#666666;font-size:16px;font-family:fantasy;margin:0;padding:20px 0}.dsf_nc_assignment{height:100%;background:#fff;border-radius:8px}.dsf_nc_assignment .assignment_title{padding:6px 0 13px;font-size:16px;line-height:18px;color:#333333;overflow:hidden;border-bottom:1px solid #ebebeb;position:relative}.dsf_nc_assignment .assignment_title b{display:inline-block;width:8px;height:18px;background-color:#d60c0c;vertical-align:top;margin-right:6px}.dsf_nc_assignment .assignment_title span{font-family:PingFangSC-Semibold}.dsf_nc_assignment .assignment_title .title_icon{float:right;width:16px}.dsf_nc_assignment .assignment_title .tipscon{position:absolute;top:-6px;right:15px}.dsf_nc_assignment .assignment_list{overflow:hidden;padding:20px 0 10px}.dsf_nc_assignment .assignment_list li{float:left;width:50%;text-align:center;font-size:14px;color:#333333;padding:10px 0}.dsf_nc_assignment .assignment_list li img{width:36px;height:36px}.dsf_nc_assignment .assignment_list li dt{font-size:16px;color:#c90c0a;line-height:22px}.dsf_nc_assignment .assignment_list .addcur{cursor:pointer}.dsf_nc_assignment .btnsbox{font-size:0}.dsf_nc_assignment .btnsbox .btnitem{text-align:center;display:inline-block;width:50%;cursor:pointer}.dsf_nc_assignment .btnsbox .btnitem img{width:50px}.dsf_nc_assignment .btnsbox .btnitem span{font-size:14px;display:block;color:#000;margin-top:4px}.ds_TeachPlan{width:100%;height:calc(100vh - 16px);background-color:#fff;box-sizing:border-box;position:relative;overflow:hidden;font-size:18px}.ds_TeachPlan .teach_plan_tool_info{display:none;position:absolute;top:0;left:0;padding:4px 8px;font-size:16px;border-radius:4px;background-color:#333;color:#f5f5f5}.ds_TeachPlan .teach_plan_tool_info .tools_head{top:-12px;width:0px;height:0px;position:absolute;border:6px solid;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;border-bottom-color:#333}.ds_TeachPlan .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_TeachPlan .teach_plan_top{width:100%;height:50px;line-height:50px;overflow:hidden;padding:0 10px;box-sizing:border-box}.ds_TeachPlan .teach_plan_top .teach_plan_top_title{width:25%;float:left;font-size:20px;font-weight:600;color:#333}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box{width:75%;float:right;text-align:right}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box img{display:inline-block;width:22px;height:22px;margin-top:-3px}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box .layui-btn{line-height:36px}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box .layui-btn .layui-icon{font-size:15px;font-weight:600;color:#fff}.ds_TeachPlan .teach_plan_top .teach_plan_btns_box .layui-btn:hover{border-color:#e68040}.ds_TeachPlan .teach_plan_box{height:100%;position:relative;overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree{width:260px;overflow-y:auto;height:100%;background-color:#f5f5f5;box-sizing:border-box;border:1px solid #c3c3c3;color:#333}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_head{border-bottom:1px solid #c3c3c3;font-size:16px;height:45px;line-height:45px;box-sizing:border-box;padding:0 10px;position:relative}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_head #close{font-size:20px;font-weight:600;position:absolute;right:10px;top:0;cursor:pointer}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box{overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree{width:252px;box-sizing:border-box;margin:0}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li a:hover{text-decoration:none;background-color:transparent}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li span{line-height:30px}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li{line-height:30px}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree *{font-size:16px}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li span.button:not(.noline_docu){background:url(themes/img/arrow.png);background-size:100% 100%;background-position:0 0 !important}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .noline_open{transform:rotate(90deg)}.ds_TeachPlan .teach_plan_box .teach_plan_left_tree .teach_plan_left_tree_box .ztree li a.curSelectedNode{height:30px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box{overflow-y:auto;position:absolute;left:260px;right:0;top:0;bottom:50px;padding:0 10px;box-sizing:border-box}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:2px;position:relative;cursor:pointer;margin-bottom:10px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title{cursor:pointer;height:100%;box-sizing:border-box;padding:0;position:relative;background-color:#eee;color:#444}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box{position:absolute;display:none;top:8px;bottom:8px;left:15px;right:20px;padding:4px 0 0 8px;background-color:#fff;border-radius:2px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box .blue{color:#01aaed}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box .green{color:#5fb878}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box .red{color:#ff5722}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box div{display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;transition:0.2s;border-radius:4px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box div .iconfont{font-size:22px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_edit_box div:hover{transform:scale(1.4)}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info{margin-right:145px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon{width:22px;position:absolute;top:12px;left:14px;height:22px;line-height:22px;background-size:contain}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{font-weight:bold}.red-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#ff7200}.blue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#3c8ddb}.green-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#4daf7b}.orange-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#ffb142}.darkred-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#c60100}.darkblue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#37f}.elep-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#2787EE}.elep-red-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#ff7200}.nmRed-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#e51c16}.hdBlue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#2495c7}.zydxRed-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#cd0911}.gzgb-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#942320}.ct-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#303987}.zgyc-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#007c5d}.hbBlue-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#1A66B1}.nx-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#1b82d2}.dingtalk-theme .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_icon .iconfont{color:#3C8AF8}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .icon_down{background-size:contain}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_info .teach_plan_title_text{height:46px;line-height:46px;margin:0 145px 0 34px;user-select:none}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools{display:none;position:absolute;top:8px;right:20px;height:30px;box-sizing:border-box;padding:2px 0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose{display:none;position:absolute;padding:4px;z-index:2;background-color:#f5f5f5;border-radius:6px;box-shadow:0 1px 4px #555;top:28px;left:0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose .add_choose_head{top:-14px;left:4px;width:0px;height:0px;position:absolute;border:8px solid;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;border-bottom-color:#f5f5f5}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose ul{list-style:none;font-size:14px;color:#333;overflow:hidden;border-radius:2px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose li{padding:5px 8px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .teach_plan_add_choose li:hover{background-color:#bfbfbf}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .tools{width:25px;height:25px;line-height:23px;float:left;text-align:center;transition:0.2s}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .tools .layui-icon{font-size:22px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_title .teach_plan_title_tools .tools:hover{transform:scale(1.4)}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc{display:none;box-sizing:border-box;padding:10px 20px;font-size:16px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc{display:none}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open{overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .title,.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .ds_seat .frame_title span,.ds_seat .frame_title .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open span,.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .ds_seat .frame_title i,.ds_seat .frame_title .ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open i{display:inline-block;width:68px;height:38px;line-height:38px;text-align:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_title{float:left;width:58%;overflow:hidden;position:relative}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .teach_plan_edit_sub_title{float:right;width:40%;overflow:hidden;position:relative}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .edit_open .title-input{position:absolute;top:0;left:68px;right:15px;bottom:0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .teach_plan_edit_textarea{margin:10px 15px 0 0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .teach_plan_edit_textarea .layui-form-label{width:68px;padding:9px 0 !important;text-align:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .edit_desc .teach_plan_edit_textarea .layui-input-block{margin-left:68px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_desc .desc{color:#333}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content{display:none;box-sizing:border-box;padding:10px}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course{overflow:hidden}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_btn_box{text-align:right}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-table tbody tr:first-child td button[data-type="up"],.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-table tbody tr:last-child td button[data-type="down"]{background-color:#888}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-btn{cursor:pointer}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module .teach_plan_content .teach_plan_course .teach_plan_course_content .layui-btn .layui-icon{margin:0}.ds_TeachPlan .teach_plan_box .teach_plan_right_box .teach_plan_module_high>.teach_plan_title{color:#f5f5f5}.ds_TeachPlan .teach_plan_box .teach_plan_right_box>.teach_plan_module:first-child>.teach_plan_title .teach_plan_title_tools_up,.ds_TeachPlan .teach_plan_box .teach_plan_right_box>.teach_plan_module:last-child>.teach_plan_title .teach_plan_title_tools_down,.ds_TeachPlan .teach_plan_box .teach_plan_content>.teach_plan_module:first-child>.teach_plan_title .teach_plan_title_tools_up,.ds_TeachPlan .teach_plan_box .teach_plan_content>.teach_plan_module:last-child>.teach_plan_title .teach_plan_title_tools_down{color:#ddd}.dsf_nc_ztbList{padding:0 0 30px !important}.dsf_nc_ztbList button{border:none}.dsf_nc_ztbList .serchbox{position:relative;height:107px;margin-top:10px}.dsf_nc_ztbList .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:#d60c0c url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.dsf_nc_ztbList .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.dsf_nc_ztbList .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.dsf_nc_ztbList .serchbox .rightbox{position:absolute;top:0;right:0}.dsf_nc_ztbList .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.dsf_nc_ztbList .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:#c90c0a url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.dsf_nc_ztbList .ztb_list{padding-top:30px}.dsf_nc_ztbList .ztb_list .list_item{display:flex;padding:38px 38px 38px 0;margin-top:32px;background:#ffffff;box-shadow:0 4px 10px 0 rgba(178,178,178,0.5);border-radius:15px}.dsf_nc_ztbList .ztb_list .list_item .course_poster{width:334px;height:250px;margin-right:47px;cursor:pointer}.dsf_nc_ztbList .ztb_list .list_item .course_info{font-size:14px;color:#666666;line-height:20px;width:60%}.dsf_nc_ztbList .ztb_list .list_item .course_info li p{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info li .fix_width{width:60%}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_date{margin-top:18px}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_date p:nth-of-type(2){display:none}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_date p:nth-of-type(2).apply_date{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_margin{margin-top:6px}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_margin .textstyle{vertical-align:middle;color:#1e72de}.dsf_nc_ztbList .ztb_list .list_item .course_info li.fix_margin .hot_icon{width:11px;vertical-align:middle;margin-top:-3px}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span{padding:2px 4px;color:#0079ff;border:1px solid #0079ff;border-radius:3px;margin-right:16px;display:none}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span.type_bx{color:#c90c0a;border-color:#c90c0a;display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span.type_xs{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_type span.type_xx{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_title{margin-top:6px;font-size:24px;line-height:33px;color:#333333;letter-spacing:0.49px;cursor:pointer}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag{margin-top:29px;overflow:hidden}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag span{display:inline-block;padding:8px 0;margin-right:10px;width:76px;text-align:center;font-size:14px;color:#c90c0a;line-height:20px;border:1px solid #c90c0a;border-radius:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate{float:right;font-size:16px;text-align:center;line-height:22px}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button{padding:8px 31px;border-radius:3px;cursor:pointer;display:none;background:#ffe9e9;color:#1e72de}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.apply{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.hadApply{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.learn{display:inline-block}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.hadPassed{background-color:#ccc;color:#000;display:inline-block;cursor:auto}.dsf_nc_ztbList .ztb_list .list_item .course_info .course_tag .operate button.hadClosed{background-color:#ccc;color:#000;display:inline-block;cursor:auto}.dsf_nc_ztbList .ztb_list .list_item:nth-of-type(1){margin-top:0}.dsf_nc_ztbList .pagination{margin-top:35px;text-align:center;height:100%;padding-bottom:10px}.red-theme .fcolor{color:#ff7200 !important}.blue-theme .fcolor{color:#3c8ddb !important}.green-theme .fcolor{color:#4daf7b !important}.orange-theme .fcolor{color:#ffb142 !important}.darkred-theme .fcolor{color:#c60100 !important}.darkblue-theme .fcolor{color:#37f !important}.elep-theme .fcolor{color:#2787EE !important}.elep-red-theme .fcolor{color:#ff7200 !important}.nmRed-theme .fcolor{color:#e51c16 !important}.hdBlue-theme .fcolor{color:#2495c7 !important}.zydxRed-theme .fcolor{color:#cd0911 !important}.gzgb-theme .fcolor{color:#942320 !important}.ct-theme .fcolor{color:#303987 !important}.zgyc-theme .fcolor{color:#007c5d !important}.hbBlue-theme .fcolor{color:#1A66B1 !important}.nx-theme .fcolor{color:#1b82d2 !important}.dingtalk-theme .fcolor{color:#3C8AF8 !important}.red-theme .f_background_color{background-color:#ff7200 !important}.blue-theme .f_background_color{background-color:#3c8ddb !important}.green-theme .f_background_color{background-color:#4daf7b !important}.orange-theme .f_background_color{background-color:#ffb142 !important}.darkred-theme .f_background_color{background-color:#c60100 !important}.darkblue-theme .f_background_color{background-color:#37f !important}.elep-theme .f_background_color{background-color:#2787EE !important}.elep-red-theme .f_background_color{background-color:#ff7200 !important}.nmRed-theme .f_background_color{background-color:#e51c16 !important}.hdBlue-theme .f_background_color{background-color:#2495c7 !important}.zydxRed-theme .f_background_color{background-color:#cd0911 !important}.gzgb-theme .f_background_color{background-color:#942320 !important}.ct-theme .f_background_color{background-color:#303987 !important}.zgyc-theme .f_background_color{background-color:#007c5d !important}.hbBlue-theme .f_background_color{background-color:#1A66B1 !important}.nx-theme .f_background_color{background-color:#1b82d2 !important}.dingtalk-theme .f_background_color{background-color:#3C8AF8 !important}.ds_nc_indexnewlist{background:#fff;padding-left:0 !important;padding-right:0 !important}.ds_nc_indexnewlist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_indexnewlist .ell3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_nc_indexnewlist .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_indexnewlist .layui-carousel-ind ul{background-color:transparent}.ds_nc_indexnewlist .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_indexnewlist .serchbox{position:relative;height:107px;margin-top:9px}.ds_nc_indexnewlist .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%}.ds_nc_indexnewlist .serchbox .leftbox span .leftimg{width:100%;height:100%}.ds_nc_indexnewlist .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_indexnewlist .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal;font-size:20px;color:#333333}.ds_nc_indexnewlist .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_indexnewlist .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box;float:left}.ds_nc_indexnewlist .serchbox .rightbox span{display:inline-block;width:48px;height:48px;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_indexnewlist .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_indexnewlist .serchbox .rightbox span .rightimg{display:block;width:21px;height:22px;margin:13px auto}.ds_nc_indexnewlist .titlebox{margin-top:20px;text-align:center}.ds_nc_indexnewlist .titlebox p{font-size:28px;line-height:40px;cursor:pointer}.red-theme .ds_nc_indexnewlist .titlebox p{color:#ff7200}.blue-theme .ds_nc_indexnewlist .titlebox p{color:#3c8ddb}.green-theme .ds_nc_indexnewlist .titlebox p{color:#4daf7b}.orange-theme .ds_nc_indexnewlist .titlebox p{color:#ffb142}.darkred-theme .ds_nc_indexnewlist .titlebox p{color:#c60100}.darkblue-theme .ds_nc_indexnewlist .titlebox p{color:#37f}.elep-theme .ds_nc_indexnewlist .titlebox p{color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .titlebox p{color:#ff7200}.nmRed-theme .ds_nc_indexnewlist .titlebox p{color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .titlebox p{color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .titlebox p{color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .titlebox p{color:#942320}.ct-theme .ds_nc_indexnewlist .titlebox p{color:#303987}.zgyc-theme .ds_nc_indexnewlist .titlebox p{color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .titlebox p{color:#1A66B1}.nx-theme .ds_nc_indexnewlist .titlebox p{color:#1b82d2}.dingtalk-theme .ds_nc_indexnewlist .titlebox p{color:#3C8AF8}.ds_nc_indexnewlist .titlebox .p1{margin-top:11px;display:inline-block;font-size:20px;line-height:28px;margin-right:24px}.red-theme .ds_nc_indexnewlist .titlebox .p1{color:#ff7200}.blue-theme .ds_nc_indexnewlist .titlebox .p1{color:#3c8ddb}.green-theme .ds_nc_indexnewlist .titlebox .p1{color:#4daf7b}.orange-theme .ds_nc_indexnewlist .titlebox .p1{color:#ffb142}.darkred-theme .ds_nc_indexnewlist .titlebox .p1{color:#c60100}.darkblue-theme .ds_nc_indexnewlist .titlebox .p1{color:#37f}.elep-theme .ds_nc_indexnewlist .titlebox .p1{color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .titlebox .p1{color:#ff7200}.nmRed-theme .ds_nc_indexnewlist .titlebox .p1{color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .titlebox .p1{color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .titlebox .p1{color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .titlebox .p1{color:#942320}.ct-theme .ds_nc_indexnewlist .titlebox .p1{color:#303987}.zgyc-theme .ds_nc_indexnewlist .titlebox .p1{color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .titlebox .p1{color:#1A66B1}.nx-theme .ds_nc_indexnewlist .titlebox .p1{color:#1b82d2}.dingtalk-theme .ds_nc_indexnewlist .titlebox .p1{color:#3C8AF8}.ds_nc_indexnewlist .titlebox .p2{margin-top:11px;display:inline-block;font-size:20px;line-height:28px;margin-left:25px}.red-theme .ds_nc_indexnewlist .titlebox .p2{color:#ff7200}.blue-theme .ds_nc_indexnewlist .titlebox .p2{color:#3c8ddb}.green-theme .ds_nc_indexnewlist .titlebox .p2{color:#4daf7b}.orange-theme .ds_nc_indexnewlist .titlebox .p2{color:#ffb142}.darkred-theme .ds_nc_indexnewlist .titlebox .p2{color:#c60100}.darkblue-theme .ds_nc_indexnewlist .titlebox .p2{color:#37f}.elep-theme .ds_nc_indexnewlist .titlebox .p2{color:#2787EE}.elep-red-theme .ds_nc_indexnewlist .titlebox .p2{color:#ff7200}.nmRed-theme .ds_nc_indexnewlist .titlebox .p2{color:#e51c16}.hdBlue-theme .ds_nc_indexnewlist .titlebox .p2{color:#2495c7}.zydxRed-theme .ds_nc_indexnewlist .titlebox .p2{color:#cd0911}.gzgb-theme .ds_nc_indexnewlist .titlebox .p2{color:#942320}.ct-theme .ds_nc_indexnewlist .titlebox .p2{color:#303987}.zgyc-theme .ds_nc_indexnewlist .titlebox .p2{color:#007c5d}.hbBlue-theme .ds_nc_indexnewlist .titlebox .p2{color:#1A66B1}.nx-theme .ds_nc_indexnewlist .titlebox .p2{color:#1b82d2}.dingtalk-theme .ds_nc_indexnewlist .titlebox .p2{color:#3C8AF8}.ds_nc_indexnewlist .bannerbox{height:600px;margin-top:34px}.ds_nc_indexnewlist .bannerbox .n_banner_item{position:relative;width:100%;height:100%;background:#27272f}.ds_nc_indexnewlist .bannerbox .n_banner_item img{width:800px;height:100%;display:inherit;margin:auto}.ds_nc_indexnewlist .bannerbox .n_banner_item p{position:absolute;bottom:0;width:100%;z-index:3;font-size:17px;color:#fff;height:51px;line-height:50px;text-align:center;background:rgba(0,0,0,0.5)}.ds_nc_indexnewlist .newslistbox{margin-top:10px}.ds_nc_indexnewlist .newslistbox .news_item{padding:27px 0 33px 0;border-bottom:1px solid #e8e8e8;position:relative;padding-left:252px;box-sizing:border-box;height:249px}.ds_nc_indexnewlist .newslistbox .news_item .leftimgbox{width:252px;height:189px;overflow:hidden;position:absolute;top:27px;left:0;box-shadow:1px 3px 7px #ddd;cursor:pointer}.ds_nc_indexnewlist .newslistbox .news_item .leftimgbox img{width:100%;height:100%}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox{padding-left:19px;padding-top:7px;box-sizing:border-box;position:relative;height:100%}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox p{font-size:24px;color:#333333;height:33px;line-height:33px;cursor:pointer;width:80%}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h6{font-size:14px;color:#333333;line-height:30px;margin-top:19px;text-align:justify}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h5{position:absolute;right:0;bottom:10px}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;vertical-align:middle}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox h5 span{vertical-align:middle;font-size:14px;color:#666666;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_indexnewlist .newslistbox .news_item .rightconbox em{position:absolute;top:14px;right:0;font-size:14px;color:#333333;line-height:20px;font-style:normal}.ds_nc_indexnewlist .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.ds_nc_specialobjbox{padding-top:32px}.ds_nc_specialobjbox .cur{cursor:pointer}.ds_nc_specialobjbox .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_specialobjbox .titlebox{background:#f2f2f2;border-radius:4px;height:40px;padding-left:21px;line-height:40px;position:relative}.ds_nc_specialobjbox .titlebox i{display:inline-block;background:#1e72de;width:3px;height:16px;vertical-align:middle}.ds_nc_specialobjbox .titlebox .titlename{font-size:16px;color:#333333;height:30px;line-height:30px;margin-left:6px;vertical-align:middle}.ds_nc_specialobjbox .titlebox .titleboxright{position:absolute;top:0;right:0}.ds_nc_specialobjbox .titlebox .titleboxright h6{display:inline-block;font-size:14px;color:#333333;text-align:right;line-height:30px}.ds_nc_specialobjbox .titlebox .titleboxright h6 b{font-weight:normal}.ds_nc_specialobjbox .special_contentbox .spe_item{position:relative;height:46px;line-height:46px;padding-left:22px;box-sizing:border-box;background:#f6f6f6}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose{display:inline-block;width:62px;font-size:16px;color:#4b4b4b;line-height:22px;margin-left:5px;padding-left:25px}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose1{background:url(/dsfa/res/dsf_styles/themes/nc/spe_1.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose2{background:url(/dsfa/res/dsf_styles/themes/nc/spe_2.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose3{background:url(/dsfa/res/dsf_styles/themes/nc/spe_3.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose4{background:url(/dsfa/res/dsf_styles/themes/nc/spe_4.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objchoose5{background:url(/dsfa/res/dsf_styles/themes/nc/spe_5.png) no-repeat left center}.ds_nc_specialobjbox .special_contentbox .spe_item .objname{display:inline-block}.ds_nc_specialobjbox .special_contentbox .spe_item .objname span{max-width:232px;height:24px;line-height:24px;font-size:16px;color:#4b4b4b;vertical-align:middle}.ds_nc_specialobjbox .special_contentbox .spe_item .objname i{font-style:normal;display:inline-block;vertical-align:middle;border:1px solid #d40000;box-sizing:border-box;background:#fff;color:#d40000;border-radius:4px;font-size:14px;width:48px;text-align:center;height:24px;line-height:24px;margin-left:6px}.ds_nc_specialobjbox .special_contentbox .spe_item .objname .require0{color:#2a93fd;border-color:#2a93fd}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon{position:absolute;top:0;right:0}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .tecname{display:inline-block;vertical-align:middle}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .record{display:inline-block;vertical-align:middle;width:110px;text-align:center;height:30px;line-height:30px;border:1px solid #c90c0a;border-radius:6px;color:#c90c0a;margin-left:13px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .time{font-size:16px;color:#acacac;display:inline-block;width:89px;text-align:center;margin-left:22px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .classhour{font-size:16px;color:#acacac;display:inline-block;width:89px;text-align:center}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox{display:inline-block;margin-left:6px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox .speedcon{position:relative;display:inline-block;width:100px;height:12px;vertical-align:middle;background:#ffe9e9;border-radius:7px;overflow:hidden}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox .speedcon b{display:inline-block;height:100%;position:absolute;top:0;left:0;border-radius:7px;background-image:linear-gradient(90deg, #febab7 0%, #fb837b 100%)}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .speedbox i{display:inline-block;vertical-align:middle;margin-left:5px;font-size:16px;width:60px;color:#c90c0a;font-style:normal}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .btnchoose{display:inline-block;font-size:16px;color:#ffffff;margin-right:6px;width:108px;height:30px;line-height:30px;text-align:center;border-radius:3px}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .btnchoose0{background:#f15735}.ds_nc_specialobjbox .special_contentbox .spe_item .rightcon .btnchoose1{background:#b2b2b2}.ds_nc_specialobjbox .special_contentbox .spe_item .rightonlytext{width:0;position:absolute;top:0;right:132px;background:#fff;padding:0}.ds_nc_specialobjbox .special_contentbox .spe_item:hover{padding:0 8px 0px 1px;background:#ffffff;box-shadow:0 2px 7px 0 rgba(0,0,0,0.1)}.ds_nc_specialobjbox .special_contentbox .spe_item:hover .rightonlytext{width:584px;padding-left:20px}.ds_nc_course_head .course-header-wrap{width:100%;padding:50px 0;background:url("/dsfa/res/dsf_styles/themes/nc/famous_teacher.png");background-size:100% 100%}.ds_nc_course_head .course-inner{width:100%;max-width:1200px;margin:auto;padding:10px 0;font-family:Verdana, Geneva, Tahoma, sans-serif;position:relative}.ds_nc_course_head .course-img-wrap{width:28%;max-height:250px;max-width:334px;box-sizing:border-box;overflow:hidden;float:left}.ds_nc_course_head .course-default-img-wrap{height:248px}.ds_nc_course_head .course-img-wrap img{width:100%;height:248px;box-sizing:border-box}.ds_nc_course_head .course-info-wrap{margin-left:375px;height:100%}.ds_nc_course_head .course-info-title{font-size:24px;color:#ffffff;font-weight:normal;line-height:30px;padding-bottom:18px;position:relative}.ds_nc_course_head .course-ipt{color:#fff;font-size:14px;font-weight:normal;width:45px;height:24px;line-height:24px;text-align:center;display:inline-block;border:1px solid #ffffff;border-radius:6px;float:left;margin-top:2px;margin-right:10px}.ds_nc_course_head .course-title{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_nc_course_head .d-icon{display:inline-block}.ds_nc_course_head .d-fx{width:24px;height:24px;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_fx.png");background-size:24px 24px}.ds_nc_course_head .d-xj{width:20px;height:24px;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_xj.png");background-size:20px 24px}.ds_nc_course_head .d-ks{width:20px;height:24px;margin-top:4px !important;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_ks.png");background-size:20px 24px}.ds_nc_course_head .d-wh{width:14px;height:14px;margin-left:-6px;margin-top:2px !important;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_wh.png");background-size:14px 14px}.ds_nc_course_head .course-study-state{color:#fff;font-size:14px;display:inline-block;position:absolute;right:0;top:0}.ds_nc_course_head .course-study-state span{float:left;cursor:pointer;margin-right:10px;display:inline-block}.ds_nc_course_head .course-study-state span:hover{color:#f8f8f8;opacity:0.8}.ds_nc_course_head .course-study-state span i{margin-top:3px;margin-right:3px;float:left}.ds_nc_course_head .course-detail-msg{display:block;width:100%;font-size:0;overflow:hidden}.ds_nc_course_head .course-detail-msg li{width:50%;padding:10px 0;display:inline-block}.ds_nc_course_head .msg-title,.ds_nc_course_head .msg-content{font-size:14px;color:#ffffff}.ds_nc_course_head .course-label-btn{font-size:0}.ds_nc_course_head .course-label-btn li{display:inline-block}.ds_nc_course_head .course-label-btn li:last-child{margin-right:0}.ds_nc_course_head .course-label-btn li button.label-btn{font-size:14px;color:#ffffff;text-align:center;width:76px;height:36px;line-height:36px;box-sizing:border-box;outline:none;margin-right:10px;border:1px solid #ffffff;border-radius:6px;background:transparent}.ds_nc_course_head .course-singUp{font-size:0;border:1px solid #c90c0a;border-radius:6px;display:inline-block;height:43px;line-height:43px;position:absolute;right:40px;bottom:12px}.ds_nc_course_head .course-reduce-person{font-size:14px;color:#ffffff;line-height:43px;display:inline-block;padding:0 25px;position:relative;top:-1px}.ds_nc_course_head .btn-singUp{font-size:16px;color:#ffffff;background:#c90c0a;padding:0 29px;border-radius:6px;outline:none;border:1px solid #c90c0a;height:45px;position:relative;top:-1px;right:-1px;cursor:pointer}.ds_nc_course_head .btn-singUp:hover{opacity:0.8}.ds_nc_course_head .btn-singUp:active{background:#d1110f}.ds_nc_course_head .course-has-pass{width:75px;height:75px;position:absolute;right:65px;bottom:85px}.ds_nc_course_head .course-has-pass .icon-pass{width:100%;height:100%;display:block;background:url("/dsfa/res/dsf_styles/themes/nc/ztb/c_icon_pas.png") no-repeat;background-size:100%}.ds_nc_course_head .course-inner-default-padding{padding:10px}.ds_nc_course_head .course-info-wrap-default-margin{margin-left:280px}.dsf_nc_learnFile{padding:100px 0 0 !important;width:100%}.dsf_nc_learnFile .learnFile_header{background:url("/dsfa/res/dsf_styles/themes/nc/famous_teacher.png") no-repeat;background-size:100% 100%;padding:95px 0 44px;position:relative;z-index:-100}.dsf_nc_learnFile .learnFile_header .file_header{width:1200px;margin:0 auto}.dsf_nc_learnFile .learnFile_header .file_header h4{font-size:55px;color:#ffffff;text-align:center}.dsf_nc_learnFile .learnFile_header .file_header .learn_time{margin-top:40px;text-align:center;font-size:16px;color:#ffffff;line-height:136px;position:relative}.dsf_nc_learnFile .learnFile_header .file_header .learn_time img{position:absolute;left:50%;top:-20px;margin-left:-33px;width:136px;height:136px;z-index:-1}.dsf_nc_learnFile .learnFile_header .file_header .learn_time .learn_day{display:inline-block;width:136px;text-align:center;font-size:26px;color:#1e1e1e;line-height:36px;margin:0 4px 0}.dsf_nc_learnFile .learnFile_header .file_header .learn_info{margin-top:20px;display:flex;justify-content:space-between;font-size:16px;color:#e4e8eb;line-height:24px}.dsf_nc_learnFile .learnFile_header .file_header .learn_info span{font-size:24px}.dsf_nc_learnFile .layui-timeline{margin-top:68px;padding:70px 0 0 42px}.dsf_nc_learnFile .layui-timeline li:before{width:3px;background-color:#fa6400}.dsf_nc_learnFile .layui-timeline li:last-child:before{display:block !important}.dsf_nc_learnFile h5.line_time{position:absolute;width:94px;height:94px;background-color:#fa6400;border-radius:50%;text-align:center;line-height:94px;font-size:24px;color:#fff;top:-70px;left:-41px;z-index:100}.dsf_nc_learnFile .triangle{position:absolute;top:50%;left:-13px;margin-top:-14px;width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid red}.dsf_nc_learnFile .task{display:flex;height:62px;padding:3px 2px 3px 0;background:#fa6400;border-radius:6px;position:relative}.dsf_nc_learnFile .task .time_node{position:absolute;left:-46px;top:22px;width:22px;height:22px;background-color:#fa6400;border-radius:50%}.dsf_nc_learnFile .task .triangle{border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid #fa6400}.dsf_nc_learnFile .task .task_title{width:80px;font-size:16px;text-align:center;color:#ffffff;line-height:62px}.dsf_nc_learnFile .task .task_info{display:flex;width:100%;font-size:16px;color:#666666;line-height:55px;background:#ffffff;border-radius:0 6px 6px 0}.dsf_nc_learnFile .task .task_info li{list-style:none;margin:0 30px 0 0 !important}.dsf_nc_learnFile .task .task_info li span{font-size:24px;color:#c90c0a}.dsf_nc_learnFile .task .task_tags{position:absolute;top:0;right:22px;font-size:16px;color:#1e72de;line-height:70px}.dsf_nc_learnFile .task .task_tags span{display:none}.dsf_nc_learnFile .task .task_tags span.passing{display:inline-block}.dsf_nc_learnFile .task .task_tags span.not_passing{display:inline-block;color:#333}.dsf_nc_learnFile .detail{margin-top:16px;display:flex;height:166px;padding:3px 2px 3px 0;background-color:#e4e8eb;border-radius:6px;position:relative}.dsf_nc_learnFile .detail .triangle{border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid #e4e8eb}.dsf_nc_learnFile .detail .detail_title{width:80px;font-size:16px;color:#333333;text-align:center;line-height:168px}.dsf_nc_learnFile .detail .detail_info{display:flex;flex-wrap:wrap;width:100%;background-color:#fff;border-radius:0 6px 6px 0}.dsf_nc_learnFile .detail .detail_info li{flex-shrink:0;list-style:none;width:33.33%;display:flex}.dsf_nc_learnFile .detail .detail_info li .img_wrap{width:42px;height:42px;margin-right:14px}.dsf_nc_learnFile .detail .detail_info li dl{color:#666}.dsf_nc_learnFile .detail .detail_info li dl dt span{font-size:16px;color:#c90c0a;line-height:22px !important}.dsf_nc_learnFile .detail .detail_info li dl dt span:nth-of-type(1){font-size:24px}.dsf_nc_learnFile .detail .detail_info li dl dd{font-size:14px}.ds_nc_studentsaid .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_studentsaid .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_studentsaid .layui-carousel-ind ul{background-color:transparent}.ds_nc_studentsaid .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_studentsaid .serchbox{position:relative;height:107px;margin-top:2px}.ds_nc_studentsaid .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%}.ds_nc_studentsaid .serchbox .leftbox span .leftimg{display:block;width:42px;height:42px}.ds_nc_studentsaid .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_studentsaid .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_studentsaid .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_studentsaid .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box;float:left}.ds_nc_studentsaid .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:#c90c0a;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_studentsaid .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_studentsaid .serchbox .rightbox span .rightimg{display:block;width:21px;height:22px;margin:13px auto}.ds_nc_studentsaid .stusaidlistbox{min-height:400px}.ds_nc_studentsaid .stusaidlistbox .stus_item{border-bottom:1px solid #e8e8e8;position:relative;box-sizing:border-box;padding:15px 0 14px 0}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .leftimgbox{width:26px;height:26px;border-radius:50%;overflow:hidden;display:inline-block;vertical-align:middle}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .leftimgbox img{width:100%;height:100%}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .s_name{margin-left:6px;display:inline-block;width:64px;font-size:16px;color:#4b4b4b}.ds_nc_studentsaid .stusaidlistbox .stus_item .leftbox .saidcontent{margin-left:20px;max-width:300px;cursor:pointer;color:#4b4b4b;font-size:16px}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox{box-sizing:border-box;position:absolute;right:0;top:19px}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox h5{display:inline-block;width:72px;text-align:left}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:20px;height:13px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox h5 span{vertical-align:middle;font-size:14px;color:#666666;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_studentsaid .stusaidlistbox .stus_item .rightconbox em{margin-left:80px;font-size:16px;color:#acacac;line-height:20px;font-style:normal}.ds_nc_studentsaid .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.dsf_nc_assessment .assessment-wrap{color:#333;font-size:16px;font-family:Verdana, Geneva, Tahoma, sans-serif;padding:15px 0 30px;width:100%}.dsf_nc_assessment .ament-inner{max-width:1200px;margin:auto}.dsf_nc_assessment .ament-com-title{font-size:0;padding:30px 0 10px;font-weight:normal;margin:0}.dsf_nc_assessment .ament-com-title1{padding-top:0;margin-top:-20px}.dsf_nc_assessment .ament-com-title-name{font-size:16px;color:#333333;padding-left:12px;font-weight:600;line-height:30px;text-align:left;width:84px;display:inline-block;position:relative}.dsf_nc_assessment .ament-com-title-desc{font-size:16px}.dsf_nc_assessment .ament-com-title-name::before{content:"";position:absolute;left:0;top:7px;width:3px;height:16px}.red-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#ff7200}.blue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#3c8ddb}.green-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#4daf7b}.orange-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#ffb142}.darkred-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#c60100}.darkblue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#37f}.elep-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#2787EE}.elep-red-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#ff7200}.nmRed-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#e51c16}.hdBlue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#2495c7}.zydxRed-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#cd0911}.gzgb-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#942320}.ct-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#303987}.zgyc-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#007c5d}.hbBlue-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#1A66B1}.nx-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#1b82d2}.dingtalk-theme .dsf_nc_assessment .ament-com-title-name::before{background-color:#3C8AF8}.dsf_nc_assessment .ament-content{margin:0 96px}.dsf_nc_assessment .ament-content-title{font-size:16px;color:#666666;font-weight:normal;padding-bottom:10px;padding-top:20px}.dsf_nc_assessment .ament-progress-wrap{padding:15px 0;position:relative}.dsf_nc_assessment .layui-progress{height:20px}.dsf_nc_assessment .layui-progress-bar{height:100%}.dsf_nc_assessment .layui-progress-big,.dsf_nc_assessment .layui-progress-big .layui-progress-bar{height:20px;line-height:16px}.dsf_nc_assessment .default-progress{margin:0 140px 0 100px}.dsf_nc_assessment .ament-progress-name,.dsf_nc_assessment .ament-progress-desc{font-size:16px;color:#666666}.dsf_nc_assessment .ament-progress-name{padding-left:15px;float:left;position:relative}.dsf_nc_assessment .ament-progress-name::before{content:"";position:absolute;top:7px;left:-5px;width:10px;height:10px;border-radius:50%}.dsf_nc_assessment .default-name-bg-color-pink::before{background:#fa5151}.dsf_nc_assessment .default-name-bg-color-blue::before{background:#2a93fd}.dsf_nc_assessment .ament-progress-desc{position:absolute;right:0;top:15px}.dsf_nc_assessment .default-progress-bg-pink{background:#ffe9e9}.dsf_nc_assessment .default-progress-bg-blue{background:#f1f1f1}.dsf_nc_assessment .default-progress-bar-bg-blue{background:#2a93fd}.dsf_nc_assessment .default-progress-bar-bg-pink{background-image:linear-gradient(90deg, #febab7 0%, #fb837b 100%);border-radius:10px}.dsf_nc_assessment .ament-con-btn-wrap{padding:20px 0 10px;text-align:center}.dsf_nc_assessment .ament-con-btn-wrap span{display:inline-block;width:160px;height:40px;margin-right:30px;cursor:pointer}.dsf_nc_assessment .ament-con-btn-wrap span:last-child{margin-right:0}.dsf_nc_assessment .d-ament-icon{width:100%;height:100%;display:inline-block;position:relative}.dsf_nc_assessment .icon-ament-xj{background:url(/dsfa/res/dsf_styles/themes/nc/c_icon_zxxj.png) no-repeat;background-size:100%}.dsf_nc_assessment .icon-ament-xj-off{cursor:default}.dsf_nc_assessment .icon-ament-xj-off::before{content:"";background:rgba(216,216,216,0.8);border-radius:6px;position:absolute;top:0;right:0;bottom:0;left:0}.dsf_nc_assessment .icon-ament-ks-off{cursor:default}.dsf_nc_assessment .icon-ament-ks-off::before{content:"";background:rgba(216,216,216,0.7);border-radius:6px;position:absolute;top:0;right:0;bottom:0;left:0}.dsf_nc_assessment .icon-ament-ks{background:url(/dsfa/res/dsf_styles/themes/nc/c_icon_jyks.png) no-repeat;background-size:100%}.dsf_nc_assessment .ament-remind{font-size:14px;color:#ef2f2f;width:353px;text-align:left;margin-left:auto;margin-right:auto}.dsf_nc_assessment .ament-fraction{width:350px;margin-left:auto;margin-right:auto}.dsf_nc_assessment .ament-fraction span{display:inline-block;width:160px;height:40px;margin-right:30px;text-align:center}.dsf_nc_assessment .ament-fraction span:last-child{margin:0}.dsf_nc_assessment .ament-ksZh-img-wrap{width:554px;height:410px;display:block;margin:30px auto 0;background:url(/dsfa/res/dsf_styles/themes/nc/c_icon_kszs.png) no-repeat;background-size:100%;position:relative}.dsf_nc_assessment .d-icon-ksZs-unShow{content:"";position:absolute;top:0;left:0;bottom:0;width:100%;background:rgba(255,255,255,0.9)}.nc_video_siderbox{transition:0.5s;position:absolute;top:0;right:-372px;z-index:200;display:none}.nc_video_siderbox .vleft{position:absolute;top:50%;left:-82px;transform:translate(0, -50%);background:rgba(0,0,0,0.73);color:#fff;height:320px;width:70px;text-align:center}.nc_video_siderbox .vleft .nc_video_sideritem{height:23%;padding-top:20px;box-sizing:border-box}.nc_video_siderbox .vleft .nc_video_sideritem p{display:inline-block;box-sizing:border-box;cursor:pointer}.nc_video_siderbox .vleft .nc_video_sideritem p i{display:inline-block;width:27px;height:27px}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg0{width:25px;height:23px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_01.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg1{width:25px;height:28px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_02.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg2{width:28px;height:25px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_03.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p .siderbg3{width:26px;height:30px;background:url(/dsfa/res/dsf_styles/themes/nc/videor_04.png) no-repeat;background-size:100% 100%}.nc_video_siderbox .vleft .nc_video_sideritem p span{display:block}.nc_video_siderbox .vright{width:372px;height:500px;background:#111111}.nc_video_siderbox .vright .vright_isshow{position:absolute;top:50%;left:6px;z-index:6;transform:translate(0, -50%);font-family:SimSun;font-size:47px;color:#b2b2b2;height:32px;line-height:32px;cursor:pointer}.nc_video_siderbox .vright .saidbox{height:100%}.nc_video_siderbox .vright .saidbox .saiditem{display:none;height:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle{position:relative;padding-top:20px;padding-left:15px}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle span{font-size:18px;color:#ffffff;padding:10px;padding-left:39px}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle .bg1{background:url(/dsfa/res/dsf_styles/themes/nc/videor_01.png) no-repeat left center}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle .bg2{background:url(/dsfa/res/dsf_styles/themes/nc/videor_02.png) no-repeat left center}.nc_video_siderbox .vright .saidbox .saiditem .saidtitle i{position:absolute;top:18px;right:14px;display:inline-block;width:19px;height:20px;background:url(/dsfa/res/dsf_styles/themes/nc/assignment/naindu.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain{height:calc(100% - 85px);overflow-y:auto}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1{margin-top:20px;padding-left:20px;padding-right:10px;margin-right:12px;box-sizing:border-box}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem{margin-bottom:11px;padding-bottom:20px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title{position:relative;padding-left:40px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .isrequire{position:absolute;top:0;left:0;border-radius:4px;width:40px;height:24px;text-align:center;line-height:24px;color:#fff;font-size:13px;letter-spacing:1px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .isrequire1{background:#c90c0a}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .isrequire0{background:#2a93fd}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right{padding-left:9px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right p{font-size:16px;color:#ffffff;line-height:22px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right p i{float:right;width:20px;height:20px;background:url(/dsfa/res/dsf_styles/themes/nc/gou.png) no-repeat left center}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right h6{font-size:16px;color:#b2b2b2;line-height:22px;margin-top:7px;padding-right:12px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right h6 i{transition:0.5s;float:right;font-style:normal;font-family:simsun;color:#b2b2b2;font-size:24px;transform:rotate(89deg);cursor:pointer;height:20px;line-height:20px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_title_right h6 .act{transform:rotate(270deg)}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content{display:none}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem{color:#fff;width:273px;height:40px;padding-left:10px;box-sizing:border-box;line-height:40px;background:#505050;border-radius:6px;margin-top:10px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem i{display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/gou.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .lineicon0{background:url(/dsfa/res/dsf_styles/themes/nc/bing.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .lineicon1{background:url(/dsfa/res/dsf_styles/themes/nc/gou.png) no-repeat left center;background-size:100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .lineicon2{width:23px;height:19px;background:url(/dsfa/res/dsf_styles/themes/nc/videoplay.png) no-repeat left center;background-size:100% 100%}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .text3{width:100px;font-size:14px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .time4{font-size:14px;color:#e4e8eb;float:right;margin-right:10px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .text5{width:56px;font-size:14px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .Classhour{font-size:14px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .mark{float:right;margin-right:10px;color:#fe9d0c}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem .act{cursor:pointer;text-decoration:underline}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .additional{font-size:18px;color:#ffffff;margin:20px 0px 15px 10px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem .chap_title .chap_content .chapconitem:hover{cursor:pointer;background:#6d7278;width:290px;padding-left:20px;padding-right:7px;transform:translateX(-10px)}.nc_video_siderbox .vright .saidbox .saiditem .saidmain1 .chapitem{border-bottom:1px solid #444}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2{margin-top:20px;padding-left:44px;padding-right:10px;margin-right:12px;box-sizing:border-box}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 p{font-size:16px;color:#ffffff}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papertit{font-size:14px;color:#b2b2b2;position:relative}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papertit h6{margin-top:10px;letter-spacing:1px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papertit span{position:absolute;right:0;top:0;letter-spacing:1px}.nc_video_siderbox .vright .saidbox .saiditem .saidmain2 .papercon{font-size:14px;color:#ffffff;line-height:20px;margin-top:8px;letter-spacing:1px;text-align:justify}.nc_video_siderboxact{transform:translatex(-372px);display:none}.ds_famous_teacher{background:#f2f2f2}.ds_famous_teacher .course-header-wrap{overflow:hidden}.ds_famous_teacher .course-header-wrap .famous-teacher-job{font-size:16px;color:#ffffff;line-height:30px;padding:10px 15px;border-radius:24px;background:#f15735;display:inline-block}.ds_famous_teacher .course-header-wrap .famous-teacher-course{font-size:0;padding:20px 0 25px}.ds_famous_teacher .course-header-wrap .famous-teacher-course li{font-size:14px;color:#ffffff;display:inline-block;margin-right:30px}.ds_famous_teacher .course-header-wrap .famous-teacher-course li:last-child{margin-right:0}.ds_famous_teacher .course-header-wrap .famous-teacher-course li b{font-size:20px;font-weight:normal}.ds_famous_teacher .course-header-wrap .sing-read-btn{color:#ffffff;font-size:16px;text-align:center;width:120px;height:45px;background:transparent;line-height:43px;border-radius:3px;cursor:pointer;border:1px solid #ffffff}.ds_famous_teacher .course-header-wrap .sing-read-btn:active{opacity:0.8}.ds_famous_teacher .famous-teacher-content{width:1200px;margin:0 auto}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item{background:#fff;margin-top:12px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-com-title{color:#d40000;font-size:20px;background:#ffffff;border:1px solid #eeeeee;box-shadow:0 5px 7px 0 #efefef;position:relative;height:60px;line-height:60px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-com-title span{text-align:center;display:inline-block;width:110px;margin-left:10px;position:relative}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-com-title span::after{content:"";width:110px;height:3px;background:#d40000;position:absolute;bottom:0;left:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail{padding:30px 20px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-item-btn{font-size:14px;color:#c90c0a;padding:0 15px;text-align:center;height:30px;line-height:30px;border:1px solid #c90c0a;background:transparent;border-radius:5px;margin-right:20px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-item-btn:last-child{margin-right:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-item-desc{font-size:14px;color:#333333;line-height:30px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort{position:relative}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits{font-size:0;margin-top:-12px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li{font-size:14px;color:#333333;letter-spacing:0;margin-right:70px;display:inline-block}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li:last-child{margin-right:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-title{margin-right:4px;cursor:pointer}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons{position:relative;top:-2px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons .icon{color:#666;font-size:10px;position:absolute;margin-bottom:-6px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons .icon-shangjiantou{top:-1px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits li .sort-icons .icon-xiajiantou{bottom:-2px}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits .sort-tits-active{color:#d40000}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-sort-tits .sort-tits-active .sort-icons .icon{color:#d40000}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-total{position:absolute;top:0;right:0}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .famous-teacher-sort .famous-teacher-total span{color:#d60c0c}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .course-wrap .item{margin:0 4.4% !important}.ds_famous_teacher .famous-teacher-content .famous-teacher-con-item .famous-teacher-item-detail .course-wrap .item .item-desc .title-wrap b{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dsf_nc_syxys{width:100%;background-color:#ea4d4d;position:relative}.dsf_nc_syxys .ds_nc_moduleTitle{width:100%}.dsf_nc_syxys .ds_nc_moduleTitle .module_title{color:#fff !important}.dsf_nc_syxys .light_mask{position:absolute;left:0;bottom:0;width:100%;height:261px;background-image:url("/dsfa/res/dsf_styles/themes/nc/light_mask.png");z-index:1}.dsf_nc_syxys .nc_syxys{display:flex;width:1200px;margin:0 auto;padding:28px 0 95px;position:relative;z-index:100}.dsf_nc_syxys .nc_syxys .syxys_title{color:#ffffff;text-align:center}.dsf_nc_syxys .nc_syxys .syxys_title h5{width:326px}.dsf_nc_syxys .nc_syxys .syxys_title h5 img{width:100%}.dsf_nc_syxys .nc_syxys .syxys_title h6{margin-top:20px;font-size:30px;line-height:42px}.dsf_nc_syxys .nc_syxys .syxys_title button{margin:13px auto 0;display:block;font-size:16px;line-height:22px;border:none;padding:9px 30px;background-color:#fcd116;border-radius:5px;color:#fff;cursor:pointer}.dsf_nc_syxys .nc_syxys .syxys_title p{margin-top:16px;font-size:12px;line-height:17px}.dsf_nc_syxys .nc_syxys .xus_list{display:flex}.dsf_nc_syxys .nc_syxys .xus_list li{width:366px;margin-left:32px;font-size:14px;padding:15px;box-sizing:border-box;background-color:#fff;cursor:pointer}.dsf_nc_syxys .nc_syxys .xus_list li .item_title{overflow:hidden;color:#666}.dsf_nc_syxys .nc_syxys .xus_list li .item_title div{margin-right:13px;width:37px;height:37px;border-radius:50%;float:left}.dsf_nc_syxys .nc_syxys .xus_list li .item_title div img{width:100%;border-radius:50%}.dsf_nc_syxys .nc_syxys .xus_list li .item_title span{display:inline-block;padding:11px 0}.dsf_nc_syxys .nc_syxys .xus_list li .item_title span:nth-of-type(2){float:right}.dsf_nc_syxys .nc_syxys .xus_list li h6{font-family:PingFangSC-Medium;margin-top:15px;font-size:16px;color:#333333;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:bold}.dsf_nc_syxys .nc_syxys .xus_list li .item_content{font-family:PingFangSC-Regular;margin-top:34px;color:#666666;text-align:justify;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;height:60px}.dsf_nc_syxys .nc_syxys .xus_list li .item_content>p:nth-of-type(1){margin:0 !important;line-height:20px !important;overflow:hidden !important;text-overflow:ellipsis !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important}.dsf_nc_syxys .nc_syxys .xus_list li .item_content>p:nth-of-type(1) span{overflow:hidden !important;text-overflow:ellipsis !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important}.dsf_nc_syxys .nc_syxys .xus_list li .click_num{margin-top:26px;color:#6d6d6d;line-height:20px}.dsf_nc_syxys .nc_syxys .xus_list li .click_num span{color:#2a93fd}.dsf_nc_syxys .nc_syxys .xus_loadMore{position:absolute;width:30px;padding:16px 0;top:50%;right:1.4%;margin-top:-60px;cursor:pointer}.dsf_nc_latestNews .newest_news{box-sizing:border-box;padding:30px 16px 0}.dsf_nc_latestNews .newest_news .module_header{border-bottom:1px solid #ccc;font-size:16px;color:#000;line-height:32px}.dsf_nc_latestNews .newest_news .module_header h6{display:inline-block;border-bottom:3px solid #ea4d4d;margin-bottom:-1.5px}.dsf_nc_latestNews .newest_news .news_list{padding-top:12px;font-size:14px;line-height:20px}.dsf_nc_latestNews .newest_news .news_list li{cursor:pointer;padding:6px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsf_nc_latestNews .newest_news .news_list li span{display:inline-block;padding:0 4px;text-align:center;background-color:#999999;margin-right:4px;border-radius:4px;color:#fff}.dsf_nc_latestNews .newest_news .news_list li:nth-of-type(1) span,.dsf_nc_latestNews .newest_news .news_list li:nth-of-type(2) span,.dsf_nc_latestNews .newest_news .news_list li:nth-of-type(3) span{background-color:#d40000}.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li span{width:70px;padding:0}.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li:nth-of-type(1) span,.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li:nth-of-type(2) span,.dsf_nc_sysxq .dsf_nc_latestNews .newest_news .news_list li:nth-of-type(3) span{background-color:#999999}.ds_nc_indexchannel .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_indexchannel .ell3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_nc_indexchannel .layui-btn-sm{border-radius:6px;margin-right:20px;cursor:default}.red-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#c62f26}.blue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#1a66b1}.green-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#189a5a}.orange-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#fc7001}.darkred-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#c60100}.darkblue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#2b6be2}.elep-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#2787EE}.elep-red-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#9C0105}.nmRed-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#cd0911}.gzgb-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#942320}.ct-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#303987}.zgyc-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#1A66B1}.nx-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel .layui-btn-sm{border-color:#3C8AF8}.red-theme .ds_nc_indexchannel .layui-btn-sm{color:#c62f26}.blue-theme .ds_nc_indexchannel .layui-btn-sm{color:#1a66b1}.green-theme .ds_nc_indexchannel .layui-btn-sm{color:#189a5a}.orange-theme .ds_nc_indexchannel .layui-btn-sm{color:#fc7001}.darkred-theme .ds_nc_indexchannel .layui-btn-sm{color:#c60100}.darkblue-theme .ds_nc_indexchannel .layui-btn-sm{color:#2b6be2}.elep-theme .ds_nc_indexchannel .layui-btn-sm{color:#2787EE}.elep-red-theme .ds_nc_indexchannel .layui-btn-sm{color:#9C0105}.nmRed-theme .ds_nc_indexchannel .layui-btn-sm{color:#e51c16}.hdBlue-theme .ds_nc_indexchannel .layui-btn-sm{color:#2495c7}.zydxRed-theme .ds_nc_indexchannel .layui-btn-sm{color:#cd0911}.gzgb-theme .ds_nc_indexchannel .layui-btn-sm{color:#942320}.ct-theme .ds_nc_indexchannel .layui-btn-sm{color:#303987}.zgyc-theme .ds_nc_indexchannel .layui-btn-sm{color:#007c5d}.hbBlue-theme .ds_nc_indexchannel .layui-btn-sm{color:#1A66B1}.nx-theme .ds_nc_indexchannel .layui-btn-sm{color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel .layui-btn-sm{color:#3C8AF8}.ds_nc_indexchannel .layui-carousel-ind{text-align:right;padding-right:10px;box-sizing:border-box;z-index:4;right:257px}.ds_nc_indexchannel .layui-carousel-ind ul{background-color:transparent}.ds_nc_indexchannel .layui-carousel-ind ul:hover{background-color:transparent}.ds_nc_indexchannel .serchbox{position:relative;height:107px;margin-top:10px}.ds_nc_indexchannel .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.ds_nc_indexchannel .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_indexchannel .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_indexchannel .serchbox .rightbox{position:absolute;top:0;right:0}.ds_nc_indexchannel .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_indexchannel .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_indexchannel .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_indexchannel .newslistbox .news_item{padding:27px 0 33px 0;border-bottom:1px solid #e8e8e8;position:relative;padding-left:252px;box-sizing:border-box;height:249px}.ds_nc_indexchannel .newslistbox .news_item .leftimgbox{width:252px;height:189px;border-radius:4px;overflow:hidden;position:absolute;top:27px;left:0;cursor:pointer}.ds_nc_indexchannel .newslistbox .news_item .leftimgbox img{width:100%;height:100%}.ds_nc_indexchannel .newslistbox .news_item .rightconbox{padding-left:19px;padding-top:7px;box-sizing:border-box;position:relative;height:100%}.ds_nc_indexchannel .newslistbox .news_item .rightconbox p{font-size:24px;color:#333333;height:33px;line-height:33px;cursor:pointer}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h6{font-size:14px;color:#333333;line-height:30px;margin-top:19px;text-align:justify}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h5{position:absolute;right:0;bottom:10px}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h5 i{display:inline-block;vertical-align:middle;width:14px;height:18px;background:url(/dsfa/res/dsf_styles/themes/nc/dingyue.png) no-repeat;background-size:100% 100%;vertical-align:middle}.ds_nc_indexchannel .newslistbox .news_item .rightconbox h5 span{vertical-align:middle;font-size:14px;color:#666666;letter-spacing:0;line-height:20px;margin-left:4px}.ds_nc_indexchannel .newslistbox .news_item .rightconbox .rightcon2{right:60px}.ds_nc_indexchannel .newslistbox .news_item .rightconbox .rightcon2 i{width:20px;height:12px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%}.ds_nc_indexchannel .newslistbox .news_item .rightconbox .choosebtns{position:absolute;bottom:4px;width:79%;height:30px;overflow:hidden}.ds_nc_indexchannel .pagebox{margin-top:48px;padding-bottom:38px;text-align:center}.ds_nm_basedisplay_box{width:100%;min-width:1200px;height:790px;padding-top:30px;background:url(/dsfa/res/dsf_styles/themes/nc/sec-bg2.jpg) no-repeat;background-size:100% 100%}.ds_nm_basedisplay_box .ds_nm_basedisplay{cursor:pointer;top:134px;margin:0 auto;position:absolute;left:50%;transform:translateX(-50%)}.ds_nm_basedisplay_box .swiper-button-next{right:0}.ds_nm_basedisplay_box .swiper-button-prev{left:0}.ds_nm_basedisplay_box .swiper-button-next img,.ds_nm_basedisplay_box .swiper-button-prev img{float:right}.ds_nm_basedisplay_box .swiper-button-next:after,.ds_nm_basedisplay_box .swiper-button-prev:after{opacity:0;position:absolute;z-index:999}.ds_nm_basedisplay_box .ds_nc_titlebox{margin-top:0}.ds_nm_basedisplay_box .ds_nc_listitem{display:block;width:48%;float:left;height:50px;line-height:50px;border-bottom:#ccc 1px dotted;font-size:18px !important;color:#333;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.ds_nm_basedisplay_box .ds_nc_listitem .d-nmg{display:inline-block;width:20px;height:20px;background:url(themes/img/i-file.png) left center no-repeat;background-size:100% 100%;margin-right:10px}.ds_nm_basedisplay_box .ds_nc_listitem .item_font{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nm_basedisplay_box .ds_nc_listitem:hover{color:#da0000}.nc_classrightbox{width:358px;height:100%}.nc_classrightbox .righttop{text-align:center}.nc_classrightbox .righttop .righttopitem{display:inline-block;vertical-align:top;text-align:center}.nc_classrightbox .righttop .righttopitem p{display:inline-block;width:70px;height:70px;border-radius:6px;cursor:pointer}.nc_classrightbox .righttop .righttopitem .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/paiming.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p2{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/wenjuan.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p3{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/tongxunlu.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem span{margin-top:4px;display:block;font-size:16px;color:#333333}.nc_classrightbox .righttop>span{display:inline-block;height:30px;font-size:14px;line-height:30px;margin-top:4px}.layui-btn+.layui-btn{margin-left:15px}.btn-wrap{margin:40px 0 0 40px;text-align:center}.layui-btn-radius{border-radius:3px}.btn-default-bg-c{background:#ccc !important}.btn-default-bg-e{background:#d40000 !important}.btn-default-bg-p{background:#2dc278 !important}.btn-default-none-bg{text-align:left;margin:50px 40px 0 40px;position:absolute;bottom:20px;right:0;left:0}.btn-default-none-bg div{color:#333;background:transparent}.btn-default-none-bg div:last-child{float:right}.layui-btn+.layui-btn{margin-left:15px}.btn-wrap{margin:40px 0 0 40px;text-align:center}.layui-btn-radius{border-radius:3px}.btn-default-bg-c{background:#ccc !important}.btn-default-bg-e{background:#d40000 !important}.btn-default-bg-p{background:#2dc278 !important}.btn-default-none-bg{text-align:left;margin:50px 40px 0 40px;position:absolute;bottom:20px;right:0;left:0}.btn-default-none-bg div{color:#333;background:transparent}.btn-default-none-bg div:last-child{float:right}.righttopitem2{margin-left:60px;margin-right:60px}.nc_classrightbox{width:358px;height:100%}.nc_classrightbox .righttop{text-align:center}.nc_classrightbox .righttop .righttopitem{display:inline-block;vertical-align:top;text-align:center}.nc_classrightbox .righttop .righttopitem p{display:inline-block;width:70px;height:70px;border-radius:6px;cursor:pointer}.nc_classrightbox .righttop .righttopitem .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/paiming.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p2{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/wenjuan.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem .p3{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/tongxunlu.png) no-repeat;background-size:100% 100%}.nc_classrightbox .righttop .righttopitem span{margin-top:4px;display:block;font-size:16px;color:#333333}.nc_classrightbox .righttop .righttopitem2{margin-left:60px;margin-right:60px}.nc_straightcontent{width:358px;height:100%}.nc_straightcontent .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_straightcontent .titlebox{position:relative}.nc_straightcontent .titlebox i{display:inline-block;width:3px;height:16px;vertical-align:middle;position:relative}.red-theme .nc_straightcontent .titlebox i{background-color:#ff7200}.blue-theme .nc_straightcontent .titlebox i{background-color:#3c8ddb}.green-theme .nc_straightcontent .titlebox i{background-color:#4daf7b}.orange-theme .nc_straightcontent .titlebox i{background-color:#ffb142}.darkred-theme .nc_straightcontent .titlebox i{background-color:#c60100}.darkblue-theme .nc_straightcontent .titlebox i{background-color:#37f}.elep-theme .nc_straightcontent .titlebox i{background-color:#2787EE}.elep-red-theme .nc_straightcontent .titlebox i{background-color:#ff7200}.nmRed-theme .nc_straightcontent .titlebox i{background-color:#e51c16}.hdBlue-theme .nc_straightcontent .titlebox i{background-color:#2495c7}.zydxRed-theme .nc_straightcontent .titlebox i{background-color:#cd0911}.gzgb-theme .nc_straightcontent .titlebox i{background-color:#942320}.ct-theme .nc_straightcontent .titlebox i{background-color:#303987}.zgyc-theme .nc_straightcontent .titlebox i{background-color:#007c5d}.hbBlue-theme .nc_straightcontent .titlebox i{background-color:#1A66B1}.nx-theme .nc_straightcontent .titlebox i{background-color:#1b82d2}.dingtalk-theme .nc_straightcontent .titlebox i{background-color:#3C8AF8}.nc_straightcontent .titlebox span{font-size:16px;color:#333333;line-height:30px;vertical-align:middle;margin-left:4px}.nc_straightcontent .titlebox b{display:inline-block;width:16px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/classroom/question.png) no-repeat;vertical-align:middle;border-radius:50%;margin-left:4px;cursor:pointer}.nc_straightcontent .rconbox{padding-left:10px;box-sizing:border-box}.nc_straightcontent .rconbox .todayitem{border-bottom:1px solid #f5f5f5;padding:13px 0}.nc_straightcontent .rconbox .todayitem p{display:inline-block;vertical-align:middle;font-size:16px;width:24px;height:21px;color:#666}.nc_straightcontent .rconbox .todayitem .p1{width:24px;text-align:center}.nc_straightcontent .rconbox .todayitem .p2{width:36px;height:36px;border-radius:50%;overflow:hidden;margin-left:6px}.nc_straightcontent .rconbox .todayitem .p2 img{width:100%;height:100%}.nc_straightcontent .rconbox .todayitem .p3{width:64px;overflow:hidden;margin-left:9px;color:#333;white-space:nowrap}.nc_straightcontent .rconbox .todayitem .p4{width:85px;text-align:center;overflow:hidden;white-space:nowrap;margin-left:8px}.nc_straightcontent .rconbox .todayitem .p5{width:80px;text-align:center;margin-left:1px}.nc_straightcontent .rconbox .todayitem0 .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/1.png) no-repeat;background-size:100% 100%}.nc_straightcontent .rconbox .todayitem1 .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/2.png) no-repeat;background-size:100% 100%}.nc_straightcontent .rconbox .todayitem2 .p1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/3.png) no-repeat;background-size:100% 100%}.dsf_nc_historyRecord{height:100%;box-sizing:border-box;padding:0 17px;background:#ffffff;box-shadow:0 2px 19px 0 rgba(198,198,198,0.5);border-radius:8px}.dsf_nc_historyRecord .historyRecord_title{padding:11px 0;font-size:16px;line-height:18px;color:#333333;overflow:hidden;border-bottom:1px solid #ebebeb}.dsf_nc_historyRecord .historyRecord_title b{display:inline-block;width:8px;height:18px;vertical-align:middle;margin-right:6px}.red-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#ff7200}.blue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#3c8ddb}.green-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#4daf7b}.orange-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#ffb142}.darkred-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#c60100}.darkblue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#37f}.elep-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#ff7200}.nmRed-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#942320}.ct-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#303987}.zgyc-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#1A66B1}.nx-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#1b82d2}.dingtalk-theme .dsf_nc_historyRecord .historyRecord_title b{background-color:#3C8AF8}.dsf_nc_historyRecord .historyRecord_title>span{font-family:PingFangSC-Semibold}.dsf_nc_historyRecord .historyRecord_title .class_total{float:right;font-size:14px;color:#333333}.dsf_nc_historyRecord .historyRecord_title .class_total span{font-size:20px}.red-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#ff7200}.blue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#3c8ddb}.green-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#4daf7b}.orange-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#ffb142}.darkred-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#c60100}.darkblue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#37f}.elep-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#ff7200}.nmRed-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#942320}.ct-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#303987}.zgyc-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#1A66B1}.nx-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#1b82d2}.dingtalk-theme .dsf_nc_historyRecord .historyRecord_title .class_total span{color:#3C8AF8}.dsf_nc_historyRecord .not_record{overflow:hidden;padding:16px 0 0;height:424px}.dsf_nc_historyRecord .not_record img{float:left;width:30px;height:30px;margin-right:4px}.dsf_nc_historyRecord .not_record p{font-size:14px;color:#333333;line-height:20px;padding:5px 0}.dsf_nc_historyRecord .not_record p span{color:#d40000;cursor:pointer}.dsf_nc_historyRecord .record_list li{margin-top:20px;font-size:14px;color:#333333;line-height:20px;cursor:pointer;overflow:hidden}.dsf_nc_historyRecord .record_list li .item_cover{float:left;width:30px;height:30px}.dsf_nc_historyRecord .record_list li p{float:left;width:198px;margin-left:6px}.dsf_nc_historyRecord .record_list li p span{display:none}.dsf_nc_historyRecord .record_list li p span.suffix{display:inline-block}.dsf_nc_historyRecord .record_list li .play_btn{float:right;max-width:50px}.red-theme .dsf_nc_historyRecord .record_list li:hover p{color:#c62f26}.blue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#1a66b1}.green-theme .dsf_nc_historyRecord .record_list li:hover p{color:#189a5a}.orange-theme .dsf_nc_historyRecord .record_list li:hover p{color:#fc7001}.darkred-theme .dsf_nc_historyRecord .record_list li:hover p{color:#c60100}.darkblue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#2b6be2}.elep-theme .dsf_nc_historyRecord .record_list li:hover p{color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .record_list li:hover p{color:#9C0105}.nmRed-theme .dsf_nc_historyRecord .record_list li:hover p{color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .record_list li:hover p{color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .record_list li:hover p{color:#942320}.ct-theme .dsf_nc_historyRecord .record_list li:hover p{color:#303987}.zgyc-theme .dsf_nc_historyRecord .record_list li:hover p{color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .record_list li:hover p{color:#1A66B1}.nx-theme .dsf_nc_historyRecord .record_list li:hover p{color:#1B82D2}.dingtalk-theme .dsf_nc_historyRecord .record_list li:hover p{color:#3C8AF8}.dsf_nc_historyRecord .view_more{text-align:center;font-size:12px;line-height:17px;margin-top:20px;cursor:pointer}.red-theme .dsf_nc_historyRecord .view_more{color:#ff7200}.blue-theme .dsf_nc_historyRecord .view_more{color:#3c8ddb}.green-theme .dsf_nc_historyRecord .view_more{color:#4daf7b}.orange-theme .dsf_nc_historyRecord .view_more{color:#ffb142}.darkred-theme .dsf_nc_historyRecord .view_more{color:#c60100}.darkblue-theme .dsf_nc_historyRecord .view_more{color:#37f}.elep-theme .dsf_nc_historyRecord .view_more{color:#2787EE}.elep-red-theme .dsf_nc_historyRecord .view_more{color:#ff7200}.nmRed-theme .dsf_nc_historyRecord .view_more{color:#e51c16}.hdBlue-theme .dsf_nc_historyRecord .view_more{color:#2495c7}.zydxRed-theme .dsf_nc_historyRecord .view_more{color:#cd0911}.gzgb-theme .dsf_nc_historyRecord .view_more{color:#942320}.ct-theme .dsf_nc_historyRecord .view_more{color:#303987}.zgyc-theme .dsf_nc_historyRecord .view_more{color:#007c5d}.hbBlue-theme .dsf_nc_historyRecord .view_more{color:#1A66B1}.nx-theme .dsf_nc_historyRecord .view_more{color:#1b82d2}.dingtalk-theme .dsf_nc_historyRecord .view_more{color:#3C8AF8}.nc_studentlist{width:358px;height:100%}.nc_studentlist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_studentlist .titlebox{position:relative}.nc_studentlist .titlebox i{display:inline-block;width:3px;height:16px;background:#1e72de;vertical-align:middle;position:relative}.nc_studentlist .titlebox span{font-size:16px;color:#333333;line-height:30px;vertical-align:middle;margin-left:4px}.nc_studentlist .titlebox p{position:absolute;top:0;right:10px;color:#b2b2b2;cursor:pointer}.nc_studentlist .titlebox p span{font-family:simsun;margin-left:2px}.nc_studentlist .rconbox{padding-left:10px;box-sizing:border-box}.nc_studentlist .rconbox .stuspeakitem{margin-top:20px;cursor:pointer}.nc_studentlist .rconbox .stuspeakitem span{display:inline-block;vertical-align:middle;font-size:16px;color:#333333;width:64px}.nc_studentlist .rconbox .stuspeakitem p{display:inline-block;vertical-align:middle;font-size:16px;color:#666666;width:74%;margin-left:6px}.nc_doclist{width:358px;height:100%}.nc_doclist .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_doclist .titlebox{position:relative}.nc_doclist .titlebox i{display:inline-block;width:3px;height:16px;background:#1e72de;vertical-align:middle;position:relative}.nc_doclist .titlebox span{font-size:16px;color:#333333;line-height:30px;vertical-align:middle;margin-left:4px}.nc_doclist .titlebox p{position:absolute;top:0;right:10px;color:#b2b2b2;cursor:pointer}.nc_doclist .titlebox span{font-family:simsun;margin-left:2px}.nc_doclist .rconbox{padding-left:10px;box-sizing:border-box}.nc_doclist .rconbox .stuspeakitem{margin-top:20px;cursor:pointer}.nc_doclist .rconbox .stuspeakitem span{display:inline-block;vertical-align:middle;font-size:16px;color:#333333;width:26px;height:26px}.nc_doclist .rconbox .stuspeakitem .icon1{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/txt.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon2{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/doc.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon3{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/docx.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon4{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/xls.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon5{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/xlsx.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon6{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/ppt.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon7{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/pptx.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem .icon8{background:url(/dsfa/res/dsf_styles/themes/nc/classroom/pdf.png) no-repeat;background-size:100% 100%}.nc_doclist .rconbox .stuspeakitem p{display:inline-block;vertical-align:middle;font-size:16px;color:#666666;width:74%;margin-left:6px}.nc_doclist .rconbox .stuspeakitem i{display:inline-block;font-style:normal;color:#02c1ff;font-size:16px}.dsf_nc_channerPortal{width:100%}.dsf_nc_channerPortal .course-header-wrap{height:100%}.dsf_nc_channerPortal .course-header-wrap .course-info-title{padding:0}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_info{margin-top:10px;padding:10px 0;font-size:14px;color:#999999;line-height:20px;background:none}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_info span{margin-right:40px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_info span:nth-of-type(3) i{display:inline-block;vertical-align:middle;width:20px;height:14px;background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat;background-size:100% 100%;margin-right:4px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_tags{margin-top:16px;color:#ffffff;line-height:20px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_tags li{padding:8px 14px;margin-right:11px;border:1px solid #ffffff;border-radius:6px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .portal_tags li b{font-size:14px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar{overflow:hidden;font-size:16px;color:#ffffff;margin-top:7px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar{float:left}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span{font-size:16px;color:#b2b2b2;line-height:45px;margin:6px 10px}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span i{display:inline-block;width:24px;height:20px;vertical-align:text-top;background-size:100% 100%;cursor:pointer}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(1){display:none}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(1) i{background:url(/dsfa/res/dsf_styles/themes/nc/portal/xin.png) no-repeat}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(2) i{background:url(/dsfa/res/dsf_styles/themes/nc/portal/zhan.png) no-repeat}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .num_bar span:nth-of-type(3) i{background:url(/dsfa/res/dsf_styles/themes/nc/portal/dingyue.png) no-repeat}.dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{float:right;margin-right:200px;border-radius:6px;line-height:45px;border:none;font-size:16px;color:#ffffff}.red-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#ff7200}.blue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#37f}.elep-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#942320}.ct-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#303987}.zgyc-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .course-header-wrap .course-info-wrap .info_bar .learn_btn{background-color:#3C8AF8}.dsf_nc_channerPortal .content_wrap{width:100%;background:#ffffff}.dsf_nc_channerPortal .content_wrap .layui-tab{width:100%;margin:0}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title{padding:0 18.4%;border-bottom:none;margin:0 auto;height:100%;box-shadow:0 -1px 24px 0 rgba(188,188,188,0.5)}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title li{font-size:20px;line-height:80px}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this{color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{height:100%}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{color:#3C8AF8}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-title .layui-this:after{border-color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content{width:1200px;margin:0 auto;padding:38px 0;font-size:14px;color:#333333;line-height:30px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .module_title{font-size:16px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .module_title i{display:inline-block;width:3px;height:16px;background-color:#1e72de;vertical-align:text-top;margin-right:6px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .portal_intro{width:98%;margin:0 auto}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .portal_intro p{text-indent:2em}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item{overflow:hidden;padding:21px;border-bottom:1px solid #e8e8e8;cursor:pointer}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item>img{float:left;width:200px;height:150px;border-radius:6px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content{float:left;margin-left:20px;width:80%}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header{font-size:16px;color:#333333;line-height:30px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header span:nth-of-type(1){display:none}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{display:inline-block !important;padding:0 5px;line-height:28px;border-radius:4px}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{border-color:#3C8AF8}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header .isNew{color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .content_header h6{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .name_posi{font-size:14px;color:#333333;line-height:22px;margin-top:19px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num{margin-top:56px;font-size:14px;color:#666666;line-height:20px;overflow:hidden}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span{margin-right:81px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span i{display:inline-block;vertical-align:middle;width:24px;height:20px;margin-right:4px;background-size:100% 100%}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span:nth-of-type(1) i{background:url(/dsfa/res/dsf_styles/themes/nc/xs.png) no-repeat}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num>span:nth-of-type(2) i{background:url(/dsfa/res/dsf_styles/themes/nc/eye.png) no-repeat}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap{float:right}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button{display:none;padding:2px 0;width:108px;border-radius:6px;text-align:center;font-size:16px;color:#ffffff;border:none;cursor:pointer;background-color:#f15735}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.join_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.write_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.answer_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_list .portal_item .item_content .item_num .btns_wrap button.exam_btn{display:inline-block}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .list_wrap .portal_page{text-align:center;padding:30px 0;height:100%}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list{overflow:hidden}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li{float:left;width:28%;margin:0 2.66%;position:relative;cursor:pointer}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{position:absolute;top:0;left:0;width:71px;font-size:16px;color:#ffffff;line-height:30px;text-align:center}.red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#ff7200}.blue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#3c8ddb}.green-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#4daf7b}.orange-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#ffb142}.darkred-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#c60100}.darkblue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#37f}.elep-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#2787EE}.elep-red-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#ff7200}.nmRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#e51c16}.hdBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#2495c7}.zydxRed-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#cd0911}.gzgb-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#942320}.ct-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#303987}.zgyc-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#007c5d}.hbBlue-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#1A66B1}.nx-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#1b82d2}.dingtalk-theme .dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_tag{background-color:#3C8AF8}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li img{width:334px;height:250px}.dsf_nc_channerPortal .content_wrap .layui-tab .layui-tab-content .source_wrap .source_list li .item_title{margin-top:20px;font-size:16px;color:#333333;line-height:24px;padding-bottom:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_Course_nc{width:100%;background:#fff;font-style:normal}.ds_Course_nc .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_Course_nc .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_Course_nc .ell3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ds_Course_nc .course-wrap{padding:27px 0;background:#fff;border-radius:10px;overflow:hidden}.ds_Course_nc .course-wrap .course-inner{width:1200px;margin:auto;min-height:350px}.ds_Course_nc .course-wrap .item-org,.ds_Course_nc .course-wrap .item-clone{height:100%}.ds_Course_nc .course-wrap .course-inner{width:1200px;margin:auto}.ds_Course_nc .course-wrap .item{width:278px;margin-right:22px;text-align:left;margin-bottom:10px;display:inline-block;cursor:pointer;position:relative;min-height:350px;float:left}.ds_Course_nc .course-wrap .item:hover .item-org{z-index:-1}.ds_Course_nc .course-wrap .item:hover .item-clone{width:384px;opacity:1;z-index:4;transform:translate(-22px, -20px);box-shadow:0 5px 10px #ececec;box-shadow:0 8px 15px 0;padding-bottom:0;height:auto}.ds_Course_nc .course-wrap .item:hover .item-clone .item-desc{margin:16px}.ds_Course_nc .course-wrap .item .item-title-imp{height:20px !important;line-height:20px !important}.ds_Course_nc .course-wrap .item .item-new{color:#fff;background:#d40000;border-radius:20px;width:46px;height:24px;text-align:center;line-height:24px;border:2px solid #fff;position:absolute;top:10px;left:-10px;z-index:2}.ds_Course_nc .course-wrap .item .icon-time{width:15px;height:15px;display:inline-block;vertical-align:-2px;background:url(themes/img/c_icon_time.png);background-size:15px 15px}.ds_Course_nc .course-wrap .item .icon-person{width:16px;height:16px;display:inline-block;vertical-align:middle;background:url(themes/img/c_icon_person.png);background-size:16px 16px}.ds_Course_nc .course-wrap .item span{vertical-align:middle}.ds_Course_nc .course-wrap .item .icon-study-time{width:15px;height:15px;vertical-align:middle;display:inline-block;vertical-align:middle;background:url(themes/img/c_icon_study_time.png);background-size:15px 15px}.ds_Course_nc .course-wrap .item b{vertical-align:middle}.ds_Course_nc .course-wrap .item .icon-see{width:23px;height:15px;vertical-align:-2px;display:inline-block;background:url(themes/img/c_icon_see.png);background-size:23px 15px}.ds_Course_nc .course-wrap .item .icon-zan{width:18px;height:18px;display:inline-block;vertical-align:-2px;background:url(themes/img/c_icon_zan.png);background-size:18px 18px}.ds_Course_nc .course-wrap .item .item-score{color:#fff;text-align:center;font-size:12px;width:31px;height:34px;line-height:22px;display:inline-block;background:url(themes/img/c_icon_score.png);background-size:31px 34px;position:absolute;top:0;z-index:2;right:20px}.ds_Course_nc .course-wrap .item .item-clone{background:#fff;transition:all 0.3s;position:absolute;top:0;left:-20px;right:-20px;opacity:0;z-index:-1;padding-bottom:10px}.ds_Course_nc .course-wrap .item .item-clone .img-wrap{border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative}.ds_Course_nc .course-wrap .item .item-clone .img-wrap .icon-voice{width:26px;height:23px;display:inline-block;position:absolute;right:20px;bottom:10px;background:url(themes/img/c_icon_sy.png) no-repeat;background-size:26px 23px}.ds_Course_nc .course-wrap .item .item-clone .item-state span{float:left}.ds_Course_nc .course-wrap .item .item-clone .item-title-imp{width:48px !important;height:25px !important;line-height:25px !important}.ds_Course_nc .course-wrap .item .item-clone .item-new{width:49px !important;height:27px !important;line-height:27px !important}.ds_Course_nc .course-wrap .item:nth-child(4),.ds_Course_nc .course-wrap .item:nth-child(8){margin-right:0}.ds_Course_nc .course-wrap .item .img-wrap{width:100%;height:210px;margin:0;overflow:hidden;position:relative}.ds_Course_nc .course-wrap .item .img-wrap img{width:100.4%;height:100%}.ds_Course_nc .course-wrap .item .img-wrap .item-time{color:#fff;font-size:14px;text-align:center;line-height:36px;height:36px;background:#1c2633;opacity:0.6;position:absolute;width:100%;left:0;bottom:0;transition:all 0.1s}.ds_Course_nc .course-wrap .item .img-wrap .item-time b{font-weight:normal}.ds_Course_nc .course-wrap .item .item-desc{margin:0 10px}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title{font-size:16px;color:#333333;padding:10px 0 5px;letter-spacing:0.5px;position:relative}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .title-wrap{display:block;line-height:30px;min-height:60px}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .clone-margin{margin-right:85px}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .item-title-imp{font-size:14px;color:#d40000;border-radius:5px;text-align:center;border:1px solid #d40000;width:40px;height:20px;line-height:20px;margin-right:5px;margin-top:-5px;box-sizing:border-box}.ds_Course_nc .course-wrap .item .item-desc .item-desc-title .toggle-join{font-size:14px;color:#d40000;border:1px solid #d40000;box-sizing:border-box;border-radius:5px;width:80px;height:25px;line-height:25px;text-align:center;font-weight:normal;padding:0;margin:0;position:absolute;top:13px;right:0;padding:0 5px}.ds_Course_nc .course-wrap .item .item-desc .clone-span-wrap span{font-size:14px;width:33.233%;display:inline-block;text-align:center;height:20px;line-height:20px}.ds_Course_nc .course-wrap .item .item-desc .clone-span-wrap span:first-child{text-align:left}.ds_Course_nc .course-wrap .item .item-desc .clone-span-wrap span:last-child{margin-right:0;text-align:right}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title{width:100%}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title,.ds_Course_nc .course-wrap .item .item-desc .item-state{font-size:14px;color:#666666;letter-spacing:0.8px;padding:5px 0}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title .icon,.ds_Course_nc .course-wrap .item .item-desc .item-state .icon{color:#666;font-size:14px}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title span,.ds_Course_nc .course-wrap .item .item-desc .item-state span{font-size:14px;height:20px;line-height:20px}.ds_Course_nc .course-wrap .item .item-desc .item-sub-title b,.ds_Course_nc .course-wrap .item .item-desc .item-state b{font-weight:normal}.ds_Course_nc .course-wrap .item .item-desc .item-state{padding:3px 0;height:24px}.ds_Course_nc .course-wrap .item .item-desc .item-state span:last-child{float:right}.ds_Course_nc .sidebar-wrap{width:120px;background:#fff;position:fixed}.ds_Course_nc .sidebar-inner{width:100%}.ds_Course_nc .sidebar-inner li{color:#333;font-size:16px;padding:12px 0;position:relative;width:100%;list-style:none;cursor:pointer;border-bottom:1px solid #ebebeb}.ds_Course_nc .sidebar-inner li:hover{color:#d40000}.ds_Course_nc .sidebar-inner li .icon{min-width:16px;margin-right:5px;margin-left:20px}.ds_Course_nc .d-com-icon{width:17px;height:16px;display:inline-block;vertical-align:-2px;margin-right:4px;margin-left:16px}.ds_Course_nc .d-icon-ts{background:url(themes/img/d-tj-icon-off-ts.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-kc{background:url(themes/img/d-tj-icon-off-kc.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-ztb{background:url(themes/img/d-tj-icon-off-ztb.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-pd{background:url(themes/img/d-tj-icon-off-pd.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-xw{background:url(themes/img/d-tj-icon-off-xw.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-xys{background:url(themes/img/d-tj-icon-off-xys.png) no-repeat;background-size:17px 16px}.ds_Course_nc .d-icon-ms{background:url(themes/img/d-tj-icon-off-ms.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu{color:#d40000 !important}.ds_Course_nc .selMenu .d-icon-ts{background:url(themes/img/d-tj-icon-on-ts.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-kc{background:url(themes/img/d-tj-icon-on-kc.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-ztb{background:url(themes/img/d-tj-icon-on-ztb.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-pd{background:url(themes/img/d-tj-icon-on-pd.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-xw{background:url(themes/img/d-tj-icon-on-xw.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-xys{background:url(themes/img/d-tj-icon-on-xys.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .d-icon-ms{background:url(themes/img/d-tj-icon-on-ms.png) no-repeat;background-size:17px 16px}.ds_Course_nc .selMenu .icon-ln_jiantouyou{color:#d40000}.ds_Course_nc .icon-ln_jiantouyou{color:#000;font-size:14px;position:absolute;right:5px;top:17px}.ds_Course_nc .pageControl{padding:20px 0 0;text-align:center;position:relative;top:20px}.ds_HomeWork{padding:0 !important}.ds_HomeWork .hm-warp{overflow:hidden;border-radius:3px;height:690px}.ds_HomeWork input::-webkit-outer-spin-button,.ds_HomeWork input::-webkit-inner-spin-button{-webkit-appearance:none}.ds_HomeWork input[type="number"]{-moz-appearance:textfield}.ds_HomeWork .layui-form-checkbox[lay-skin="primary"]{padding-left:20px}.ds_HomeWork .title,.ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .ds_HomeWork span,.ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .ds_HomeWork i{color:#fff;font-size:16px;font-weight:normal;text-align:center;padding:10px 0}.red-theme .ds_HomeWork .title,.red-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .red-theme .ds_HomeWork span,.red-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .red-theme .ds_HomeWork i{background-color:#ff7200}.blue-theme .ds_HomeWork .title,.blue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .blue-theme .ds_HomeWork span,.blue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .blue-theme .ds_HomeWork i{background-color:#3c8ddb}.green-theme .ds_HomeWork .title,.green-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .green-theme .ds_HomeWork span,.green-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .green-theme .ds_HomeWork i{background-color:#4daf7b}.orange-theme .ds_HomeWork .title,.orange-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .orange-theme .ds_HomeWork span,.orange-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .orange-theme .ds_HomeWork i{background-color:#ffb142}.darkred-theme .ds_HomeWork .title,.darkred-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .darkred-theme .ds_HomeWork span,.darkred-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .darkred-theme .ds_HomeWork i{background-color:#c60100}.darkblue-theme .ds_HomeWork .title,.darkblue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .darkblue-theme .ds_HomeWork span,.darkblue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .darkblue-theme .ds_HomeWork i{background-color:#37f}.elep-theme .ds_HomeWork .title,.elep-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .elep-theme .ds_HomeWork span,.elep-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .elep-theme .ds_HomeWork i{background-color:#2787EE}.elep-red-theme .ds_HomeWork .title,.elep-red-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .elep-red-theme .ds_HomeWork span,.elep-red-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .elep-red-theme .ds_HomeWork i{background-color:#ff7200}.nmRed-theme .ds_HomeWork .title,.nmRed-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .nmRed-theme .ds_HomeWork span,.nmRed-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .nmRed-theme .ds_HomeWork i{background-color:#e51c16}.hdBlue-theme .ds_HomeWork .title,.hdBlue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .hdBlue-theme .ds_HomeWork span,.hdBlue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .hdBlue-theme .ds_HomeWork i{background-color:#2495c7}.zydxRed-theme .ds_HomeWork .title,.zydxRed-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .zydxRed-theme .ds_HomeWork span,.zydxRed-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .zydxRed-theme .ds_HomeWork i{background-color:#cd0911}.gzgb-theme .ds_HomeWork .title,.gzgb-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .gzgb-theme .ds_HomeWork span,.gzgb-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .gzgb-theme .ds_HomeWork i{background-color:#942320}.ct-theme .ds_HomeWork .title,.ct-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .ct-theme .ds_HomeWork span,.ct-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .ct-theme .ds_HomeWork i{background-color:#303987}.zgyc-theme .ds_HomeWork .title,.zgyc-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .zgyc-theme .ds_HomeWork span,.zgyc-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .zgyc-theme .ds_HomeWork i{background-color:#007c5d}.hbBlue-theme .ds_HomeWork .title,.hbBlue-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .hbBlue-theme .ds_HomeWork span,.hbBlue-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .hbBlue-theme .ds_HomeWork i{background-color:#1A66B1}.nx-theme .ds_HomeWork .title,.nx-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .nx-theme .ds_HomeWork span,.nx-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .nx-theme .ds_HomeWork i{background-color:#1b82d2}.dingtalk-theme .ds_HomeWork .title,.dingtalk-theme .ds_HomeWork .ds_seat .frame_title span,.ds_seat .frame_title .dingtalk-theme .ds_HomeWork span,.dingtalk-theme .ds_HomeWork .ds_seat .frame_title i,.ds_seat .frame_title .dingtalk-theme .ds_HomeWork i{background-color:#3C8AF8}.ds_HomeWork .hwapp-inner{font-size:0;margin:20px;height:calc(100% - 40px);position:relative}.ds_HomeWork .iframe-wrap{position:absolute;top:0px;left:0px;bottom:0px;right:440px;overflow:hidden;background:#fff;border:1px solid #e7e9ea}.ds_HomeWork .iframe-wrap .con-title{font-size:16px}.ds_HomeWork .iframe-wrap .con-desc{font-size:14px}.ds_HomeWork .iframe-wrap .approva-iframe{width:100%;height:100%;background:#fff;display:inline-block;border-radius:3px}.ds_HomeWork .situation{width:420px;float:right;font-size:14px;display:inline-block}.ds_HomeWork .approva-situation,.ds_HomeWork .approva-achievement,.ds_HomeWork .approva-fontsize{border-radius:3px;border:1px solid #e7e9ea;background:#fff;margin-bottom:10px}.ds_HomeWork .approva-situation{height:273px}.ds_HomeWork .approva-achievement{height:361px}.ds_HomeWork .approva-fontsize{height:73px;margin-bottom:0}.ds_HomeWork .sititle{font-size:24px;font-weight:normal;color:#333;text-align:center;margin:48px 0 0}.ds_HomeWork .sititle>span{display:block}.ds_HomeWork .sititle>span:last-child{margin-top:16px;margin-bottom:22px;font-size:16px}.ds_HomeWork .situation-progress{margin:0 20px;height:10px;border-radius:10px;background:#e6e6e6}.ds_HomeWork .situation-progress .progress-inner{position:relative;width:0;height:100%;border-radius:10px;transition:width 1s;margin-top:-1px}.red-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#ff7200}.blue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#3c8ddb}.green-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#4daf7b}.orange-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#ffb142}.darkred-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#c60100}.darkblue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#37f}.elep-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#2787EE}.elep-red-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#ff7200}.nmRed-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#e51c16}.hdBlue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#2495c7}.zydxRed-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#cd0911}.gzgb-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#942320}.ct-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#303987}.zgyc-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#007c5d}.hbBlue-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#1A66B1}.nx-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#1b82d2}.dingtalk-theme .ds_HomeWork .situation-progress .progress-inner{background-color:#3C8AF8}.ds_HomeWork .situation-progress .progress-inner>span{position:absolute;right:0;top:-20px;font-size:14px}.ds_HomeWork .teas{width:22px;height:22px;display:inline-block;vertical-align:-4px;margin-right:5px;background:url(themes/img/teas.png);background-size:22px 22px}.ds_HomeWork .time,.ds_HomeWork .remind{text-align:center}.ds_HomeWork .time{font-size:22px;margin-top:38px;margin-bottom:20px}.ds_HomeWork .remind{font-size:14px !important;color:#333}.ds_HomeWork .layui-form-label{width:50px;padding:10px 0}.ds_HomeWork .layui-input-block{margin-left:70px}.ds_HomeWork .layui-input-block>select{color:#999;height:40px;margin-top:18px;width:100%;border-radius:3px;border:1px solid #dedfe0}.ds_HomeWork .layui-input-block>textarea{padding:6px;min-height:125px}.ds_HomeWork .layui-form-text,.ds_HomeWork .layui-form-item{margin-right:36px;margin-left:18px;margin-top:16px !important}.ds_HomeWork .layui-form-text .layui-input-block{margin-right:0}.ds_HomeWork .btn-wrap{margin-top:16px}.ds_HomeWork .layui-btn-radius{border-radius:3px}.ds_HomeWork .approva-fontsize .btn-wrap{text-align:center}.ds_HomeWork .approva-fontsize .btn-wrap>button{width:32px;height:32px;color:#333;font-size:12px;border-radius:3px;border:1px solid #bfbfbf;background:transparent !important;cursor:pointer}.ds_HomeWork .approva-fontsize .btn-wrap>button:first-child{float:left}.ds_HomeWork .approva-fontsize .btn-wrap>button>i{width:16px;height:16px;vertical-align:middle;display:inline-block}.ds_HomeWork .approva-fontsize .btn-wrap>button .icon-add{background:url(themes/img/add.png);background-size:16px 16px}.ds_HomeWork .approva-fontsize .btn-wrap>button .icon-reduces{background:url(themes/img/reduce.png);background-size:16px 16px}.ds_HomeWork .approva-fontsize .btn-wrap>button:active{opacity:0.5}.ds_HomeWork .approva-fontsize .btn-wrap>span{display:inline-block;height:30px;font-size:14px;line-height:30px;margin-top:4px}.ds_HomeWork .layui-btn+.layui-btn{margin-left:15px;border:none;background:transparent}.ds_HomeWork .layui-btn+.layui-btn:hover{color:#333 !important}.dsf_nc_footer{width:100%;padding:75px 0 61px !important;background-color:#404040}.dsf_nc_footer .footer_wrap{width:1200px;margin:0 auto}.dsf_nc_footer .footer_wrap .links_list{display:flex;display:-webkit-flex;flex-wrap:wrap;padding-bottom:102px;border-bottom:1px solid #8f8f8f}.dsf_nc_footer .footer_wrap .links_list li{flex-shrink:0;width:20%;margin-top:30px;font-size:14px;color:#ffffff;line-height:20px;cursor:pointer}.dsf_nc_footer .footer_wrap .about_us_wrap{overflow:hidden;padding-top:67px;font-size:14px;line-height:40px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us{float:left;color:#ffffff}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us>ul{display:flex}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us>ul li{margin-right:10px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags{display:flex}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .contact_info{margin-right:50px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .icon_list{display:flex;align-items:center}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .icon_list li{display:flex;align-items:center;margin-right:50px}.dsf_nc_footer .footer_wrap .about_us_wrap .about_us .about_tags .icon_list li img{height:64px;margin-right:15px}.dsf_nc_footer .footer_wrap .about_us_wrap .code_wrap{float:left;margin-left:130px;color:#ffffff;text-align:center}.dsf_nc_footer .footer_wrap .about_us_wrap .code_wrap img{width:130px;height:130px}.ds_nc_pages{font-size:12px;text-align:right;padding-right:70px}.ds_nc_pages .layui-laypage-curr,.ds_nc_pages a{color:#666;background:#f9f9f9;margin:0 4px;box-sizing:border-box}.ds_nc_pages a,.ds_nc_pages span{border-style:none}.ds_nc_pages .layui-laypage-count{padding:0 6px;background:#f9f9f9;color:#666;margin-bottom:0px}.red-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#c62f26}.blue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#1a66b1}.green-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#189a5a}.orange-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#fc7001}.darkred-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#c60100}.darkblue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#2b6be2}.elep-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#2787EE}.elep-red-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#9C0105}.nmRed-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#e51c16}.hdBlue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#2495c7}.zydxRed-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#cd0911}.gzgb-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#942320}.ct-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#303987}.zgyc-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#007c5d}.hbBlue-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#1A66B1}.nx-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#1B82D2}.dingtalk-theme .ds_nc_pages .layui-laypage-curr .layui-laypage-em{background-color:#3C8AF8}.ds_nc_pages .layui-laypage a:hover{color:#666}.dsf_nc_bottom_bar{padding:43px 0 37px 0 !important;background-color:#404040;text-align:center}.dsf_nc_bottom_bar .company_info_list{display:inline-block;font-family:PingFangSC-Regular;font-size:14px;color:#ffffff;letter-spacing:0;text-align:center;line-height:40px}.ds_nc_downcard .downcardtitle{padding-left:0px}.ds_nc_downcard .downcardtitle i{display:inline-block;vertical-align:middle;width:3px;height:16px;background:#dd4400}.ds_nc_downcard .downcardtitle span{font-size:16px;color:#333333;padding-left:12px;font-weight:600;line-height:30px;text-align:left;width:84px;display:inline-block;vertical-align:middle}.ds_nc_downcard .downcardtitle b{font-size:16px;vertical-align:middle;font-weight:normal}.ds_nc_downcard .imgbox{width:554px;height:410px;margin:30px auto;position:relative}.ds_nc_downcard .imgbox img{width:100%;height:100%}.ds_nc_downcard .imgbox i{display:none;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;line-height:410px;font-style:normal;font-size:16px;color:#666666;background:rgba(255,255,255,0.9)}.ds_nc_downcard .downbtnbox{text-align:center;margin-bottom:30px}.ds_nc_nclivecontent{background:url(/dsfa/res/dsf_styles/themes/nc/s02.png) no-repeat;background-size:100% 100%}.ds_nc_nclivecontent .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_nclivecontent b{font-weight:normal}.ds_nc_nclivecontent .ds_nc_nclive{width:1200px;margin-left:auto;margin-right:auto}.ds_nc_nclivecontent .ds_nc_nclive .liveitem{display:inline-block;width:278px;vertical-align:top;margin-right:24px;margin-top:50px;cursor:pointer;position:relative}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .imgbox{width:100%;height:210px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .imgbox img{width:100%;height:100%}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox{font-size:16px;color:#333333;letter-spacing:0.34px;margin-top:9px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox .colorred{color:#db2929;border:1px solid #db2929}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox .colorblue{color:#309aff;border:1px solid #309aff}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox .coloryellow{color:#f0ba8b;border:1px solid #f0ba8b}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox p{font-weight:600;height:55px;line-height:30px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .titlebox p span{display:inline-block;width:80px;height:26px;text-align:center;line-height:26px;border-radius:4px;margin-right:7px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox{height:26px;margin-top:18px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p1{float:left}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p1 span{display:inline-block;vertical-align:middle;width:15px;height:15px;background:url(/dsfa/res/dsf_styles/themes/img/c_icon_study_time.png);background-size:15px 15px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p1 b{vertical-align:middle;font-size:14px;color:#666666;margin-left:5px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p2{float:right}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p2 span{display:inline-block;vertical-align:middle;width:23px;height:15px;background:url(/dsfa/res/dsf_styles/themes/img/c_icon_see.png);background-size:23px 15px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .footbox .p2 b{vertical-align:middle;font-size:14px;color:#666666;margin-left:5px}.ds_nc_nclivecontent .ds_nc_nclive .liveitem .liveicon{position:absolute;top:14px;right:15px;z-index:2;width:22px;height:16px;background:url(/dsfa/res/dsf_styles/themes/nc/lives.png) no-repeat;background-size:100% 100%}.ds_nc_nclivecontent .ds_nc_nclive .liveitem:nth-child(4n){margin-right:0}.ds_nc_nclinkscontent{background:#fafafa;box-sizing:border-box}.ds_nc_nclinkscontent .ds_nc_nclinkbox{width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-bottom:50px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linktitle{padding-top:90px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linktitle b{display:inline-block;vertical-align:middle;width:42px;height:42px;background:url(/dsfa/res/dsf_styles/themes/nc/newindex/links.png) no-repeat;background-size:100% 100%}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linktitle span{display:inline-block;vertical-align:middle;font-size:32px;color:#ff6a00;margin-left:20px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox{margin-top:68px}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox .item{display:inline-block;width:237px;height:56px;margin-right:78px;margin-bottom:48px;cursor:pointer}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox .item img{max-width:100%;max-height:100%}.ds_nc_nclinkscontent .ds_nc_nclinkbox .linksbox .item:nth-child(4n){margin-right:0}.ds_nc_titlebox{height:74px;position:relative;margin-top:65px;width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;border-radius:10px}.ds_nc_titlebox .none{display:none !important}.ds_nc_titlebox .hleft{position:absolute;top:50%;left:0;transform:translate(0, -50%)}.ds_nc_titlebox .hleft .titimgbox{display:inline-block;vertical-align:middle;margin-right:20px;width:42px;height:42px}.ds_nc_titlebox .hleft .titimgbox img{width:100%;height:100%}.ds_nc_titlebox .hleft .tit-text{display:inline-block;vertical-align:middle;font-size:32px;text-align:center;padding:0 20px}.ds_nc_titlebox .hleft .tit-text span{display:inline-block;height:50px;line-height:50px;padding:0 10px}.red-theme .ds_nc_titlebox .hleft .tit-text span{color:#c62f26}.blue-theme .ds_nc_titlebox .hleft .tit-text span{color:#1a66b1}.green-theme .ds_nc_titlebox .hleft .tit-text span{color:#189a5a}.orange-theme .ds_nc_titlebox .hleft .tit-text span{color:#fc7001}.darkred-theme .ds_nc_titlebox .hleft .tit-text span{color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .tit-text span{color:#2b6be2}.elep-theme .ds_nc_titlebox .hleft .tit-text span{color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .tit-text span{color:#9C0105}.nmRed-theme .ds_nc_titlebox .hleft .tit-text span{color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .tit-text span{color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .tit-text span{color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .tit-text span{color:#942320}.ct-theme .ds_nc_titlebox .hleft .tit-text span{color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .tit-text span{color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .tit-text span{color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .tit-text span{color:#1B82D2}.dingtalk-theme .ds_nc_titlebox .hleft .tit-text span{color:#3C8AF8}.ds_nc_titlebox .hleft .barbox{display:inline-block;vertical-align:bottom;margin-left:20px;margin-bottom:-3px}.ds_nc_titlebox .hleft .barbox li{display:inline-block;display:inline-block;font-size:24px !important;color:#666666;border-bottom:2px solid transparent;margin-right:30px;padding-bottom:7px;cursor:pointer}.red-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .act{border-bottom-color:#3C8AF8}.red-theme .ds_nc_titlebox .hleft .barbox .act{color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .act{color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .act{color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .act{color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .act{color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .act{color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .act{color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .act{color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .act{color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .act{color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .act{color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .act{color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .act{color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .act{color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .act{color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .act{color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .act{color:#3C8AF8}.red-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .actv{border-bottom-color:#3C8AF8}.red-theme .ds_nc_titlebox .hleft .barbox .actv{color:#ff7200}.blue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#3c8ddb}.green-theme .ds_nc_titlebox .hleft .barbox .actv{color:#4daf7b}.orange-theme .ds_nc_titlebox .hleft .barbox .actv{color:#ffb142}.darkred-theme .ds_nc_titlebox .hleft .barbox .actv{color:#c60100}.darkblue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#37f}.elep-theme .ds_nc_titlebox .hleft .barbox .actv{color:#2787EE}.elep-red-theme .ds_nc_titlebox .hleft .barbox .actv{color:#ff7200}.nmRed-theme .ds_nc_titlebox .hleft .barbox .actv{color:#e51c16}.hdBlue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#2495c7}.zydxRed-theme .ds_nc_titlebox .hleft .barbox .actv{color:#cd0911}.gzgb-theme .ds_nc_titlebox .hleft .barbox .actv{color:#942320}.ct-theme .ds_nc_titlebox .hleft .barbox .actv{color:#303987}.zgyc-theme .ds_nc_titlebox .hleft .barbox .actv{color:#007c5d}.hbBlue-theme .ds_nc_titlebox .hleft .barbox .actv{color:#1A66B1}.nx-theme .ds_nc_titlebox .hleft .barbox .actv{color:#1b82d2}.dingtalk-theme .ds_nc_titlebox .hleft .barbox .actv{color:#3C8AF8}.ds_nc_titlebox .hright{position:absolute;top:50%;right:0;transform:translate(0, -50%)}.ds_nc_titlebox .hright .choosebtn{display:inline-block;vertical-align:middle;border-radius:3px;color:#fff;display:inline-block;font-size:16px !important;height:40px;line-height:40px;width:124px;text-align:center;cursor:pointer}.red-theme .ds_nc_titlebox .hright .choosebtn{background-color:#ff7200 !important}.blue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#3c8ddb !important}.green-theme .ds_nc_titlebox .hright .choosebtn{background-color:#4daf7b !important}.orange-theme .ds_nc_titlebox .hright .choosebtn{background-color:#ffb142 !important}.darkred-theme .ds_nc_titlebox .hright .choosebtn{background-color:#c60100 !important}.darkblue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#37f !important}.elep-theme .ds_nc_titlebox .hright .choosebtn{background-color:#2787EE !important}.elep-red-theme .ds_nc_titlebox .hright .choosebtn{background-color:#ff7200 !important}.nmRed-theme .ds_nc_titlebox .hright .choosebtn{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_titlebox .hright .choosebtn{background-color:#cd0911 !important}.gzgb-theme .ds_nc_titlebox .hright .choosebtn{background-color:#942320 !important}.ct-theme .ds_nc_titlebox .hright .choosebtn{background-color:#303987 !important}.zgyc-theme .ds_nc_titlebox .hright .choosebtn{background-color:#007c5d !important}.hbBlue-theme .ds_nc_titlebox .hright .choosebtn{background-color:#1A66B1 !important}.nx-theme .ds_nc_titlebox .hright .choosebtn{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_titlebox .hright .choosebtn{background-color:#3C8AF8 !important}.ds_nc_titlebox .hright .morebtn{display:inline-block;vertical-align:middle;display:inline-block;font-size:16px !important;color:#333;margin-left:30px;cursor:pointer;line-height:40px;background:#ffffff;border-radius:3px;width:124px;height:40px;line-height:42px;text-align:center;box-sizing:border-box}.ds_nc_titlebox .hright .choosebtn:hover{opacity:0.9}.ds_nc_titlebox .hright .morebtn:hover{opacity:0.9}.ds_nc_ABanner .swiper-pagination-bullet,.ds_nc_ABanner .swiper-pagination-bullet-active{background:transparent !important}.ds_nc_ABanner .swiper-button-prev1,.ds_nc_ABanner .swiper-button-next1{position:absolute;top:50%;left:50%;width:40px;height:40px;line-height:40px;outline:none;border-radius:50%;text-align:center;background:rgba(0,0,0,0.5);left:20px;font-size:20px;color:#fff;z-index:2;cursor:pointer}.ds_nc_ABanner .swiper-button-prev1::before{margin-left:6px}.ds_nc_ABanner .swiper-button-next1{right:20px;left:auto}.ds_nc_ABanner .swiper-button-next1::before{margin-right:6px}.ds_nc_ABanner .banner-swiper-wrap{position:relative;width:100%;height:100%}.ds_nc_ABanner .banner-swiper-wrap img{width:100%;height:100%}.ds_nc_ABanner .banner-swiper-wrap .pagination-wrap{position:absolute;bottom:-4px;left:0;right:0;z-index:22;background:transparent;text-align:center}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap{width:auto;height:136px;margin:auto;background:rgba(0,0,0,0.6);border-radius:3px;z-index:20;display:inline-block;overflow:hidden}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination{margin:18px 28px;position:relative !important}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet{opacity:0.5}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet-active{opacity:1 !important}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .bullet-item{width:219px;height:99px;float:left;margin-right:19px}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .bullet-item div{box-shadow:3px 3px 0px 0px rgba(255,255,255,0.29)}.ds_nc_ABanner .banner-swiper-wrap .swiper-pagination-wrap .swiper-pagination .bullet-item:last-child{margin-right:0}.ds_nc_ABanner .banner_list ul li img{width:100%;height:100%;cursor:pointer}.ds_nc_ABanner .banner_list ul li div{width:100%;height:100%;cursor:pointer}.ds_nc_ABanner .layui-carousel-ind{top:-88px;width:100%;box-sizing:border-box;padding:0 15%}.ds_nc_ABanner .layui-carousel-ind ul{background:transparent}.ds_nc_ABanner .layui-carousel-ind li{width:40px;height:11px;margin-right:10px;border-radius:0;border:1px solid #fff;background:transparent}.ds_nc_ABanner .layui-carousel-ind li.layui-this{background-color:#fff}.ds_nc_AStudentSay{width:1200px;height:1030px;margin:auto}.ds_nc_AStudentSay .hright{top:55px}.ds_nc_AStudentSay .studentSay-title{font-size:30px;color:#ffffff;text-align:center;padding-top:57px}.ds_nc_AStudentSay .studentSay-sub-title{font-size:20px;color:#ffffff;padding-top:15px;text-align:center}.ds_nc_AStudentSay .swiper-container{width:1072px;height:452px;margin:75px auto 20px}.ds_nc_AStudentSay div.slideSel{background:#ff6a00}.ds_nc_AStudentSay div.slideSel .title,.ds_nc_AStudentSay div.slideSel .ds_seat .frame_title span,.ds_seat .frame_title .ds_nc_AStudentSay div.slideSel span,.ds_nc_AStudentSay div.slideSel .ds_seat .frame_title i,.ds_seat .frame_title .ds_nc_AStudentSay div.slideSel i,.ds_nc_AStudentSay div.slideSel .con-title,.ds_nc_AStudentSay div.slideSel .con-click-num,.ds_nc_AStudentSay div.slideSel .con-click-num span{color:#fff !important}.ds_nc_AStudentSay div.slideSel .con-desc{background:transparent}.ds_nc_AStudentSay div.slideSel .con-desc div,.ds_nc_AStudentSay div.slideSel .con-desc ul,.ds_nc_AStudentSay div.slideSel .con-desc ol,.ds_nc_AStudentSay div.slideSel .con-desc li,.ds_nc_AStudentSay div.slideSel .con-desc h1,.ds_nc_AStudentSay div.slideSel .con-desc h2,.ds_nc_AStudentSay div.slideSel .con-desc h3,.ds_nc_AStudentSay div.slideSel .con-desc h4,.ds_nc_AStudentSay div.slideSel .con-desc h5,.ds_nc_AStudentSay div.slideSel .con-desc h6,.ds_nc_AStudentSay div.slideSel .con-desc table,.ds_nc_AStudentSay div.slideSel .con-desc tr,.ds_nc_AStudentSay div.slideSel .con-desc th,.ds_nc_AStudentSay div.slideSel .con-desc td,.ds_nc_AStudentSay div.slideSel .con-desc p,.ds_nc_AStudentSay div.slideSel .con-desc span,.ds_nc_AStudentSay div.slideSel .con-desc i,.ds_nc_AStudentSay div.slideSel .con-desc b,.ds_nc_AStudentSay div.slideSel .con-desc input,.ds_nc_AStudentSay div.slideSel .con-desc dl,.ds_nc_AStudentSay div.slideSel .con-desc dt,.ds_nc_AStudentSay div.slideSel .con-desc dd,.ds_nc_AStudentSay div.slideSel .con-desc ul,.ds_nc_AStudentSay div.slideSel .con-desc ol,.ds_nc_AStudentSay div.slideSel .con-desc li{color:#fff !important;background:transparent !important}.ds_nc_AStudentSay .swiper-slide{width:512px;text-align:center;font-size:18px;background:#fff;cursor:pointer;transition:all 0.5s}.ds_nc_AStudentSay .swiper-slide:hover{background:#ff6a00;transition:all 0.5s}.ds_nc_AStudentSay .swiper-slide:hover .title,.ds_nc_AStudentSay .swiper-slide:hover .ds_seat .frame_title span,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide:hover span,.ds_nc_AStudentSay .swiper-slide:hover .ds_seat .frame_title i,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide:hover i,.ds_nc_AStudentSay .swiper-slide:hover .con-title,.ds_nc_AStudentSay .swiper-slide:hover .con-click-num,.ds_nc_AStudentSay .swiper-slide:hover .con-click-num span{color:#fff !important;transition:all 0.1s}.ds_nc_AStudentSay .swiper-slide:hover .con-desc{color:#fff !important;background:transparent}.ds_nc_AStudentSay .swiper-slide:hover .con-desc div,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ul,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ol,.ds_nc_AStudentSay .swiper-slide:hover .con-desc li,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h1,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h2,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h3,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h4,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h5,.ds_nc_AStudentSay .swiper-slide:hover .con-desc h6,.ds_nc_AStudentSay .swiper-slide:hover .con-desc table,.ds_nc_AStudentSay .swiper-slide:hover .con-desc tr,.ds_nc_AStudentSay .swiper-slide:hover .con-desc th,.ds_nc_AStudentSay .swiper-slide:hover .con-desc td,.ds_nc_AStudentSay .swiper-slide:hover .con-desc p,.ds_nc_AStudentSay .swiper-slide:hover .con-desc span,.ds_nc_AStudentSay .swiper-slide:hover .con-desc i,.ds_nc_AStudentSay .swiper-slide:hover .con-desc b,.ds_nc_AStudentSay .swiper-slide:hover .con-desc input,.ds_nc_AStudentSay .swiper-slide:hover .con-desc dl,.ds_nc_AStudentSay .swiper-slide:hover .con-desc dt,.ds_nc_AStudentSay .swiper-slide:hover .con-desc dd,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ul,.ds_nc_AStudentSay .swiper-slide:hover .con-desc ol,.ds_nc_AStudentSay .swiper-slide:hover .con-desc li{color:#fff !important}.ds_nc_AStudentSay .swiper-slide .content{text-align:left;padding:73px 53px 79px 53px}.ds_nc_AStudentSay .swiper-slide .content .title,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title span,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content span,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title i,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content i{font-size:16px;color:#666666;font-weight:normal}.ds_nc_AStudentSay .swiper-slide .content .title .avatar,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title span .avatar,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content span .avatar,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title i .avatar,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content i .avatar{width:50px;height:50px;border-radius:50%;margin-right:21px}.ds_nc_AStudentSay .swiper-slide .content .title .time,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title span .time,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content span .time,.ds_nc_AStudentSay .swiper-slide .content .ds_seat .frame_title i .time,.ds_seat .frame_title .ds_nc_AStudentSay .swiper-slide .content i .time{float:right;line-height:50px}.ds_nc_AStudentSay .swiper-slide .content .container{padding-top:15px}.ds_nc_AStudentSay .swiper-slide .content .container .con-title{font-size:18px;color:#333333;line-height:20px}.ds_nc_AStudentSay .swiper-slide .content .container .con-desc{font-size:16px;color:#666666;line-height:28px;padding-top:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;height:166px;background:transparent}.ds_nc_AStudentSay .swiper-slide .content .container .con-desc p,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc div,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc span,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc b,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h1,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h2,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h3,.ds_nc_AStudentSay .swiper-slide .content .container .con-desc h4{color:#666666;background:transparent !important;transition:all 0.1s}.ds_nc_AStudentSay .swiper-slide .content .container .con-click-num{font-size:16px;color:#6d6d6d;padding-top:40px}.ds_nc_AStudentSay .swiper-slide .content .container .con-click-num span{color:#ff6a00}.ds_nc_AStudentSay .swiper-button-next,.ds_nc_AStudentSay .swiper-button-prev{color:#ff6a00;outline:none}.ds_nc_AMeans{width:1200px;height:1030px;margin:auto;padding:0 !important}.ds_nc_AMeans .content-wrap{padding-top:78px;width:100%;height:100%}.ds_nc_AMeans .con-boxShadow{background:#ffffff;border-radius:4px;box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}.ds_nc_AMeans .con-banner{width:700px;height:680px;float:left;position:relative}.ds_nc_AMeans .con-banner .banner_list{height:525px}.ds_nc_AMeans .con-banner .banner_list li img{width:100%;height:100%;cursor:pointer}.ds_nc_AMeans .con-banner-item{width:100%;height:525px;overflow:hidden}.ds_nc_AMeans .con-banner-item img{width:100%;height:100%}.ds_nc_AMeans .banners{width:100%;height:525px;overflow:hidden}.ds_nc_AMeans .banners li{width:100%;height:525px}.ds_nc_AMeans .banners li img{width:100%;height:100%}.ds_nc_AMeans .con-banner-circles{position:absolute;left:0;right:0;bottom:155px}.ds_nc_AMeans .con-banner-circles li{width:80px;height:80px;font-size:35px;color:#ffffff;text-align:center;float:left;margin-right:5px;border-radius:0px;cursor:pointer}.red-theme .ds_nc_AMeans .con-banner-circles li{background-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-banner-circles li{background-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-banner-circles li{background-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-banner-circles li{background-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#37f !important}.elep-theme .ds_nc_AMeans .con-banner-circles li{background-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-banner-circles li{background-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-banner-circles li{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-banner-circles li{background-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-banner-circles li{background-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-banner-circles li{background-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-banner-circles li{background-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-banner-circles li{background-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-banner-circles li{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-banner-circles li{background-color:#3C8AF8 !important}.ds_nc_AMeans .con-banner-circles li span{display:block}.ds_nc_AMeans .con-banner-circles li span:first-child{font-size:30px;margin-top:8px}.ds_nc_AMeans .con-banner-circles li span:last-child{font-size:18px}.ds_nc_AMeans .con-banner-circles li.selCircle{background:#fff !important}.red-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#37f !important}.elep-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#942320 !important}.ct-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-banner-circles li.selCircle{color:#3C8AF8 !important}.ds_nc_AMeans .banner-desc{width:100%;height:156px;overflow:hidden}.ds_nc_AMeans .banner-desc .banner-desc-item{height:100%;cursor:pointer}.ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{font-size:18px;letter-spacing:0;padding:20px 0;text-align:center}.red-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#ff7200 !important}.blue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#3c8ddb !important}.green-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#4daf7b !important}.orange-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#37f !important}.elep-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#942320 !important}.ct-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#303987 !important}.zgyc-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-title{color:#3C8AF8 !important}.ds_nc_AMeans .banner-desc .banner-desc-item .desc-item-info{font-size:16px;color:#333333;letter-spacing:0;line-height:22px;margin:0 30px;max-height:87px;overflow:hidden}.ds_nc_AMeans .con-news{float:right;width:470px;height:680px;overflow:hidden;position:relative;background:url(themes/img/icon_mean_bg.png) center;background-size:490px 700px}.ds_nc_AMeans .con-news::before{content:"";position:absolute;left:1px;right:1px;top:0;height:4px}.red-theme .ds_nc_AMeans .con-news::before{background-color:#ff7200}.blue-theme .ds_nc_AMeans .con-news::before{background-color:#3c8ddb}.green-theme .ds_nc_AMeans .con-news::before{background-color:#4daf7b}.orange-theme .ds_nc_AMeans .con-news::before{background-color:#ffb142}.darkred-theme .ds_nc_AMeans .con-news::before{background-color:#c60100}.darkblue-theme .ds_nc_AMeans .con-news::before{background-color:#37f}.elep-theme .ds_nc_AMeans .con-news::before{background-color:#2787EE}.elep-red-theme .ds_nc_AMeans .con-news::before{background-color:#ff7200}.nmRed-theme .ds_nc_AMeans .con-news::before{background-color:#e51c16}.hdBlue-theme .ds_nc_AMeans .con-news::before{background-color:#2495c7}.zydxRed-theme .ds_nc_AMeans .con-news::before{background-color:#cd0911}.gzgb-theme .ds_nc_AMeans .con-news::before{background-color:#942320}.ct-theme .ds_nc_AMeans .con-news::before{background-color:#303987}.zgyc-theme .ds_nc_AMeans .con-news::before{background-color:#007c5d}.hbBlue-theme .ds_nc_AMeans .con-news::before{background-color:#1A66B1}.nx-theme .ds_nc_AMeans .con-news::before{background-color:#1b82d2}.dingtalk-theme .ds_nc_AMeans .con-news::before{background-color:#3C8AF8}.ds_nc_AMeans .con-news .con-news-wrap{margin:12px 23px}.red-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#37f !important}.elep-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-desc{background-color:#3C8AF8 !important}.ds_nc_AMeans .con-news .con-news-wrap .meanSel .item-hide-time{opacity:1 !important}.ds_nc_AMeans .con-news .con-news-wrap .news-item{height:90px;border-bottom:1px dotted #dbdbdb;box-sizing:border-box;position:relative;cursor:pointer;transition:all 0.5s}.ds_nc_AMeans .con-news .con-news-wrap .news-item:hover .item-hide-time{opacity:1}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-time{width:64px;height:64px;border:1px solid #333333;border-radius:1px;display:inline-block;font-size:14px !important;color:#333333;letter-spacing:0;text-align:center;position:absolute;left:0;top:12px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-desc{display:inline-block;font-size:14px !important;color:#333333;letter-spacing:0;line-height:24px;overflow:hidden;text-overflow:ellipsis;margin-left:94px;position:relative;top:50%;transform:translateY(-50%)}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-show-time{font-size:18px;color:#333333;letter-spacing:0;text-align:center;display:block;font-weight:normal}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-show-time span{display:block}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-show-time span:first-child{margin-top:5px;margin-bottom:5px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;color:#fff;border-radius:1px;font-weight:normal;opacity:0;transition:all 0.2s}.red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#37f !important}.elep-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{border-color:#3C8AF8 !important}.red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#ff7200 !important}.blue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#3c8ddb !important}.green-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#4daf7b !important}.orange-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#ffb142 !important}.darkred-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#c60100 !important}.darkblue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#37f !important}.elep-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#2787EE !important}.elep-red-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#ff7200 !important}.nmRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#cd0911 !important}.gzgb-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#942320 !important}.ct-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#303987 !important}.zgyc-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#007c5d !important}.hbBlue-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#1A66B1 !important}.nx-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time{background-color:#3C8AF8 !important}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time span{display:block;color:#ffffff;text-align:center;margin-top:-2px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time span:first-child{font-size:30px}.ds_nc_AMeans .con-news .con-news-wrap .news-item .item-hide-time span:last-child{font-size:18px}.ds_nc_acourse .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_acourse .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_acourse .alistbox{width:1200px;margin:30px auto 0}.ds_nc_acourse .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:280px;height:374px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:26px;position:relative}.ds_nc_acourse .alistbox .aitem .aimgbox{height:210px;position:relative}.ds_nc_acourse .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_acourse .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_acourse .alistbox .aitem .item-foot{padding:10px 8px 11px 9px;box-sizing:border-box}.ds_nc_acourse .alistbox .aitem .item-foot .ctitle{font-size:18px;color:#333333;letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px}.ds_nc_acourse .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_acourse .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_acourse .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;width:87%;margin-left:2px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p1 i{display:inline-block;vertical-align:middle;width:15px;height:16px;background:url(/dsfa/res/dsf_styles/themes/styleClass/fabu.png) no-repeat;background-size:100% 100%}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p1 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acourse .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_acourse .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_acourse .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_acourse .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_acourse .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_acourse .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_acourse .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_acourse .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;padding:0 8px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_acourse .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_acourse .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_acourse .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_acourse .alistbox .aitem:nth-child(4n){margin-right:0}.ds_nc_acourse .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_acoursegood .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_acoursegood .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_acoursegood .alistbox{width:1200px;margin:30px auto 0}.ds_nc_acoursegood .alistbox .aitem{cursor:pointer;overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:348px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:20px;position:relative}.ds_nc_acoursegood .alistbox .aitem .aimgbox{height:244px;position:relative}.ds_nc_acoursegood .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_acoursegood .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_acoursegood .alistbox .aitem .item-foot{padding:10px 8px 11px 9px;box-sizing:border-box;text-align:center}.ds_nc_acoursegood .alistbox .aitem .item-foot .ctitle{font-weight:400;margin-bottom:10px;font-size:18px;color:#000000;letter-spacing:0.39px;line-height:26px;height:26px;overflow:hidden}.ds_nc_acoursegood .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;margin-left:2px;font-size:14px;text-align:center;color:#666}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p1 i{display:inline-block;vertical-align:middle;width:15px;height:16px;background:url(/dsfa/res/dsf_styles/themes/styleClass/fabu.png) no-repeat;background-size:100% 100%}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p1 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_acoursegood .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_acoursegood .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_acoursegood .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_acoursegood .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:20px 15px 45px 17px;box-sizing:border-box;width:100%;height:160px}.ds_nc_acoursegood .alistbox .aitem .hbox p{font-size:22px;padding-top:10px;color:#da0000;cursor:pointer;text-align:center;letter-spacing:0.47px;line-height:26px}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox{margin-top:10px;text-align:center}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox span{display:inline-block;text-align:center;font-size:14px;color:#ffffff;height:60px;padding:0 8px;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_acoursegood .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_acoursegood .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_acoursegood .alistbox .aitem:nth-child(3n){margin-right:0}.ds_nc_acoursegood .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_acoursegood .ds_nc_listitem{display:block;width:48%;float:left;height:50px;line-height:50px;border-bottom:#ccc 1px dotted;font-size:18px !important;color:#333;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.ds_nc_acoursegood .ds_nc_listitem .d-nmg{display:inline-block;width:20px;height:20px;background:url(themes/img/i-file.png) left center no-repeat;background-size:100% 100%;margin-right:10px}.ds_nc_acoursegood .ds_nc_listitem .item_font{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_acoursegood .ds_nc_listitem:hover{color:#da0000}.ds_nc_aspecial .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_aspecial .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_aspecial .alistbox{width:1200px;margin:30px auto 0}.ds_nc_aspecial .alistbox .aitem{overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:53px;width:380px;height:414px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);margin-right:30px;position:relative}.ds_nc_aspecial .alistbox .aitem .aimgbox{height:285px;position:relative}.ds_nc_aspecial .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:40px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:6px;left:14px}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_aspecial .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:13px;vertical-align:middle}.ds_nc_aspecial .alistbox .aitem .item-foot{padding:9px 20px 11px;box-sizing:border-box}.ds_nc_aspecial .alistbox .aitem .item-foot .ctitle{font-size:18px;color:#333333;letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour{margin-top:8px}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour p{font-size:16px;color:#333333;display:inline-block;min-width:120px;height:26px;line-height:26px}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour p i{margin-left:6px;font-style:normal}.ds_nc_aspecial .alistbox .aitem .item-foot .cclass-hour p:last-child{width:100%}.ds_nc_aspecial .alistbox .aitem .hbox{transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_aspecial .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;min-width:98px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_aspecial .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_aspecial .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_aspecial .alistbox .aitem:nth-child(3n){margin-right:0}.ds_nc_aspecial .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_achannel .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_achannel .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_achannel .alist-box{width:1200px;margin:30px auto 0;z-index:906;position:relative}.ds_nc_achannel .alist-box .aitem{display:inline-block;vertical-align:top;width:570px;height:150px;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);position:relative;margin-right:60px;margin-bottom:100px;padding:0 0 0 200px;box-sizing:border-box;cursor:pointer}.ds_nc_achannel .alist-box .aitem .imgbox{position:absolute;top:0;left:0;height:100%;width:200px}.ds_nc_achannel .alist-box .aitem .imgbox img{width:100%;height:100%}.ds_nc_achannel .alist-box .aitem .rightcontent{padding:15px 14px 0 20px;box-sizing:border-box;height:100%;position:relative}.ds_nc_achannel .alist-box .aitem .rightcontent .right-tit{font-size:18px;color:#333333;width:100%}.ds_nc_achannel .alist-box .aitem .rightcontent .channer-text{margin-top:20px;font-size:16px;color:#666666;line-height:22px;height:44px}.ds_nc_achannel .alist-box .aitem .rightcontent .cnumbox{margin-top:12px}.ds_nc_achannel .alist-box .aitem .rightcontent .cnumbox i{display:inline-block;vertical-align:middle;font-size:19px;margin-top:1px}.ds_nc_achannel .alist-box .aitem .rightcontent .cnumbox span{vertical-align:middle;font-size:16px;color:#666666;margin-left:4px}.ds_nc_achannel .alist-box .aitem .rightcontent b{display:inline-block;border:9px solid transparent;height:calc(50% - 9px);position:absolute}.ds_nc_achannel .alist-box .aitem .rightcontent .b1{top:0;left:-18px;border-top-width:0}.ds_nc_achannel .alist-box .aitem .rightcontent .b2{bottom:0;left:-18px;border-bottom-width:0}.ds_nc_achannel .alist-box .aitem:nth-child(2n){margin-right:0}.ds_nc_achannel .alist-box .aitem:hover .rightcontent{color:#fff}.red-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#ff7200}.blue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#3c8ddb}.green-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#4daf7b}.orange-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#ffb142}.darkred-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#c60100}.darkblue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#37f}.elep-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#2787EE}.elep-red-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#ff7200}.nmRed-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#e51c16}.hdBlue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#2495c7}.zydxRed-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#cd0911}.gzgb-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#942320}.ct-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#303987}.zgyc-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#007c5d}.hbBlue-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#1A66B1}.nx-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#1b82d2}.dingtalk-theme .ds_nc_achannel .alist-box .aitem:hover .rightcontent{background-color:#3C8AF8}.ds_nc_achannel .alist-box .aitem:hover .right-tit{color:#fff}.ds_nc_achannel .alist-box .aitem:hover .channer-text{color:#fff}.ds_nc_achannel .alist-box .aitem:hover .cnumbox span{color:#fff}.red-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#ff7200}.blue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#3c8ddb}.green-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#4daf7b}.orange-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#ffb142}.darkred-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#c60100}.darkblue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#37f}.elep-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#2787EE}.elep-red-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#ff7200}.nmRed-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#e51c16}.hdBlue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#2495c7}.zydxRed-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#cd0911}.gzgb-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#942320}.ct-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#303987}.zgyc-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#007c5d}.hbBlue-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#1A66B1}.nx-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#1b82d2}.dingtalk-theme .ds_nc_achannel .alist-box .aitem:hover .colorb{border-right-color:#3C8AF8}.ds_nc_ateacher .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_ateacher .ell9{display:-webkit-box;overflow:hidden;-webkit-line-clamp:9;-webkit-box-orient:vertical}.ds_nc_ateacher .alist-box{width:1200px;margin:30px auto 0}.ds_nc_ateacher .alist-box .aitem{display:inline-block;vertical-align:top;width:225px;height:315px;background:#ffffff;position:relative;margin-right:18.5px;margin-bottom:68px;box-sizing:border-box;cursor:pointer;overflow:hidden}.ds_nc_ateacher .alist-box .aitem img{width:100%;height:100%}.ds_nc_ateacher .alist-box .aitem .tea-text{position:absolute;top:calc(100% - 60px);width:100%;text-align:center;color:#ffffff;padding:8px 16px 8px;box-sizing:border-box;background:rgba(0,0,0,0.5);transition:0.15s}.ds_nc_ateacher .alist-box .aitem .tea-text p{font-size:18px !important;letter-spacing:0;line-height:24px}.ds_nc_ateacher .alist-box .aitem .tea-text .ftext{font-size:16px !important;letter-spacing:0;text-align:center;line-height:24px}.ds_nc_ateacher .alist-box .aitem:hover .tea-text{top:auto;bottom:0}.red-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#ff7200 !important}.blue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#3c8ddb !important}.green-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#4daf7b !important}.orange-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#ffb142 !important}.darkred-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#c60100 !important}.darkblue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#37f !important}.elep-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#2787EE !important}.elep-red-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#ff7200 !important}.nmRed-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#e51c16 !important}.hdBlue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#2495c7 !important}.zydxRed-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#cd0911 !important}.gzgb-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#942320 !important}.ct-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#303987 !important}.zgyc-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#007c5d !important}.hbBlue-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#1A66B1 !important}.nx-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#1b82d2 !important}.dingtalk-theme .ds_nc_ateacher .alist-box .aitem:hover .tea-text{background-color:#3C8AF8 !important}.ds_nc_ateacher .alist-box .aitem:nth-child(5n){margin-right:0}.ds_nc_alinks .linksbox{width:1200px;margin:30px auto 0;margin-top:68px}.ds_nc_alinks .linksbox .item{display:inline-block;width:237px;height:56px;margin-right:78px;margin-bottom:48px;cursor:pointer}.ds_nc_alinks .linksbox .item img{max-width:100%;max-height:100%}.ds_nc_alinks .linksbox .item:nth-child(4n){margin-right:0}.ds_nc_hplivecontent{width:1200px;box-sizing:border-box;margin:0 auto;color:#666666}.ds_nc_hplivecontent .rightbox{position:absolute;top:20px;right:0}.ds_nc_hplivecontent .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_hplivecontent .rightbox button{display:inline-block;width:48px;height:48px;background-image:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png);background-position:center;background-repeat:no-repeat;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;margin:0;padding:0;border:1px solid transparent;outline:none;cursor:pointer}.red-theme .ds_nc_hplivecontent .rightbox button{background-color:#c62f26}.blue-theme .ds_nc_hplivecontent .rightbox button{background-color:#1a66b1}.green-theme .ds_nc_hplivecontent .rightbox button{background-color:#189a5a}.orange-theme .ds_nc_hplivecontent .rightbox button{background-color:#fc7001}.darkred-theme .ds_nc_hplivecontent .rightbox button{background-color:#c60100}.darkblue-theme .ds_nc_hplivecontent .rightbox button{background-color:#2b6be2}.elep-theme .ds_nc_hplivecontent .rightbox button{background-color:#2787EE}.elep-red-theme .ds_nc_hplivecontent .rightbox button{background-color:#9C0105}.nmRed-theme .ds_nc_hplivecontent .rightbox button{background-color:#e51c16}.hdBlue-theme .ds_nc_hplivecontent .rightbox button{background-color:#2495c7}.zydxRed-theme .ds_nc_hplivecontent .rightbox button{background-color:#cd0911}.gzgb-theme .ds_nc_hplivecontent .rightbox button{background-color:#942320}.ct-theme .ds_nc_hplivecontent .rightbox button{background-color:#303987}.zgyc-theme .ds_nc_hplivecontent .rightbox button{background-color:#007c5d}.hbBlue-theme .ds_nc_hplivecontent .rightbox button{background-color:#1A66B1}.nx-theme .ds_nc_hplivecontent .rightbox button{background-color:#1B82D2}.dingtalk-theme .ds_nc_hplivecontent .rightbox button{background-color:#3C8AF8}.ds_nc_hplivecontent .ds_live_list_wrap{margin-top:40px;position:relative}.ds_nc_hplivecontent .ds_live_list_wrap #ds_live_list_page{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.ds_nc_hplivecontent .ds_live_list_wrap #ds_live_list_page .layui-laypage-em{background:#e68040 !important}.ds_nc_hplivecontent .ds_live_list_wrap #ds_live_list_page .layui-laypage-count{background:none;color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap{width:100%;min-height:737px;margin:30px auto 0;box-sizing:border-box;position:relative;margin-bottom:80px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item{width:100%;height:184.25px;box-sizing:border-box;position:relative}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time{width:100px;height:100px;position:absolute;left:0;top:50%;transform:translateY(-50%);border:2px solid #ffffff;box-sizing:border-box;color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time.live_in{border:none;background:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time .hplive_itme_content{text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time .hplive_itme_content .date{font-size:20px;margin-bottom:10px;white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_time .hplive_itme_content .time{font-size:16px;white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_axis{width:2px;height:100%;background:#ffffff;position:absolute;left:164px;top:0}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_axis_core{width:18px;height:18px;position:absolute;left:164px;top:50%;transform:translate(-9px, -50%);box-sizing:border-box;background:#ffffff;border:2px solid #ffffff;border-radius:9999px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_axis_core.live_in{background:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap{width:959px;height:150px;position:absolute;right:0;top:50%;transform:translateY(-50%);color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap{width:200px;height:100%;position:absolute;left:0;top:0;box-sizing:border-box}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{width:56px;height:22px;position:absolute;left:0;top:11px;font-size:14px;color:#ffffff}.red-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#ff7200}.blue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#3c8ddb}.green-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#4daf7b}.orange-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#ffb142}.darkred-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#c60100}.darkblue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#37f}.elep-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#2787EE}.elep-red-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#ff7200}.nmRed-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#e51c16}.hdBlue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#2495c7}.zydxRed-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#cd0911}.gzgb-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#942320}.ct-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#303987}.zgyc-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#007c5d}.hbBlue-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#1A66B1}.nx-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#1b82d2}.dingtalk-theme .ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon{background-color:#3C8AF8}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon.live_in{background:#e12617}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap .hplive_icon span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_icon_wrap img{width:100%;height:100%}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail{width:759px;height:100%;position:absolute;right:0;top:0;box-sizing:border-box}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default{width:100%;height:100%;position:relative}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt{width:276px;position:absolute;left:30px;top:50%;transform:translateY(-50%)}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_title{height:50px;font-size:18px;line-height:25px;margin-bottom:30px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_lectuer{height:46px;font-size:16px;line-height:23px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct{position:absolute;left:364px;top:50%;transform:translateY(-50%);vertical-align:bottom}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_name{font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_num{font-size:40px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt{width:200px;height:100%;position:absolute;right:0;top:0}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date{position:absolute;right:0;bottom:70%;text-align:right;vertical-align:bottom;white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date.live_in{bottom:75%}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_name{font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_num{font-size:40px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_unit{font-size:18px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{width:97px;height:40px;box-sizing:border-box;border:1px solid #ffffff;border-radius:3px;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn.submitted{color:#999999;border:1px solid #999999}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn.ban{color:#999999;border:1px solid #999999;cursor:not-allowed}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn .hplive_sign_name{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);white-space:nowrap}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on{width:100%;height:100%;background:#e68040;position:relative;color:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on:after{content:"";width:0;height:0;position:absolute;top:50%;left:0px;transform:translateY(-50%);border-width:11.25px 0 11.25px 11.25px;border-style:solid;border-color:transparent;border-left-color:#000000}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt{width:307px;position:absolute;left:30px;top:25px;font-size:20px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .get_into_title{margin-top:-10px;margin-bottom:10px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one{vertical-align:middle}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one .method_icon{width:26px;height:26px;box-sizing:border-box;border-radius:9999px;background:#ffffff;position:relative;margin-right:10px;display:inline-block;font-size:20px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one .method_icon span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_one .method_title{display:inline-block;font-size:18px;height:26px;line-height:26px;position:absolute}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_go{margin-left:36px;font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_qr{width:100px;height:100px;position:absolute;right:0;top:0;background:#ffffff}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .lt .method_qr img{width:100%;height:100%}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .cut_off_rule{width:1px;height:104px;background:#ffffff;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt{width:332px;position:absolute;right:15px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two{margin-top:50px;vertical-align:middle}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two .method_icon{width:26px;height:26px;box-sizing:border-box;border-radius:9999px;background:#ffffff;position:relative;margin-right:10px;display:inline-block;font-size:20px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two .method_icon span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#e68040}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_two .method_title{display:inline-block;font-size:18px;height:26px;line-height:26px;position:absolute}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_go{width:195px;margin-left:36px;font-size:16px}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_head_icon{width:100px;height:100px;position:absolute;right:0px;top:25px;background:#ffffff;border-radius:9999px;overflow:hidden}.ds_nc_hplivecontent .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_on .rt .method_head_icon img{width:100%;height:100%}.ds_nc_hplivecontent.hplivelist{color:#666666}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time{border:2px solid #c9c9c9}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time.live_in{border:none;background:#e68040}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time.live_in .date,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time.live_in .time{color:#ffffff}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time .date,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_time .time{color:#666666}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_axis{background:#999999}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_axis_core{border:2px solid #bfbfbf}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_title,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .lt .hplive_lectuer{color:#333333}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_name,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .ct .hplive_sign_num{color:#666666}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_name,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_num,.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_distance_date .hplive_distance_date_unit{color:#666666}.red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #c62f26}.blue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #1a66b1}.green-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #189a5a}.orange-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #fc7001}.darkred-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #c60100}.darkblue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #2b6be2}.elep-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #2787EE}.elep-red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #9C0105}.nmRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #e51c16}.hdBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #2495c7}.zydxRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #cd0911}.gzgb-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #942320}.ct-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #303987}.zgyc-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #007c5d}.hbBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #1A66B1}.nx-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #1B82D2}.dingtalk-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{border:1px solid #3C8AF8}.red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#c62f26}.blue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#1a66b1}.green-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#189a5a}.orange-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#fc7001}.darkred-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#c60100}.darkblue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#2b6be2}.elep-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#2787EE}.elep-red-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#9C0105}.nmRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#e51c16}.hdBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#2495c7}.zydxRed-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#cd0911}.gzgb-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#942320}.ct-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#303987}.zgyc-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#007c5d}.hbBlue-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#1A66B1}.nx-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#1B82D2}.dingtalk-theme .ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .hplive_detail .hplive_body_default .rt .hplive_sign_btn{color:#3C8AF8}.ds_nc_hplivecontent.hplivelist .hplive_list_wrap .hplive_list_item .hplive_body_wrap .border-bottom{position:absolute;top:167px;width:100%;margin:0px;border-top:1px solid #e8e8e8;border-style:none}.ds_nc_hplivecontent.hplivelist .ds_live_list_wrap #ds_live_list_page .layui-laypage-count{color:#333}.ds_nc_schoolfoot{background:rgba(0,0,0,0.73);box-sizing:border-box;height:98px}.ds_nc_schoolfoot .ds_nc_ncalifoot{width:1200px;padding-top:21px;margin-left:auto;margin-right:auto}.ds_nc_schoolfoot .ds_nc_ncalifoot .logobox{position:relative}.ds_nc_schoolfoot .ds_nc_ncalifoot .logobox .logoimgbox{display:inline-block;width:190px;height:45px;background:url(/dsfa/res/dsf_styles/themes/nc/schoollogo.png) no-repeat;background-size:100%}.ds_nc_schoolfoot .ds_nc_ncalifoot .logobox .txt{position:absolute;right:0;top:12px;color:#fff;font-size:18px}.ds_nc_ncalifootcontent{background:rgba(0,0,0,0.73);box-sizing:border-box;height:98px}.ds_nc_ncalifootcontent .ds_nc_ncalifoot{width:1200px;padding-top:21px;margin-left:auto;margin-right:auto}.ds_nc_ncalifootcontent .ds_nc_ncalifoot .logobox{position:relative}.ds_nc_ncalifootcontent .ds_nc_ncalifoot .logobox .logoimgbox{isplay:inline-block;width:311px;height:56px;background:url(/dsfa/nc/pc/main/assets/images/head_logo.png) no-repeat}.ds_nc_ncalifootcontent .ds_nc_ncalifoot .logobox .txt{position:absolute;right:0;top:12px;color:#fff;font-size:18px}.ds_nc_planfoot{box-sizing:border-box;min-height:200px;padding-bottom:36px;color:#fff}.ds_nc_planfoot .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_planfoot .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.red-theme .ds_nc_planfoot{background-color:#ff7200}.blue-theme .ds_nc_planfoot{background-color:#3c8ddb}.green-theme .ds_nc_planfoot{background-color:#4daf7b}.orange-theme .ds_nc_planfoot{background-color:#ffb142}.darkred-theme .ds_nc_planfoot{background-color:#c60100}.darkblue-theme .ds_nc_planfoot{background-color:#37f}.elep-theme .ds_nc_planfoot{background-color:#2787EE}.elep-red-theme .ds_nc_planfoot{background-color:#ff7200}.nmRed-theme .ds_nc_planfoot{background-color:#e51c16}.hdBlue-theme .ds_nc_planfoot{background-color:#2495c7}.zydxRed-theme .ds_nc_planfoot{background-color:#cd0911}.gzgb-theme .ds_nc_planfoot{background-color:#942320}.ct-theme .ds_nc_planfoot{background-color:#303987}.zgyc-theme .ds_nc_planfoot{background-color:#007c5d}.hbBlue-theme .ds_nc_planfoot{background-color:#1A66B1}.nx-theme .ds_nc_planfoot{background-color:#1b82d2}.dingtalk-theme .ds_nc_planfoot{background-color:#3C8AF8}.ds_nc_planfoot .planfoot{width:1200px;margin-left:auto;margin-right:auto}.ds_nc_planfoot .planfoot .planitembox{padding-top:83px;padding-bottom:36px;border-bottom:1px solid #fff;box-sizing:border-box;height:299px}.ds_nc_planfoot .planfoot .planitembox .planitem{display:inline-block;vertical-align:top}.ds_nc_planfoot .planfoot .planitembox .planitem .titleText{font-size:18px}.ds_nc_planfoot .planfoot .planitembox .planitem ul{margin-top:45px}.ds_nc_planfoot .planfoot .planitembox .planitem ul li{margin-bottom:18px}.ds_nc_planfoot .planfoot .planitembox .planlogo{width:308px}.ds_nc_planfoot .planfoot .planitembox .planlogo .planimgbox{width:308px;height:72px}.ds_nc_planfoot .planfoot .planitembox .planlogo .planimgbox img{width:100%;height:100%}.ds_nc_planfoot .planfoot .planitembox .planlogo p{margin-top:51px;font-size:16px;letter-spacing:0.5px;text-align:justify;word-wrap:break-word}.ds_nc_planfoot .planfoot .planitembox .plantel{width:300px;margin-left:98px}.ds_nc_planfoot .planfoot .planitembox .planlinks{width:255px;margin-left:61px}.ds_nc_planfoot .planfoot .planitembox .planlinks ul li{cursor:pointer}.ds_nc_planfoot .planfoot .planitembox .planabout{width:80px;margin-left:98px}.ds_nc_planfoot .planfoot .planitembox .planabout ul li{cursor:pointer}.ds_nc_planfoot .planfoot .foottext{text-align:center;font-size:16px;padding:45px 0 27px 0px;box-sizing:border-box}.NcFloatmenubox .ds_nc_NcFloatmenu{background:#fff;border:1px solid #ddd;border-radius:3px solid #ddd;box-sizing:border-box;width:170px;top:50%;z-index:9999;opacity:0.8}.NcFloatmenubox .ds_nc_NcFloatmenu ul li{text-align:center;margin:17px 0px;cursor:pointer}.NcFloatmenubox .ds_nc_NcFloatmenu ul li>span{display:inline-block;width:72px;height:72px;font-size:76px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li>p{font-size:16px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode{display:none;width:200px;height:200px;position:absolute;text-align:center;padding:18px 1px;box-sizing:border-box;background:#fff}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode p{line-height:24px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode h6{display:inline-block;width:100px;height:100px;margin-top:14px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .qrcode h6 img{width:100%}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .hottel{display:none;background:#fff;text-align:center;position:absolute;padding:28px 30px;box-sizing:border-box}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .hottel h6{margin-top:20px}.NcFloatmenubox .ds_nc_NcFloatmenu ul li .hottel h6 i{font-size:54px;vertical-align:middle}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_1>span{color:#000}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_2>span{color:#0051c2}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_2 h6 i{color:#0051c2}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_3>span{color:#ffc500}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_4>span{color:#9b9b9b}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_1:hover .qrcode{display:block}.NcFloatmenubox .ds_nc_NcFloatmenu ul .li_2:hover .hottel{display:block}.NcFloatmenubox .iswhere_left{position:fixed;left:10px;transform:translate(0, -50%)}.NcFloatmenubox .iswhere_left ul li .qrcode{margin-left:168px}.NcFloatmenubox .iswhere_left ul li .hottel{margin-left:168px}.NcFloatmenubox .iswhere_right{position:fixed;right:10px;transform:translate(0, -50%)}.NcFloatmenubox .iswhere_right li .qrcode{margin-left:-200px}.NcFloatmenubox .iswhere_right li .hottel{margin-left:-188px}.text:after{content:" ... ";position:absolute;bottom:0;right:0;padding-left:10px;background:-webkit-linear-gradient(left, transparent, #fff 40%);background:-o-linear-gradient(left, #fff 50%);background:-moz-linear-gradient(left, #fff 50%);background:linear-gradient()}.changeell3{display:block !important}.text{display:block;overflow:hidden;position:relative}.texter{height:90px}.red-theme .commonFontColor{color:#ff7200 !important}.blue-theme .commonFontColor{color:#3c8ddb !important}.green-theme .commonFontColor{color:#4daf7b !important}.orange-theme .commonFontColor{color:#ffb142 !important}.darkred-theme .commonFontColor{color:#c60100 !important}.darkblue-theme .commonFontColor{color:#37f !important}.elep-theme .commonFontColor{color:#2787EE !important}.elep-red-theme .commonFontColor{color:#ff7200 !important}.nmRed-theme .commonFontColor{color:#e51c16 !important}.hdBlue-theme .commonFontColor{color:#2495c7 !important}.zydxRed-theme .commonFontColor{color:#cd0911 !important}.gzgb-theme .commonFontColor{color:#942320 !important}.ct-theme .commonFontColor{color:#303987 !important}.zgyc-theme .commonFontColor{color:#007c5d !important}.hbBlue-theme .commonFontColor{color:#1A66B1 !important}.nx-theme .commonFontColor{color:#1b82d2 !important}.dingtalk-theme .commonFontColor{color:#3C8AF8 !important}.red-theme .commonBorderColor{border-color:#ff7200 !important}.blue-theme .commonBorderColor{border-color:#3c8ddb !important}.green-theme .commonBorderColor{border-color:#4daf7b !important}.orange-theme .commonBorderColor{border-color:#ffb142 !important}.darkred-theme .commonBorderColor{border-color:#c60100 !important}.darkblue-theme .commonBorderColor{border-color:#37f !important}.elep-theme .commonBorderColor{border-color:#2787EE !important}.elep-red-theme .commonBorderColor{border-color:#ff7200 !important}.nmRed-theme .commonBorderColor{border-color:#e51c16 !important}.hdBlue-theme .commonBorderColor{border-color:#2495c7 !important}.zydxRed-theme .commonBorderColor{border-color:#cd0911 !important}.gzgb-theme .commonBorderColor{border-color:#942320 !important}.ct-theme .commonBorderColor{border-color:#303987 !important}.zgyc-theme .commonBorderColor{border-color:#007c5d !important}.hbBlue-theme .commonBorderColor{border-color:#1A66B1 !important}.nx-theme .commonBorderColor{border-color:#1b82d2 !important}.dingtalk-theme .commonBorderColor{border-color:#3C8AF8 !important}.red-theme .commonBgColorBefore::before{background-color:#ff7200 !important}.blue-theme .commonBgColorBefore::before{background-color:#3c8ddb !important}.green-theme .commonBgColorBefore::before{background-color:#4daf7b !important}.orange-theme .commonBgColorBefore::before{background-color:#ffb142 !important}.darkred-theme .commonBgColorBefore::before{background-color:#c60100 !important}.darkblue-theme .commonBgColorBefore::before{background-color:#37f !important}.elep-theme .commonBgColorBefore::before{background-color:#2787EE !important}.elep-red-theme .commonBgColorBefore::before{background-color:#ff7200 !important}.nmRed-theme .commonBgColorBefore::before{background-color:#e51c16 !important}.hdBlue-theme .commonBgColorBefore::before{background-color:#2495c7 !important}.zydxRed-theme .commonBgColorBefore::before{background-color:#cd0911 !important}.gzgb-theme .commonBgColorBefore::before{background-color:#942320 !important}.ct-theme .commonBgColorBefore::before{background-color:#303987 !important}.zgyc-theme .commonBgColorBefore::before{background-color:#007c5d !important}.hbBlue-theme .commonBgColorBefore::before{background-color:#1A66B1 !important}.nx-theme .commonBgColorBefore::before{background-color:#1b82d2 !important}.dingtalk-theme .commonBgColorBefore::before{background-color:#3C8AF8 !important}.red-theme .commonBorderColorAfter::after{border-color:#ff7200 !important}.blue-theme .commonBorderColorAfter::after{border-color:#3c8ddb !important}.green-theme .commonBorderColorAfter::after{border-color:#4daf7b !important}.orange-theme .commonBorderColorAfter::after{border-color:#ffb142 !important}.darkred-theme .commonBorderColorAfter::after{border-color:#c60100 !important}.darkblue-theme .commonBorderColorAfter::after{border-color:#37f !important}.elep-theme .commonBorderColorAfter::after{border-color:#2787EE !important}.elep-red-theme .commonBorderColorAfter::after{border-color:#ff7200 !important}.nmRed-theme .commonBorderColorAfter::after{border-color:#e51c16 !important}.hdBlue-theme .commonBorderColorAfter::after{border-color:#2495c7 !important}.zydxRed-theme .commonBorderColorAfter::after{border-color:#cd0911 !important}.gzgb-theme .commonBorderColorAfter::after{border-color:#942320 !important}.ct-theme .commonBorderColorAfter::after{border-color:#303987 !important}.zgyc-theme .commonBorderColorAfter::after{border-color:#007c5d !important}.hbBlue-theme .commonBorderColorAfter::after{border-color:#1A66B1 !important}.nx-theme .commonBorderColorAfter::after{border-color:#1b82d2 !important}.dingtalk-theme .commonBorderColorAfter::after{border-color:#3C8AF8 !important}.red-theme .commonBgColor{background-color:#ff7200 !important}.blue-theme .commonBgColor{background-color:#3c8ddb !important}.green-theme .commonBgColor{background-color:#4daf7b !important}.orange-theme .commonBgColor{background-color:#ffb142 !important}.darkred-theme .commonBgColor{background-color:#c60100 !important}.darkblue-theme .commonBgColor{background-color:#37f !important}.elep-theme .commonBgColor{background-color:#2787EE !important}.elep-red-theme .commonBgColor{background-color:#ff7200 !important}.nmRed-theme .commonBgColor{background-color:#e51c16 !important}.hdBlue-theme .commonBgColor{background-color:#2495c7 !important}.zydxRed-theme .commonBgColor{background-color:#cd0911 !important}.gzgb-theme .commonBgColor{background-color:#942320 !important}.ct-theme .commonBgColor{background-color:#303987 !important}.zgyc-theme .commonBgColor{background-color:#007c5d !important}.hbBlue-theme .commonBgColor{background-color:#1A66B1 !important}.nx-theme .commonBgColor{background-color:#1b82d2 !important}.dingtalk-theme .commonBgColor{background-color:#3C8AF8 !important}.ds_nc_informationcontent{max-width:1200px;margin:0 auto;padding:20px 0px;box-sizing:border-box}.ds_nc_informationcontent .ds_nc_informationlist{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 0px}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem{display:block;width:48%;float:left;height:50px;line-height:50px;border-bottom:#ccc 1px dotted;font-size:18px !important;color:#333;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem .d-nmg{display:inline-block;width:20px;height:20px;background:url(themes/img/i-file.png) left center no-repeat;background-size:100% 100%;margin-right:10px}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem .item_font{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_informationcontent .ds_nc_informationlist .ds_nc_listitem:hover{color:#da0000}.ds_nc_notice{width:1200px;margin:0 auto;box-sizing:border-box}.ds_nc_notice .serchbox{padding-top:50px;width:100%;height:50px;display:flex;justify-content:space-between;align-items:center}.ds_nc_notice .serchbox .leftbox span{display:inline-block;vertical-align:middle;width:42px;height:42px;border-radius:50%;background:url(/dsfa/res/dsf_styles/themes/nc/mainpindao.png) no-repeat center;background-size:100%}.red-theme .ds_nc_notice .serchbox .leftbox span{background-color:#c62f26}.blue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#1a66b1}.green-theme .ds_nc_notice .serchbox .leftbox span{background-color:#189a5a}.orange-theme .ds_nc_notice .serchbox .leftbox span{background-color:#fc7001}.darkred-theme .ds_nc_notice .serchbox .leftbox span{background-color:#c60100}.darkblue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#2b6be2}.elep-theme .ds_nc_notice .serchbox .leftbox span{background-color:#2787EE}.elep-red-theme .ds_nc_notice .serchbox .leftbox span{background-color:#9C0105}.nmRed-theme .ds_nc_notice .serchbox .leftbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_notice .serchbox .leftbox span{background-color:#cd0911}.gzgb-theme .ds_nc_notice .serchbox .leftbox span{background-color:#942320}.ct-theme .ds_nc_notice .serchbox .leftbox span{background-color:#303987}.zgyc-theme .ds_nc_notice .serchbox .leftbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_notice .serchbox .leftbox span{background-color:#1A66B1}.nx-theme .ds_nc_notice .serchbox .leftbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_notice .serchbox .leftbox span{background-color:#3C8AF8}.ds_nc_notice .serchbox .leftbox b{font-size:30px;color:#333333;line-height:42px;vertical-align:middle;margin-left:9px}.ds_nc_notice .serchbox .leftbox i{line-height:28px;margin-left:27px;vertical-align:middle;font-style:normal}.ds_nc_notice .serchbox .rightbox input{border:1px solid #ebebeb;outline:none;width:452px;vertical-align:middle;height:48px;padding-left:17px;border-radius:6px 0 0 6px;box-sizing:border-box}.ds_nc_notice .serchbox .rightbox span{display:inline-block;width:48px;height:48px;background:url(/dsfa/res/dsf_styles/themes/nc/sousuo02.png) no-repeat center;background-size:45%;vertical-align:middle;border-radius:0 6px 6px 0;cursor:pointer}.red-theme .ds_nc_notice .serchbox .rightbox span{background-color:#c62f26}.blue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#1a66b1}.green-theme .ds_nc_notice .serchbox .rightbox span{background-color:#189a5a}.orange-theme .ds_nc_notice .serchbox .rightbox span{background-color:#fc7001}.darkred-theme .ds_nc_notice .serchbox .rightbox span{background-color:#c60100}.darkblue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#2b6be2}.elep-theme .ds_nc_notice .serchbox .rightbox span{background-color:#2787EE}.elep-red-theme .ds_nc_notice .serchbox .rightbox span{background-color:#9C0105}.nmRed-theme .ds_nc_notice .serchbox .rightbox span{background-color:#e51c16}.hdBlue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#2495c7}.zydxRed-theme .ds_nc_notice .serchbox .rightbox span{background-color:#cd0911}.gzgb-theme .ds_nc_notice .serchbox .rightbox span{background-color:#942320}.ct-theme .ds_nc_notice .serchbox .rightbox span{background-color:#303987}.zgyc-theme .ds_nc_notice .serchbox .rightbox span{background-color:#007c5d}.hbBlue-theme .ds_nc_notice .serchbox .rightbox span{background-color:#1A66B1}.nx-theme .ds_nc_notice .serchbox .rightbox span{background-color:#1B82D2}.dingtalk-theme .ds_nc_notice .serchbox .rightbox span{background-color:#3C8AF8}.ds_nc_notice .ds_nc_notice_ul{display:flex;flex-direction:column;display:inline-block;padding-top:30px;width:100%;display:inline-block;font-size:24px !important}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem{height:65px;line-height:65px;border-bottom:#ccc 1px dashed;display:flex;align-items:center;cursor:pointer}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem:hover{color:#c90c0a}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem .ds_nc_notice_time{color:#c62f26}.ds_nc_notice .ds_nc_notice_ul .ds_nc_listitem .des{margin-left:20px;width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_notice .pagebox{margin-top:35px;text-align:center;height:100%;padding-bottom:10px}.ds_nc_partymember{padding:0 !important}.ds_nc_partymember #ds_nc_partymember-box{width:1200px;margin:0 auto 0;background:#ffffff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5)}.ds_nc_partymember .nc_hd_title-box{padding:20px}.ds_nc_partymember .ds_nc_titlebox{border-radius:0;margin-top:0}.ds_nc_partymember .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_nc_partymember .ell2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ds_nc_partymember .hright>.morebtn{width:100px}.ds_nc_partymember .hright>.morebtn span{font-family:PingFangSC-Regular;font-size:14px !important;color:#2495c7 !important;letter-spacing:0;font-weight:700}.ds_nc_partymember .hright>.morebtn em{font-family:SimSun;font-style:normal;display:inline-block;vertical-align:middle;width:14px;height:14px;margin-left:5px;margin-top:-3px;color:#fff;text-align:center;line-height:14px;border-radius:7px;font-size:10px;background-color:#2495c7 !important}.ds_nc_partymember .morebtn-img{width:14px;height:14px}.ds_nc_partymember .tit-text{position:relative}.ds_nc_partymember .tit-text p{position:absolute;margin-top:-11px;top:50%;left:20px;width:5px;height:22px;background-color:#2495c7;border-radius:2px}.ds_nc_partymember .tit-text span{margin-left:8px;font-family:PingFangSC-Semibold;font-size:24px;color:#404040 !important;letter-spacing:0;font-weight:600}.ds_nc_partymember .alistbox{width:1200px;margin:0 auto 0;background-color:#ffffff}.ds_nc_partymember .alistbox .aitem{margin-left:20px;margin-right:4px;overflow:hidden;display:inline-block;vertical-align:top;margin-bottom:30px;margin-top:-15px;width:272px;height:290px;background-color:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);position:relative}.ds_nc_partymember .alistbox .aitem .aimgbox{height:204px;position:relative;float:left;overflow:hidden}.ds_nc_partymember .alistbox .aitem .aimgbox img{width:100%;height:100%}.ds_nc_partymember .alistbox .aitem .aimgbox img:hover{transform:scale(1.15)}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext{position:absolute;bottom:0;width:100%;background:rgba(28,38,51,0.6);height:36px;line-height:25px;padding:5px 5px 4px;box-sizing:border-box;color:#fff;text-align:center}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choosebox{position:absolute;top:5px;left:4px}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choosebox span{display:inline-block;vertical-align:middle;width:26px;height:26px;line-height:26px;text-align:center}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choose1{background:#e12617}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choose2{background:#ff6a00}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .choose3{background:#ff8f00}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .timecenter{position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .timecenter b{display:inline-block;vertical-align:middle;font-weight:normal}.ds_nc_partymember .alistbox .aitem .aimgbox .imgtext .timecenter .icon1{font-size:12px;vertical-align:text-top}.ds_nc_partymember .alistbox .aitem .item-foot{position:absolute;bottom:10px;padding:10px 8px 11px 9px;box-sizing:border-box}.ds_nc_partymember .alistbox .aitem .item-foot .ctitle{letter-spacing:0.39px;text-align:justify;line-height:26px;height:51px;font-family:PingFangSC-Medium;font-size:16px;color:#404040;letter-spacing:0}.ds_nc_partymember .alistbox .aitem .item-foot .cteacher{margin-top:8px}.ds_nc_partymember .alistbox .aitem .item-foot .cteacher i{display:inline-block;vertical-align:text-top;font-size:24px;margin-left:-5px;height:16px}.ds_nc_partymember .alistbox .aitem .item-foot .cteacher span{vertical-align:middle;width:87%;margin-left:2px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour{margin-top:7px;position:relative;height:22px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p1{position:absolute;top:0;left:0}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p1 i{display:inline-block;vertical-align:middle;width:15px;height:16px;background:url(/dsfa/res/dsf_styles/themes/styleClass/fabu.png) no-repeat;background-size:100% 100%}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p1 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p2{position:absolute;top:0;right:0}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p2 span{display:inline-block;vertical-align:middle;margin-left:5px}.ds_nc_partymember .alistbox .aitem .item-foot .cstyle-hour .p2 i{vertical-align:middle;font-size:21px}.ds_nc_partymember .alistbox .aitem .item-foot .clabel{margin-top:9px;height:22px;overflow:hidden}.ds_nc_partymember .alistbox .aitem .item-foot .clabel span{display:inline-block;border-radius:4px;height:22px;line-height:20px;text-align:center;padding:0 13px;box-sizing:border-box;margin-right:5px}.red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#ff7200}.blue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#3c8ddb}.green-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#4daf7b}.orange-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#ffb142}.darkred-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#c60100}.darkblue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#37f}.elep-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#2787EE}.elep-red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#ff7200}.nmRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#e51c16}.hdBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#2495c7}.zydxRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#cd0911}.gzgb-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#942320}.ct-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#303987}.zgyc-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#007c5d}.hbBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#1A66B1}.nx-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#1b82d2}.dingtalk-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{color:#3C8AF8}.red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.blue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #3c8ddb}.green-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #4daf7b}.orange-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #ffb142}.darkred-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #c60100}.darkblue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #37f}.elep-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #2787EE}.elep-red-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #ff7200}.nmRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #e51c16}.hdBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #2495c7}.zydxRed-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #cd0911}.gzgb-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #942320}.ct-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #303987}.zgyc-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #007c5d}.hbBlue-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #1A66B1}.nx-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #1b82d2}.dingtalk-theme .ds_nc_partymember .alistbox .aitem .item-foot .clabel span{border:1px solid #3C8AF8}.ds_nc_partymember .alistbox .aitem .hbox{display:none;transition:0.15s;position:absolute;bottom:-201px;background:url(/dsfa/res/dsf_styles/themes/styleClass/indexhoverbg.png) no-repeat;background-size:100% 100%;padding:36px 15px 45px 17px;box-sizing:border-box;width:100%;height:200px}.ds_nc_partymember .alistbox .aitem .hbox p{font-size:22px;color:#ffffff;letter-spacing:0.47px;text-align:justify;line-height:26px}.ds_nc_partymember .alistbox .aitem .hbox .btnbox{margin-top:27px;text-align:center}.ds_nc_partymember .alistbox .aitem .hbox .btnbox span{display:inline-block;font-size:20px;letter-spacing:0;text-align:center;border:1px solid #ffffff;border-radius:4px;height:40px;line-height:37px;padding:0 8px;box-sizing:border-box;color:#fff;margin-right:11px;cursor:pointer}.ds_nc_partymember .alistbox .aitem .hbox .btnbox span:last-child{margin:0}.red-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.blue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#3c8ddb}.green-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#4daf7b}.orange-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#ffb142}.darkred-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#c60100}.darkblue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#37f}.elep-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#2787EE}.elep-red-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#ff7200}.nmRed-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#e51c16}.hdBlue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#2495c7}.zydxRed-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#cd0911}.gzgb-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#942320}.ct-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#303987}.zgyc-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#007c5d}.hbBlue-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#1A66B1}.nx-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#1b82d2}.dingtalk-theme .ds_nc_partymember .alistbox .aitem .hbox .btnbox .act{background-color:#3C8AF8}.ds_nc_partymember .alistbox .aitem .hbox .btnbox span:hover{opacity:0.9}.ds_nc_partymember .alistbox .aitem:nth-child(4n){margin-right:0}.ds_nc_partymember .alistbox .aitem:hover .hbox{bottom:0}.ds_nc_partymember:hover{cursor:pointer}.ds_hd_planfoot{box-sizing:border-box;min-height:200px;color:#fff}.ds_hd_planfoot .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.ds_hd_planfoot .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.red-theme .ds_hd_planfoot{background-color:#ff7200}.blue-theme .ds_hd_planfoot{background-color:#3c8ddb}.green-theme .ds_hd_planfoot{background-color:#4daf7b}.orange-theme .ds_hd_planfoot{background-color:#ffb142}.darkred-theme .ds_hd_planfoot{background-color:#c60100}.darkblue-theme .ds_hd_planfoot{background-color:#37f}.elep-theme .ds_hd_planfoot{background-color:#2787EE}.elep-red-theme .ds_hd_planfoot{background-color:#ff7200}.nmRed-theme .ds_hd_planfoot{background-color:#e51c16}.hdBlue-theme .ds_hd_planfoot{background-color:#2495c7}.zydxRed-theme .ds_hd_planfoot{background-color:#cd0911}.gzgb-theme .ds_hd_planfoot{background-color:#942320}.ct-theme .ds_hd_planfoot{background-color:#303987}.zgyc-theme .ds_hd_planfoot{background-color:#007c5d}.hbBlue-theme .ds_hd_planfoot{background-color:#1A66B1}.nx-theme .ds_hd_planfoot{background-color:#1b82d2}.dingtalk-theme .ds_hd_planfoot{background-color:#3C8AF8}.ds_hd_planfoot .planfoot{width:1200px;margin-left:auto;margin-right:auto;height:290px}.ds_hd_planfoot .planfoot .planitembox{padding-top:26px;box-sizing:border-box;height:100%;overflow:hidden}.ds_hd_planfoot .planfoot .planitembox .rightcontent{display:inline-block;vertical-align:top;margin-left:189px;width:calc(100% - 376px)}.ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-bottom-width:1px;border-bottom-style:solid}.red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#c62f26}.blue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#1a66b1}.green-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#189a5a}.orange-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#fc7001}.darkred-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#c60100}.darkblue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#2b6be2}.elep-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#2787EE}.elep-red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#9C0105}.nmRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#e51c16}.hdBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#2495c7}.zydxRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#cd0911}.gzgb-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#942320}.ct-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#303987}.zgyc-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#007c5d}.hbBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#1A66B1}.nx-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar{border-color:#3C8AF8}.ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .titleText{font-size:18px;color:#666666;display:inline-block;padding:6px 14px;box-sizing:border-box;margin-right:49px;margin-bottom:-1px;cursor:pointer}.ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{font-weight:600;border-bottom-width:3px;border-bottom-style:solid}.red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#c62f26}.blue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#1a66b1}.green-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#189a5a}.orange-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#fc7001}.darkred-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#c60100}.darkblue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#2b6be2}.elep-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#2787EE}.elep-red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#9C0105}.nmRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#e51c16}.hdBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#2495c7}.zydxRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#cd0911}.gzgb-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#942320}.ct-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#303987}.zgyc-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#007c5d}.hbBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#1A66B1}.nx-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{color:#3C8AF8}.red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#c62f26}.blue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#1a66b1}.green-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#189a5a}.orange-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#fc7001}.darkred-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#c60100}.darkblue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#2b6be2}.elep-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#2787EE}.elep-red-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#9C0105}.nmRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#e51c16}.hdBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#2495c7}.zydxRed-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#cd0911}.gzgb-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#942320}.ct-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#303987}.zgyc-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#007c5d}.hbBlue-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#1A66B1}.nx-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .planfoot .planitembox .rightcontent .bar .active{border-color:#3C8AF8}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planitem{display:none;vertical-align:top}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planitem ul{margin-top:30px}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planitem ul li{margin-bottom:18px;font-size:16px;color:#666666}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planlinks{display:block}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planlinks ul li{cursor:pointer;display:inline-block;min-width:224px;margin-right:49px}.ds_hd_planfoot .planfoot .planitembox .rightcontent .plantel ul li{margin-bottom:18px;font-size:16px;color:#666666;display:inline-block;vertical-align:top;width:334px;margin-right:60px}.ds_hd_planfoot .planfoot .planitembox .rightcontent .planabout ul li{cursor:pointer;display:inline-block;width:167px;margin-right:96px}.ds_hd_planfoot .planfoot .planitembox .planlogo{width:187px;display:inline-block;vertical-align:top}.ds_hd_planfoot .planfoot .planitembox .planlogo .planimgbox{height:66px}.ds_hd_planfoot .planfoot .planitembox .planlogo .planimgbox img{width:100%;height:100%}.ds_hd_planfoot .planfoot .planitembox .planlogo p{margin-top:51px;font-size:16px;letter-spacing:0.5px;text-align:justify;word-wrap:break-word}.ds_hd_planfoot .foottext{text-align:center;font-size:16px;box-sizing:border-box;height:88px;line-height:88px}.red-theme .ds_hd_planfoot .foottext{background-color:#c62f26}.blue-theme .ds_hd_planfoot .foottext{background-color:#1a66b1}.green-theme .ds_hd_planfoot .foottext{background-color:#189a5a}.orange-theme .ds_hd_planfoot .foottext{background-color:#fc7001}.darkred-theme .ds_hd_planfoot .foottext{background-color:#c60100}.darkblue-theme .ds_hd_planfoot .foottext{background-color:#2b6be2}.elep-theme .ds_hd_planfoot .foottext{background-color:#2787EE}.elep-red-theme .ds_hd_planfoot .foottext{background-color:#9C0105}.nmRed-theme .ds_hd_planfoot .foottext{background-color:#e51c16}.hdBlue-theme .ds_hd_planfoot .foottext{background-color:#2495c7}.zydxRed-theme .ds_hd_planfoot .foottext{background-color:#cd0911}.gzgb-theme .ds_hd_planfoot .foottext{background-color:#942320}.ct-theme .ds_hd_planfoot .foottext{background-color:#303987}.zgyc-theme .ds_hd_planfoot .foottext{background-color:#007c5d}.hbBlue-theme .ds_hd_planfoot .foottext{background-color:#1A66B1}.nx-theme .ds_hd_planfoot .foottext{background-color:#1B82D2}.dingtalk-theme .ds_hd_planfoot .foottext{background-color:#3C8AF8}.nc_hd_title{position:relative;padding-bottom:25px;box-sizing:border-box}.nc_hd_title>i{display:inline-block;vertical-align:middle;border-radius:2px;width:5px;height:22px}.red-theme .nc_hd_title>i{background-color:#c62f26}.blue-theme .nc_hd_title>i{background-color:#1a66b1}.green-theme .nc_hd_title>i{background-color:#189a5a}.orange-theme .nc_hd_title>i{background-color:#fc7001}.darkred-theme .nc_hd_title>i{background-color:#c60100}.darkblue-theme .nc_hd_title>i{background-color:#2b6be2}.elep-theme .nc_hd_title>i{background-color:#2787EE}.elep-red-theme .nc_hd_title>i{background-color:#9C0105}.nmRed-theme .nc_hd_title>i{background-color:#e51c16}.hdBlue-theme .nc_hd_title>i{background-color:#2495c7}.zydxRed-theme .nc_hd_title>i{background-color:#cd0911}.gzgb-theme .nc_hd_title>i{background-color:#942320}.ct-theme .nc_hd_title>i{background-color:#303987}.zgyc-theme .nc_hd_title>i{background-color:#007c5d}.hbBlue-theme .nc_hd_title>i{background-color:#1A66B1}.nx-theme .nc_hd_title>i{background-color:#1B82D2}.dingtalk-theme .nc_hd_title>i{background-color:#3C8AF8}.nc_hd_title span{font-size:24px;color:#404040;line-height:30px;vertical-align:middle;margin-left:9px;font-weight:600}.nc_hd_title p{position:absolute;top:3px;right:0;font-size:14px;cursor:pointer}.nc_hd_title p b{vertical-align:middle}.red-theme .nc_hd_title p b{color:#c62f26}.blue-theme .nc_hd_title p b{color:#1a66b1}.green-theme .nc_hd_title p b{color:#189a5a}.orange-theme .nc_hd_title p b{color:#fc7001}.darkred-theme .nc_hd_title p b{color:#c60100}.darkblue-theme .nc_hd_title p b{color:#2b6be2}.elep-theme .nc_hd_title p b{color:#2787EE}.elep-red-theme .nc_hd_title p b{color:#9C0105}.nmRed-theme .nc_hd_title p b{color:#e51c16}.hdBlue-theme .nc_hd_title p b{color:#2495c7}.zydxRed-theme .nc_hd_title p b{color:#cd0911}.gzgb-theme .nc_hd_title p b{color:#942320}.ct-theme .nc_hd_title p b{color:#303987}.zgyc-theme .nc_hd_title p b{color:#007c5d}.hbBlue-theme .nc_hd_title p b{color:#1A66B1}.nx-theme .nc_hd_title p b{color:#1B82D2}.dingtalk-theme .nc_hd_title p b{color:#3C8AF8}.nc_hd_title p em{font-family:SimSun;font-style:normal;display:inline-block;vertical-align:middle;width:14px;height:14px;margin-left:5px;color:#fff;text-align:center;line-height:14px;border-radius:7px;font-size:10px}.red-theme .nc_hd_title p em{background-color:#c62f26}.blue-theme .nc_hd_title p em{background-color:#1a66b1}.green-theme .nc_hd_title p em{background-color:#189a5a}.orange-theme .nc_hd_title p em{background-color:#fc7001}.darkred-theme .nc_hd_title p em{background-color:#c60100}.darkblue-theme .nc_hd_title p em{background-color:#2b6be2}.elep-theme .nc_hd_title p em{background-color:#2787EE}.elep-red-theme .nc_hd_title p em{background-color:#9C0105}.nmRed-theme .nc_hd_title p em{background-color:#e51c16}.hdBlue-theme .nc_hd_title p em{background-color:#2495c7}.zydxRed-theme .nc_hd_title p em{background-color:#cd0911}.gzgb-theme .nc_hd_title p em{background-color:#942320}.ct-theme .nc_hd_title p em{background-color:#303987}.zgyc-theme .nc_hd_title p em{background-color:#007c5d}.hbBlue-theme .nc_hd_title p em{background-color:#1A66B1}.nx-theme .nc_hd_title p em{background-color:#1B82D2}.dingtalk-theme .nc_hd_title p em{background-color:#3C8AF8}.nc_hnews{width:680px;height:403px;background:#fff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:13px 35px 0 20px;box-sizing:border-box;border-radius:4px}.nc_hnews .ell{display:inline-block;padding:0 4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hnews .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.nc_hnews .content ul{box-sizing:border-box;padding:0 0 0 15px}.nc_hnews .content ul li{border-bottom:1.5px dashed #e7e7e7;margin-bottom:19px;padding-bottom:20px;box-sizing:border-box;cursor:pointer}.nc_hnews .content ul li p{font-size:16px;color:#404040;width:100%;cursor:pointer}.nc_hnews .content ul li:last-child{border:0}.nc_hliveclass{width:500px;height:403px;background:#fff;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:13px 35px 0 20px;box-sizing:border-box;border-radius:4px}.nc_hliveclass .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hliveclass .ell2{width:100px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.nc_hliveclass .content{padding-left:15px;box-sizing:border-box}.nc_hliveclass .content .item{height:130px;margin-bottom:38px;background:#ffffff;box-shadow:0 1px 4px 0 rgba(167,167,167,0.5);padding:22px 12px 0 12px;box-sizing:border-box;position:relative}.nc_hliveclass .content .item .rcont{display:inline-block;vertical-align:top}.nc_hliveclass .content .item .imgbox{width:100px;height:75px;display:inline-block;vertical-align:top;margin-top:5px;overflow:hidden;border-radius:4px}.nc_hliveclass .content .item .imgbox img{width:100%;height:100%;transition:0.5s}.nc_hliveclass .content .item .imgbox img:hover{transform:scale(1.15)}.nc_hliveclass .content .item .rightc{width:284px;display:inline-block;vertical-align:top;margin-left:20px;height:100%;position:relative}.nc_hliveclass .content .item .rightc .timebox{font-size:14px}.nc_hliveclass .content .item .rightc .timebox span{color:#404040;position:relative;padding-right:20px}.nc_hliveclass .content .item .rightc .timebox span::after{content:"";display:inline-block;border-right:1px solid #151515;height:15px;position:absolute;right:0;top:3px}.nc_hliveclass .content .item .rightc .timebox b{font-weight:normal;margin-left:15px;color:#e54033;cursor:pointer}.nc_hliveclass .content .item .rightc .headtext{font-size:16px;color:#404040;width:100%;font-weight:600;margin-top:5px}.nc_hliveclass .content .item .rightc .namebox{font-size:14px;color:#707070;position:absolute;bottom:14px;left:0}.nc_hliveclass .content .item .choose{position:absolute;top:0;left:0;height:24px;line-height:24px;background:#2495c7;padding:0 6px;color:#fff;letter-spacing:1px}.nc_hliveclass .content .item .choose1{color:#fff;background:#2495c7}.nc_hliveclass .content .item .choose2{color:#fff;background:#e12617}.nc_hliveclass .content .item .choose3{color:#fff;background:#ddd}.ds_hd_special{width:1200px;margin:20px auto;padding:26px 23px 0 21px !important;padding-bottom:-4px;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);box-sizing:border-box}.ds_hd_special .ds_hd_content{display:flex;flex-wrap:wrap;justify-content:space-between}.ds_hd_special .ds_hd_content .ds_hd_items{margin-bottom:31px;display:flex;width:565px;height:204px;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);cursor:pointer}.ds_hd_special .ds_hd_content .ds_hd_items:last-child,.ds_hd_special .ds_hd_content .ds_hd_items:nth-child(3){margin-bottom:28px}.ds_hd_special .ds_hd_content .ds_hd_items:hover{background-image:linear-gradient(-154deg, #2495c7 5%, #007bb2 100%)}.ds_hd_special .ds_hd_content .ds_hd_items:hover .item{color:#fff}.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .title,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .ds_seat .frame_title span,.ds_seat .frame_title .ds_hd_special .ds_hd_content .ds_hd_items:hover .item span,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .ds_seat .frame_title i,.ds_seat .frame_title .ds_hd_special .ds_hd_content .ds_hd_items:hover .item i,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .item-obj,.ds_hd_special .ds_hd_content .ds_hd_items:hover .item .item-con{color:#fff}.ds_hd_special .ds_hd_content .ds_hd_items .img-box{width:272px;height:204px}.ds_hd_special .ds_hd_content .ds_hd_items .img-box img{width:100%;height:100%}.ds_hd_special .ds_hd_content .ds_hd_items .item{display:flex;flex-direction:column;flex:1;justify-content:space-around;margin-left:22px;margin-right:15px}.ds_hd_special .ds_hd_content .ds_hd_items .item .item-con{height:80px;line-height:20px;overflow:hidden;display:-webkit-box !important;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:4;display:inline-block;font-size:14px !important;color:#707070}.ds_hd_special .ds_hd_content .ds_hd_items .item .item-obj{display:inline-block;font-size:14px !important;color:#707070}.dsf_hd_schoolyardimg{width:1200px;margin:20px auto 31px;box-sizing:border-box;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:28px 23px 20px 21px !important}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box{box-sizing:border-box;display:flex;justify-content:space-around;align-items:center;margin-top:11px;height:500px;background:#efefef}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item{width:267px;cursor:pointer}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-full{width:267px;height:470px;overflow:hidden}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-full img{width:100%;height:100%}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-full img:hover{transform:scale(1.15)}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two{display:flex;flex-direction:column}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two .img-box-tow{overflow:hidden;width:267px;height:128px;margin-bottom:20px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two .img-box-three{overflow:hidden;width:267px;height:322px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two img{width:100%;height:100%}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-two img:hover{transform:scale(1.15)}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three{display:flex;flex-direction:column;overflow:hidden}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three .img-box-four{overflow:hidden;width:267px;height:322px;margin-bottom:20px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three .img-box-five{overflow:hidden;width:267px;height:128px}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three img{width:100%;height:100%}.dsf_hd_schoolyardimg .dsf_hd_schoolyardimg-box .dsf_hd_schoolyardimg-item .img-three img:hover{transform:scale(1.15)}.dsf_hd_recommend{width:1200px;margin:0 auto;box-sizing:border-box;padding:20px 0 !important}.dsf_hd_recommend .ds_hd_content{display:flex;justify-content:space-between}.dsf_hd_recommend .ds_hd_content .ds_hd_items{cursor:pointer;width:285px;height:160px;overflow:hidden}.dsf_hd_recommend .ds_hd_content .ds_hd_items img{width:100%;height:100%}.dsf_hd_recommend .ds_hd_content .ds_hd_items img:hover{transform:scale(1.15)}.nc_hcteacher{background:#fff;width:1200px;box-shadow:0 1px 4px 0 rgba(197,196,196,0.5);padding:13px 35px 45px 20px !important;margin-left:auto;margin-right:auto;box-sizing:border-box;border-radius:4px}.nc_hcteacher .ell{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:middle}.nc_hcteacher .ell9{display:-webkit-box;overflow:hidden;-webkit-line-clamp:9;-webkit-box-orient:vertical}.nc_hcteacher .alist-box{margin:0 auto 0;background:#fff;position:relative}.nc_hcteacher .alist-box .aitem{display:inline-block;vertical-align:top;width:250px;height:350px;background:#ffffff;position:relative;margin-right:48px;box-sizing:border-box;cursor:pointer;overflow:hidden;border-radius:4px}.nc_hcteacher .alist-box .aitem img{width:100%;height:100%}.nc_hcteacher .alist-box .aitem .tea-text{position:absolute;top:calc(100% - 60px);width:100%;text-align:center;color:#ffffff;padding:8px 16px 8px;box-sizing:border-box;background:rgba(0,0,0,0.5);transition:0.15s}.nc_hcteacher .alist-box .aitem .tea-text p{font-size:18px !important;letter-spacing:0;line-height:24px}.nc_hcteacher .alist-box .aitem .tea-text .ftext{font-size:16px !important;letter-spacing:0;text-align:center;line-height:24px}.nc_hcteacher .alist-box .aitem:hover .tea-text{top:0;bottom:0;padding-top:58px;box-sizing:border-box;background:rgba(0,0,0,0.5)}.nc_hcteacher .alist-box .aitem:nth-child(4n){margin-right:0}.nc_hcteacher .alist-box .btn{position:absolute;top:50%;font-family:simsun;width:23px;height:39px;text-align:center;line-height:39px;opacity:0.5;background:#000000;color:#fff;transform:translate(0, -50%);cursor:pointer}.nc_hcteacher .alist-box .lbtn{left:0}.nc_hcteacher .alist-box .rbtn{right:2px}.ds_nc_NctrainClass{height:100%;padding:0 8px 8px !important}.ds_nc_NctrainClass html,.ds_nc_NctrainClass body{color:#333;margin:0;background:#f2f2f2;font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif}.ds_nc_NctrainClass .wrapper{width:100%}.ds_nc_NctrainClass .inner{width:594px;margin:auto}.ds_nc_NctrainClass .com-title{color:#333;font-size:16px;background:#fff;border-radius:8px;height:46px;text-indent:30px;line-height:46px;margin:0;position:relative}.ds_nc_NctrainClass .com-title b{width:8px;height:18px;position:absolute;top:14px;left:15px}.red-theme .ds_nc_NctrainClass .com-title b{background-color:#ff7200}.blue-theme .ds_nc_NctrainClass .com-title b{background-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .com-title b{background-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .com-title b{background-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .com-title b{background-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .com-title b{background-color:#37f}.elep-theme .ds_nc_NctrainClass .com-title b{background-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .com-title b{background-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .com-title b{background-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .com-title b{background-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .com-title b{background-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .com-title b{background-color:#942320}.ct-theme .ds_nc_NctrainClass .com-title b{background-color:#303987}.zgyc-theme .ds_nc_NctrainClass .com-title b{background-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .com-title b{background-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .com-title b{background-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .com-title b{background-color:#3C8AF8}.ds_nc_NctrainClass .com-icon-wrap{color:#fff;width:25px;height:25px;line-height:1;border-radius:3px;float:right;margin-right:20px;margin-top:10px;position:relative;cursor:pointer}.red-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#ff7200}.blue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#37f}.elep-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#942320}.ct-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#303987}.zgyc-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .com-icon-wrap{background-color:#3C8AF8}.ds_nc_NctrainClass .com-icon-wrap:hover{color:#f2f2f2}.ds_nc_NctrainClass .com-icon-wrap .icon-hao{display:inline-block;position:absolute;top:5px;left:-25px}.ds_nc_NctrainClass .com-list-wrap{margin:12px 0 32px}.ds_nc_NctrainClass .com-item{width:100%;height:183px;border-radius:8px;background:#fff;position:relative;margin-bottom:15px}.ds_nc_NctrainClass .item-img-wrap{width:180px;height:135px;overflow:hidden;box-sizing:border-box;border:1px solid #f2f2f2;position:absolute;top:24px;left:18px}.ds_nc_NctrainClass .item-img-wrap img{width:100%;height:100%}.ds_nc_NctrainClass .item-desc-wrap{margin-left:210px;padding-top:24px;margin-right:15px;position:relative;min-height:135px}.ds_nc_NctrainClass .item-desc-title{color:#333;font-size:16px;line-height:30px;font-weight:600;margin:0;min-height:60px;position:relative}.ds_nc_NctrainClass .item-bx{font-size:14px;text-align:center;line-height:20px;border-radius:6px;box-sizing:border-box;display:inline-block;font-weight:normal;margin-right:15px;border:1px solid #2a93fd;width:40px;height:20px}.red-theme .ds_nc_NctrainClass .item-bx{color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-bx{color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-bx{color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-bx{color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-bx{color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-bx{color:#37f}.elep-theme .ds_nc_NctrainClass .item-bx{color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-bx{color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-bx{color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-bx{color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-bx{color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-bx{color:#942320}.ct-theme .ds_nc_NctrainClass .item-bx{color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-bx{color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-bx{color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-bx{color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-bx{color:#3C8AF8}.red-theme .ds_nc_NctrainClass .item-bx{border-color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-bx{border-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-bx{border-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-bx{border-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-bx{border-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-bx{border-color:#37f}.elep-theme .ds_nc_NctrainClass .item-bx{border-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-bx{border-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-bx{border-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-bx{border-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-bx{border-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-bx{border-color:#942320}.ct-theme .ds_nc_NctrainClass .item-bx{border-color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-bx{border-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-bx{border-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-bx{border-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-bx{border-color:#3C8AF8}.ds_nc_NctrainClass .item-dept{color:#333;font-size:14px;margin:0;position:absolute;top:85px}.ds_nc_NctrainClass .item-class-info{font-size:0;padding:0;position:absolute;top:110px;left:0;right:0;overflow:hidden}.ds_nc_NctrainClass .item-class-info li{font-size:12px;color:#666666;letter-spacing:0;margin-right:10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_nc_NctrainClass .item-end-time{font-size:14px;margin:0;position:absolute;bottom:0}.red-theme .ds_nc_NctrainClass .item-end-time{color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-end-time{color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-end-time{color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-end-time{color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-end-time{color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-end-time{color:#37f}.elep-theme .ds_nc_NctrainClass .item-end-time{color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-end-time{color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-end-time{color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-end-time{color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-end-time{color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-end-time{color:#942320}.ct-theme .ds_nc_NctrainClass .item-end-time{color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-end-time{color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-end-time{color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-end-time{color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-end-time{color:#3C8AF8}.ds_nc_NctrainClass .item-s-e-time{color:#666;font-size:12px;font-weight:normal;float:right;position:absolute;right:0;bottom:0}.ds_nc_NctrainClass .item-s-e-time .icon-time{width:14px;height:14px;display:inline-block;vertical-align:-2px;background:url("/dsfa/res/dsf_styles/themes/nc/study_icon_time.png") no-repeat;background-size:14px 14px}.ds_nc_NctrainClass .item-study-btn{color:#ffffff;font-size:16px;border-radius:6px;text-align:center;background:#d40000;outline:none;border:none;width:108px;height:30px;cursor:pointer;line-height:30px;position:absolute;right:0;bottom:-4px}.red-theme .ds_nc_NctrainClass .item-study-btn{background-color:#ff7200}.blue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#3c8ddb}.green-theme .ds_nc_NctrainClass .item-study-btn{background-color:#4daf7b}.orange-theme .ds_nc_NctrainClass .item-study-btn{background-color:#ffb142}.darkred-theme .ds_nc_NctrainClass .item-study-btn{background-color:#c60100}.darkblue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#37f}.elep-theme .ds_nc_NctrainClass .item-study-btn{background-color:#2787EE}.elep-red-theme .ds_nc_NctrainClass .item-study-btn{background-color:#ff7200}.nmRed-theme .ds_nc_NctrainClass .item-study-btn{background-color:#e51c16}.hdBlue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#2495c7}.zydxRed-theme .ds_nc_NctrainClass .item-study-btn{background-color:#cd0911}.gzgb-theme .ds_nc_NctrainClass .item-study-btn{background-color:#942320}.ct-theme .ds_nc_NctrainClass .item-study-btn{background-color:#303987}.zgyc-theme .ds_nc_NctrainClass .item-study-btn{background-color:#007c5d}.hbBlue-theme .ds_nc_NctrainClass .item-study-btn{background-color:#1A66B1}.nx-theme .ds_nc_NctrainClass .item-study-btn{background-color:#1b82d2}.dingtalk-theme .ds_nc_NctrainClass .item-study-btn{background-color:#3C8AF8}.ds_nc_NctrainClass .item-state-bg{background:#ccc !important}.ds_nc_NctrainClass .item-study-btn:hover{opacity:0.8}.ds_nc_NctrainClass .item-study-btn:active{background:#b40404}.ds_nc_NctrainClass .noData{height:835px;text-align:center;background:#fff;border-radius:8px}.ds_nc_NctrainClass .noData .remind{color:#666666;font-size:16px;font-family:fantasy;margin:0;padding:20px 0}.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clearfix{*zoom:1}.school-calendar{background-color:#fff}.school-calendar .festival{padding:40px;text-align:center}.school-calendar .festival .festival-item{display:inline-block;width:80px;height:40px;text-align:center;line-height:40px;font-size:18px;color:#333333;background:#EEEEEE;border-radius:4px;margin:0 10px;cursor:pointer}.school-calendar .festival .festival-item:active{transform:translate3d(1px, 1px, 0)}.school-calendar #calendar .head{padding:11px 70px;text-align:center;line-height:38px}.school-calendar #calendar .head .left{float:left}.school-calendar #calendar .head .left>div{background-position:center center;background-repeat:no-repeat;background-size:100% auto;display:inline-block;cursor:pointer}.school-calendar #calendar .head .left>div:active{transform:translate3d(-1px, 0, 0)}.school-calendar #calendar .head .left .year-left{width:13.6px;height:18.5px;background-image:url("/dsfa/res/dsf_styles/themes/pudong/PdSchoolCalendar/year_left.png")}.school-calendar #calendar .head .left .month-left{width:11px;height:19.4px;margin-left:46.5px;background-image:url("/dsfa/res/dsf_styles/themes/pudong/PdSchoolCalendar/month_left.png")}.school-calendar #calendar .head .middle{display:inline-block}.school-calendar #calendar .head .middle .select{width:110px;position:relative}.school-calendar #calendar .head .middle .select .yearMonthSelect{width:100%;display:inline-block;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;font-size:16px;color:#333333}.school-calendar #calendar .head .middle .select option{font-size:16px;line-height:25px}.school-calendar #calendar .head .middle .select .drop{position:absolute;top:15.5px;right:0;width:14px;height:9.63px;transition:all .5s}.school-calendar #calendar .head .right{float:right}.school-calendar #calendar .head .right>div{background-position:center center;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;cursor:pointer}.school-calendar #calendar .head .right>div:active{transform:translate3d(1px, 0, 0)}.school-calendar #calendar .head .right .year-right{width:13.6px;height:18.5px;background-image:url("/dsfa/res/dsf_styles/themes/pudong/PdSchoolCalendar/year_right.png")}.school-calendar #calendar .head .right .month-right{width:11px;height:19.4px;margin-right:46.5px;background-image:url("/dsfa/res/dsf_styles/themes/pudong/PdSchoolCalendar/month_right.png")}.school-calendar .foot{padding:30px 0;text-align:center;position:relative}.school-calendar .foot .remark-box{padding:10px 0}.school-calendar .foot .remark-box .remark{float:left}.school-calendar .foot .remark-box .remark>div{width:20px;height:20px;float:left;margin-left:30px;margin-right:10px}.school-calendar .foot .remark-box .remark .remark-festival{background-image:linear-gradient(135deg, #F47139 0%, #F88942 100%);background-color:#F88942}.school-calendar .foot .remark-box .remark .remark-work{background:#FFFFFF;border:1px solid #D6E5FF}.school-calendar .foot .remark-box .remark .remark-tody{background:#3AC735}.school-calendar .foot .remark-box .remark span{font-size:14px;color:#333333;line-height:20px}.school-calendar .foot .btn{display:inline-block;width:150px;height:40px;line-height:40px;text-align:center;background:#FFFFFF;border:1px solid #3856D3;border-radius:25px;font-size:16px;color:#3856D3;cursor:pointer;background-color:#fff}.school-calendar .foot .btn:active{transform:translate3d(1px, 1px, 0)}.school-calendar .foot .setvacation{margin-left:15px}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.gzgbLive{width:100%;overflow:hidden}.gzgbLive .live-box{width:1200px;box-sizing:border-box;overflow:hidden;margin:0 auto}.gzgbLive .zydxLive-header{position:relative;height:175px;background:url(themes/img/b2-zbkt.png) no-repeat center;background-size:554px 100%;margin-bottom:50px}.gzgbLive .zydxLive-header .more{cursor:pointer;position:absolute;right:0;bottom:0;width:54px;height:24px;line-height:24px;border-radius:4px;font-size:16px !important;color:#fff;text-align:center}.red-theme .gzgbLive .zydxLive-header .more{background-color:#ff7200}.blue-theme .gzgbLive .zydxLive-header .more{background-color:#3c8ddb}.green-theme .gzgbLive .zydxLive-header .more{background-color:#4daf7b}.orange-theme .gzgbLive .zydxLive-header .more{background-color:#ffb142}.darkred-theme .gzgbLive .zydxLive-header .more{background-color:#c60100}.darkblue-theme .gzgbLive .zydxLive-header .more{background-color:#37f}.elep-theme .gzgbLive .zydxLive-header .more{background-color:#2787EE}.elep-red-theme .gzgbLive .zydxLive-header .more{background-color:#ff7200}.nmRed-theme .gzgbLive .zydxLive-header .more{background-color:#e51c16}.hdBlue-theme .gzgbLive .zydxLive-header .more{background-color:#2495c7}.zydxRed-theme .gzgbLive .zydxLive-header .more{background-color:#cd0911}.gzgb-theme .gzgbLive .zydxLive-header .more{background-color:#942320}.ct-theme .gzgbLive .zydxLive-header .more{background-color:#303987}.zgyc-theme .gzgbLive .zydxLive-header .more{background-color:#007c5d}.hbBlue-theme .gzgbLive .zydxLive-header .more{background-color:#1A66B1}.nx-theme .gzgbLive .zydxLive-header .more{background-color:#1b82d2}.dingtalk-theme .gzgbLive .zydxLive-header .more{background-color:#3C8AF8}.gzgbLive .Posti{width:278px;height:208px;border-radius:12px 12px 0px 0px;position:absolute;left:0;top:0;display:none;background:rgba(0,0,0,0.7);padding:0 20px;box-sizing:border-box;color:#fff;text-align:center;overflow:hidden;cursor:pointer}.gzgbLive .Posti .list-name{font-size:20px;margin-top:45px}.gzgbLive .Posti .time{font-size:20px}.gzgbLive .Posti .zw{font-size:16px !important;padding-bottom:20px;line-height:24px;border-bottom:1px solid #fff;margin-bottom:20px}.gzgbLive .content{overflow:hidden;margin:0 auto}.gzgbLive .content .content-list{width:278px;margin-left:29px;position:relative;box-sizing:border-box;float:left;overflow:hidden;margin-bottom:10px;border:1px solid #dfdfdf;border-radius:12px}.gzgbLive .content .content-list:nth-child(4n+1){margin-left:0}.gzgbLive .content .content-list .content-img-box{overflow:hidden;width:100%;height:208px;border-radius:12px 12px 0px 0px;cursor:pointer;position:relative}.gzgbLive .content .content-list .content-img-box:hover .Posti{display:block}.gzgbLive .content .content-list .no-cursor{cursor:unset}.gzgbLive .content .content-list img{width:100%;height:100%;transition:0.5s}.gzgbLive .content .content-list img:hover{transform:scale(1.2)}.gzgbLive .content .content-list .list-detail{background:#ffffff;padding:20px 15px 30px 15px;box-sizing:border-box;font-size:16px !important;color:#666;overflow:inherit}.gzgbLive .content .content-list .list-detail:hover .cancel{display:inline-block}.gzgbLive .content .content-list .list-detail .list-title{cursor:pointer;font-size:16px !important;color:#333}.gzgbLive .content .content-list .list-detail .no-cursor{cursor:unset}.gzgbLive .content .content-list .iconfont{font-size:14px !important;margin-right:12px}.gzgbLive .cancel{width:80px;height:40px;line-height:40px;text-align:center;margin:0 auto;color:#ffffff;position:absolute;bottom:10px;right:0;cursor:pointer;opacity:0;border-radius:6px}.red-theme .gzgbLive .cancel{background-color:#ff7200}.blue-theme .gzgbLive .cancel{background-color:#3c8ddb}.green-theme .gzgbLive .cancel{background-color:#4daf7b}.orange-theme .gzgbLive .cancel{background-color:#ffb142}.darkred-theme .gzgbLive .cancel{background-color:#c60100}.darkblue-theme .gzgbLive .cancel{background-color:#37f}.elep-theme .gzgbLive .cancel{background-color:#2787EE}.elep-red-theme .gzgbLive .cancel{background-color:#ff7200}.nmRed-theme .gzgbLive .cancel{background-color:#e51c16}.hdBlue-theme .gzgbLive .cancel{background-color:#2495c7}.zydxRed-theme .gzgbLive .cancel{background-color:#cd0911}.gzgb-theme .gzgbLive .cancel{background-color:#942320}.ct-theme .gzgbLive .cancel{background-color:#303987}.zgyc-theme .gzgbLive .cancel{background-color:#007c5d}.hbBlue-theme .gzgbLive .cancel{background-color:#1A66B1}.nx-theme .gzgbLive .cancel{background-color:#1b82d2}.dingtalk-theme .gzgbLive .cancel{background-color:#3C8AF8}.gzgbLive .content-list:hover .cancel{transition:0.5s;opacity:1}.GzgbQuality{width:100%}.GzgbQuality .GzgbQuality-content{width:1200px;margin:auto}.GzgbQuality .GzgbQuality-header{position:relative;height:175px;background:url(themes/img/b5.png) no-repeat center;background-size:554px 100%;margin-bottom:50px}.GzgbQuality .GzgbQuality-header .more{cursor:pointer;position:absolute;right:0;bottom:0;width:54px;height:24px;line-height:24px;border-radius:4px;font-size:16px !important;color:#fff;text-align:center}.red-theme .GzgbQuality .GzgbQuality-header .more{background-color:#ff7200}.blue-theme .GzgbQuality .GzgbQuality-header .more{background-color:#3c8ddb}.green-theme .GzgbQuality .GzgbQuality-header .more{background-color:#4daf7b}.orange-theme .GzgbQuality .GzgbQuality-header .more{background-color:#ffb142}.darkred-theme .GzgbQuality .GzgbQuality-header .more{background-color:#c60100}.darkblue-theme .GzgbQuality .GzgbQuality-header .more{background-color:#37f}.elep-theme .GzgbQuality .GzgbQuality-header .more{background-color:#2787EE}.elep-red-theme .GzgbQuality .GzgbQuality-header .more{background-color:#ff7200}.nmRed-theme .GzgbQuality .GzgbQuality-header .more{background-color:#e51c16}.hdBlue-theme .GzgbQuality .GzgbQuality-header .more{background-color:#2495c7}.zydxRed-theme .GzgbQuality .GzgbQuality-header .more{background-color:#cd0911}.gzgb-theme .GzgbQuality .GzgbQuality-header .more{background-color:#942320}.ct-theme .GzgbQuality .GzgbQuality-header .more{background-color:#303987}.zgyc-theme .GzgbQuality .GzgbQuality-header .more{background-color:#007c5d}.hbBlue-theme .GzgbQuality .GzgbQuality-header .more{background-color:#1A66B1}.nx-theme .GzgbQuality .GzgbQuality-header .more{background-color:#1b82d2}.dingtalk-theme .GzgbQuality .GzgbQuality-header .more{background-color:#3C8AF8}.GzgbQuality .content{position:relative}.GzgbQuality #GzgbQuality{margin:auto}.GzgbQuality .swiper-box{width:1200px;height:404px;margin:0 auto;position:relative}.GzgbQuality .swiper-container{height:404px}.GzgbQuality .swiper-btn{width:35px;height:35px;border:1px solid #fff;border-radius:50%;color:#fff;text-align:center}.GzgbQuality .swiper-btn:after{font-size:14px}.GzgbQuality .swiper-button-prev{position:absolute;left:0;top:50%}.GzgbQuality .swiper-button-next{position:absolute;right:0;top:50%}.GzgbQuality .swiper-wrapper{position:relative}.GzgbQuality .swiper-slide-duplicate-next{transform:translate3d(-350px, 52px, 0) !important}.GzgbQuality .swiper-slide-next{transform:translate3d(-350px, 52px, 0) !important}.GzgbQuality .swiper-slide-prev{transform:translate3d(0, 52px, 0) !important}.GzgbQuality .swiper-slide-active{z-index:99999;transform:translateX(-245px) !important}.GzgbQuality .swiper-slide-active img{width:901px !important;height:100% !important}.GzgbQuality .img-box{transform:translateY(52px)}.GzgbQuality .img-box img{width:750px;height:299px}.GzgbWordCloud{width:100%;overflow:hidden}.GzgbWordCloud .GzgbWordCloud-content{width:1121px;position:relative;margin:0 auto}.GzgbWordCloud .header{width:1121px;margin:0 auto;height:310px;background:url(themes/img/b3.png) no-repeat center;background-size:100% 100%}.GzgbWordCloud .content{float:left;width:1121px;top:0}.GzgbWordCloud .content .name{font-size:16px !important;position:absolute;text-align:center;color:#fff;cursor:pointer}.GzgbWordCloud .content .name:nth-child(1){width:66px;height:66px;line-height:66px;top:16px;left:120px}.GzgbWordCloud .content .name:nth-child(2){width:82px;height:82px;line-height:82px;top:143px;left:237px}.GzgbWordCloud .content .name:nth-child(3){width:66px;height:66px;line-height:66px;top:240px;left:353px}.GzgbWordCloud .content .name:nth-child(4){width:82px;height:82px;line-height:82px;top:163px;left:457px}.GzgbWordCloud .content .name:nth-child(5){width:66px;height:66px;line-height:66px;top:40px;left:584px}.GzgbWordCloud .content .name:nth-child(6){width:76px;height:76px;line-height:76px;top:68px;right:204px}.GzgbWordCloud .content .name:nth-child(7){width:82px;height:82px;line-height:82px;top:206px;right:0px}.ds_gzgb_banner{width:100%;height:755px}.ds_gzgb_banner .content-banner{width:1600px;margin:auto;margin-top:100px}.ds_gzgb_banner .content-banner .swiper-slide{overflow:hidden;background:transparent}.ds_gzgb_banner .content-banner .swiper-slide .banner-item{width:100%;height:100%;border-radius:20px;cursor:pointer}.ds_gzgb_banner .content-banner .layui-carousel-ind{top:40px}.ds_gzgb_banner .content-banner .layui-carousel-ind ul{padding:0;background:transparent}.ds_gzgb_banner .content-banner .layui-carousel-ind ul li{width:20px;height:6px;opacity:0.4;background:#999999;border-radius:2px}.ds_gzgb_banner .content-banner .layui-carousel-ind ul li.layui-this{opacity:1;background:#942320}.ds_gzgb_banner .content-banner .layui-carousel-arrow{width:68px;height:68px;color:transparent;background:url(themes/img/arrow-left.png) no-repeat}.ds_gzgb_banner .content-banner .layui-carousel-arrow[lay-type="add"]{background:url(themes/img/arrow-right.png) no-repeat}.three-in-one{width:100%;overflow:hidden}.three-in-one .three-in-one-box{width:1200px;box-sizing:border-box;overflow:hidden;margin:0 auto}.three-in-one .three-in-one-box .content-list{width:380px;margin-left:30px;position:relative;position:relative;box-sizing:border-box;float:left;overflow:hidden}.three-in-one .three-in-one-box .content-list:first-child{margin-left:0}.three-in-one .three-in-one-box .content-list .content-img-box{overflow:hidden;width:100%;height:218px;cursor:pointer}.three-in-one .three-in-one-box .content-list .no-cursor{cursor:unset}.three-in-one .three-in-one-box .content-list img{width:100%;height:100%;transition:0.5s}.three-in-one .three-in-one-box .content-list img:hover{transform:scale(1.2)}.three-in-one .three-in-one-box .content-list .list-detail{height:232px;background:#ffffff;border:1px solid #dddddd;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:10px 15px 15px 15px;box-sizing:border-box;font-size:14px !important;color:#666}.three-in-one .three-in-one-box .content-list .list-detail .list-title{cursor:pointer;font-size:16px !important;color:#444;height:40px}.three-in-one .three-in-one-box .content-list .list-detail .list-title:hover{color:#c62f26}.three-in-one .three-in-one-box .content-list .list-detail .no-cursor{cursor:unset}.three-in-one .three-in-one-box .content-list .iconfont{font-size:14px !important;margin-right:12px}.one-by-one{width:100%;overflow:hidden}.one-by-one .one-by-one-box{width:1200px;box-sizing:border-box;overflow:hidden;margin:0 auto;position:relative}.one-by-one .one-by-one-box .one-img{float:left}.one-by-one .one-by-one-box .one-img .view{width:360px;height:320px;border-radius:12px;display:inline-block;cursor:pointer}.one-by-one .one-by-one-box .one-img .tip{vertical-align:top;margin:58px 20px}.one-by-one .one-by-one-box .list{float:left;width:666px;margin-top:58px}.one-by-one .one-by-one-box .list .item .title,.one-by-one .one-by-one-box .list .item .ds_seat .frame_title span,.ds_seat .frame_title .one-by-one .one-by-one-box .list .item span,.one-by-one .one-by-one-box .list .item .ds_seat .frame_title i,.ds_seat .frame_title .one-by-one .one-by-one-box .list .item i{font-size:18px !important;margin-bottom:30px}.one-by-one .one-by-one-box .list .item .content{margin-top:10px;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.one-by-one .one-by-one-box .list .layui-btn{color:#c62f26;width:110px;height:32px;line-height:32px;background:transparent;border:1px solid #c90c0a;border-radius:4px}.one-by-one .one-by-one-box .next{text-align:center;position:absolute;top:70px;right:10px}.one-by-one .one-by-one-box .next .to-next{margin:20px 0}.one-by-one .one-by-one-box .next .to-next span{font-size:18px !important;color:#aaaaa9;letter-spacing:2.4px}.one-by-one .one-by-one-box .next .to-next span.swiper-pagination-current{color:#333333}.one-by-one .one-by-one-box .next img{cursor:pointer}.one-by-one .one-by-one-box .next img:focus{outline:none}.one-by-one .one-by-one-box .next img.swiper-button-disabled{opacity:0.2;cursor:not-allowed}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clearfix{*zoom:1}.text_ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,span,i,b,input,dl,dt,dd,ul,ol,li,input,textarea{font-family:"Microsoft YaHei"}.elep_hide{display:none}.elep_visible{visibility:hidden}.text_ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.clear_float::after{display:block;clear:both;overflow:hidden;content:"";height:0;visibility:hidden}.float_right{float:right}.float_left{float:left}.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clearfix{*zoom:1}.elep_panel_box{width:100%;height:100%;background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,0.07)}.elep_panel_box .elep_panel_box_concise_title{padding:16px 16px 0 16px;line-height:28px}.red-theme .elep_panel_box .elep_panel_box_concise_title{color:#c62f26}.blue-theme .elep_panel_box .elep_panel_box_concise_title{color:#1a66b1}.green-theme .elep_panel_box .elep_panel_box_concise_title{color:#189a5a}.orange-theme .elep_panel_box .elep_panel_box_concise_title{color:#fc7001}.darkred-theme .elep_panel_box .elep_panel_box_concise_title{color:#c60100}.darkblue-theme .elep_panel_box .elep_panel_box_concise_title{color:#2b6be2}.elep-theme .elep_panel_box .elep_panel_box_concise_title{color:#2787EE}.elep-red-theme .elep_panel_box .elep_panel_box_concise_title{color:#9C0105}.nmRed-theme .elep_panel_box .elep_panel_box_concise_title{color:#e51c16}.hdBlue-theme .elep_panel_box .elep_panel_box_concise_title{color:#2495c7}.zydxRed-theme .elep_panel_box .elep_panel_box_concise_title{color:#cd0911}.gzgb-theme .elep_panel_box .elep_panel_box_concise_title{color:#942320}.ct-theme .elep_panel_box .elep_panel_box_concise_title{color:#303987}.zgyc-theme .elep_panel_box .elep_panel_box_concise_title{color:#007c5d}.hbBlue-theme .elep_panel_box .elep_panel_box_concise_title{color:#1A66B1}.nx-theme .elep_panel_box .elep_panel_box_concise_title{color:#1B82D2}.dingtalk-theme .elep_panel_box .elep_panel_box_concise_title{color:#3C8AF8}.elep_panel_box .elep_panel_box_concise_title .title_icon{transform:translate(0, 4px)}.elep_panel_box .elep_panel_box_concise_title .title_icon+.title_text{margin-left:9px}.elep_panel_box .elep_panel_box_concise_title .title_text{font-size:20px}.elep_panel_box .elep_panel_box_solid_head{padding:0 12px;line-height:40px;height:40px;overflow:hidden}.elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{border-radius:0 0 8px 8px;padding:0 10px}.red-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#c62f26}.blue-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#1a66b1}.green-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#189a5a}.orange-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#fc7001}.darkred-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#c60100}.darkblue-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#2b6be2}.elep-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#2787EE}.elep-red-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#9C0105}.nmRed-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#e51c16}.hdBlue-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#2495c7}.zydxRed-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#cd0911}.gzgb-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#942320}.ct-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#303987}.zgyc-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#007c5d}.hbBlue-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#1A66B1}.nx-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#1B82D2}.dingtalk-theme .elep_panel_box .elep_panel_box_solid_head .elep_panel_box_head_title{background-color:#3C8AF8}.elep_panel_box .elep_panel_box_concise_head{padding:5px 12px;line-height:40px;height:40px;overflow:hidden}.elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_icon{transform:translate(0, 11px)}.elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{font-size:20px}.red-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#c62f26}.blue-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#1a66b1}.green-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#189a5a}.orange-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#fc7001}.darkred-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#c60100}.darkblue-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#2b6be2}.elep-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#2787EE}.elep-red-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#9C0105}.nmRed-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#e51c16}.hdBlue-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#2495c7}.zydxRed-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#cd0911}.gzgb-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#942320}.ct-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#303987}.zgyc-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#007c5d}.hbBlue-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#1A66B1}.nx-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#1B82D2}.dingtalk-theme .elep_panel_box .elep_panel_box_concise_head .elep_panel_box_head_title .title_text{color:#3C8AF8}.elep_panel_box .elep_panel_main_box .elep_panel_main_box_not_data{padding:28px 0;text-align:center;font-size:16px}.elep_ctrl_not_padding{padding:0 !important}.elep_ctrl_not_padding .elep_panel_box{box-shadow:none}.elep_course_use_box{padding-bottom:20px;background:#fff url("/dsfa/res/dsf_styles/themes/elep/elepcourseuse/bg.png") no-repeat;background-position:bottom right}.elep_course_use_box .course_main{display:flex;margin-top:32px}.elep_course_use_box .course_list_box{flex-shrink:0;height:570px;overflow-y:auto}.elep_course_use_box .course_list_row{width:200px;background:#eaf4ff;border:1px solid rgba(20,80,141,0.15);text-align:center;line-height:50px;font-size:18px;color:#333333}.elep_course_use_box .course_list_row:hover{box-shadow:0 0 10px rgba(20,80,141,0.15)}.elep_course_use_box .course_list_row+.course_list_row{margin-top:10px}.elep_course_use_box .course_list_row_disable{background:#efefef;color:#999999;border-color:#efefef}.elep_course_use_box .course_list_row_disable:hover{box-shadow:none}.elep_course_use_box .course_grid_box{flex:auto;margin-left:20px}.elep_course_use_box .course_floor_box{display:flex;margin-left:20px}.elep_course_use_box .course_floor_compass{width:44px;height:44px;margin-right:24px}.elep_course_use_box .course_floor_list_row{width:200px;box-sizing:border-box;line-height:50px;text-align:center;background:#ffffff;border:1px solid rgba(20,80,141,0.15);font-size:18px;color:#333333}.elep_course_use_box .course_floor_list_row:hover{box-shadow:0 0 10px rgba(20,80,141,0.15);cursor:pointer}.elep_course_use_box .course_floor_list_row+.course_floor_list_row{margin-top:10px}.elep_course_use_box .course_floor_list_row_ac{background:#14508d;border:1px solid #14508d;color:#fff}.elep_course_use_box .course_grid_room{display:flex;flex-direction:column;justify-content:center;height:100%}.elep_course_use_box .course_grid_room .room_delete_cion{position:absolute;right:2px;top:2px;z-index:5;width:14px;height:14px;display:none}.elep_course_use_box .course_grid_room .room_ren_icon{margin-right:5px}.elep_course_use_box .course_grid_room .room_ren{display:flex;justify-content:center;align-items:center;font-size:18px;color:#ffffff}.elep_course_use_box .course_grid_room .room_name{display:flex;justify-content:center;align-items:center;margin-top:9px;font-size:18px;color:#ffffff}.elep_course_use_box .course_grid_room[status="rebeccapurple"]{background-color:#3163d1}.elep_course_use_box .course_grid_room[status="green"]{background-color:#31d18f}.elep_course_use_box .course_grid_room[status="red"]{background-color:#d1314c}.elep_course_use_box .course_grid_room[status="yellow"]{background-color:#319ed1}.elep_course_use_box .course_grid_room[status="grey"]{background-color:#cccccc}.elep_course_use_box .course_grid_room:hover .room_delete_cion{display:block;cursor:pointer}.elep_course_use_box .course_legend{margin-top:22px;display:flex;justify-content:space-between}.elep_course_use_box .legend_data,.elep_course_use_box .legend_status,.elep_course_use_box .legend_status_item,.elep_course_use_box .legend_data_item{display:flex;align-items:center}.elep_course_use_box .legend_status_item+.legend_status_item{margin-left:40px}.elep_course_use_box .legend_status_item_block{width:20px;height:20px;border-radius:2px;border-radius:2px}.elep_course_use_box .legend_status_item_block[status="green"]{background:#31d18f}.elep_course_use_box .legend_status_item_block[status="red"]{background:#d1314c}.elep_course_use_box .legend_status_item_block[status="rebeccapurple"]{background:#3163d1}.elep_course_use_box .legend_status_item_block[status="yellow"]{background:#319ed1}.elep_course_use_box .legend_status_item_block[status="grey"]{background:#cccccc}.elep_course_use_box .legend_status_item_value{margin-left:10px;font-size:18px;color:#333333}.elep_course_use_box .legend_data_item+.legend_data_item{margin-left:50px}.elep_course_use_box .legend_data_item_label{font-size:18px;color:#333333}.elep_course_use_box .legend_data_item_value{font-size:18px;line-height:25px}.red-theme .elep_course_use_box .legend_data_item_value{color:#c62f26}.blue-theme .elep_course_use_box .legend_data_item_value{color:#1a66b1}.green-theme .elep_course_use_box .legend_data_item_value{color:#189a5a}.orange-theme .elep_course_use_box .legend_data_item_value{color:#fc7001}.darkred-theme .elep_course_use_box .legend_data_item_value{color:#c60100}.darkblue-theme .elep_course_use_box .legend_data_item_value{color:#2b6be2}.elep-theme .elep_course_use_box .legend_data_item_value{color:#2787EE}.elep-red-theme .elep_course_use_box .legend_data_item_value{color:#9C0105}.nmRed-theme .elep_course_use_box .legend_data_item_value{color:#e51c16}.hdBlue-theme .elep_course_use_box .legend_data_item_value{color:#2495c7}.zydxRed-theme .elep_course_use_box .legend_data_item_value{color:#cd0911}.gzgb-theme .elep_course_use_box .legend_data_item_value{color:#942320}.ct-theme .elep_course_use_box .legend_data_item_value{color:#303987}.zgyc-theme .elep_course_use_box .legend_data_item_value{color:#007c5d}.hbBlue-theme .elep_course_use_box .legend_data_item_value{color:#1A66B1}.nx-theme .elep_course_use_box .legend_data_item_value{color:#1B82D2}.dingtalk-theme .elep_course_use_box .legend_data_item_value{color:#3C8AF8}.elep_course_use_box .course_title{padding:20px;padding-left:0;font-size:22px;color:#333333;letter-spacing:0;border-bottom:4px solid #f6f6f6}.elep_course_use_box .course_title_inner{position:relative;display:inline-block;padding:0 20px}.elep_course_use_box .course_title_inner:after{position:absolute;display:block;content:"";bottom:-24px;left:0;width:100%;height:4px}.red-theme .elep_course_use_box .course_title_inner:after{background-color:#c62f26}.blue-theme .elep_course_use_box .course_title_inner:after{background-color:#1a66b1}.green-theme .elep_course_use_box .course_title_inner:after{background-color:#189a5a}.orange-theme .elep_course_use_box .course_title_inner:after{background-color:#fc7001}.darkred-theme .elep_course_use_box .course_title_inner:after{background-color:#c60100}.darkblue-theme .elep_course_use_box .course_title_inner:after{background-color:#2b6be2}.elep-theme .elep_course_use_box .course_title_inner:after{background-color:#2787EE}.elep-red-theme .elep_course_use_box .course_title_inner:after{background-color:#9C0105}.nmRed-theme .elep_course_use_box .course_title_inner:after{background-color:#e51c16}.hdBlue-theme .elep_course_use_box .course_title_inner:after{background-color:#2495c7}.zydxRed-theme .elep_course_use_box .course_title_inner:after{background-color:#cd0911}.gzgb-theme .elep_course_use_box .course_title_inner:after{background-color:#942320}.ct-theme .elep_course_use_box .course_title_inner:after{background-color:#303987}.zgyc-theme .elep_course_use_box .course_title_inner:after{background-color:#007c5d}.hbBlue-theme .elep_course_use_box .course_title_inner:after{background-color:#1A66B1}.nx-theme .elep_course_use_box .course_title_inner:after{background-color:#1B82D2}.dingtalk-theme .elep_course_use_box .course_title_inner:after{background-color:#3C8AF8}.elep_course_use_box .course_main,.elep_course_use_box .course_legend{padding:0 20px}.elep_course_use_box .course_head{display:flex;padding:20px 0;border-bottom:1px solid #ddd;margin:0 20px}.elep_course_use_box .course_head_item_xiaoqu{margin-right:20px}.elep_course_use_box .time_btn_content{display:flex;align-items:center;justify-content:center}.elep_course_use_box .course_head_item_time{display:flex;align-items:center}.room_panel_box{display:flex;position:fixed;z-index:5;border:1px solid rgba(20,80,141,0.15);box-shadow:0 0 8px 4px rgba(20,80,141,0.1);padding:25px 20px;border-radius:6px;background:#fff}.room_panel_box .room_box_img{margin-right:20px;height:160px;width:140px;position:relative;overflow:hidden}.room_panel_box .room_box_img img{position:absolute;left:50%;top:50%;height:100%;transform:translate(-50%, -50%)}.room_panel_box .room_box_info{display:flex;flex-direction:column;justify-content:space-between}.room_panel_box .box_info_row_label{font-size:16px;color:#666666}.room_panel_box .box_info_row_value{font-size:16px;color:#151515;margin-top:2px}.room_panel_box .box_info_row{display:flex;flex-direction:column}.room_panel_box .box_info_row+.box_info_row{margin-top:10px}.room_panel_box .no_wrap{flex-direction:row}.c_grid{display:flex;flex-direction:column}.c_grid_row{display:flex;margin-top:-1px}.c_grid_row:first-child{margin-top:0}.c_grid_col{flex:auto;border:1px solid rgba(20,80,141,0.15);background:#f7fbff;margin-left:-1px;position:relative}.c_grid_col:first-child{margin-left:0}.c_grid_col_hover{z-index:5;border-color:red}.c_grid_col_drag{min-width:110px;height:84px}.c_grid_col_drag:hover{position:relative;box-shadow:0 0 10px rgba(20,80,141,0.15);z-index:5}*[draggable="true"]{cursor:pointer}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}.ds-indexheader{width:100%;background-color:#fff;display:flex;justify-content:flex-start;align-items:flex-start;font-size:16px;color:#666}.ds-indexheader .dih-l,.ds-indexheader .dih-r{position:relative;margin:11px 0;display:block;text-decoration:none;cursor:pointer}.ds-indexheader .dih-l{width:160px;padding-left:25px;box-sizing:border-box}.ds-indexheader .dih-l::before{display:block;content:'';width:16px;height:16px;position:absolute;left:0;top:2px;background-size:cover;background-image:url(themes/img/icon-calendar.png)}.ds-indexheader .dih-l::after{content:'';display:block;height:16px;width:1px;background-color:#eeeeee;position:absolute;right:0;top:0;bottom:0;margin:auto}.ds-indexheader .dih-r{margin-left:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1}.ds-indexheader .dih-r i{margin-right:10px}.red-theme .ds-indexheader .dih-r i{color:#ff7200}.blue-theme .ds-indexheader .dih-r i{color:#3c8ddb}.green-theme .ds-indexheader .dih-r i{color:#4daf7b}.orange-theme .ds-indexheader .dih-r i{color:#ffb142}.darkred-theme .ds-indexheader .dih-r i{color:#c60100}.darkblue-theme .ds-indexheader .dih-r i{color:#37f}.elep-theme .ds-indexheader .dih-r i{color:#2787EE}.elep-red-theme .ds-indexheader .dih-r i{color:#ff7200}.nmRed-theme .ds-indexheader .dih-r i{color:#e51c16}.hdBlue-theme .ds-indexheader .dih-r i{color:#2495c7}.zydxRed-theme .ds-indexheader .dih-r i{color:#cd0911}.gzgb-theme .ds-indexheader .dih-r i{color:#942320}.ct-theme .ds-indexheader .dih-r i{color:#303987}.zgyc-theme .ds-indexheader .dih-r i{color:#007c5d}.hbBlue-theme .ds-indexheader .dih-r i{color:#1A66B1}.nx-theme .ds-indexheader .dih-r i{color:#1b82d2}.dingtalk-theme .ds-indexheader .dih-r i{color:#3C8AF8}.ds-indexheader .dssdjt{display:none}.ds-indexheader .dssdjt .outer{background-image:url(themes/img/todaybg.png);background-size:cover;width:845px;height:488px;position:relative}.ds-indexheader .dssdjt .outer .inner{width:630px;height:280px;overflow-y:auto;position:absolute;left:150px;top:130px;color:#000;line-height:2;padding-right:15px;box-sizing:border-box}.ds-indexheader .dssdjt .outer .inner::-webkit-scrollbar{width:5px;height:110px;background-color:#F5F5F5}.ds-indexheader .dssdjt .outer .inner::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;background-color:#F5F5F5}.ds-indexheader .dssdjt .outer .inner::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#bdbdbd}.ds-indexheader .dssdjt .outer .inner::-webkit-scrollbar-thumb:hover{border-radius:5px;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}.ds-indexheader .dssdjt .dssdjt-item .dssdjt-title{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:600;color:#000}.ds-indexheader .dssdjt .dssdjt-item .dssdjt-title .date{margin-right:20px}.ds-indexheader .dssdjt .dssdjt-item .dssdjt-con{text-indent:2em}.ds-indexheader .dssdjt .dssdjt-item+.dssdjt-item{margin-top:20px}.dssdjtnobg{background:transparent !important;z-index:999999999999 !important;box-shadow:none !important}.ds_nxindexsupervision{width:100%;background-color:#fff}.ds_nxindexsupervision .supervision-wrap{position:relative;padding-top:48px;box-sizing:border-box}.ds_nxindexsupervision .title,.ds_nxindexsupervision .ds_seat .frame_title span,.ds_seat .frame_title .ds_nxindexsupervision span,.ds_nxindexsupervision .ds_seat .frame_title i,.ds_seat .frame_title .ds_nxindexsupervision i{width:80px;height:28px;line-height:28px;text-align:center;color:#fff;font-size:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;position:absolute;left:-8px;top:0}.ds_nxindexsupervision .content{width:100%;padding-bottom:30px;box-sizing:border-box;overflow-y:auto;position:relative}.ds_nxindexsupervision .content .more-btn{position:absolute;display:block;height:30px;line-height:30px;width:100%;text-align:center;color:#999;left:0;bottom:0;cursor:pointer}.ds_nxindexsupervision .content .nis-list{padding:0 10px;box-sizing:border-box}.ds_nxindexsupervision .content .nis-list .nis-item{display:flex;justify-content:space-between;align-items:center}.ds_nxindexsupervision .content .nis-list .nis-item .nis-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds_nxindexsupervision .content .nis-list .nis-item .nis-date{width:70px;color:#999;text-align:right}.ds_nxindexsupervision .content .nis-list .nis-item+.nis-item{margin-top:18px}.ds_nxindexsupervision .content .nis-con{padding:0 20px;box-sizing:border-box;font-size:20px;margin-top:10px}.ds_nxindexsupervision .content .nis-con .num{font-size:30px}.ds_nxindexsupervision .content .empty{display:none;width:100px;height:100px;background-image:url(themes/img/img-nodata.png);background-size:72px 72px;background-position:center top;background-repeat:no-repeat;margin:0 auto}.ds_nxindexsupervision .content .empty .empty-text{padding-top:70px;color:#666;text-align:center}.ds_nxindextodocenter{width:100%;background-color:#fff}.ds_nxindextodocenter .indextodo-list .indextodo-item{padding:18px 0;display:flex;position:relative;justify-content:space-between;align-items:center;cursor:pointer}.ds_nxindextodocenter .indextodo-list .indextodo-item .indextodo-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.ds_nxindextodocenter .indextodo-list .indextodo-item .indextodo-text i{color:#ddd;margin-right:5px}.ds_nxindextodocenter .indextodo-list .indextodo-item .uname{color:#999;text-align:left;width:150px}.ds_nxindextodocenter .indextodo-list .indextodo-item .date{color:#999;width:100px;text-align:right}.red-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#ff7200}.blue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#3c8ddb}.green-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#4daf7b}.orange-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#ffb142}.darkred-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#c60100}.darkblue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#37f}.elep-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#2787EE}.elep-red-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#ff7200}.nmRed-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#e51c16}.hdBlue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#2495c7}.zydxRed-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#cd0911}.gzgb-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#942320}.ct-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#303987}.zgyc-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#007c5d}.hbBlue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#1A66B1}.nx-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#1b82d2}.dingtalk-theme .ds_nxindextodocenter .indextodo-list .indextodo-item.readed .indextodo-text i{color:#3C8AF8}.red-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#ff7200}.blue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#3c8ddb}.green-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#4daf7b}.orange-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#ffb142}.darkred-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#c60100}.darkblue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#37f}.elep-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#2787EE}.elep-red-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#ff7200}.nmRed-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#e51c16}.hdBlue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#2495c7}.zydxRed-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#cd0911}.gzgb-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#942320}.ct-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#303987}.zgyc-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#007c5d}.hbBlue-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#1A66B1}.nx-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#1b82d2}.dingtalk-theme .ds_nxindextodocenter .indextodo-list .indextodo-item:first-child .indextodo-text i{color:#3C8AF8}.ds_nxindextodocenter .indextodo-list .indextodo-item::after{content:'';display:block;position:absolute;right:0;bottom:0;width:100%;height:1px;background-color:#eee}.ds_nxindextodocenter .radiotabs{display:flex;justify-content:flex-start;align-items:center;padding-bottom:8px;border-bottom:1px solid #eee;width:calc(100% + 15px);transform:translateX(-8px);position:relative}.ds_nxindextodocenter .radiotabs li{border-radius:15px;background-color:#e3e4e8;padding:5px 15px;box-sizing:border-box;cursor:pointer}.ds_nxindextodocenter .radiotabs li.active{background-color:#cd98f4;color:#fff;transition:all .2s linear}.ds_nxindextodocenter .radiotabs li:nth-child(1){border-top-left-radius:0;border-bottom-left-radius:0}.ds_nxindextodocenter .radiotabs li+li{margin-left:20px}.ds_nxindextodocenter .indextodo-list2{padding:0 10px;box-sizing:border-box}.ds_nxindextodocenter .indextodo-list2 .indextodo-item{padding:22px 0;display:flex;position:relative;justify-content:space-between;align-items:center;cursor:pointer}.ds_nxindextodocenter .indextodo-list2 .indextodo-item .indextodo-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;margin-right:10px}.ds_nxindextodocenter .indextodo-list2 .indextodo-item .indextodo-text i{color:#ddd;margin-right:5px}.ds_nxindextodocenter .indextodo-list2 .indextodo-item .uname{color:#999;flex-basis:100px;text-align:right}.ds_nxindextodocenter .indextodo-list2 .indextodo-item .date{color:#999;flex-basis:170px;text-align:right}.red-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#ff7200}.blue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#3c8ddb}.green-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#4daf7b}.orange-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#ffb142}.darkred-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#c60100}.darkblue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#37f}.elep-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#2787EE}.elep-red-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#ff7200}.nmRed-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#e51c16}.hdBlue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#2495c7}.zydxRed-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#cd0911}.gzgb-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#942320}.ct-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#303987}.zgyc-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#007c5d}.hbBlue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#1A66B1}.nx-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#1b82d2}.dingtalk-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item.readed .indextodo-text i{color:#3C8AF8}.red-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#ff7200}.blue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#3c8ddb}.green-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#4daf7b}.orange-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#ffb142}.darkred-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#c60100}.darkblue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#37f}.elep-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#2787EE}.elep-red-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#ff7200}.nmRed-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#e51c16}.hdBlue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#2495c7}.zydxRed-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#cd0911}.gzgb-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#942320}.ct-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#303987}.zgyc-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#007c5d}.hbBlue-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#1A66B1}.nx-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#1b82d2}.dingtalk-theme .ds_nxindextodocenter .indextodo-list2 .indextodo-item:first-child .indextodo-text i{color:#3C8AF8}.ds_nxindextodocenter .indextodo-list2 .indextodo-item+.indextodo-item{border-top:1px solid #eee}.ds_nxindexnotice{background-color:#fff}.red-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#ff7200}.blue-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#3c8ddb}.green-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#4daf7b}.orange-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#ffb142}.darkred-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#c60100}.darkblue-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#37f}.elep-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#2787EE}.elep-red-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#ff7200}.nmRed-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#e51c16}.hdBlue-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#2495c7}.zydxRed-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#cd0911}.gzgb-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#942320}.ct-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#303987}.zgyc-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#007c5d}.hbBlue-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#1A66B1}.nx-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#1b82d2}.dingtalk-theme .ds_nxindexnotice .indextodo-list .indextodo-item:nth-child(2) .indextodo-text i{color:#3C8AF8}.ds_nxindexschedule{background-color:#fff}.ds_nxindexschedule .date-tool{height:50px;width:100%;display:flex;justify-content:center;align-items:center}.ds_nxindexschedule .date-tool .btnl,.ds_nxindexschedule .date-tool .btnr{background-color:#F5F5F5;width:20px;height:20px;border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer}.ds_nxindexschedule .date-tool .btnl i,.ds_nxindexschedule .date-tool .btnr i{font-size:12px}.ds_nxindexschedule .date-tool .btnl i{margin-left:5px}.ds_nxindexschedule .date-tool .btnr i{margin-right:5px}.ds_nxindexschedule .date-tool .layui-input{width:250px !important;text-align:center !important;border:none !important;font-size:16px !important}.ds_nxindexschedule .week-tool{width:100%;height:82px;display:flex;justify-content:space-between;align-items:center;background-color:#F8F9FA;border-radius:20px;padding:0 30px;box-sizing:border-box;overflow-x:auto;overflow-y:hidden}.ds_nxindexschedule .week-tool .week-tool-wrap{display:flex;justify-content:space-between;align-items:center;width:100%}.ds_nxindexschedule .week-tool .week-tool-item{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.ds_nxindexschedule .week-tool .week-tool-item .week-cn{color:#666;font-size:16px}.ds_nxindexschedule .week-tool .week-tool-item .week-day{color:#333;font-size:16px;padding:5px;margin-top:10px;border-radius:10px}.ds_nxindexschedule .week-tool .week-tool-item.has-data{position:relative}.ds_nxindexschedule .week-tool .week-tool-item.has-data::after{content:'';display:block;width:6px;height:6px;border-radius:50%;position:absolute;margin:auto;left:0;right:0;bottom:0}.red-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#c62f26}.blue-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#1a66b1}.green-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#189a5a}.orange-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#fc7001}.darkred-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#c60100}.darkblue-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#2b6be2}.elep-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#2787EE}.elep-red-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#9C0105}.nmRed-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#e51c16}.hdBlue-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#2495c7}.zydxRed-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#cd0911}.gzgb-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#942320}.ct-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#303987}.zgyc-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#007c5d}.hbBlue-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#1A66B1}.nx-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#1B82D2}.dingtalk-theme .ds_nxindexschedule .week-tool .week-tool-item.has-data::after{background-color:#3C8AF8}.ds_nxindexschedule .week-tool .week-tool-item.has-data.expired::after{background-color:#E5E5E5}.ds_nxindexschedule .week-tool .week-tool-item.selected .week-day{background-color:rgba(182,0,0,0.1);color:#333}.ds_nxindexschedule .week-tool .week-tool-item.today .week-day{color:#fff}.red-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#c62f26}.blue-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#1a66b1}.green-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#189a5a}.orange-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#fc7001}.darkred-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#c60100}.darkblue-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#2b6be2}.elep-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#2787EE}.elep-red-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#9C0105}.nmRed-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#e51c16}.hdBlue-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#2495c7}.zydxRed-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#cd0911}.gzgb-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#942320}.ct-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#303987}.zgyc-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#007c5d}.hbBlue-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#1A66B1}.nx-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#1B82D2}.dingtalk-theme .ds_nxindexschedule .week-tool .week-tool-item.today .week-day{background-color:#3C8AF8}.ds_nxindexschedule .week-tool .week-tool-item.today.selected .week-day{opacity:.8}.ds_nxindexschedule .week-tool .week-tool-item.today::after{display:none}.ds_nxindexschedule .schedule-list{margin-top:15px}.ds_nxindexschedule .schedule-list .schedule-item{width:100%;padding-left:20px;height:36px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative;cursor:pointer}.ds_nxindexschedule .schedule-list .schedule-item::before{content:'';position:absolute;display:block;width:2px;height:36px;border-radius:1px;margin:auto;left:0;top:0;bottom:0;background-color:#4FADCF}.red-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#c62f26}.blue-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#1a66b1}.green-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#189a5a}.orange-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#fc7001}.darkred-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#c60100}.darkblue-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#2b6be2}.elep-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#2787EE}.elep-red-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#9C0105}.nmRed-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#e51c16}.hdBlue-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#2495c7}.zydxRed-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#cd0911}.gzgb-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#942320}.ct-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#303987}.zgyc-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#007c5d}.hbBlue-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#1A66B1}.nx-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#1B82D2}.dingtalk-theme .ds_nxindexschedule .schedule-list .schedule-item:first-child::before{background-color:#3C8AF8}.ds_nxindexschedule .schedule-list .schedule-item .schedule-item-title{color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.ds_nxindexschedule .schedule-list .schedule-item .schedule-item-desc{color:#666}.ds_nxindexschedule .schedule-list .schedule-item+.schedule-item{margin-top:15px}.ds_nxindexschedule .schedule-list .schedule-empty{height:80px;display:flex;justify-content:center;align-items:center;color:#999}.ds_nxindexschedule .layui-tab-title,.ds_nxindextodocenter .layui-tab-title,.ds_nxindexstatics .layui-tab-title,.ds_nxindexsupervision .layui-tab-title{border-bottom:none !important}.ds_nxindexschedule .layui-tab-title li,.ds_nxindextodocenter .layui-tab-title li,.ds_nxindexstatics .layui-tab-title li,.ds_nxindexsupervision .layui-tab-title li{font-size:16px !important;color:#aaa !important;padding:0 10px !important}.ds_nxindexschedule .layui-tab-title li.layui-this,.ds_nxindextodocenter .layui-tab-title li.layui-this,.ds_nxindexstatics .layui-tab-title li.layui-this,.ds_nxindexsupervision .layui-tab-title li.layui-this{color:#333 !important}.ds_nxindexschedule .layui-tab-title li.layui-this::after,.ds_nxindextodocenter .layui-tab-title li.layui-this::after,.ds_nxindexstatics .layui-tab-title li.layui-this::after,.ds_nxindexsupervision .layui-tab-title li.layui-this::after{width:40px;margin:auto;right:0}.ds_nxindexstatics{background-color:#fff}.ds_nxindexstatics .layui-tab-title{position:relative}.ds_nxindexstatics .layui-tab-title .more{font-size:14px !important;top:50%;right:12px;margin-top:-10px;position:absolute;cursor:pointer}.nx-chart-tips{padding:5px 10px;box-sizing:border-box;background-color:rgba(255,255,255,0.9);border-radius:4px;border:1px solid #6ca6cd}.nx-chart-tips .year{color:#333}.nx-chart-tips .value{color:#000}.ds_nxcharts{width:100%;min-height:500px;height:100%;position:relative;background-color:#fff}.ds_nxcharts .chart-title{color:#274f72;font-size:18px;font-weight:600;margin:20px auto;text-align:center}.ds_nxcharts .chart-title.table-title{color:#000}.ds_nxcharts .tips{padding:8px 20px;box-sizing:border-box;display:inline-block;width:auto;margin:10px auto;border:1px solid #ddd}.ds_nxcharts .chart-container{width:100%;height:500px}.ds_nxcharts .layui-table td{text-align:center}.ds_nxindexmenu{width:100%;height:100%;color:rgba(255,255,255,0.9);padding:15px 0px !important}.red-theme .ds_nxindexmenu{background-color:#c62f26}.blue-theme .ds_nxindexmenu{background-color:#1a66b1}.green-theme .ds_nxindexmenu{background-color:#189a5a}.orange-theme .ds_nxindexmenu{background-color:#fc7001}.darkred-theme .ds_nxindexmenu{background-color:#c60100}.darkblue-theme .ds_nxindexmenu{background-color:#2b6be2}.elep-theme .ds_nxindexmenu{background-color:#2787EE}.elep-red-theme .ds_nxindexmenu{background-color:#9C0105}.nmRed-theme .ds_nxindexmenu{background-color:#e51c16}.hdBlue-theme .ds_nxindexmenu{background-color:#2495c7}.zydxRed-theme .ds_nxindexmenu{background-color:#cd0911}.gzgb-theme .ds_nxindexmenu{background-color:#942320}.ct-theme .ds_nxindexmenu{background-color:#303987}.zgyc-theme .ds_nxindexmenu{background-color:#007c5d}.hbBlue-theme .ds_nxindexmenu{background-color:#1A66B1}.nx-theme .ds_nxindexmenu{background-color:#1B82D2}.dingtalk-theme .ds_nxindexmenu{background-color:#3C8AF8}.ds_nxindexmenu .menu-wrap{width:100%}.ds_nxindexmenu .ds-nx-searchbox{width:100%;margin-bottom:10px;padding:0 20px;box-sizing:border-box;position:relative}.ds_nxindexmenu .ds-nx-searchbox input{width:100%;height:38px;line-height:38px;padding-left:35px;box-sizing:border-box;display:block;margin:0 auto;background-color:rgba(0,0,0,0.2);border:none;outline:none;border-radius:4px;color:#fff}.ds_nxindexmenu .ds-nx-searchbox input::placeholder{color:rgba(255,255,255,0.5)}.ds_nxindexmenu .ds-nx-searchbox i{position:absolute;top:50%;left:30px;transform:translate(0, -50%);color:rgba(255,255,255,0.5)}.ds_nxindexmenu .dnm-item{width:100%}.ds_nxindexmenu .dnm-item .dnm-children{height:0;overflow:hidden}.ds_nxindexmenu .dnm-item .dnm-children .dnm-menu{color:rgba(255,255,255,0.7)}.ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{color:#fff}.red-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.red-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#e63b2e}.blue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.blue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#3c8ddb}.green-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.green-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#4daf7b}.orange-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.orange-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#ffb142}.darkred-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.darkred-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#c60100}.darkblue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.darkblue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#37f}.elep-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.elep-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#fff}.elep-red-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.elep-red-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#fff}.nmRed-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.nmRed-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#e51c16}.hdBlue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.hdBlue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#2495c7}.zydxRed-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.zydxRed-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#cd0911}.gzgb-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.gzgb-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#942320}.ct-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.ct-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#cd0911}.zgyc-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.zgyc-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#57B8A0}.hbBlue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.hbBlue-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#1A66B1}.nx-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.nx-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#00548F}.dingtalk-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu:hover,.dingtalk-theme .ds_nxindexmenu .dnm-item .dnm-children .dnm-menu.selected{background-color:#3C8AF8}.ds_nxindexmenu .dnm-item .dnm-children .dnm-menu .dnm-text{font-size:14px}.ds_nxindexmenu .dnm-item .expand{transform:rotate(180deg);transition:all .2s linear}.ds_nxindexmenu .dnm-item.expanded .dnm-children{height:auto}.ds_nxindexmenu .dnm-item.expanded .expand{transform:rotate(0)}.ds_nxindexmenu .dnm-menu{padding:10px 20px 10px 45px;box-sizing:border-box;position:relative;color:#fff;transition:all .2s linear;cursor:pointer}.ds_nxindexmenu .dnm-menu:hover{background-color:rgba(255,255,255,0.2)}.ds_nxindexmenu .dnm-menu i{position:absolute;top:0;bottom:0;margin:auto;width:16px;height:16px;color:rgba(255,255,255,0.5);font-size:14px;cursor:pointer}.ds_nxindexmenu .dnm-menu i.prefix{left:20px;color:#fff}.ds_nxindexmenu .dnm-menu i.expand{right:20px}.ds_nxindexmenu .dnm-menu i.setting{right:50px;color:rgba(255,255,255,0.9)}.ds_nxindexmenu .dnm-menu .dnm-text{font-size:16px}.nxindexmenu-set{width:100%;height:100%;background-color:#f5f5f5;padding:15px;box-sizing:border-box;overflow:hidden}.nxindexmenu-set .nxm-inner{width:100%;height:100%;background-color:#fff;overflow-y:auto;overflow-x:hidden;padding:15px;box-sizing:border-box}.nxindexmenu-set .nxm-group .nxm-title{padding:5px 15px;width:100%;position:relative;color:#000;font-size:16px}.nxindexmenu-set .nxm-group .nxm-title::after{content:'';display:block;width:100%;height:1px;background-color:#f5f5f5;position:absolute;left:0;bottom:0}.nxindexmenu-set .nxm-group .nxm-title::before{content:'';display:block;width:3px;height:20px;position:absolute;left:0;top:0;bottom:0;margin:auto}.red-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#c62f26}.blue-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#1a66b1}.green-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#189a5a}.orange-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#fc7001}.darkred-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#c60100}.darkblue-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#2b6be2}.elep-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#2787EE}.elep-red-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#9C0105}.nmRed-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#e51c16}.hdBlue-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#2495c7}.zydxRed-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#cd0911}.gzgb-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#942320}.ct-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#303987}.zgyc-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#007c5d}.hbBlue-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#1A66B1}.nx-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#1B82D2}.dingtalk-theme .nxindexmenu-set .nxm-group .nxm-title::before{background-color:#3C8AF8}.nxindexmenu-set .nxm-group .nxm-con{width:100%;padding:20px 0;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:flex-start}.nxindexmenu-set .nxm-group .nxm-con .nxm-item{width:25%;padding:10px 15px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:relative}.nxindexmenu-set .nxm-group .nxm-con .nxm-item .layui-form-checkbox i{border-radius:50%}.nxindexmenu-set .nxm-group .nxm-con .nxm-item .preicon{width:24px}.nxindexmenu-set .nxm-group .nxm-con .nxm-item .nxm-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nxindexmenu-set .nxm-group .nxm-con .nxm-item .close{position:absolute;right:10px;top:0;bottom:0;margin:auto;opacity:0;transition:opacity .1s linear;width:16px;height:16px;cursor:pointer}.nxindexmenu-set .nxm-group .nxm-con .nxm-item:hover .close{opacity:1}.nxindexmenu-set .nxm-group .nxm-con.has-close .nxm-item:hover{background-color:#f6f6f6;transition:background .1s linear}html,body{margin:0px;font-family:"Helvetica","Microsoft YaHei",\5fae\8f6f\96c5\9ed1 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;color:#5f5f5f;font-size:14px !important}.no_scroll_x{overflow-x:hidden}i.has_click:hover{cursor:pointer}ul{list-style:none}.nowrap{white-space:nowrap;word-break:break-all}.font_color{color:#999}.icon_1{display:inline-block;font-size:34px !important}.icon_2{display:inline-block;font-size:24px !important}.icon_3{display:inline-block;font-size:18px !important}.icon_4{display:inline-block;font-size:16px !important}.icon_5{display:inline-block;font-size:14px !important}.icon_6{display:inline-block;font-size:12px !important}.ds_icon_1{display:inline-block;font-size:34px !important}.ds_icon_2,.ds_icon_button .iconfont,.ds_icon_button_text .iconfont{display:inline-block;font-size:24px !important}.ds_icon_3{display:inline-block;font-size:18px !important}.ds_icon_4,.ds_icon_button.ds_button_md .iconfont,.ds_button_md.ds_icon_button_text .iconfont,.ds_icon_button_text.ds_button_xsm .iconfont,.ds_page.ds_exam_page .ds_exam_post>span{display:inline-block;font-size:16px !important}.ds_icon_5{display:inline-block;font-size:14px !important}.ds_icon_6,.ds_icon_button.ds_button_sm .iconfont,.ds_icon_button.ds_button_xsm .iconfont{display:inline-block;font-size:12px !important}.red-theme .icon-color{color:#ff7200}.blue-theme .icon-color{color:#3c8ddb}.green-theme .icon-color{color:#4daf7b}.orange-theme .icon-color{color:#ffb142}.darkred-theme .icon-color{color:#c60100}.darkblue-theme .icon-color{color:#37f}.elep-theme .icon-color{color:#2787EE}.elep-red-theme .icon-color{color:#ff7200}.nmRed-theme .icon-color{color:#e51c16}.hdBlue-theme .icon-color{color:#2495c7}.zydxRed-theme .icon-color{color:#cd0911}.gzgb-theme .icon-color{color:#942320}.ct-theme .icon-color{color:#303987}.zgyc-theme .icon-color{color:#007c5d}.hbBlue-theme .icon-color{color:#1A66B1}.nx-theme .icon-color{color:#1b82d2}.dingtalk-theme .icon-color{color:#3C8AF8}.font_1{font-size:34px !important}.font_2{font-size:24px !important}.font_3{font-size:18px !important}.font_4{font-size:16px !important}.font_5{font-size:14px !important}.font_6{font-size:12px !important}.ds_font_1{font-size:34px !important}.ds_font_2{font-size:24px !important}.ds_font_3{font-size:18px !important}.ds_font_4,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>span,.ds_page .ds_exam_subject .ds_question_block .ds_question_analysis>.analysis_content,.ds_seat .frame_title span,.ds_seat .frame_title i,.ds_seat .ds_seat_object span,.ds_seat .ds_seat_object .edit{font-size:16px !important}.ds_font_5,.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{font-size:14px !important}.ds_font_6,.ds_button_md.ds_icon_button_text div{font-size:12px !important}.ds_unshow{display:none !important}.bk_white{background-color:#fff}.title,.ds_seat .frame_title span,.ds_seat .frame_title i{font-weight:700}.no_padding{padding:0px !important}.t_b_no_padding{padding-top:0px !important;padding-bottom:0px !important}.ellipsis{overflow:hidden !important;margin-top:0px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.dialog_container{padding:15px}.ds_full_screen{position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;box-sizing:border-box}.ds_full_screen>.ds_page_head{height:45px;box-sizing:border-box}.ds_full_screen>.ds_page_body{position:absolute;bottom:0px;top:0px;left:0px;right:0px;box-sizing:border-box}.ds_full_screen>.ds_page_foot{position:absolute;bottom:0px;left:0px;right:0px;height:45px;box-sizing:border-box}.ds_full_screen.ds_has_head>.ds_page_body{margin-top:45px}.ds_full_screen.ds_has_foot>.ds_page_body{margin-bottom:45px}.ds_required .ds_label::before,.ds_required .layui-form-label::before{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_required.ds_question *[handler="index"]::after{content:"*";margin-right:5px;display:inline-block;color:red;vertical-align:middle}.ds_error .readOnly{border:1px solid #ff7d7d !important}.ds_error.ds_textbox input{border-color:#ff7d7d !important}.ds_error.ds_formfill input{border-color:#ff7d7d !important}.ds_error.ds_uploadPhoto .photoBox{border:1px solid #ff7d7d !important}.ds_error.ds_select .layui-form-select input{border-color:#ff7d7d !important}.ds_error.ds_checkbox i.layui-icon-ok{border-color:#ff7d7d !important}.ds_error.ds_checkbox input{border-color:#ff7d7d !important}.ds_error.ds_radiobox i.layui-anim{color:#ff7d7d !important}.ds_error.ds_radiobox input{border-color:#ff7d7d !important}.ds_error.ds_textarea textarea{border-color:#ff7d7d !important}.ds_error.ds_datachoice .layui-input-block{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-inline input{border-color:#ff7d7d !important}.ds_error.ds_datepicker .layui-input-block input{border-color:#ff7d7d !important}.ds_error.ds_fill input[type="text"]{border-bottom-color:#ff7d7d !important}.ds_error.ds_timepicker input{border-color:#ff7d7d !important}.ds_error.ds_UEditor .edui-editor{border-color:#ff7d7d !important}.ds_error.ds_question *[handler="questionBody"],.ds_error.ds_question .q_content{color:#ff7d7d !important}td.ds_error{box-shadow:0px -1px 5px #ff7d7d}.red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.blue-theme .layui-layer-tips .layui-layer-content{background-color:#3c8ddb}.green-theme .layui-layer-tips .layui-layer-content{background-color:#4daf7b}.orange-theme .layui-layer-tips .layui-layer-content{background-color:#ffb142}.darkred-theme .layui-layer-tips .layui-layer-content{background-color:#c60100}.darkblue-theme .layui-layer-tips .layui-layer-content{background-color:#37f}.elep-theme .layui-layer-tips .layui-layer-content{background-color:#2787EE}.elep-red-theme .layui-layer-tips .layui-layer-content{background-color:#ff7200}.nmRed-theme .layui-layer-tips .layui-layer-content{background-color:#e51c16}.hdBlue-theme .layui-layer-tips .layui-layer-content{background-color:#2495c7}.zydxRed-theme .layui-layer-tips .layui-layer-content{background-color:#cd0911}.gzgb-theme .layui-layer-tips .layui-layer-content{background-color:#942320}.ct-theme .layui-layer-tips .layui-layer-content{background-color:#303987}.zgyc-theme .layui-layer-tips .layui-layer-content{background-color:#007c5d}.hbBlue-theme .layui-layer-tips .layui-layer-content{background-color:#1A66B1}.nx-theme .layui-layer-tips .layui-layer-content{background-color:#1b82d2}.dingtalk-theme .layui-layer-tips .layui-layer-content{background-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsB{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsT{border-right-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsL{border-bottom-color:#3C8AF8}.red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.blue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3c8ddb}.green-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#4daf7b}.orange-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ffb142}.darkred-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#c60100}.darkblue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#37f}.elep-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2787EE}.elep-red-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#ff7200}.nmRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#e51c16}.hdBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#2495c7}.zydxRed-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#cd0911}.gzgb-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#942320}.ct-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#303987}.zgyc-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#007c5d}.hbBlue-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1A66B1}.nx-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#1b82d2}.dingtalk-theme .layui-layer-tips i.layui-layer-TipsR{border-bottom-color:#3C8AF8}.ds_button{font-size:14px !important;cursor:pointer;display:inline-block;vertical-align:middle;height:36px;line-height:36px;padding:0 18px;color:#fff;white-space:nowrap;text-align:center;font-size:14px;border-radius:2px}.red-theme .ds_button{border:1px solid #ff7200}.blue-theme .ds_button{border:1px solid #3c8ddb}.green-theme .ds_button{border:1px solid #4daf7b}.orange-theme .ds_button{border:1px solid #ffb142}.darkred-theme .ds_button{border:1px solid #c60100}.darkblue-theme .ds_button{border:1px solid #37f}.elep-theme .ds_button{border:1px solid #2787EE}.elep-red-theme .ds_button{border:1px solid #ff7200}.nmRed-theme .ds_button{border:1px solid #e51c16}.hdBlue-theme .ds_button{border:1px solid #2495c7}.zydxRed-theme .ds_button{border:1px solid #cd0911}.gzgb-theme .ds_button{border:1px solid #942320}.ct-theme .ds_button{border:1px solid #303987}.zgyc-theme .ds_button{border:1px solid #007c5d}.hbBlue-theme .ds_button{border:1px solid #1A66B1}.nx-theme .ds_button{border:1px solid #1b82d2}.dingtalk-theme .ds_button{border:1px solid #3C8AF8}.red-theme .ds_button{background-color:#ff7200}.blue-theme .ds_button{background-color:#3c8ddb}.green-theme .ds_button{background-color:#4daf7b}.orange-theme .ds_button{background-color:#ffb142}.darkred-theme .ds_button{background-color:#c60100}.darkblue-theme .ds_button{background-color:#37f}.elep-theme .ds_button{background-color:#2787EE}.elep-red-theme .ds_button{background-color:#ff7200}.nmRed-theme .ds_button{background-color:#e51c16}.hdBlue-theme .ds_button{background-color:#2495c7}.zydxRed-theme .ds_button{background-color:#cd0911}.gzgb-theme .ds_button{background-color:#942320}.ct-theme .ds_button{background-color:#303987}.zgyc-theme .ds_button{background-color:#007c5d}.hbBlue-theme .ds_button{background-color:#1A66B1}.nx-theme .ds_button{background-color:#1b82d2}.dingtalk-theme .ds_button{background-color:#3C8AF8}.ds_button .iconfont{margin-right:3px;vertical-align:bottom}.ds_button[disabled]{border:1px solid #e6e6e6;background-color:#fbfbfb;color:#c9c9c9;cursor:not-allowed;opacity:1}.ds_button[disabled]:hover{color:#c9c9c9 !important}.ds_button:hover{opacity:0.8;filter:alpha(opacity=80);color:#fff}.ds_button ~ .ds_button{margin-left:10px}.ds_button_md{height:30px !important;line-height:30px !important;padding:0 10px;font-size:16px}.ds_button_md>.iconfont{font-size:16px !important}.ds_button_sm{height:22px;line-height:22px;padding:0 10px;font-size:14px !important}.ds_button_sm>.iconfont{font-size:14px !important}.ds_button_auxiliary{height:36px;line-height:36px}.red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.blue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.green-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.orange-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkred-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.darkblue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.elep-red-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nmRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hdBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zydxRed-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.gzgb-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.ct-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.zgyc-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.hbBlue-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.nx-theme .ds_button_auxiliary{border:1px solid #c9c9c9}.dingtalk-theme .ds_button_auxiliary{border:1px solid}.red-theme .ds_button_auxiliary{background-color:#fff}.blue-theme .ds_button_auxiliary{background-color:#fff}.green-theme .ds_button_auxiliary{background-color:#fff}.orange-theme .ds_button_auxiliary{background-color:#fff}.darkred-theme .ds_button_auxiliary{background-color:#fff}.darkblue-theme .ds_button_auxiliary{background-color:#fff}.elep-theme .ds_button_auxiliary{background-color:#fff}.elep-red-theme .ds_button_auxiliary{background-color:#fff}.nmRed-theme .ds_button_auxiliary{background-color:#fff}.hdBlue-theme .ds_button_auxiliary{background-color:#fff}.zydxRed-theme .ds_button_auxiliary{background-color:#fff}.gzgb-theme .ds_button_auxiliary{background-color:#fff}.ct-theme .ds_button_auxiliary{background-color:#fff}.zgyc-theme .ds_button_auxiliary{background-color:#fff}.hbBlue-theme .ds_button_auxiliary{background-color:#fff}.nx-theme .ds_button_auxiliary{background-color:#fff}.red-theme .ds_button_auxiliary{color:#5f5f5f}.blue-theme .ds_button_auxiliary{color:#5f5f5f}.green-theme .ds_button_auxiliary{color:#5f5f5f}.orange-theme .ds_button_auxiliary{color:#5f5f5f}.darkred-theme .ds_button_auxiliary{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary{color:#5f5f5f}.elep-theme .ds_button_auxiliary{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary{color:#5f5f5f}.ct-theme .ds_button_auxiliary{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary{color:#5f5f5f}.nx-theme .ds_button_auxiliary{color:#5f5f5f}.red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.blue-theme .ds_button_auxiliary:hover{border:1px solid #3c8ddb}.green-theme .ds_button_auxiliary:hover{border:1px solid #4daf7b}.orange-theme .ds_button_auxiliary:hover{border:1px solid #ffb142}.darkred-theme .ds_button_auxiliary:hover{border:1px solid #c60100}.darkblue-theme .ds_button_auxiliary:hover{border:1px solid #37f}.elep-theme .ds_button_auxiliary:hover{border:1px solid #2787EE}.elep-red-theme .ds_button_auxiliary:hover{border:1px solid #ff7200}.nmRed-theme .ds_button_auxiliary:hover{border:1px solid #e51c16}.hdBlue-theme .ds_button_auxiliary:hover{border:1px solid #2495c7}.zydxRed-theme .ds_button_auxiliary:hover{border:1px solid #cd0911}.gzgb-theme .ds_button_auxiliary:hover{border:1px solid #942320}.ct-theme .ds_button_auxiliary:hover{border:1px solid #303987}.zgyc-theme .ds_button_auxiliary:hover{border:1px solid #007c5d}.hbBlue-theme .ds_button_auxiliary:hover{border:1px solid #1A66B1}.nx-theme .ds_button_auxiliary:hover{border:1px solid #1b82d2}.dingtalk-theme .ds_button_auxiliary:hover{border:1px solid #3C8AF8}.red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.blue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.green-theme .ds_button_auxiliary:hover{color:#5f5f5f}.orange-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkred-theme .ds_button_auxiliary:hover{color:#5f5f5f}.darkblue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-theme .ds_button_auxiliary:hover{color:#5f5f5f}.elep-red-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nmRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hdBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zydxRed-theme .ds_button_auxiliary:hover{color:#5f5f5f}.gzgb-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ct-theme .ds_button_auxiliary:hover{color:#5f5f5f}.zgyc-theme .ds_button_auxiliary:hover{color:#5f5f5f}.hbBlue-theme .ds_button_auxiliary:hover{color:#5f5f5f}.nx-theme .ds_button_auxiliary:hover{color:#5f5f5f}.ds_icon_button{display:inline-block;padding:0px;line-height:1em;height:1em;text-align:center;border-radius:50%;height:30px;width:30px;color:#fff}.red-theme .ds_icon_button{border:1px solid #ff7200}.blue-theme .ds_icon_button{border:1px solid #3c8ddb}.green-theme .ds_icon_button{border:1px solid #4daf7b}.orange-theme .ds_icon_button{border:1px solid #ffb142}.darkred-theme .ds_icon_button{border:1px solid #c60100}.darkblue-theme .ds_icon_button{border:1px solid #37f}.elep-theme .ds_icon_button{border:1px solid #2787EE}.elep-red-theme .ds_icon_button{border:1px solid #ff7200}.nmRed-theme .ds_icon_button{border:1px solid #e51c16}.hdBlue-theme .ds_icon_button{border:1px solid #2495c7}.zydxRed-theme .ds_icon_button{border:1px solid #cd0911}.gzgb-theme .ds_icon_button{border:1px solid #942320}.ct-theme .ds_icon_button{border:1px solid #303987}.zgyc-theme .ds_icon_button{border:1px solid #007c5d}.hbBlue-theme .ds_icon_button{border:1px solid #1A66B1}.nx-theme .ds_icon_button{border:1px solid #1b82d2}.dingtalk-theme .ds_icon_button{border:1px solid #3C8AF8}.red-theme .ds_icon_button{background-color:#ff7200}.blue-theme .ds_icon_button{background-color:#3c8ddb}.green-theme .ds_icon_button{background-color:#4daf7b}.orange-theme .ds_icon_button{background-color:#ffb142}.darkred-theme .ds_icon_button{background-color:#c60100}.darkblue-theme .ds_icon_button{background-color:#37f}.elep-theme .ds_icon_button{background-color:#2787EE}.elep-red-theme .ds_icon_button{background-color:#ff7200}.nmRed-theme .ds_icon_button{background-color:#e51c16}.hdBlue-theme .ds_icon_button{background-color:#2495c7}.zydxRed-theme .ds_icon_button{background-color:#cd0911}.gzgb-theme .ds_icon_button{background-color:#942320}.ct-theme .ds_icon_button{background-color:#303987}.zgyc-theme .ds_icon_button{background-color:#007c5d}.hbBlue-theme .ds_icon_button{background-color:#1A66B1}.nx-theme .ds_icon_button{background-color:#1b82d2}.dingtalk-theme .ds_icon_button{background-color:#3C8AF8}.ds_icon_button .iconfont{height:30px;line-height:30px;display:inline-block;margin-right:0px !important;vertical-align:middle;text-align:center}.ds_icon_button.ds_button_auxiliary{background-color:transparent !important}.red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.blue-theme .ds_icon_button.ds_button_auxiliary{color:#3c8ddb}.green-theme .ds_icon_button.ds_button_auxiliary{color:#4daf7b}.orange-theme .ds_icon_button.ds_button_auxiliary{color:#ffb142}.darkred-theme .ds_icon_button.ds_button_auxiliary{color:#c60100}.darkblue-theme .ds_icon_button.ds_button_auxiliary{color:#37f}.elep-theme .ds_icon_button.ds_button_auxiliary{color:#2787EE}.elep-red-theme .ds_icon_button.ds_button_auxiliary{color:#ff7200}.nmRed-theme .ds_icon_button.ds_button_auxiliary{color:#e51c16}.hdBlue-theme .ds_icon_button.ds_button_auxiliary{color:#2495c7}.zydxRed-theme .ds_icon_button.ds_button_auxiliary{color:#cd0911}.gzgb-theme .ds_icon_button.ds_button_auxiliary{color:#942320}.ct-theme .ds_icon_button.ds_button_auxiliary{color:#303987}.zgyc-theme .ds_icon_button.ds_button_auxiliary{color:#007c5d}.hbBlue-theme .ds_icon_button.ds_button_auxiliary{color:#1A66B1}.nx-theme .ds_icon_button.ds_button_auxiliary{color:#1b82d2}.dingtalk-theme .ds_icon_button.ds_button_auxiliary{color:#3C8AF8}.ds_icon_button.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_md .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button.ds_button_sm{height:18px !important;width:18px !important;line-height:18px !important}.ds_icon_button.ds_button_sm .iconfont{height:18px;width:18px;line-height:18px;display:inline-block}.ds_icon_button.ds_button_xsm{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_icon_button_text,.ds_icon_button_text.ds_button_md{border-style:none !important;background-color:transparent !important;display:inline-block;padding:0px;min-width:50px;max-width:80px;height:auto !important;line-height:normal;width:auto;white-space:normal;vertical-align:middle}.red-theme .ds_icon_button_text{color:#ff7200}.blue-theme .ds_icon_button_text{color:#3c8ddb}.green-theme .ds_icon_button_text{color:#4daf7b}.orange-theme .ds_icon_button_text{color:#ffb142}.darkred-theme .ds_icon_button_text{color:#c60100}.darkblue-theme .ds_icon_button_text{color:#37f}.elep-theme .ds_icon_button_text{color:#2787EE}.elep-red-theme .ds_icon_button_text{color:#ff7200}.nmRed-theme .ds_icon_button_text{color:#e51c16}.hdBlue-theme .ds_icon_button_text{color:#2495c7}.zydxRed-theme .ds_icon_button_text{color:#cd0911}.gzgb-theme .ds_icon_button_text{color:#942320}.ct-theme .ds_icon_button_text{color:#303987}.zgyc-theme .ds_icon_button_text{color:#007c5d}.hbBlue-theme .ds_icon_button_text{color:#1A66B1}.nx-theme .ds_icon_button_text{color:#1b82d2}.dingtalk-theme .ds_icon_button_text{color:#3C8AF8}.ds_icon_button_text .iconfont{margin-right:0px !important;line-height:24px}.ds_icon_button_text div,.ds_icon_button_text.ds_button_md div{margin-top:0.2em;line-height:14px;width:100%}.ds_button_md.ds_icon_button_text{line-height:100% !important}.ds_button_md.ds_icon_button_text .iconfont{line-height:16px}.ds_button_md.ds_icon_button_text div{line-height:14px;width:100%}.ds_icon_button_text.ds_button_xsm,.ds_button_xsm.ds_icon_button_text.ds_button_md{height:22px !important;width:22px !important;line-height:22px !important}.ds_icon_button_text.ds_button_xsm .iconfont{height:22px;width:22px;line-height:22px;display:inline-block}.ds_panel{background-color:#fff}.ds_panel>.head{position:absolute;box-sizing:border-box;top:0px;border:0px;left:0px;right:0px;padding:10px 20px 10px 20px;height:61px;overflow:visible;border-bottom:3px solid #f6f6f6}.ds_panel>.head>.title,.ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ds_panel>.head>i{float:left;margin-left:-20px;margin-top:-10px;margin-bottom:-10px;padding:10px 0px 10px 20px;border-bottom-width:3px;border-bottom-style:solid;margin-right:10px;box-sizing:border-box}.red-theme .ds_panel>.head>.title,.red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .red-theme .ds_panel>.head>span,.red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.blue-theme .ds_panel>.head>.title,.blue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .blue-theme .ds_panel>.head>span,.blue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .blue-theme .ds_panel>.head>i{border-bottom-color:#3c8ddb}.green-theme .ds_panel>.head>.title,.green-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .green-theme .ds_panel>.head>span,.green-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .green-theme .ds_panel>.head>i{border-bottom-color:#4daf7b}.orange-theme .ds_panel>.head>.title,.orange-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .orange-theme .ds_panel>.head>span,.orange-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .orange-theme .ds_panel>.head>i{border-bottom-color:#ffb142}.darkred-theme .ds_panel>.head>.title,.darkred-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkred-theme .ds_panel>.head>span,.darkred-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkred-theme .ds_panel>.head>i{border-bottom-color:#c60100}.darkblue-theme .ds_panel>.head>.title,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>span,.darkblue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .darkblue-theme .ds_panel>.head>i{border-bottom-color:#37f}.elep-theme .ds_panel>.head>.title,.elep-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-theme .ds_panel>.head>span,.elep-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-theme .ds_panel>.head>i{border-bottom-color:#2787EE}.elep-red-theme .ds_panel>.head>.title,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>span,.elep-red-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .elep-red-theme .ds_panel>.head>i{border-bottom-color:#ff7200}.nmRed-theme .ds_panel>.head>.title,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>span,.nmRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nmRed-theme .ds_panel>.head>i{border-bottom-color:#e51c16}.hdBlue-theme .ds_panel>.head>.title,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>span,.hdBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hdBlue-theme .ds_panel>.head>i{border-bottom-color:#2495c7}.zydxRed-theme .ds_panel>.head>.title,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>span,.zydxRed-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zydxRed-theme .ds_panel>.head>i{border-bottom-color:#cd0911}.gzgb-theme .ds_panel>.head>.title,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>span,.gzgb-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .gzgb-theme .ds_panel>.head>i{border-bottom-color:#942320}.ct-theme .ds_panel>.head>.title,.ct-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .ct-theme .ds_panel>.head>span,.ct-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .ct-theme .ds_panel>.head>i{border-bottom-color:#303987}.zgyc-theme .ds_panel>.head>.title,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>span,.zgyc-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .zgyc-theme .ds_panel>.head>i{border-bottom-color:#007c5d}.hbBlue-theme .ds_panel>.head>.title,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>span,.hbBlue-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .hbBlue-theme .ds_panel>.head>i{border-bottom-color:#1A66B1}.nx-theme .ds_panel>.head>.title,.nx-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .nx-theme .ds_panel>.head>span,.nx-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .nx-theme .ds_panel>.head>i{border-bottom-color:#1b82d2}.dingtalk-theme .ds_panel>.head>.title,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>span,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>span,.dingtalk-theme .ds_seat .frame_title .ds_panel>.head>i,.ds_seat .frame_title .dingtalk-theme .ds_panel>.head>i{border-bottom-color:#3C8AF8}.ds_panel>.head>.title>label,.ds_seat .frame_title .ds_panel>.head>span>label,.ds_seat .frame_title .ds_panel>.head>i>label{color:#333333 !important;line-height:38px;height:38px;display:inline-block;border-right:1px solid #eeeeee;padding-right:10px}.ds_panel>.head>.head-left{float:left;line-height:38px;height:38px}.ds_panel>.head>.head-right{float:right}.ds_panel>.head::after{content:" ";display:block;clear:both}.ds_panel>.body{box-sizing:border-box;margin-top:61px;position:absolute;top:0px;left:0px;bottom:0px;width:100%;padding:15px 20px 15px 20px}.ds_bubble{border:1px solid #dedfe0;background-color:#ffffff;display:inline-block;position:absolute;top:0px;left:0px;padding:5px;border-radius:3px;z-index:1000;box-sizing:border-box}.ds_bubble.top{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.bottom{animation:showbuttommoreTopToButton 0.5s;-webkit-animation:showbuttommoreTopToButton 0.5s}.ds_bubble.top>.arrowborder{position:absolute;top:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-13px;border-bottom:13px solid #dedfe0;border-left:13px solid transparent;z-index:998}.ds_bubble.top>.arrow{position:absolute;top:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:-12px;border-bottom:11px solid #fff;border-left:11px solid transparent;z-index:999}.ds_bubble.bottom>.arrowborder{position:absolute;bottom:-13px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:0px;border-top:13px solid #dedfe0;border-right:13px solid transparent;z-index:998}.ds_bubble.bottom>.arrow{position:absolute;bottom:-11px;left:50%;box-sizing:border-box;display:inline-block;width:0px;height:0px;margin-left:1px;border-top:11px solid #fff;border-right:11px solid transparent;z-index:999}.ds_gridbuttonbar>tbody>tr>td{width:75px;height:75px;text-align:center;vertical-align:middle}.ds_more_button>.expand{display:none}.ds_more_button.open>.expand{display:inline}.ds_more_button.open>.collapse{display:none}.sub_title{position:relative;display:inline-block;height:25px;min-width:80px;border-bottom:1px solid #d8d8d8}.sub_title::before{content:"";display:inline-block;position:absolute;width:5px;top:0px;left:0px;height:20px}.red-theme .sub_title::before{background-color:#ff7200}.blue-theme .sub_title::before{background-color:#3c8ddb}.green-theme .sub_title::before{background-color:#4daf7b}.orange-theme .sub_title::before{background-color:#ffb142}.darkred-theme .sub_title::before{background-color:#c60100}.darkblue-theme .sub_title::before{background-color:#37f}.elep-theme .sub_title::before{background-color:#2787EE}.elep-red-theme .sub_title::before{background-color:#ff7200}.nmRed-theme .sub_title::before{background-color:#e51c16}.hdBlue-theme .sub_title::before{background-color:#2495c7}.zydxRed-theme .sub_title::before{background-color:#cd0911}.gzgb-theme .sub_title::before{background-color:#942320}.ct-theme .sub_title::before{background-color:#303987}.zgyc-theme .sub_title::before{background-color:#007c5d}.hbBlue-theme .sub_title::before{background-color:#1A66B1}.nx-theme .sub_title::before{background-color:#1b82d2}.dingtalk-theme .sub_title::before{background-color:#3C8AF8}.sub_title>label{margin-left:10px}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@-webkit-keyframes showbuttommoreTopToButton{from{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}@keyframes showbuttommoreBottomToTop{from{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;pointer-events:none}to{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;pointer-events:auto}}.ds_stepsNav{height:30px;overflow:hidden}.ds_stepsNav ul{border-bottom:none}.ds_stepsNav li{line-height:32px;background:#e4e4e4;margin-left:3px;margin-top:3px}.ds_stepsNav li+li{margin-left:3px}.ds_stepsNav li:not(.last):before{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #f6f6f6;position:absolute;top:0px;right:-19px;z-index:10}.ds_stepsNav li:not(.last):after{content:"";display:block;width:0;height:0;border-width:16px 0 16px 16px;border-style:solid;border-color:transparent transparent transparent #e4e4e4;position:absolute;top:0px;right:-16px;z-index:10}.ds_stepsNav li:not(.last).layui-this:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.blue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3c8ddb}.green-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#4daf7b}.orange-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ffb142}.darkred-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#c60100}.darkblue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#37f}.elep-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2787EE}.elep-red-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#ff7200}.nmRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#e51c16}.hdBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#2495c7}.zydxRed-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#cd0911}.gzgb-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#942320}.ct-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#303987}.zgyc-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#007c5d}.hbBlue-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1A66B1}.nx-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#1b82d2}.dingtalk-theme .ds_stepsNav li:not(.last).layui-this:after{border-left-color:#3C8AF8}.ds_stepsNav li.layui-this{color:#fff}.red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.blue-theme .ds_stepsNav li.layui-this{background-color:#3c8ddb}.green-theme .ds_stepsNav li.layui-this{background-color:#4daf7b}.orange-theme .ds_stepsNav li.layui-this{background-color:#ffb142}.darkred-theme .ds_stepsNav li.layui-this{background-color:#c60100}.darkblue-theme .ds_stepsNav li.layui-this{background-color:#37f}.elep-theme .ds_stepsNav li.layui-this{background-color:#2787EE}.elep-red-theme .ds_stepsNav li.layui-this{background-color:#ff7200}.nmRed-theme .ds_stepsNav li.layui-this{background-color:#e51c16}.hdBlue-theme .ds_stepsNav li.layui-this{background-color:#2495c7}.zydxRed-theme .ds_stepsNav li.layui-this{background-color:#cd0911}.gzgb-theme .ds_stepsNav li.layui-this{background-color:#942320}.ct-theme .ds_stepsNav li.layui-this{background-color:#303987}.zgyc-theme .ds_stepsNav li.layui-this{background-color:#007c5d}.hbBlue-theme .ds_stepsNav li.layui-this{background-color:#1A66B1}.nx-theme .ds_stepsNav li.layui-this{background-color:#1b82d2}.dingtalk-theme .ds_stepsNav li.layui-this{background-color:#3C8AF8}.ds_stepsNav li.last{background-image:none}.ds_stepsNav .layui-this:after{left:auto;top:auto;border-color:transparent}.ds_NavTree .arrowsTree *{font-size:14px !important}.ds_uploadImg .imgContainer .picName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .picName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .picName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .picName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .picName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .picName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .picName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .picName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .picName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .picName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .picName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .picName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .picName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .picName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .picName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .picName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .picName{color:#3C8AF8}.red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.blue-theme .ds_uploadImg .imgContainer .ImgName{color:#3c8ddb}.green-theme .ds_uploadImg .imgContainer .ImgName{color:#4daf7b}.orange-theme .ds_uploadImg .imgContainer .ImgName{color:#ffb142}.darkred-theme .ds_uploadImg .imgContainer .ImgName{color:#c60100}.darkblue-theme .ds_uploadImg .imgContainer .ImgName{color:#37f}.elep-theme .ds_uploadImg .imgContainer .ImgName{color:#2787EE}.elep-red-theme .ds_uploadImg .imgContainer .ImgName{color:#ff7200}.nmRed-theme .ds_uploadImg .imgContainer .ImgName{color:#e51c16}.hdBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#2495c7}.zydxRed-theme .ds_uploadImg .imgContainer .ImgName{color:#cd0911}.gzgb-theme .ds_uploadImg .imgContainer .ImgName{color:#942320}.ct-theme .ds_uploadImg .imgContainer .ImgName{color:#303987}.zgyc-theme .ds_uploadImg .imgContainer .ImgName{color:#007c5d}.hbBlue-theme .ds_uploadImg .imgContainer .ImgName{color:#1A66B1}.nx-theme .ds_uploadImg .imgContainer .ImgName{color:#1b82d2}.dingtalk-theme .ds_uploadImg .imgContainer .ImgName{color:#3C8AF8}.UploadFile table{border:1px solid #e6e6e6}.red-theme .UploadFile .fileName{color:#ff7200}.blue-theme .UploadFile .fileName{color:#3c8ddb}.green-theme .UploadFile .fileName{color:#4daf7b}.orange-theme .UploadFile .fileName{color:#ffb142}.darkred-theme .UploadFile .fileName{color:#c60100}.darkblue-theme .UploadFile .fileName{color:#37f}.elep-theme .UploadFile .fileName{color:#2787EE}.elep-red-theme .UploadFile .fileName{color:#ff7200}.nmRed-theme .UploadFile .fileName{color:#e51c16}.hdBlue-theme .UploadFile .fileName{color:#2495c7}.zydxRed-theme .UploadFile .fileName{color:#cd0911}.gzgb-theme .UploadFile .fileName{color:#942320}.ct-theme .UploadFile .fileName{color:#303987}.zgyc-theme .UploadFile .fileName{color:#007c5d}.hbBlue-theme .UploadFile .fileName{color:#1A66B1}.nx-theme .UploadFile .fileName{color:#1b82d2}.dingtalk-theme .UploadFile .fileName{color:#3C8AF8}.ds_tagsinput{box-sizing:border-box;background-color:#fff;display:inline-block;padding-top:6px;padding:bottom 0px;padding-left:10px;padding-right:10px;color:#555;border-radius:4px;max-width:100%;overflow-x:auto;cursor:text;min-height:38px;vertical-align:middle}.ds_tagsinput input{border:none;outline:none;background-color:transparent;padding:0 6px;margin:0;width:auto;max-width:inherit;height:28px;margin-bottom:6px;border-bottom:1px solid transparent}.ds_tagsinput.form-control input::-moz-placeholder{color:#777;opacity:1}.ds_tagsinput.form-control input:-ms-input-placeholder{color:#777}.ds_tagsinput.form-control input::-webkit-input-placeholder{color:#777}.ds_tagsinput input:focus{border:none;box-shadow:none}.ds_tagsinput .tag{margin-right:2px;color:white;height:28px;line-height:28px;box-sizing:border-box;display:inline-block;margin-bottom:6px}.ds_tagsinput .tag [data-role="remove"]{margin-left:8px;font-family:"iconfont" !important;cursor:pointer}.ds_tagsinput .tag [data-role="remove"]:after{content:"\EB7B";padding:0px 2px}.ds_tagsinput .tag [data-role="remove"]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.ds_tagsinput .tag [data-role="remove"]:hover:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.ds_tagsinput .label{padding:0px 5px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.red-theme .ds_tagsinput .label-info{background-color:#ff7200}.blue-theme .ds_tagsinput .label-info{background-color:#3c8ddb}.green-theme .ds_tagsinput .label-info{background-color:#4daf7b}.orange-theme .ds_tagsinput .label-info{background-color:#ffb142}.darkred-theme .ds_tagsinput .label-info{background-color:#c60100}.darkblue-theme .ds_tagsinput .label-info{background-color:#37f}.elep-theme .ds_tagsinput .label-info{background-color:#2787EE}.elep-red-theme .ds_tagsinput .label-info{background-color:#ff7200}.nmRed-theme .ds_tagsinput .label-info{background-color:#e51c16}.hdBlue-theme .ds_tagsinput .label-info{background-color:#2495c7}.zydxRed-theme .ds_tagsinput .label-info{background-color:#cd0911}.gzgb-theme .ds_tagsinput .label-info{background-color:#942320}.ct-theme .ds_tagsinput .label-info{background-color:#303987}.zgyc-theme .ds_tagsinput .label-info{background-color:#007c5d}.hbBlue-theme .ds_tagsinput .label-info{background-color:#1A66B1}.nx-theme .ds_tagsinput .label-info{background-color:#1b82d2}.dingtalk-theme .ds_tagsinput .label-info{background-color:#3C8AF8}.ds_tagsinput .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;cursor:pointer;z-index:99999 !important}.ds_tagsinput .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap}.ds_tagsinput .tt-suggestion:hover,.ds_tagsinput .tt-suggestion:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tagsinput .tt-cursor{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca}.ds_tabcontainer{height:100%}.ds_showColorLump .ds_label{position:relative;padding-left:12px}.ds_showColorLump .ds_label:before{content:"";position:absolute;top:0;bottom:0;left:0;width:5px}.red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.blue-theme .ds_showColorLump .ds_label:before{background-color:#3c8ddb}.green-theme .ds_showColorLump .ds_label:before{background-color:#4daf7b}.orange-theme .ds_showColorLump .ds_label:before{background-color:#ffb142}.darkred-theme .ds_showColorLump .ds_label:before{background-color:#c60100}.darkblue-theme .ds_showColorLump .ds_label:before{background-color:#37f}.elep-theme .ds_showColorLump .ds_label:before{background-color:#2787EE}.elep-red-theme .ds_showColorLump .ds_label:before{background-color:#ff7200}.nmRed-theme .ds_showColorLump .ds_label:before{background-color:#e51c16}.hdBlue-theme .ds_showColorLump .ds_label:before{background-color:#2495c7}.zydxRed-theme .ds_showColorLump .ds_label:before{background-color:#cd0911}.gzgb-theme .ds_showColorLump .ds_label:before{background-color:#942320}.ct-theme .ds_showColorLump .ds_label:before{background-color:#303987}.zgyc-theme .ds_showColorLump .ds_label:before{background-color:#007c5d}.hbBlue-theme .ds_showColorLump .ds_label:before{background-color:#1A66B1}.nx-theme .ds_showColorLump .ds_label:before{background-color:#1b82d2}.dingtalk-theme .ds_showColorLump .ds_label:before{background-color:#3C8AF8}.ds_tree_box{position:relative;padding:50px 0 0 0 !important;max-height:100%;box-sizing:border-box;overflow:hidden !important}.ds_tree_box .ds_tree_search{position:absolute;top:0;left:0;right:0;padding:10px;background-color:#f2f2f2}.ds_tree_box .ds_tree_search input{border-radius:4px !important;padding-right:36px;height:30px;line-height:30px}.ds_tree_box .ds_tree_search i{position:absolute;right:19px;top:17px;font-size:20px;display:inline-block;margin-top:2px;line-height:14px;cursor:pointer}.ds_tree_box .ds_tree{height:100%;overflow:auto;padding:10px}.ds_nav{position:relative;display:flex;justify-content:space-between;padding:0 20px;min-height:116px}.red-theme .ds_nav{background-color:#c62f26}.blue-theme .ds_nav{background-color:#1a66b1}.green-theme .ds_nav{background-color:#189a5a}.orange-theme .ds_nav{background-color:#fc7001}.darkred-theme .ds_nav{background-color:#c60100}.darkblue-theme .ds_nav{background-color:#2b6be2}.elep-theme .ds_nav{background-color:#2787EE}.elep-red-theme .ds_nav{background-color:#9C0105}.nmRed-theme .ds_nav{background-color:#e51c16}.hdBlue-theme .ds_nav{background-color:#2495c7}.zydxRed-theme .ds_nav{background-color:#cd0911}.gzgb-theme .ds_nav{background-color:#942320}.ct-theme .ds_nav{background-color:#303987}.zgyc-theme .ds_nav{background-color:#007c5d}.hbBlue-theme .ds_nav{background-color:#1A66B1}.nx-theme .ds_nav{background-color:#1B82D2}.dingtalk-theme .ds_nav{background-color:#3C8AF8}.ds_nav span.arrow{position:absolute;line-height:49px;padding:0 8px;border-right:1px solid rgba(255,255,255,0.4);color:#fff;z-index:99}.red-theme .ds_nav span.arrow{background-color:#c62f26}.blue-theme .ds_nav span.arrow{background-color:#1a66b1}.green-theme .ds_nav span.arrow{background-color:#189a5a}.orange-theme .ds_nav span.arrow{background-color:#fc7001}.darkred-theme .ds_nav span.arrow{background-color:#c60100}.darkblue-theme .ds_nav span.arrow{background-color:#2b6be2}.elep-theme .ds_nav span.arrow{background-color:#2787EE}.elep-red-theme .ds_nav span.arrow{background-color:#9C0105}.nmRed-theme .ds_nav span.arrow{background-color:#e51c16}.hdBlue-theme .ds_nav span.arrow{background-color:#2495c7}.zydxRed-theme .ds_nav span.arrow{background-color:#cd0911}.gzgb-theme .ds_nav span.arrow{background-color:#942320}.ct-theme .ds_nav span.arrow{background-color:#303987}.zgyc-theme .ds_nav span.arrow{background-color:#007c5d}.hbBlue-theme .ds_nav span.arrow{background-color:#1A66B1}.nx-theme .ds_nav span.arrow{background-color:#1B82D2}.dingtalk-theme .ds_nav span.arrow{background-color:#3C8AF8}.ds_nav span.beforArrow{display:none}.ds_nav span.afterArrow{right:0;border-left:1px solid rgba(255,255,255,0.4);border-right:0}.ds_nav #username{padding-bottom:14px;margin-top:10px;max-width:148px}.ds_nav dl{position:absolute;top:0;right:20px}.ds_nav dl dt{width:50px;height:50px;margin:0 auto}.ds_nav dl dt img{width:100%;height:100%;border-radius:50%}.ds_nav dl dd{margin-left:0;color:#fff;font-size:14px !important}.ds_nav dl dd::before{position:relative;top:2px}.ds_nav .nav-child{background:#fff;width:100%;text-align:center;position:absolute;z-index:20;top:auto;left:0px;border:1px solid #e6e6e6;display:none;box-sizing:border-box;margin-top:5px}.ds_nav .nav-child a{color:#666;text-decoration:none;display:inline-block;width:100%;line-height:40px;padding:0 5px;box-sizing:border-box}.ds_nav .nav-child a:hover{background-color:rgba(0,0,0,0.1)}.ds_nav .nav-child dd{margin-top:0;cursor:pointer}.ds_nav .nav-child dd+dd{border-top:1px solid #e6e6e6}.ds_protals_body{overflow-y:hidden}.ds_portals{min-width:1200px}.ds_portals p,.ds_portals ul,.ds_portals li{padding:0;margin:0;list-style:none;text-align:center}.ds_protals_nav{display:flex;justify-content:flex-start;border-left:0;border-right:0}.red-theme .ds_protals_nav{background-color:#c62f26}.blue-theme .ds_protals_nav{background-color:#1a66b1}.green-theme .ds_protals_nav{background-color:#189a5a}.orange-theme .ds_protals_nav{background-color:#fc7001}.darkred-theme .ds_protals_nav{background-color:#c60100}.darkblue-theme .ds_protals_nav{background-color:#2b6be2}.elep-theme .ds_protals_nav{background-color:#2787EE}.elep-red-theme .ds_protals_nav{background-color:#9C0105}.nmRed-theme .ds_protals_nav{background-color:#e51c16}.hdBlue-theme .ds_protals_nav{background-color:#2495c7}.zydxRed-theme .ds_protals_nav{background-color:#cd0911}.gzgb-theme .ds_protals_nav{background-color:#942320}.ct-theme .ds_protals_nav{background-color:#303987}.zgyc-theme .ds_protals_nav{background-color:#007c5d}.hbBlue-theme .ds_protals_nav{background-color:#1A66B1}.nx-theme .ds_protals_nav{background-color:#1B82D2}.dingtalk-theme .ds_protals_nav{background-color:#3C8AF8}.ds_protals_nav li{color:#fff;cursor:pointer}.iconSize{font-size:40px !important;height:40px}.ds_nav_text{font-size:14px;margin-top:8px}ul.ds_protals_hor_nav{flex-direction:row;padding-right:150px;overflow:hidden;float:right}ul.ds_protals_hor_nav li{padding:14px 0px;min-width:90px;border-bottom:5px solid transparent;position:relative}ul.ds_protals_hor_nav li>div{padding:10px 0;border-right:1px solid rgba(199,194,194,0.3);overflow:hidden}ul.ds_protals_hor_nav .fristLi{margin-top:12px;margin-bottom:18px;border-right:1px solid rgba(199,194,194,0.3)}ul.ds_protals_hor_nav .fristLi img{float:left;padding-left:20px}.ds_protals_hor_nav .fristLi>dl{padding:8px 30px;border-right:1px solid rgba(199,194,194,0.3);margin:0;overflow:hidden}.ds_protals_hor_nav li:not(.fristLi):hover,.ds_protals_hor_nav li:not(.fristLi).active{border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e63b2e}.blue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.blue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3c8ddb}.green-theme .ds_protals_hor_nav li:not(.fristLi):hover,.green-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#4daf7b}.orange-theme .ds_protals_hor_nav li:not(.fristLi):hover,.orange-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#ffb142}.darkred-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkred-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#c60100}.darkblue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.darkblue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#37f}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#fff}.nmRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nmRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#e51c16}.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hdBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#2495c7}.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zydxRed-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.gzgb-theme .ds_protals_hor_nav li:not(.fristLi):hover,.gzgb-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#942320}.ct-theme .ds_protals_hor_nav li:not(.fristLi):hover,.ct-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#cd0911}.zgyc-theme .ds_protals_hor_nav li:not(.fristLi):hover,.zgyc-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#57B8A0}.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi):hover,.hbBlue-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#1A66B1}.nx-theme .ds_protals_hor_nav li:not(.fristLi):hover,.nx-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#00548F}.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi):hover,.dingtalk-theme .ds_protals_hor_nav li:not(.fristLi).active{background-color:#3C8AF8}.elep-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#2787EE}.elep-red-theme .ds_protals_hor_nav li:not(.fristLi):hover,.elep-red-theme .ds_protals_hor_nav li:not(.fristLi).active{color:#9C0105}.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}.ds_protals_hor_nav li:not(.fristLi):hover .iconSize,.ds_protals_hor_nav li:not(.fristLi):hover .ds_nav_text{transform:scale(1.1);transition:all 0.4s}.ds_protals_hor_nav .ds_nav_text{padding:0 8px}.ds_protals_hor_nav li:not(.fristLi).active .iconSize,.ds_protals_hor_nav li:not(.fristLi).active .ds_nav_text{transform:scale(1.1)}.ds_protals_ver_subNav{overflow-y:hidden}.ds_protals_ver_subNav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar{width:16px;height:16px;background-color:#f5f5f5}.ds_protals_ver_subNav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.5)}.ds_protals_ver_subNav>li{border-bottom:1px solid rgba(62,62,62,0.2);line-height:24px}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{padding:8px;padding-left:20px;text-align:left;color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent{background-color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{color:#fff}.red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c62f26}.blue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1a66b1}.green-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#189a5a}.orange-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#fc7001}.darkred-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#c60100}.darkblue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2b6be2}.elep-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2787EE}.elep-red-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#9C0105}.nmRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#e51c16}.hdBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#2495c7}.zydxRed-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#cd0911}.gzgb-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#942320}.ct-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#303987}.zgyc-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#007c5d}.hbBlue-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1A66B1}.nx-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#1B82D2}.dingtalk-theme .ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover+span{background-color:#3C8AF8}.ds_protals_ver_subNav>li>span.ds_protals_icon:before{width:10px;position:absolute;right:18px;top:11px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.ds_protals_ver_subNav .ds_nav_text{width:80%;text-align:left}.open .ds_protals_icon:before{width:10px;position:absolute;right:18px;top:12px;display:inline;font-size:16px !important;height:auto;font-weight:300;text-shadow:none}.open>span.icon-zuo::before{content:"\E63D"}.open>.ds_verSubNav_subMeun{display:block}.ds_protals_ver_nav{flex-direction:column;margin-top:5px;float:left;width:192px;position:absolute;top:0;bottom:0;overflow-y:auto;overflow-x:hidden}.ds_protals_ver_nav li{width:100%;position:relative}.ds_protals_ver_nav.widthNone{width:0}.ds_protals_ver_nav .ds_verSubNav_subMeun li{padding:0;text-align:left}.red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c62f26}.blue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1a66b1}.green-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#189a5a}.orange-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#fc7001}.darkred-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#c60100}.darkblue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2b6be2}.elep-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2787EE}.elep-red-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#9C0105}.nmRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#e51c16}.hdBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#2495c7}.zydxRed-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#cd0911}.gzgb-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#942320}.ct-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#303987}.zgyc-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#007c5d}.hbBlue-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1A66B1}.nx-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#1B82D2}.dingtalk-theme .ds_protals_ver_nav .ds_verSubNav_subMeun li{color:#3C8AF8}.ds_verSubNav_subMeun{padding-right:0;display:none;background-color:#fff;border-right:1px solid #eee}.ds_verSubNav_subMeun .iconSize::before{content:""}.ds_verSubNav_subMeun .iconSize+div{display:inline;margin-left:3px}.ds_verSubNav_subMeun .ds_verSubNav_subMeun .ds_verSubNav_liContent{padding:8px 5px 8px 60px}.ds_verSubNav_subMeun .ds_verSubNav_liContent .ds_nav_text{width:100%}.ds_verSubNav_subMeun .ds_verSubNav_liContent .iconSize{display:none}.ds_verSubNav_subMeun .iconSize,.ds_strips_menu .iconSize{font-size:16px !important;vertical-align:middle;height:auto;display:inline}.ds_verSubNav_liContent{padding:8px 5px 8px 40px}.red-theme .ds_verSubNav_liContent:hover+span{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover+span{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover+span{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover+span{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover+span{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover+span{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover+span{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover+span{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover+span{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover+span{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover+span{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover+span{color:#942320}.ct-theme .ds_verSubNav_liContent:hover+span{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover+span{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover+span{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover+span{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover+span{color:#3C8AF8}.ds_verSubNav_liContent:hover,li.active>.ds_verSubNav_liContent{background-color:#f6f6f6}.red-theme .ds_verSubNav_liContent:hover,.red-theme li.active>.ds_verSubNav_liContent{color:#c62f26}.blue-theme .ds_verSubNav_liContent:hover,.blue-theme li.active>.ds_verSubNav_liContent{color:#1a66b1}.green-theme .ds_verSubNav_liContent:hover,.green-theme li.active>.ds_verSubNav_liContent{color:#189a5a}.orange-theme .ds_verSubNav_liContent:hover,.orange-theme li.active>.ds_verSubNav_liContent{color:#fc7001}.darkred-theme .ds_verSubNav_liContent:hover,.darkred-theme li.active>.ds_verSubNav_liContent{color:#c60100}.darkblue-theme .ds_verSubNav_liContent:hover,.darkblue-theme li.active>.ds_verSubNav_liContent{color:#2b6be2}.elep-theme .ds_verSubNav_liContent:hover,.elep-theme li.active>.ds_verSubNav_liContent{color:#2787EE}.elep-red-theme .ds_verSubNav_liContent:hover,.elep-red-theme li.active>.ds_verSubNav_liContent{color:#9C0105}.nmRed-theme .ds_verSubNav_liContent:hover,.nmRed-theme li.active>.ds_verSubNav_liContent{color:#e51c16}.hdBlue-theme .ds_verSubNav_liContent:hover,.hdBlue-theme li.active>.ds_verSubNav_liContent{color:#2495c7}.zydxRed-theme .ds_verSubNav_liContent:hover,.zydxRed-theme li.active>.ds_verSubNav_liContent{color:#cd0911}.gzgb-theme .ds_verSubNav_liContent:hover,.gzgb-theme li.active>.ds_verSubNav_liContent{color:#942320}.ct-theme .ds_verSubNav_liContent:hover,.ct-theme li.active>.ds_verSubNav_liContent{color:#303987}.zgyc-theme .ds_verSubNav_liContent:hover,.zgyc-theme li.active>.ds_verSubNav_liContent{color:#007c5d}.hbBlue-theme .ds_verSubNav_liContent:hover,.hbBlue-theme li.active>.ds_verSubNav_liContent{color:#1A66B1}.nx-theme .ds_verSubNav_liContent:hover,.nx-theme li.active>.ds_verSubNav_liContent{color:#1B82D2}.dingtalk-theme .ds_verSubNav_liContent:hover,.dingtalk-theme li.active>.ds_verSubNav_liContent{color:#3C8AF8}.ds_protals_ver_subNav>li>div.ds_verSubNav_liContent:hover,.ds_protals_ver_subNav>li.active>div.ds_verSubNav_liContent{background-color:rgba(255,255,255,0.4);color:#fff}.ds_strips_menu .iconSize{font-size:22px}.ds_strips_menu .iconSize+div{display:inline-block;margin-left:8px;font-size:18px}.ds_strips_menu .ds_nav_text{margin-top:3px}.ds_strips_menu.ds_protals_hor_nav{position:relative;padding-right:0}.ds_strips_menu.ds_protals_hor_nav li{padding:16px 35px;font-weight:bold;line-height:14px;color:#fff;min-width:122px;border-left:0}.red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{background-color:#3C8AF8}.red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c62f26}.blue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1a66b1}.green-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #189a5a}.orange-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #fc7001}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2b6be2}.elep-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2787EE}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #9C0105}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #303987}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #007c5d}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #1B82D2}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li{border:1px solid #3C8AF8}.ds_strips_menu.ds_protals_hor_nav li>div{border:none;padding:0;height:100%}.ds_strips_menu.ds_protals_hor_nav li:hover,.ds_strips_menu.ds_protals_hor_nav li.active{color:#fff;border-bottom:5px solid #fff;transition:all 0.2s}.red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e63b2e}.blue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.blue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3c8ddb}.green-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.green-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#4daf7b}.orange-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.orange-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#ffb142}.darkred-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkred-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#c60100}.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.darkblue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#37f}.elep-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.elep-red-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#fff}.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nmRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#e51c16}.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hdBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#2495c7}.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zydxRed-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.gzgb-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#942320}.ct-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.ct-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#cd0911}.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.zgyc-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#57B8A0}.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.hbBlue-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#1A66B1}.nx-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.nx-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#00548F}.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li:hover,.dingtalk-theme .ds_strips_menu.ds_protals_hor_nav li.active{background-color:#3C8AF8}.ds_strips_menu.ds_protals_hor_nav li:not(.fristLi).active::after{content:"";display:inline;width:0;height:0;border:8px solid transparent;border-bottom-color:#fff;position:absolute;bottom:-4px;margin-left:-8px;left:50%;transition:all 0.2s}header{min-height:108px}header img{width:100%;height:100%;display:block}header .banner{width:100%;height:109px;background-image:url(themes/img/bg01.png);background-repeat:no-repeat;background-size:cover}header .banner>img{width:100%;height:100%}header .banner .wordContent{float:left;overflow:hidden;margin-top:16px;margin-left:84px;width:63%}header .banner .logo{width:314px;height:80px;display:inline-block}header .banner .themeTitle{width:209px;height:30px;margin-left:40px;display:inline-block;position:relative;top:6px}header .banner .redboat{width:auto;height:102px;display:inline-block;margin-top:8px}.ds_portals_dailyInfo{overflow:hidden;font-size:14px !important}.ds_portals_date{position:relative;float:left}.ds_portals_date>span{position:absolute;top:3px;right:-38px;font-size:28px}.ds_portals_date>#pDate{float:left;padding-left:28px;padding-top:8px;padding-bottom:8px;font-weight:bold;color:#787878}.ds_portals_mainContent{position:absolute;top:0px;left:0;right:0;bottom:0}.ds_portals{height:100%}.ds_portals .mainContainer{width:100%;position:relative;height:calc(100% - 113px)}.ds_portals .ds_strips.mainContainer{position:absolute;top:0;left:0;bottom:0;right:0;margin-top:208px;height:auto}iframe{display:block;width:100%;height:100%}.ds_portals_weather{float:right;position:relative;top:6px;right:40px}.ds_clientMain .main-wrap{position:relative;min-height:100%;min-width:1200px}.ds_clientMain ::-webkit-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain ::-moz-placeholder{font-size:12px;color:#ccc}.ds_clientMain :-ms-input-placeholder{font-size:12px;color:#ccc}.ds_clientMain .c-ma{width:1200px;margin:auto}.ds_clientMain .icon-com{display:inline-block;width:12px;height:14px;float:left;margin:3px 6px 0 3px}.ds_clientMain .h-top-inner{height:50px;position:relative;font-size:12px}.ds_clientMain .h-t-mobile{color:#c62f26;line-height:50px;margin-right:65px;float:left;text-decoration:none}.ds_clientMain .h-t-put-wrap{width:118px;height:22px;margin-right:20px;margin-top:13px;display:inline-block;border:1px solid #ccc;border-radius:3px;float:left}.ds_clientMain .icon-user{background:url(themes/img/header_icon_user.png);background-size:12px 14px}.ds_clientMain .icon-pass{background:url(themes/img/header_icon_password.png);background-size:12px 14px}.ds_clientMain .h-t-put{width:92px;min-height:22px;font-size:12px;border:none;outline:none;margin-top:0}.ds_clientMain .h-t-put-code-wrap{width:256px;margin-right:92px;border:none}.ds_clientMain .h-t-put-code{width:98px;height:22px;float:left;margin-right:10px;border:1px solid #ccc;border-radius:3px;outline:none}.ds_clientMain .h-t-img-code{width:54px;height:22px;float:left;cursor:pointer;margin-right:20px;border:1px solid #ccc}.ds_clientMain .btn-login{color:#fff;font-size:12px;background:#c62f26;cursor:pointer;border-radius:3px;padding:4px 23px;float:left;outline:none;border:none}.ds_clientMain .btn-login:hover{opacity:0.8}.ds_clientMain .h-t-search{text-indent:6px}.ds_clientMain .icon-search{width:17px;height:17px;float:right;background:url(themes/img/header_icon_soso.png);background-size:17px 17px}.ds_clientMain .h-t-handle{float:right;margin-top:13px}.ds_clientMain .h-t-handle a{font-size:12px;text-decoration:none}.ds_clientMain .h-t-handle a:hover{opacity:0.8}.ds_clientMain .a-split{margin:0 20px}.ds_clientMain .h-t-h-scan{color:#c62f26}.ds_clientMain .h-t-repass{color:#999}.ds_clientMain .main-qrcode{position:absolute;right:-180px;top:300px}.ds_clientMain .qrcode-title{font-size:12px;color:#c62f26;padding:10px 0 20px;text-align:center}.ds_clientMain .h-middle-wrap{width:100%;height:110px;background:url(themes/img/header_bg.png);background-repeat:no-repeat;background-size:cover}.ds_clientMain .h-middle-inner{height:100%}.ds_clientMain .h-m-left-icon-logo{width:342px;height:86px;float:left;margin-top:13px}.ds_clientMain .h-m-right-icon-info{width:195px;height:102px;float:right;margin-top:8px;margin-right:70px}.ds_clientMain .h-nav-wrap{width:100%;height:58px;overflow:hidden;background:#c62f26}.ds_clientMain .h-nav-inner .layui-nav{padding:0}.ds_clientMain .h-nav-inner .layui-nav .layui-nav-item{line-height:58px}.ds_clientMain .n-nav-bgcolor{background:transparent}.ds_clientMain .layui-nav-item{width:128px;text-align:center}.ds_clientMain .layui-nav-item a{font-size:16px}.ds_clientMain .layui-nav .layui-this{font-weight:600;background:#e82f24}.ds_clientMain .layui-nav .layui-this:after,.ds_clientMain .layui-nav-bar,.ds_clientMain .layui-nav-tree .layui-nav-itemed:after{background-color:transparent}.ds_clientMain .main-content-warp{width:100%}.ds_clientMain .main-iframe{border:none}.ds_clientMain .main-footer{width:100%;height:190px;background:url(themes/img/footer_bg.jpg);background-size:100% 190px}.ds_clientMain .main-footer-info{color:#f6f6f6;font-size:12px;text-align:center;position:relative;top:50px}.ds_clientMain .main-footer-info p{margin:10px 0}.ds_clientMain .main-footer-info p .footer-address{margin:0 0 0 10px}.ds_clientMain .icon-interpolice{width:18px;height:20px;display:inline-block;margin:-4px 5px 0 0;vertical-align:middle;background:url(themes/img/foot_police.png);background-size:18px 20px}.ds_clientMain .foot-to-top{width:70px;height:50px;font-size:12px;color:#fff;background:rgba(0,0,0,0.1);text-align:center;border-radius:5px;cursor:pointer;position:fixed;right:230px;top:80%;display:none}.ds_clientMain .foot-to-top p{margin:auto;display:block}.ds_clientMain .icon-backtop{width:16px;height:16px;margin-top:8px;display:inline-block;background:url(themes/img/icon_back_top.png);background-size:16px 16px}.ds_content-wrap-iframe .c-ma{width:1200px;margin:auto}.ds_content-wrap-iframe .c-b-d-title{color:#000;font-size:28px;font-weight:normal;text-align:center;margin:10px 0 0 0}.ds_content-wrap-iframe .c-b-d-msgwrap{height:60px;overflow:hidden;position:relative}.ds_content-wrap-iframe .c-b-d-list{padding:22px 0;margin:0;overflow:hidden;display:table-cell}.ds_content-wrap-iframe .c-b-d-list li{display:inline-block;width:370px;line-height:1}.ds_content-wrap-iframe .c-b-d-list li a{color:#5f5f5f;font-size:15px;width:356px;display:inline-block;border-right:3px solid #ccc}.ds_content-wrap-iframe .c-b-d-list li a .list-item-msg{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-d-list li:last-child a{border-right:none}.ds_content-wrap-iframe .content-more{color:#ff7200;text-decoration:none;font-size:15px;position:absolute;right:0;top:19px}.ds_content-wrap-iframe .c-b-detail{width:100%}.ds_content-wrap-iframe .icon-more{width:13px;height:12px;background:url(themes/img/icon_more1.png);background-size:13px 12px;display:inline-block}.ds_content-wrap-iframe .c-b-detail-inner{height:350px}.ds_content-wrap-iframe .c-b-detail-left{width:500px;height:100%;float:left}.ds_content-wrap-iframe .banner-list-item{width:100%;height:100%;position:relative}.ds_content-wrap-iframe .layui-carousel-ind{text-align:right}.ds_content-wrap-iframe .layui-carousel-ind ul{margin:5px 10px 0 0}.ds_content-wrap-iframe .layui-carousel-ind li{background:transparent;border:1px solid #fff}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind{background:transparent}.ds_content-wrap-iframe .layui-carousel[lay-anim="updown"] .layui-carousel-ind li{display:inline-block;margin:0 4px}.ds_content-wrap-iframe .layui-carousel-ind ul,.ds_content-wrap-iframe .layui-carousel-ind ul:hover{background:transparent}.ds_content-wrap-iframe .banner-list-dec-warp{width:100%;line-height:1;position:absolute;bottom:0;height:40px;background:rgba(0,0,0,0.1)}.ds_content-wrap-iframe .banner-item-dec{color:#fff;max-width:340px;line-height:40px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-b-detail-right{height:100%;margin-left:500px}.ds_content-wrap-iframe .c-b-detail-r-inner{margin-left:40px}.ds_content-wrap-iframe .c-b-detail-r-tiltle img{margin-left:15px;margin-bottom:12px}.ds_content-wrap-iframe .c-b-detail-describe-list li{margin-bottom:4px;line-height:1;cursor:pointer;border-left:4px solid #ccc}.ds_content-wrap-iframe .c-b-d-describe-list-item{color:#cbcbcb;min-height:45px;margin-left:14px;position:relative;top:0;line-height:45px}.ds_content-wrap-iframe .c-b-d-describe-list-item:after{content:" ";width:100%;display:inline-block;position:absolute;bottom:-2px;border-bottom:1px solid #ccc}.ds_content-wrap-iframe .describe-title{font-size:18px;font-weight:600;padding-bottom:2px}.ds_content-wrap-iframe .describe-item-msg{color:#8c8c8c;font-size:12px;line-height:1.9;position:relative;top:2px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:0}.ds_content-wrap-iframe .describe-more{color:#ff7200}.ds_content-wrap-iframe .describe-more:hover{color:#ff7200}.ds_content-wrap-iframe .J_descrile_msg_sty{border-left:4px solid #ff7200 !important}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-title{color:#ff7200;padding-top:5px}.ds_content-wrap-iframe .J_descrile_msg_sty .describe-item-msg{height:70px}.ds_content-wrap-iframe .J_descrile_msg_sty .c-b-d-describe-list-item{line-height:1}.ds_content-wrap-iframe .content-middle-wrap{width:100%;height:770px;margin-top:30px;background:url(themes/img/bg_con.jpg);background-size:100% 770px}.ds_content-wrap-iframe .content-middle-inner{height:100%}.ds_content-wrap-iframe .c-m-classroom{padding-top:30px}.ds_content-wrap-iframe .c-m-title-wrap{position:relative}.ds_content-wrap-iframe .c-m-title{color:#c62f26;font-size:24px;line-height:1;font-weight:600;text-align:center;position:relative;margin-right:80px}.ds_content-wrap-iframe .c-m-title .line-sty:first-child{left:0}.ds_content-wrap-iframe .c-m-title .line-sty:last-child{right:0}.ds_content-wrap-iframe .line-sty{width:480px;height:1px;background:#c62f26;display:inline-block;position:absolute;top:12px}.ds_content-wrap-iframe .coverline{width:160px;margin:0 auto 0}.ds_content-wrap-iframe .coverline span{vertical-align:middle}.ds_content-wrap-iframe .middle-more{color:#c62f26;position:absolute;right:0;top:2px}.ds_content-wrap-iframe .middle-more:hover{color:#ff7200}.ds_content-wrap-iframe .icon-classroom{background:url(themes/img/icon_kt.png);background-size:32px 32px}.ds_content-wrap-iframe .cm-icon{width:32px;height:32px;margin-right:10px;vertical-align:middle;display:inline-block}.ds_content-wrap-iframe .middle-more-icon{width:13px;height:12px;margin-left:7px;display:inline-block;background:url(themes/img/icon_more_red.png);background-size:13px 12px}.ds_content-wrap-iframe .c-m-classroom-info{position:relative;margin-top:20px;overflow:hidden;min-height:230px}.ds_content-wrap-iframe .c-m-room-btn-img{width:50px;height:230px;cursor:pointer;position:absolute;transition:all 0.6s}.ds_content-wrap-iframe .c-m-room-pre-img{left:0;background:url(themes/img/jt_l_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-pre-img:hover{background:url(themes/img/jt_l_normal.png)}.ds_content-wrap-iframe .c-m-room-next-img{right:0;background:url(themes/img/jt_r_disabled.png);background-size:50px 230px}.ds_content-wrap-iframe .c-m-room-next-img:hover{background:url(themes/img/jt_r_normal.png)}.ds_content-wrap-iframe .c-m-info-list-wrap{overflow:hidden;position:absolute;left:70px;width:1060px}.ds_content-wrap-iframe .c-m-info-list-wrap ul{width:max-content;position:relative}.ds_content-wrap-iframe .c-m-info-list-wrap ul li{width:186px;height:230px;background:#fff;border-radius:1px;box-shadow:0 -1px 1px 0 #ccc;margin-right:32px;cursor:pointer;float:left}.ds_content-wrap-iframe .c-m-info-list-wrap ul li img{transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p{color:#999;padding:16px 0 0 0;text-align:center}.ds_content-wrap-iframe .c-m-info-list-wrap ul li p:last-child{font-size:14px;padding:8px 0 0 0}.ds_content-wrap-iframe .c-m-info-item-imgwarp{width:186px;height:160px;margin:auto;overflow:hidden}.ds_content-wrap-iframe .c-m-nriver{margin-top:30px}.ds_content-wrap-iframe .icon-nriver{background:url(themes/img/icon_zjxc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-m-nriver-img-warp{width:100%;overflow:hidden;margin-top:20px;margin-bottom:8px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li{float:left;margin-right:30px}.ds_content-wrap-iframe .c-m-nriver-img-warp ul li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-nriver-tab{margin:20px 0 0}.ds_content-wrap-iframe .layui-tab-title{height:60px;line-height:60px;border-bottom-color:#ccc}.ds_content-wrap-iframe .layui-tab-title li{width:174px;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li{font-size:16px;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title li:hover{color:#c62f26;transition:all 0.8s}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this{color:#c62f26;font-weight:600}.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-more li.layui-this:after,.ds_content-wrap-iframe .layui-tab-brief>.layui-tab-title .layui-this:after{height:50px;width:60%;margin-left:20%;border-bottom:4px solid #c62f26}.ds_content-wrap-iframe .layui-tab-content{width:100%;overflow:hidden}.ds_content-wrap-iframe .river-middle-tab-list li{color:#333;line-height:36px;font-size:14px;width:50%;height:36px;float:left}.ds_content-wrap-iframe .item-circle{width:6px;height:6px;margin-top:15px;margin-right:10px;border-radius:50%;background:#c62f26;float:left}.ds_content-wrap-iframe .tab-item-name{float:left;display:inline-block}.ds_content-wrap-iframe .tab-item-msg{max-width:480px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .content-bottom-course{margin-top:20px}.ds_content-wrap-iframe .icon-course{background:url(themes/img/icon_jpkc2.png);background-size:32px 32px}.ds_content-wrap-iframe .bottom-tab-content{padding:20px 0 0 0}.ds_content-wrap-iframe .course-bottom-tab-list li{float:left;cursor:pointer;transition:all 0.4s;margin-right:12px;text-align:center}.ds_content-wrap-iframe .course-bottom-tab-list li:last-child{margin-right:0}.ds_content-wrap-iframe .course-bottom-tab-list li:hover{transform:translateY(-3px);box-shadow:1px 1px 10px 2px #ccc;transition:all 0.4s}.ds_content-wrap-iframe .course-b-item-warp{width:228px;height:238px;border:1px solid #ccc;border-radius:3px;position:relative}.ds_content-wrap-iframe .course-b-item-warp img{margin-top:10px;margin-bottom:10px}.ds_content-wrap-iframe .course-b-item-warp .c-b-item-des{width:200px;margin:4px auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ds_content-wrap-iframe .c-b-item-time{color:#fff;text-align:right;line-height:24px;background:rgba(0,0,0,0.3);margin-right:5px;width:200px;height:24px;left:14px;position:absolute;top:146px}.ds_content-wrap-iframe .c-b-item-time span{margin-right:15px}.ds_content-wrap-iframe .icon-time{width:16px;height:16px;margin:-2px 5px 0 0;display:inline-block;vertical-align:middle;background:url(themes/img/time.png);background-size:16px 16px}.ds_content-wrap-iframe .course-b-video-msg{padding:10px 20px 0;overflow:hidden}.ds_content-wrap-iframe .course-b-video-msg li{width:50%;height:40px;line-height:40px;float:left}.ds_content-wrap-iframe .course-b-video-msg li a{width:100%;height:30px;min-height:100%;display:block}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(odd) .c-b-item-name{margin-right:120px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(even) .icon-video{margin-left:80px}.ds_content-wrap-iframe .course-b-video-msg li:nth-child(1),.ds_content-wrap-iframe .course-b-video-msg li:nth-child(2){height:39px;line-height:39px;border-bottom:1px dashed #ccc}.ds_content-wrap-iframe .icon-video{width:26px;height:26px;float:left;margin-top:7px;margin-right:10px;display:inline-block;vertical-align:middle;background:url(themes/img/icon_movie.png);background-size:26px 26px}.ds_content-wrap-iframe .c-b-item-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:360px}.ds_content-wrap-iframe .c-b-item-name{float:right}.ds_content-wrap-iframe .c-b-party-report{width:588px;height:298px;display:inline-block;margin-top:20px;overflow:hidden;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-b-report{margin-left:15px}.ds_content-wrap-iframe .c-b-cadeSyle-title{font-size:17px;color:#c62f26;height:48px;text-indent:30px;line-height:48px;background:#f5f5f5}.ds_content-wrap-iframe .content-bottom-cadetStyle{margin-top:20px}.ds_content-wrap-iframe .icon-cadetstyle{background:url(themes/img/icon_xyfc.png);background-size:32px 32px}.ds_content-wrap-iframe .c-b-party-report-list{padding-left:30px;padding-top:20px}.ds_content-wrap-iframe .c-b-party-report-list li{height:36px;line-height:36px}.ds_content-wrap-iframe .c-b-party-report-list li:hover{cursor:pointer;color:#555}.ds_content-wrap-iframe .party-report-item-msg{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ds_content-wrap-iframe .c-m-cadeStyle-info{width:1198px;height:230px;margin-top:16px;position:relative;border:1px solid #ccc;border-radius:2px}.ds_content-wrap-iframe .c-m-cadesty-btn-img{width:40px;height:170px;border:none;outline:none;cursor:pointer;position:absolute}.ds_content-wrap-iframe .c-m-cadesty-pre-img{top:20px;left:15px;transition:all 0.5s;background:url(themes/img/jt_l_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-pre-img:hover{background:url(themes/img/jt_l_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img{top:20px;right:15px;transition:all 0.5s;background:url(themes/img/jt_r_disabled.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-next-img:hover{background:url(themes/img/jt_r_normal.png);background-size:40px 170px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap{overflow:hidden;position:absolute;left:77px;right:77px;top:20px}.ds_content-wrap-iframe .c-m-cadesty-list-wrap ul{width:max-content}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li{width:190px;cursor:pointer;margin-right:20px;float:left}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:hover img{transform:scale(1.1);transition:all 0.4s}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li:last-child{margin-right:0}.ds_content-wrap-iframe .c-m-cadesty-list-wrap li .cadeStyle-item{width:100%;height:170px;overflow:hidden}.ds_content-wrap-iframe .c-m-cadesty-list-wrap .cedeStyle-msg{width:190px;margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds_content-wrap-iframe .cadeStyle-item img{transition:all 0.4s}.c-top-com{background:#fcfcfc;height:300px;overflow:hidden;border-radius:3px;border:1px solid #e4e4e5}.tltle-icon-wrap{color:#a3a3a3;position:absolute;right:10px;top:0;height:48px;line-height:48px;display:inline-block;margin:0 !important}.title-icon-more{width:10px;height:10px;margin-left:5px;display:inline-block;background:url(themes/img/icon_more.png);background-size:10px 10px}.title-more-oth{color:#645e5e;font-size:13px;float:right;margin:13px 14px 0 0}.title-warp-com{height:48px;color:#666;background:#fff}.title-warp-com span{font-weight:600;font-size:16px;text-indent:12px;margin:13px 0 0 15px;border-left:4px solid #ea4648;display:inline-block}.title-border{border-bottom:1px solid #e7e9ea}.exre-height{height:300px;overflow:hidden}*{margin:0;padding:0}body{background:#fff}.sd-more-wrap ::-webkit-scrollbar{width:0px;height:2px;background-color:transparent}.sd-more-wrap ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;background-color:transparent}.sd-more-wrap ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:transparent}.sd-more-wrap{background:#fff}.sd-more-inner-top{background:#fff;position:relative;height:61px;box-sizing:border-box}.sd-more-inner-top{border-bottom:3px solid #F6F6F6}.sd-more-con-inner{min-height:300px;margin-top:10px}.sd-til{color:#333;font-size:18px;font-weight:600;height:61px;padding:0 0 10px 20px;display:inline-block;border-bottom:3px solid #1a66b1;box-sizing:border-box}.red-theme .sd-til{border-bottom-color:#c62f26}.blue-theme .sd-til{border-bottom-color:#1a66b1}.green-theme .sd-til{border-bottom-color:#189a5a}.orange-theme .sd-til{border-bottom-color:#fc7001}.darkred-theme .sd-til{border-bottom-color:#c60100}.darkblue-theme .sd-til{border-bottom-color:#2b6be2}.elep-theme .sd-til{border-bottom-color:#2787EE}.elep-red-theme .sd-til{border-bottom-color:#9C0105}.nmRed-theme .sd-til{border-bottom-color:#e51c16}.hdBlue-theme .sd-til{border-bottom-color:#2495c7}.zydxRed-theme .sd-til{border-bottom-color:#cd0911}.gzgb-theme .sd-til{border-bottom-color:#942320}.ct-theme .sd-til{border-bottom-color:#303987}.zgyc-theme .sd-til{border-bottom-color:#007c5d}.hbBlue-theme .sd-til{border-bottom-color:#1A66B1}.nx-theme .sd-til{border-bottom-color:#1B82D2}.dingtalk-theme .sd-til{border-bottom-color:#3C8AF8}.sd-til span{display:inline-block;height:38px;line-height:38px;margin-top:10px;padding-right:10px;border-right:1px solid #EEEEEE}.sd-check,.sd-search{background:#F6F6F6;line-height:35px;border-radius:2px;display:inline-block;float:right;margin-top:16px}.sd-check{text-align:center;width:140px;height:35px}.sd-check-til{color:#333;font-size:12px;font-weight:600}.sd-search{background:#fff;width:241px;height:38px;margin-left:18px;margin-right:18px;margin-top:10px;border:1px solid #e6e6e6;box-sizing:border-box;float:right}.sd-sech-put{background:transparent;text-indent:10px;height:38px;border:none;outline:none;border-radius:2px;float:left;width:190px}input::-webkit-input-placeholder{color:#666;font-size:14px}input::-moz-placeholder{color:#666;font-size:14px}input:-moz-placeholder{color:#666;font-size:14px}input:-ms-input-placeholder{color:#666;font-size:14px}.sd-sch-btn{color:#fff;line-height:38px;width:46px;height:38px;border:none;outline:none;float:right;margin-top:-1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.red-theme .sd-sch-btn{background-color:#c62f26}.blue-theme .sd-sch-btn{background-color:#1a66b1}.green-theme .sd-sch-btn{background-color:#189a5a}.orange-theme .sd-sch-btn{background-color:#fc7001}.darkred-theme .sd-sch-btn{background-color:#c60100}.darkblue-theme .sd-sch-btn{background-color:#2b6be2}.elep-theme .sd-sch-btn{background-color:#2787EE}.elep-red-theme .sd-sch-btn{background-color:#9C0105}.nmRed-theme .sd-sch-btn{background-color:#e51c16}.hdBlue-theme .sd-sch-btn{background-color:#2495c7}.zydxRed-theme .sd-sch-btn{background-color:#cd0911}.gzgb-theme .sd-sch-btn{background-color:#942320}.ct-theme .sd-sch-btn{background-color:#303987}.zgyc-theme .sd-sch-btn{background-color:#007c5d}.hbBlue-theme .sd-sch-btn{background-color:#1A66B1}.nx-theme .sd-sch-btn{background-color:#1B82D2}.dingtalk-theme .sd-sch-btn{background-color:#3C8AF8}.sd-sch-btn i{font-size:18px}.sd-sch-btn:hover{opacity:.8;cursor:pointer}.sd-item-info{margin:0 10px;width:90%}.sd-item-line,.sd-item-info{display:inline-block}.sd-con-item{height:119px;margin:0 72px 0 62px;border-top:1px solid #EDEDED;position:relative;transition:all .5s}.sd-con-item:first-child{border-top:none}.sd-con-item:last-child .sd-item-line .sd-line{height:55px}.sd-con-item:hover{cursor:pointer;box-shadow:1px 1px 10px 2px #e6e6e6;transition:all .5s;transform:translateY(-3px)}.sd-item-line{position:absolute;left:-32px;top:28px}.sd-item-line i{margin-right:0}.sd-line{width:2px;height:90px;margin:6px auto 0}.red-theme .sd-line{background-color:#c62f26}.blue-theme .sd-line{background-color:#1a66b1}.green-theme .sd-line{background-color:#189a5a}.orange-theme .sd-line{background-color:#fc7001}.darkred-theme .sd-line{background-color:#c60100}.darkblue-theme .sd-line{background-color:#2b6be2}.elep-theme .sd-line{background-color:#2787EE}.elep-red-theme .sd-line{background-color:#9C0105}.nmRed-theme .sd-line{background-color:#e51c16}.hdBlue-theme .sd-line{background-color:#2495c7}.zydxRed-theme .sd-line{background-color:#cd0911}.gzgb-theme .sd-line{background-color:#942320}.ct-theme .sd-line{background-color:#303987}.zgyc-theme .sd-line{background-color:#007c5d}.hbBlue-theme .sd-line{background-color:#1A66B1}.nx-theme .sd-line{background-color:#1B82D2}.dingtalk-theme .sd-line{background-color:#3C8AF8}.sd-item-til{color:#333;font-size:18px;font-weight:bold;margin:26px 0 16px 0;width:100%}.sd-item-msg-wrap{display:block}.sd-item-msg-wrap li{font-size:16px;color:#999;font-weight:normal;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-item-msg-wrap li:last-child{margin-right:0}.sd-item-lx{width:150px}.sd-item-til-li{width:400px}.sd-item-name{width:160px}.sd-item-address{width:240px}.sd-item-bjname{min-width:120px;max-width:450px}.qrcode,.creatIkt{color:#fff;font-size:14px;padding:5px 10px;background:#c62f26;border-radius:3px;display:inline-block;cursor:pointer;float:right;margin-right:20px;font-weight:normal;display:none}.qrcode:hover,.creatIkt:hover{opacity:.8}.sd-com-icon{width:18px;height:18px;margin-right:5px;vertical-align:-4px;display:inline-block;background:url(themes/img/or-dot.png)}.sd-icon-ztlx{background:url(themes/img/sc_icon_lx.png);background-size:18px 18px}.sd-icon-til{background:url(themes/img/sc_icon_kc.png);background-size:18px 18px}.sd-icon-name{background:url(themes/img/sc_icon_name.png);background-size:18px 18px}.sd-icon-address{background:url(themes/img/sc_icon_address.png);background-size:18px 18px}.sd-com-today-wrap .sd-line{margin:4px 0 0 8px}.sd-com-today{color:#fff;font-size:14px;font-style:normal;text-align:center;border-radius:50%;width:24px;height:24px;line-height:24px;margin:-5px 0px 0 -7px;display:inline-block;position:relative;left:2px;top:2px}.red-theme .sd-com-today{background-color:#ff7200}.blue-theme .sd-com-today{background-color:#3c8ddb}.green-theme .sd-com-today{background-color:#4daf7b}.orange-theme .sd-com-today{background-color:#ffb142}.darkred-theme .sd-com-today{background-color:#c60100}.darkblue-theme .sd-com-today{background-color:#37f}.elep-theme .sd-com-today{background-color:#2787EE}.elep-red-theme .sd-com-today{background-color:#ff7200}.nmRed-theme .sd-com-today{background-color:#e51c16}.hdBlue-theme .sd-com-today{background-color:#2495c7}.zydxRed-theme .sd-com-today{background-color:#cd0911}.gzgb-theme .sd-com-today{background-color:#942320}.ct-theme .sd-com-today{background-color:#303987}.zgyc-theme .sd-com-today{background-color:#007c5d}.hbBlue-theme .sd-com-today{background-color:#1A66B1}.nx-theme .sd-com-today{background-color:#1b82d2}.dingtalk-theme .sd-com-today{background-color:#3C8AF8}.pageation{overflow:hidden;margin:0 37px 0;background:#fff}.pageation .layui-box{float:right;margin-right:20px}.split{width:100%;height:10px;background:#F2F2F2}#footer .main-footer-info p{margin:0;padding:5px 0}.layui-laypage a,.layui-laypage button,.layui-laypage input,.layui-laypage select,.layui-laypage span{border:none}.layui-laypage-skip input,.layui-laypage .layui-laypage-limits{border:1px solid #e2e2e2}


/*# sourceMappingURL=dsf_style.css.map*/