* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #eff1f6;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
a {
  text-decoration: none;
}
.hide {
  display: none!important;
}
.cursor {
  cursor: pointer;
}
.nocursor {
  cursor: default;
}
ul li,
ol li {
  list-style: none;
}
.undb {
  display: none;
}
.blue-color {
  color: #4974fb;
}
.head-box {
  background-color: #10193b;
}
.head-box .head {
  background-color: #10193b;
  margin: 0 auto;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-box .head .head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-box .head .head-left .img1 {
  margin-right: 6px;
  height: 35px;
}
.head-box .head .head-left .img2 {
  margin-right: 10px;
  height: 35px;
}
.head-box .head .head-left .span {
  font-size: 16px;
  position: relative;
  top: 4px;
}
.head-box .head .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.head-box .head .head-right .head-my {
  margin-right: 20px;
}
.head-box .head .head-right .head-my .span {
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid white;
  position: relative;
  top: 6px;
}
.head-box .head .head-right .head-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.head-box .head .head-right .head-out .img {
  margin-right: 4px;
}
.head-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
body {
  padding-top: 60px;
}
.content-box {
  margin: 0 auto;
  padding-top: 20px;
}
.content-box .nav-box {
  width: 14%;
}
.content-box .nav-box .nav {
  border-radius: 12px;
  height: 1000px;
  background: #2a3d7d;
}
.content-box .nav-box .nav .nav-ul {
  padding: 20px 0;
}
.content-box .nav-box .nav .nav-ul .nav-li {
  font-size: 14px;
  color: #879fe4;
  border-bottom: 1px solid #2e4285;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-tit {
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-tit .img1 {
  display: block;
  margin-right: 14px;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-tit .img2 {
  display: none;
  margin-right: 14px;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-tit .span2 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #7c93d4;
  position: absolute;
  top: 20px;
  right: 10%;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-list {
  max-height: 0;
  overflow: hidden;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-list .nav-li-item {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  cursor: pointer;
  color: #879fe4;
  border-left: 4px solid transparent;
}
.content-box .nav-box .nav .nav-ul .nav-li .nav-li-list .nav-li-item.active {
  color: #fff;
  background: #297fff;
  border-left: 4px solid #2a3d7d;
}
.content-box .nav-box .nav .nav-ul .nav-li.active .nav-li-tit {
  color: #fff;
}
.content-box .nav-box .nav .nav-ul .nav-li.active .nav-li-tit .img1 {
  display: none;
}
.content-box .nav-box .nav .nav-ul .nav-li.active .nav-li-tit .img2 {
  display: block;
}
.content-box .nav-box .nav .nav-ul .nav-li.active .nav-li-tit .span2 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #ffffff;
  position: absolute;
  top: 20px;
  right: 10%;
}
.content-box .nav-box .nav .nav-ul .nav-li.active .nav-li-list {
  max-height: 500px;
  height: initial;
}
.content-box .content-common {
  width: 85%;
}
.content-box .content-common .data-show-common .tit-box {
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #252934;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  border-radius: 12px;
}
.content-box .content-common .data-show-common .tit-box .tit-left {
  line-height: 50px;
}
.content-box .content-common .data-show-common .tit-box .tit-right {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-box .content-common .data-show-common .tit-box .tit-right .tit-right-item {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-box .content-common .data-show-common .tit-box .tit-right .tit-right-item .enrollment-item-img3 {
  display: none;
}
.content-box .content-common .data-show-common .btn-box {
  margin-left: 30px;
}
.content-box .content-common .data-show-common .btn-box .btn {
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.content-box .content-common .data-show-common .btn-box .btn1 {
  background: #5276fd;
}
.content-box .content-common .data-show-common .btn-box .btn2 {
  background-color: #ff8610;
  min-width: 66px;
}
.content-box .content-common .data-show-common .btn-box .btn3 {
  background-color: #c9cfe3;
}
.content-box .content-common .data-show-common .btn-box .btn4 {
  background-color: #7c93d4;
}
.content-box .content-common .data-show-common .btn-box .btn5 {
  background-color: #e781bf;
}
.content-box .content-common .data-show-common .enrollment-bott2 .btn-box {
  margin-left: 0;
  padding-top: 50px;
}
.content-box .content-common .data-show-common .enrollment-bott2 .btn-box .btn {
  display: inline-block;
}
.content-box .content-common .data-show-common .mid-data-show-common {
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}
.content-box .content-common .data-show-common .table-box {
  background: #fff;
  border-radius: 12px;
}
.content-box .content-common .data-show-common .table-box .table-tit {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.content-box .content-common .data-show-common .table-box .table-div {
  overflow: auto;
}
.content-box .content-common .data-show-common .table-box .table-div table,
.content-box .content-common .data-show-common .table-box .table-div th,
.content-box .content-common .data-show-common .table-box .table-div td {
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
  text-align: center;
}
.content-box .content-common .data-show-common .table-box .table-div table {
  border-collapse: separate;
  /* 放弃合并，手动控制 */
  border-spacing: 0;
  /* 消除单元格间隙 */
}
.content-box .content-common .data-show-common .table-box .table-div .table {
  width: 100%;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr {
  font-size: 12px;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr th {
  height: 40px;
  font-size: 14px;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr th .th-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr th .direct-icon {
  padding: 0 6px;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr th .span1 {
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 6px solid #bfbfbf;
  margin-top: 6px;
  margin-bottom: -2px;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr th .span2 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #bfbfbf;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr td {
  height: 36px;
  text-align: center;
  color: #252934;
}
.content-box .content-common .data-show-common .table-box .table-div .table tr .td-first {
  color: #3b69fe;
  position: sticky;
  z-index: 1;
  left: 0px;
  background: #fff;
}
.content-box .content-common .data-show-common .table-box .table-div .table .tr2 {
  font-weight: 400;
}
.enrollment {
  border-radius: 12px;
}
.head-box .head {
  width: 99%;
  min-width: 1200px;
}
.content-box {
  width: 99%;
  min-width: 1200px;
}
.calendar-box {
  width: 238px;
  padding: 0 14px;
  border: 1px solid #d8dfe3;
  border-radius: 4px;
  height: 36px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.calendar-box .img {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calendar-box {
  position: relative;
}
.calendar-box .calendar-con {
  width: 300px;
  margin: auto;
  position: relative;
}
.calendar-box .calendar {
  background: #fff;
  border: 1px solid #d3d3d3;
  width: 600px;
  border-radius: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 10;
}
.calendar-box .calendar-left {
  left: 0!important;
}
.calendar-box .calendar .calendar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-box .calendar .calendar-content .calendar-left,
.calendar-box .calendar .calendar-content .calendar-right {
  width: 300px;
}
.calendar-box .calendar .dateTimeInput {
  width: 100%;
  height: 38px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #D3D3D3;
  padding: 0 10px;
}
.calendar-box .calendar .dateTimeInput input {
  border: none;
  width: calc(100% - 2px);
  height: 38px;
  font-size: 16px;
  outline: none;
}
.calendar-box .calendar .calendar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 41px;
  border-bottom: 1px solid #D3D3D3;
}
.calendar-box .calendar .calendar-btn p {
  width: 50px;
}
.calendar-box .calendar .calendar-btn a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
  height: 40px;
  width: 20px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
.calendar-box .calendar .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}
.calendar-box .calendar .title li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: calc((100% - 20px)/7);
}
.calendar-box .calendar .content .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar-box .calendar .content {
  margin: 0 10px;
  padding-bottom: 10px;
}
.calendar-box .calendar .content .list ul li {
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: calc(100%/7);
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calendar-box .calendar .content .list ul li i {
  display: block;
  font-size: 8px;
  margin-top: -17px;
  font-style: normal;
}
.calendar-box .calendar .content .list ul li.disabled {
  /*background: #f0f0f0;*/
  color: #f0f0f0;
}
.calendar-box .calendar .content .list ul li.active {
  background: #4974fb;
  color: #fff;
}
.calendar-box .calendar .content .list ul li:hover {
  color: darkgoldenrod;
}
.calendar-box .calendar .content .list ul li.hover {
  background: lightskyblue;
  color: #fff;
}
.calendar-box .calendar .content .list ul li.closure {
  color: #c9c9c9;
}
.calendar-box .calendar .content .list ul li.startDate {
  color: #fff;
  background: #0068a9;
  border-radius: 6px;
  margin: 5px;
  width: calc((100%/7) - 10px);
}
.calendar-box .calendar .content .list ul li.endDate {
  color: #fff;
  background: #0068a9;
  border-radius: 6px;
  margin: 5px;
  width: calc((100%/7) - 10px);
}
.calendar-box .calendar .bottom-btn {
  border-top: 1px solid #f0f0f0;
  padding: 10px;
  text-align: right;
}
.calendar-box .calendar .bottom-btn a {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  background: #4974fb;
  font-size: 12px;
  text-decoration: none;
}
.calendar-box .calendar .bottom-btn a.disabled {
  background: #999;
  cursor: no-drop;
}
.calendar-box .calendar-l,
.calendar-box .calendar-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.calendar-box .left-time,
.calendar-box .right-time {
  width: 100%;
}
.calendar-box .left-time .time-title,
.calendar-box .right-time .time-title {
  height: 41px;
  width: 100%;
  text-align: center;
  line-height: 41px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 18px;
}
.calendar-box .left-time .tiem-conter,
.calendar-box .right-time .tiem-conter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-box .left-time .tiem-conter .hour,
.calendar-box .left-time .tiem-conter .minute,
.calendar-box .right-time .tiem-conter .hour,
.calendar-box .right-time .tiem-conter .minute {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.calendar-box .left-time .tiem-conter .hour ul,
.calendar-box .left-time .tiem-conter .minute ul,
.calendar-box .right-time .tiem-conter .hour ul,
.calendar-box .right-time .tiem-conter .minute ul {
  overflow: auto;
  max-height: 290px;
}
.calendar-box .left-time .tiem-conter .hour ul li,
.calendar-box .left-time .tiem-conter .minute ul li,
.calendar-box .right-time .tiem-conter .hour ul li,
.calendar-box .right-time .tiem-conter .minute ul li {
  cursor: pointer;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.calendar-box .left-time .tiem-conter .hour ul li:hover,
.calendar-box .left-time .tiem-conter .minute ul li:hover,
.calendar-box .right-time .tiem-conter .hour ul li:hover,
.calendar-box .right-time .tiem-conter .minute ul li:hover {
  background: lightskyblue;
  color: #fff;
}
.calendar-box .left-time .tiem-conter .hour ul li.active,
.calendar-box .left-time .tiem-conter .minute ul li.active,
.calendar-box .right-time .tiem-conter .hour ul li.active,
.calendar-box .right-time .tiem-conter .minute ul li.active {
  background: lightskyblue;
  color: #fff;
}
.calendar-box .today-btn {
  border-top: 1px solid #f0f0f0;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  background: #f0f8ff;
  color: #06C;
}
.ws_alert,
.ws_loading {
  padding: 30px 50px;
  position: fixed;
  text-align: center;
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 9999;
}
.common-no-data {
  text-align: center;
  font-size: 18px;
  color: #666;
  min-height: 446px;
  background: #fff;
  padding-top: 150px;
}
.common-no-data-pad {
  text-align: center;
  font-size: 12px;
  color: #999;
  min-height: 446px;
  background: #fff;
  padding-top: 20px;
}
.dialog-common {
  display: none;
  width: 522px;
  height: 492px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin-left: -238px;
  margin-top: -246px;
  -webkit-animation-name: flyIn5;
          animation-name: flyIn5;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #165dfd;
}
.dialog-common .dialog-common-title {
  height: 45px;
  line-height: 45px;
  position: relative;
  font-size: 20px;
  background: #165dfd1f;
  text-align: center;
}
.dialog-common .dialog-common-title .dialog-common-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 45px;
  height: 45px;
  color: #bbb;
  cursor: pointer;
}
.dialog-confirm-box {
  display: block;
  width: 422px;
  height: 284px;
  margin-top: -120px;
  margin-left: -211px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
          box-shadow: 0px 0px 9px 0px rgba(187, 186, 186, 0.75);
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  padding: 16px 0 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-text {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 20px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-input input {
  width: 240px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-text {
  min-height: 20px;
  line-height: 1.8;
  margin-top: 35px;
  margin-bottom: 35px;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-btn {
  width: 240px;
  height: 40px;
  margin: 0 auto;
}
.dialog-confirm-box .dialog-confirm-wrap .dialog-confirm-btn-item {
  width: 45%;
  border-radius: 4px;
  background: #165dfd;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
/**
分页
*/
.paginate-all-box {
  padding-left: 20px;
}
.paginate-all-box .paginate-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paginate-all-box .paginate-all .paginate-record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginate-all-box .paginate-all .paginate-record .record-select {
  position: relative;
  width: 66px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginate-all-box .paginate-all .paginate-record .record-select .record-select-text {
  text-align: center;
  background: #e1e1e1;
  padding: 0px 6px;
  border-radius: 3px;
}
.paginate-all-box .paginate-all .paginate-record .record-select .record-select-ul {
  display: none;
  position: absolute;
  bottom: 22px;
  right: 0;
  z-index: 10;
  width: 68px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px 0;
  background: #fff;
}
.paginate-all-box .paginate-all .paginate-record .record-select .record-select-ul .record-select-li {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.paginate {
  text-align: center;
  margin: 10px;
}
.paginate a,
.paginate span {
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  color: #333;
  border: 1px solid #ccc;
  margin-right: 15px;
  border-radius: 4px;
}
.paginate li {
  display: inline-block;
}
.paginate li.active a {
  color: #ff8610;
  border: 1px solid #ff8610;
}
.paginate a:hover,
.paginate a.on {
  color: #ff8610;
  border: 1px solid #ff8610;
}
.paginate a.unclick,
.paginate a.unclick:hover {
  background: none;
  border: 1px solid #eee;
  color: #999;
  cursor: default;
}
.reviewSys .current {
  color: #ff8610;
  border: 1px solid #ff8610;
}
.warter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #888;
}
.warter .warter-item {
  display: inline-block;
  width: 150px;
  height: 80px;
  text-align: center;
  line-height: 1.6;
  opacity: 0.2;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
