/*!
 * Copyright &copy; 2012-2013 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
html,
body {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  padding: 0;
  background-color: #eef3f9;
  position: relative;
  /* height: 100%; */
}
body p,
body a,
body button,
body h2,
body h3,
th,
td {
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  line-height: inherit;
}
button {
  border: 0;
  outline: none;
}
/*清除谷歌浏览器聚焦后的黄色背景*/
input:-webkit-autofill,
input:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol,
ul,
form {
  margin: 0;
  padding: 0;
}
img {
  max-width: auto;
}
h1 {
  font-size: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}
a {
  outline: none;
  display: inline-block;
}
a,
a:hover {
  text-decoration: none;
}
/* a:active {
  star: expression(this.onFocus=this.blur());
} */
body,
label,
input,
button,
select,
textarea,
.uneditable-input,
.navbar-search .search-query {
  /*font-family:Helvetica, Georgia, Arial, sans-serif, 瀹嬩綋;*/
  font-family: MicrosoftYaHei !important;
  font-size: 12px;
}
input, textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
}
input {
  height: 32px !important;
}
.infoDetailpart input {
  box-shadow: none;
}
body p,
body a,
body button {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: -2px 3px;
  *margin-top: 1px;
}
input[type="checkbox"]{width:18px;height:18px !important;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}
input[type="checkbox"]::before{border: 1px solid #d9d9d9;content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #468BCD;color:#fff;font-size: 16px;font-weight: bold;border:0}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: auto;
  /* background-color: #f3f3f3; */
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: static;
}
legend {
  margin: 10px 0;
  *left: -7px;
  *position: relative;
  color: #0088cc;
  *width: 99.5%;
}
.overflow {
  overflow: hidden;
}
.collapse {
  *display: none;
  _position: static;
}
.collapse.in {
  *display: block;
}
.close {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a.btn,
button.btn {
  *padding: 4px 10px 4px;
  *border: 1px solid #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6', GradientType=0);
}
a.btn-primary,
a.btn-primary:hover,
a.btn-warning,
a.btn-warning:hover,
a.btn-danger,
a.btn-danger:hover,
a.btn-success,
a.btn-success:hover,
a.btn-info,
a.btn-info:hover,
a.btn-inverse,
a.btn-inverse:hover {
  *padding: 4px 10px 3px;
}
button.btn {
  *padding: 3px 10px 2px;
  *background-color: transparent;
}
.btn-group a.btn,
.btn-group button.btn,
.btn-group button.btn:hover {
  position: static;
}
.btn-group a.btn + a.btn,
.btn-group button.btn + button.btn {
  margin-left: -2px;
}
.nav-list li a {
  _padding-top: 6px;
}
.nav-list li a i {
  _margin-top: -1px;
}
.table {
  /*margin-bottom:8px;*/
  background-color: #fdfdfd;
  font-size: 13px;
}
.table th,
.table td {
  vertical-align: middle;
}
.table td i {
  margin: 0 2px;
}
.sort-column {
  color: #0663a2;
  cursor: pointer;
}
.supcan {
  border: 1px #d3d3d3 solid;
  height: 300px;
}
.control-group {
  padding-bottom: 8px;
  margin-bottom: 0;
}
legend + .control-group {
  margin-top: 8px;
}
.controls .lbl {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
/*.measure-input {background:url("../images/ruler.gif") repeat-x scroll 0 bottom transparent;}*/
.input-min {
  width: 30px;
}
.input-mini {
  width: 90px;
}
.input-small {
  width: 120px;
}
.input-medium {
  width: 163px;
  border: 1px solid #ccc;
}
.input-xxlarge {
  width: 460px;
  /* border-color: rgb(154, 216, 238);
  background: rgb(234, 245, 251); */
}
.help-block,
.help-inline {
  color: #aaaaaa;
}
.alert {
  margin-bottom: 10px;
}
.form-search label {
  margin-left: 10px;
}
.form-search span label {
  margin-left: 0;
}
.form-search .ul-form {
  margin: 0;
  overflow: hidden;
}
.form-search .ul-form li {
  float: left;
  list-style: none;
  height: 35px;
  line-height: 35px;
}
.form-search .ul-form li label {
  width: 80px;
  text-align: right;
}
.form-search .ul-form li span label {
  width: auto;
}
.form-search .ul-form li.clearfix {
  float: none;
}
.form-search .ul-form li.btns {
  padding-left: 10px;
}
.form-search .ul-form li.btns .btn {
  margin-right: 5px;
}
.form-horizontal {
  /* margin: 0 10px; */
}
.form-horizontal .control-group {
  margin-bottom: 8px;
}
.form-horizontal .control-label {
  padding-top: 3px;
}
.form-horizontal .controls {
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
}
.form-horizontal .controls label.error {
  background-position: 0 2px;
}
.form-horizontal .table-form {
  width: 100%;
  border-color: #dfe6ec;
}
.form-horizontal .table-form,
.form-horizontal .table-form td {
  border: 1px solid #dfe6ec;
  background-color: #fdfdfd;
  padding: 4px;
}
.form-horizontal .table-form td.tit {
  background: #fafafa;
  text-align: center;
  padding-right: 8px;
  white-space: nowrap;
}
.form-horizontal .form-actions {
  margin-bottom: 20px;
  clear: both;
  background-color: #fff;
}
.form-horizontal fieldset .row-fluid {
  margin-bottom: 10px;
}
.pagination .controls a {
  border: 0;
}
.pagination .controls input {
  border: 0;
  color: #999;
  width: 30px;
  padding: 0;
  margin: -3px 0 0 0;
  text-align: center;
}
.modal-backdrop {
  background-color: #ffffff;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal.tree {
  width: 300px;
  margin: -250px 0 0 -180px;
  *margin: -200px 0 0 -150px;
}
.modal.tree .modal-body {
  height: 260px;
  padding: 20px 25px;
}
.accordion-heading a:hover,
.dropdown a:hover {
  text-decoration: none;
  background: none;
}
.accordion-heading .accordion-toggle {
  position: relative;
  font-family: 榛戜綋;
  font-size: 14px;
  padding: 12px 0px 12px 38px;
  color: #fff;
  width: 100%;
}
.accordion-heading .accordion-toggle i {
  position: absolute;
  top: 15px;
  /*left: 20px;*/
  /* 2021/12/14 */
  right: 20px;
}
.accordion-heading .accordion-toggle i.icon-chevron-down {
  left: 19px;
}
.accordion-heading .accordion-toggle i.icon-chevron-down:after {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: -14px;
  width: 4px;
  height: 44px;
  background-color: #41c1fd;
  border-radius: 3px;
}
.accordion-inner {
  padding: 0px;
}
.accordion-inner .nav-list {
  padding: 11px 0px 14px 0px;
  background-color: rgb(47, 87, 123);
}
.accordion-inner .nav-list li a {
  padding: inherit;
  padding-left: 40px;
  line-height: 42px;
  font-size: 14px;
  color: rgb(130, 167, 204);
  text-shadow: none;
}
.accordion-inner .nav-list li.active a {
  color: #fff;
}
.accordion-inner .nav-list li a:hover {
  background-color: inherit;
  color: #fff;
}
#openClose {
  width: 6px;
  margin: 0 1px;
  cursor: pointer;
}
#openClose,
#openClose.close {
  background: #fff url("../images/openclose.png") no-repeat -29px center;
}
#openClose.close {
  display: none;
  background-position: 1px center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*新版分页样式 added by sven 20170228*/
.pagination {
  margin: 20px 0 0 0;
  width: 100%;
  height: 30px;
  display: block;
}
.pagination ul {
  float: right;
  border-radius: 4px;
  margin: 0;
}
.pagination ul li {
  display: inline;
}
.pagination ul li a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-left-width: 0;
}
.pagination ul .disabled a {
  cursor: default;
  color: #ccc;
}
.pagination ul > .active > a, .pagination ul > .active > a:hover {
  background-color: #fff;
  color: #088bd3;
  font-weight: bold;
  cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .page_left {
  line-height: 30px;
  position: absolute;
  left: 20px;
}
/*2017-07-21欧阳晓雯新增*/
.navbar-inner {
  background-color: #48c1cc;
  border: 0px;
  background-image: -webkit-linear-gradient(to bottom, #48c1cc, #48c1cc);
  background-image: linear-gradient(to bottom, #48c1cc, #48c1cc);
  background-image: linear-gradient(to bottom, #48c1cc, #48c1cc);
}
.navbar .nav > li > a {
  color: #ffffff;
  text-shadow: none !important;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #3baabd;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: #3baabd;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: inherit;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #48c1cc;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: 0px;
  margin-left: 0px;
}
.nav-list {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.nav-list li {
  width: 100%;
  height: 42px;
}
.accordion {
  margin-bottom: 0;
  position: relative;
  height: 100%;
}
.accordion-group {
  margin-bottom: 0px;
  border: 0px;
}
.accordion-inner {
  border-top: 0px;
}
.accordion-title {
  background: #f0f0f0 !important;
  color: #282828 !important;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3baabd !important;
}
#footer a {
  color: #ffffff;
}
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body {
  background-color: #48c1cc !important;
}
.btn-primary {
  background-image: none;
  background: #48c1cc;
}
.btn-primary:hover {
  background: #3baabd;
}
.table-bordered {
  /* border-top: 2px solid #3baabd; */
}
#main .container-fluid {
  padding: 0px !important;
}
.nav-tabs > li > a:hover {
  color: #fff;
}
.accordion-heading .accordion-toggle.Bgc,
.accordion-heading .accordion-toggle:hover {
  background-color: #273445;
}
.nav-tabs {
  background: #f9f9f9;
  margin-bottom: 0px;
  padding-top: 7px;
}
.select2-container .select2-choice .select2-arrow {
  background-image: none;
  border-left: none;
  background: none;
}
.table-box {
  padding: 0px 15px 15px;
}
.form-box {
  margin: 15px;
  background: #fff;
  border: 1px solid #dfe6ec;
  border-radius: 3px;
  border-top: 2px solid #3baabd;
  min-width: 1000px;
}
.uesrlist-content {
  background: #ecf0f5;
}
.form-left {
  width: 50%;
  float: left;
}
.form-div {
  width: 100%;
  float: left;
}
.form-actions {
  background-color: #fff;
  border-top: none;
}
.tab_left {
  width: auto !important;
  padding: 0px 5px 0px 15px;
}
.tab_right {
  position: absolute;
  right: -13px;
  z-index: 50;
}
.tab_text {
  width: auto !important;
  margin-right: 10px;
}
.tabs li {
  width: auto !important;
  background-color: rgba(249, 249, 249, 0.1) !important;
  position: relative;
}
.nav-list li .active {
  color: #282828 !important;
}
.jericho_tab .tab_pages .tab_unselect .tab_right {
  margin-top: 0px !important;
}
.jericho_tab .tab_pages .tab_unselect_h .tab_right {
  margin-top: 0px !important;
}
.tab_selected {
  z-index: 99;
}
.jericho_tab .tab_pages {
  background-position: 0 -183px !important;
  background-color: #f9f9f9 !important;
  /*20180306*/
  display: none;
}
.jericho_tab .tab_content {
  padding-top: 0px !important;
}
.div_RightMenu ul {
  z-index: 100;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #ecf0f5;
}
.control-group {
  border-bottom: 1px dashed #dfe6ec;
}
.bd-width {
  width: calc(100% - 220px);
  /* width: calc(100% - 240px); */
}
#right {
  background-color: #eef3f9;
  float: right;
}
#officeContent html {
  background-color: #ecf0f5 !important;
}
.exambox {
  margin: 0 auto;
  width: 1100px;
}
.clearfix {
  clear: both;
}
.form-examtitleBox {
  background: #f0f0f0 !important;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #dfe6ec;
}
.examfooterbox {
  clear: both;
  background: #f0f0f0;
  border-top: 1px solid #dfe6ec;
}
.examfooter {
  clear: both;
  margin: 0 auto;
  width: 1100px;
}
.all-box {
  background: #fff;
  margin: 10px !important;
  border: 1px solid #dfe6ec;
}
.taskbox {
  margin: 0 auto;
  width: 1100px;
}
#header {
  margin-bottom: 0;
  padding: 0;
}
#header .navbar-inner {
  /*min-width:1120px;*/
  height: 70px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  background: #468bcd;
}
#header li {
  font-size: 14px;
  _font-size: 12px;
}
#footer {
  position: fixed;
  bottom: 0;
  height: 30px;
  font-size: 11px;
  text-align: center;
  background: URL(${pageContext.request.contextPath}/jh/static/img/back_footer.png)
    no-repeat;
  background: #48c1cc !important;
  color: #fff;
  line-height: 32px;
  display: none;
}
#left {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.leftFix {
  position: fixed;
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  background-color: #232f3f;
}
#left .collapse {
  position: static;
}
#userControl > li > a {
  text-shadow: none;
  padding: 0px 28px;
}
#userControl > li > a#noticeList {
  position: relative;
}
#userControl > li > a#noticeList .noticelogo {
  content: "";
  position: absolute;
  right: 21px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #41c1fd;
}
#userControl > li > a:hover,
#user #userControl > li.open > a {
  background: transparent;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: inherit;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0px;
}

/*20171219版本迭代样式*/
/*清除bootstrap影响的头部导航样式*/
@media (max-width: 979px) {
  .navbar .nav-collapse .nav li > a {
    color: #777777;
  }
  .navbar .nav-collapse .nav .active > a {
    background-color: #fff;
  }
}
/*清除bootstrap影响的头部导航样式*/
/*左侧导航样式*/
.content {
  overflow: hidden;
}
.logoPart {
  padding: 20px 11px 20px 9px;
  border-bottom: 1px solid #1d2531;
  margin-bottom: 1px;
  height: 60px;
}
.logoOne {
  width: 40px;
  height: 60px;
  margin-right: 14px;
  background: url(../../jh/static/img/logoColor.png?20201126) no-repeat 0px 0px;
}
.logoTwo {
  width: 146px;
  height: 60px;
  background: url(../../jh/static/img/logoColor.png?20201126) no-repeat -53px -3px;
}
.userPic {
  border-top: 1px solid #2f394b;
  padding: 22px 75px 20px 55px;
}
.userPic div {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: url(../../jh/static/img/icon_sprites.png) no-repeat -125px 5px;
}
/*消除img路径为空出现1像素白色边框*/
.userPic div:after {
  content: "";
  position: absolute;
  padding: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #232f3f;
  box-sizing: border-box;
}
.userPic div {
  position: relative;
}
.userPic div input.pic {
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.userPic div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../../jh/static/img/icon_sprites.png) no-repeat -10px -10px;
}
.userPic p {
  margin-top: 9px;
  text-align: center;
  color: #fff;
}
.jericho_tab {
  height: 100%;
  background-color: #eef3f9;
}
.clearMargin .breadcrumb {
  margin: 6px 0px 8px 0px;
}
p span.star {
  color: #ff1818;
  margin-left: 4px;
}
/*左侧导航样式*/
.new-ways {
  /*margin-bottom: 20px;*/
  background-color: #fff;
  background-image: -webkit-linear-gradient(to bottom, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
}
.new-ways .nav-collapse {
  /* margin-left: 10px; */
}
.new-ways .nav > li {
  line-height: 78px;
}
.new-ways .nav > li > a {
  padding: 0;
  color: #777777;
  font-size: 14px;
}
.new-ways #menu > li > a {
  padding: 0 20px;
}
.new-ways .nav > li > a i.fa {
  color: rgba(178, 178, 178, 1);
  margin-right: 0;
  position: relative;
  font-size: 22px;
}
.new-ways #userControl > li > a i:after,
.new-ways #userControl > li.userloading > a:after {
  content: "";
  position: absolute;
  right: -28px;
  top: -13px;
  width: 1px;
  height: 265%;
  box-shadow: 2px 0 6px #ccc;
}
.new-ways #userControl > li.userloading > a:after {
  right: 0px;
  top: 12px;
  height: 72%;
}
.new-ways #menu > li > a:hover,
#userControl > li > a:hover {
  background-color: #f3f5f6;
  padding-bottom: 2px;
}
#userControl > li.dropdown > a:hover {
  padding-bottom: 0px;
}
.new-ways #menu > li.active > a:hover {
  padding-bottom: 0px;
}
.new-ways .nav > li > a:hover,
.new-ways .nav > li > a:focus {
  background-color: #fff;
  color: #777777;
}
.new-ways li.active {
  border-bottom: 2px solid #41c1fd;
}
.new-ways .nav > li > a i {
  margin-right: 10px;
  font-size: 18px;
}
.new-ways .nav > .active > a,
.new-ways .nav > .active > a:hover,
.new-ways .nav > .active > a:focus {
  background-color: #fff;
  color: #777777;
  box-shadow: none;
}
.navbar .new-ways li.dropdown.open > .dropdown-toggle,
.navbar .new-ways li.dropdown.active > .dropdown-toggle,
.navbar .new-ways li.dropdown.open.active > .dropdown-toggle {
  color: #777777;
  background-color: #fff;
}
.navbar .new-ways li.dropdown > .dropdown-toggle {
  outline: none;
}
.navbar .new-ways li.dropdown:hover a {
  background-color: #f3f5f6;
}
.navbar .new-ways li.dropdown:hover .dropdown-menu {
  display: block;
}
.new-ways .dropdown-menu > li > a {
  color: #777777;
}
.new-ways .dropdown-menu > li > a:hover {
  color: #fff;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  min-width: max-content;
  top: 70px;
  left: -91px;
  background-color: transparent;
}
/*客户端样式*/
.userclient {
  position: absolute;
  bottom: 35px;
  left: 54px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.userclient:hover {
  opacity: 0.9;
}
.userclient div {
  background-color: #36ade5;
  position: relative;
  width: 40px;
  height: 40px;
}
.userclient div i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -9px;
  display: block;
  width: 14px;
  height: 18px;
  border-right: 1px solid #fff;
}
.userclient div i:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.userclient div i:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 18px;
  top: 9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.userclient p {
  margin: 0;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0px 12px;
  background-color: #41c1fd;
}
#userControl .userloading {
  position: relative;
}
#userControl .userloading a {
  display: flex;
  height: 80px;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}
#userControl .userloading button.iconbtn {
  display: block;
  padding: 0px 24px;
  outline: none;
  border: none;
  width: 78px;
  height: 100%;
  background-color: inherit;
  position: relative;
  box-sizing: border-box;
}
#userControl .userloading:hover button.iconbtn:before {
  background-color: #f3f5f6;
  padding-top: 2px;
}
#userControl .userloading button.iconbtn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -14px;
  width: 30px;
  height: 24px;
  background: url(../../jh/static/img/icon_sprites.png) no-repeat -66px -140px;
}

/*客户端样式end*/
/*个人中心样式*/
.userInfo_part {
  border: 1px solid #e4eaec;
  padding: 23px 13px 15px 14px;
  background-color: #fff;
  margin-top: 6px;
}
.userInfo_part ol {
  margin: 0;
  padding: 0px 0px 0px 2px;
  border-bottom: 1px solid #eeeeee;
}
.userInfo_part ol li {
  display: flex;
  margin-bottom: 20px;
}
.userInfo_part ol li p,
.userInfo_part ol li span,
.userInfo_part ol li i {
  font-size: 12px;
}
.userInfo_part ol li p {
  color: #555555;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.userInfo_part ol li span {
  margin-right: 6px;
}
.userInfo_part ol li span,
.userInfo_part ol li i {
  color: #999999;
  white-space: nowrap;
}
.userInfo_part ol li i {
  font-style: normal;
}
.changemsg {
  display: flex;
  padding: 15px 13px 0px 13px;
}
.changemsg button {
  padding: 0px 10px;
  border: 1px solid #41c1fd;
  border-radius: 3px;
  color: #41c1fd;
  font-size: 12px;
  line-height: 22px;
  background-color: #fff;
  white-space: nowrap;
}
.changemsg button:first-child {
  margin-right: 37px;
}
.changemsg button:hover {
  background-color: #41c1fd;
  color: #fff;
}
.changemsg button a {
  display: block;
  width: 48px;
  height: 22px;
  color: #41c1fd;
  background-color: #fff !important;
}
.changemsg button:hover a {
  background-color: #41c1fd !important;
  color: #fff;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}
/*个人中心样式end*/
/*右侧内容公共样式*/
.infoDetailpart {
  padding: 0px 20px;
  background-color: #eef3f9;
}
.contentcommonshadow {
  box-shadow: 0px 0px 10px rgba(79, 79, 79, 0.2);
}
.contentcommon {
  margin-bottom: 23px;
  padding: 23px 40px 20px 50px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(79, 79, 79, 0.2);
  border-radius: 2px;
  height: 91.5vh;
  overflow: scroll;
  /*overflow-x: auto;*/
}
.contentcommon:last-child {
  /*margin-bottom: 0px;*/
}
.commonShow {
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(79, 79, 79, 0.2);
  background-color: #fff;
}

.tablebox .headtitle {
  /*border: none;*/
}
.headtitle {
  padding: 14px 0px 24px 0px;
  /* border-bottom: 1px solid #eee; */
  display: flex;
}
ul.commonInput {
  /*overflow: hidden;*/
  clear: both;
}
.commonInput li {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 10px 0;
  /* float: left; */
}
.addExam .commonInput li {
  display: flex;
}
.commonInput li:last-child {
  margin-right: 0;
}
.commonInput.noFloat li {
  float: initial;
}
.commonInput .input-append input[type="text"] {
  width: 214px;
}
.commonInput.selectPart .input-append input[type="text"] {
  width: 160px;
}
.commonInput .select2-container {
  width: 250px;
  /* border: 1px solid rgb(154, 216, 238); */
  border: 1px solid #ccc;
  border-radius: 5px;
}
.commonInput .select2-dropdown-open.select2-drop-above .select2-choice,
.commonInput .select2-dropdown-open.select2-drop-above .select2-choices {
  border: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: none;
}
.commonInput.selectPart .select2-container {
  width: 120px;
}
.commonInput input[type="text"] {
  margin: 0;
  border-radius: 0;
  width: 166px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
}
input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}
input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999;
}
input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999;
}
input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}
.commonInput.noFloat li input {
  width: inherit;
}
.commonInput input:focus,
.commonInput textarea:focus {
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  border-color: #ccc;
}
.commonInput .teachbtn input {
  border-radius: 5px;
}
.commonInput li p {
  white-space: nowrap;
  margin-right: 8px;
}
.commonInput li .note-editor p {
  width: initial;
  white-space: initial;
  margin: 0;
}
.form-search .input-append .btn,
.input-append .btn {
  padding: 3px 6px;
  border-radius: 0 5px 5px 0 !important;
}
.titlecommon {
  padding: 15px 0px 15px 20px;
  display: flex;
  align-items: center;
  /*height: 50px;*/
}
.titlecommon h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 60px 0 20px;
}
.timepart {
  display: flex;
  align-items: center;
}
.timepart p {
  margin-right: 8px;
  white-space: nowrap;
  font-size: 16px;
  margin-right: 5%;
}
.titlecommon h2.result1 {
  margin: 0 0 0 20px;
  line-height: inherit;
  font-weight: 500;
}
.titlecommon p.result2 {
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}
.titlecommon h2.result1,
.titlecommon p.result2 {
  color: #444;
}
.titlecommon h2.result1 a,
.titlecommon h3.result1 a {
  color: rgba(41, 150, 206, 1);
  font-size: 16px;
  font-weight: 600;
}
.titlecommon h3.result1 a {
  position: relative;
  margin-left: 30px;
}
.titlecommon h3.result1 a:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.titlecommon p.result2:after {
  content: "";
  position: absolute;
  /*left: -22px;*/
  left: -30px;
  top: 50%;
  /*margin-top: -5px;*/
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*右侧全屏高度填充*/
.commonposition {
  margin-bottom: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
}
.commonposition .contentcommon {
  height: max-content;
}
.commonposition .contentcommon.clearHeight {
  height: initial;
}
/*右侧全屏高度填充*/
/*右侧内容公共样式end*/
/*公共按钮样式1*/
.choicebtn input,
.choicebtn button,
.commonInput .choicebtn input {
  padding: 0px 12px;
  width: inherit;
  box-shadow: none;
  border-radius: 5px;
  line-height: 26px;
  /* height: 28px; */
  font-size: 12px;
}
.choicebtn input.save,
.choicebtn button:nth-child(1) {
  border: 1px solid #468Bcd;
  background-color: #468Bcd;
  color: #fff;
  margin-right: 10px;
}
.choicebtn input.delete,
.choicebtn button:nth-child(2) {
  border: 1px solid #c2c2c2;
  background-color: #f0f0f0;
}
/*三角形+十字针*/
.headtitle button,
.addBtn {
  /* position: relative; */
  padding: 0px 12px;
  line-height: 32px;
  /* background-color: #088bd3; */
  color: #444;
  border-radius: 3px;
  border: none;
}
/* .headtitle button:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-radius: 20px;
} */
/* .contentcommon:nth-child(3) .headtitle button:after,
.contentcommon:nth-child(3) .headtitle button:before,
.addBtn:after,
.addBtn:before {
  content: "";
  position: absolute;
  border: 0;
  border-radius: 0px;
  background-color: #fdfdfd;
} */
/* .contentcommon:nth-child(3) .headtitle button:after,
.addBtn:after {
  left: 13px;
  top: 8px;
  width: 1px;
  height: 14px;
} */
/* .contentcommon:nth-child(3) .headtitle button:before,
.addBtn:before {
  left: 6px;
  top: 14px;
  width: 15px;
  height: 1px;
} */
/* .headtitle button.crossbtn:after {
  border: none;
} */
.crossbtn span {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -7px;
}
.crossbtn span:before,
.crossbtn span:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.crossbtn span:before {
  border-top: 1px solid #fff;
  top: 50%;
  margin-top: -1px;
}
.crossbtn span:after {
  border-right: 1px solid #fff;
  left: 50%;
  margin-left: -8px;
}
/*三角形+十字针*/
.bdline {
  border: 1px solid #cccccc;
}
/*公共按钮样式1end*/
/*公共按钮样式2*/

.teachbtn button, .searchBtn button, .teachbtn input {
  color: #fff;
  margin-right: 6px;
  border-radius: 5px;
  padding: 0 12px;
  line-height: 32px;
  background-color: #777;
  display: inline-block;
}
.teachbtn button:last-child {
  margin-right: 0;
}
.teachbtn button i, .searchBtn button i,
button.gradient i {
  margin-right: 6px;
  opacity: initial;
}
#btnSubmit,#btnPack{
  background-color: #468Bcd;
  color: #fff;
  padding: 0 12px;
  border: none;
  font-size: 13px;
}
#btnCancel {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444;

  font-size: 13px;
  line-height: 20px;
}
#btnSearch, #btnSearch1, .teachbtn .btnSave, .teachbtn .editor, .teachbtn .subBtn, .searchBtn button{
  background-color: #468Bcd;
  color: #fff;
  border: none;
  line-height: 32px;
  font-size: 12px;
}
#btnClear, .btnClear {
  background-color: #ecbd00 !important;
}
#btnExport, .teachbtn .plus {
  background-color: rgb(43, 158, 185);
}
.teachtable td div.tablebtn.btnlink button a {
  padding: 0px 0px 0px 16px;
}
/*公共按钮样式2ennd*/
/*折叠背景 start*/
.teachtable .trBgc {
  background-color: #f8f8f8;
}
/*折叠背景 end*/
/*公共表格样式*/
.scrollTable {
  width: 100%;
  overflow-x: auto;
}
.teachtable {
  width: 100%;
  background-color: #fff;
  /* border-top: 2px solid #3baabd; */
}
.teachtable th span {
  margin-left: 4px;
  color: #ff3434;
  font-size: 14px;
  font-style: normal;
}
.teachtable tr.unread td {
  font-weight: bold;
}
/*.teachtable tr td:first-child,.teachtable tr th:first-child {*/
/*border-left: 1px solid #AAAAAA;*/
/*}*/
.teachtable .noFold td {
  width: 20%;
}

/* 2021/12/14 bug 4591 */
.teachtable tr td a{
  color: #41C1FD;
}

tbody > tr th:first-child,
thead > tr th:first-child,
tbody > tr td:first-child,
.teachtable .autoFold .childFold td:first-child {
  border-left: 1px solid #dfe6ec;
}
.teachtable tr:first-child td,
.teachtable tr:first-child th {
  border-top: 1px solid #dfe6ec;
}
.teachtable .citytable td:last-child {
  border-right: 0;
}
.table-condensed th,
.table-condensed td {
  border: none !important;
}
.teachtable thead {
  background: url(../../jh/static/img/tablehead_bg.jpg) repeat-x;
  background-size: contain;
}
.teachtable tbody tr:nth-of-type(even){
  background: #fafafa;
}
.teachtable th,
.teachtable td {
  width: auto;
  line-height: 36px;
  text-align: center;
  border-right: 1px solid #dfe6ec;
  border-bottom: 1px solid #dfe6ec;
  white-space: nowrap;
  font-size: 12px;
  min-width: 60px;
  /*overflow: hidden;*/
}
.table-condensed th,
.table-condensed th {
  border: none !important;
}
.comomntdcolor.teachtable td:not(:first-child) {
  color: #41c1fd;
}
.teachtable td div a,
.contentcommon .teachtable td a {
  color: #41c1fd;
}
/* .teachtable td div a,
.contentcommon .teachtable td a,
.teachtable td div span {
  margin-right: 5%;
} */
.teachtable td div a:last-child,
.contentcommon .teachtable td a:last-child {
  margin-right: 0;
}
.contentcommon .teachtable td div a:last-child,
.contentcommon .teachtable td a:last-child {
  margin-right: 0;
}
.teachtable th {
  /*font-weight: 500;*/
}
.teachtable td div.noBgc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teachtable td div.noBgc button {
  background-color: #fff;
}
.teachtable td div.tdtimepart,
.teachtable td div.tablebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.teachtable td div.tdtimepart p:nth-child(1),
.teachtable td div.tablebtn button:nth-child(1) {
  margin-right: 5%;
}
.teachtable td p {
  font-size: 12px;
  color: #666666;
}
.teachtable td div.tdtimepart a:nth-child(2) {
  margin-left: 5%;
}
.teachtable td div.tablebtn a,
.teachtable td div.tablebtn.lookandbtn button,
.teachtable td div.btnshow button {
  color: #41c1fd;
  font-size: 12px;
  background-color: inherit;
}
.teachtable td div.btnshow button {
  margin-right: 5%;
}
.teachtable td div.btnshow button:last-child {
  margin-right: 0;
}
.teachtable td div.tablebtn.alink {
  display: flex;
  justify-content: center;
}
.teachtable td div.tablebtn.alink a {
  padding: 0px 14px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  line-height: 28px;
  height: 28px;
  color: #333;
  font-size: 12px;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}
.teachtable td div.tablebtn.alink a:last-child {
  margin-right: 0;
}
.teachtable td div.tablebtn.alink a i {
  margin-right: 4px;
}
.teachtable td div.tablebtn a {
  text-decoration: none;
  margin-right: 5%;
}
.teachtable td div.tablebtn.lookandbtn button {
  background-color: #fff;
  border: 0;
  line-height: inherit;
  background-image: inherit;
  height: inherit;
  padding: 0;
}
.teachtable td div.tablebtn button,
.tablebtnButton a {
  padding: 0px 14px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  line-height: 28px;
  height: 28px;
  /* background-image: linear-gradient(to bottom, #fff, #e6e6e6); */
  font-size: 12px;
}
.teachtable td div.tablebtn button i {
  margin-right: 4px;
}
.teachtable td div.tablebtn button i,
.teachtable td div.tablebtn button span {
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
/*公共表格样式end*/
/*select初始化*/
.select2-container .select2-choice {
  padding: 0px 0px 0px 8px;
  box-sizing: border-box;
  background-image: none;
}
/*select初始化*/
/*富文本summernote-reset*/
.editorpart .modal {
  display: none;
}
.editorpart .contentcommon input,
.userdefined .contentcommon input {
  width: inherit;
  height: inherit;
  margin: 3px 10px 0px 0px;
}
.editorpart .note-form-group {
  margin-bottom: 20px;
}
.editorpart .note-form-label {
  margin-right: 10px;
}
.editorpart .dropdown-menu {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.editorpart .choicebtn {
  margin-top: 30px;
}
.unoperation .note-btn.btn-fullscreen,
.unoperation .note-statusbar,
.unoperation .note-toolbar-wrapper {
  display: none;
}
.unoperation .note-editable {
  background-color: #fff !important;
}
.unoperation .note-editor.note-frame {
  border: none;
}
.unoperation .note-toolbar.panel-heading {
  display: none;
}
.note-toolbar-wrapper.panel-default {
  padding-bottom: 10px;
  background-color: #eeeeee;
}
/*富文本summernote-reset*/
/*bootstrap弹框初始化样式start*/
.modal.fade {
  display: none;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
}
.newset.modal.fade.in {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  border: 0;
}
/* .newset.modal {
  width: inherit;
} */
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  margin: 0 auto !important;
}
.deletewidth .modal-dialog {
  min-width: inherit;
  width: 264px;
}
.editorPlan.newset.modal {
  margin-left: -195px;
}
.editorPlan .modal-dialog {
  min-width: 390px;
}
.teachstatistics.newset.modal {
  margin-left: -195px;
}
.teachstatistics.modal .modal-dialog {
  min-width: inherit;
  width: 390px;
}
.newset.modal.fade.in {
  top: 50%;
}
#addsourse.newset.modal.fade.in {
  margin-left: -275px;
}
#userclient.newset.modal,
#noticeDelete.newset.modal {
  margin-left: -132px;
}
.newset.modal {
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.modal .modal-content {
  border: none;
  width: max-content;
}
.modal .modal-header {
  padding: 0 13px;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}
.modal .modal-header h3 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #333333;
}
.modal .modal-header .close {
  font-size: 20px;
  padding-top: 19px;
}
.modal .newbody {
  padding: 15px 15px 15px 15px;
  position: relative;
}
.modal .modal-body {
  padding-top: 30px;
  overflow-y: auto;
  max-height: 610px;
}
.modal .modal-body .historycontent li {
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
}
.modal .modal-body .historycontent span,
.modal .modal-body .historycontent,
.modal .modal-body .historycontent p {
  font-size: 12px;
  color: #999999;
}
.modal .modal-body .historycontent span {
  margin-right: 6px;
}
.modal .modal-body .historycontent em {
  display: block;
  font-style: normal;
  height: 26px;
  box-sizing: border-box;
}
.modal .modal-body p.textdetail {
  margin-bottom: 12px;
}
.modal .modal-body > div input,
.modal .modal-body > div textarea {
  padding: 2px 6px;
  margin: 0;
  outline: none;
  border-radius: 4px;
}
.modal .modal-body > div textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0px 20px;
}
.modal select:nth-child(1) {
  margin-right: 6px;
}
.modal .modal-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 0;
}
.modal .modal-footer .btn {
  font-size: 12px;
  padding: 3px .75rem;
}
.modal .modal-footer .btnSave {
  background: #2E75B9;
  color: #fff;
}
.modal .modal-footer .btnClose {
  /* color: ; */
  border: 1px solid #ccc;
}
.modal .modal-footer.newfooter {
  border-top: 0;
  padding: 0px 15px 10px 15px;
  background-color: #fff;
}
.modal .modal-body .select2-container {
  margin-right: 8px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
}
.modal .modal-body .contentbox {
  margin: 0px 0px 0px 90px;
  display: inherit;
  max-width: 380px;
}
.modal .modal-body .deletebox {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .deletebox p.empower {
  max-width: 200px;
}
.modal .modal-body .contentbox span {
  margin-right: 6px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../jh/static/img/delete_icon.png) no-repeat center center;
  box-sizing: border-box;
}
.modal .modal-body .contentbox > div {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.modal .modal-body .contentbox > div p {
  width: 40px;
  white-space: nowrap;
  text-align: right;
}
.modal .modal-body .contentbox > div .checkbox,
.modal .modal-body .contentbox > div .checkbox div {
  display: flex;
  align-items: center;
}
.modal .meetingtitle input,
.modal .meetingtype .select2-container {
  line-height: 28px;
}
.modal .meetingtype .select2-container {
  width: 168px;
  margin-right: 0;
}
.modal .meetingtitle input {
  width: 155px;
}
.modal .meetingdetail textarea {
  width: 300px;
  height: 80px;
}
.modal .modal-body .icheckbox_square-blue {
  margin-top: 4px;
}
.modal .modal-body .contentbox > div .checkbox > div:nth-child(1) {
  margin-right: 18px;
}
/*bootstrap弹框初始化样式end*/
/*更换icheck化样式start*/
.infoDetailpart .icheckbox_square-blue,
.infoDetailpart .iradio_square-blue {
  padding: 0px 6px 3px 0px;
  background: url(../../jh/static/img/blue.png?20180709) no-repeat;
  height: 19px;
  width: 26px;
  margin-right: 0;
}
.infoDetailpart .iradio_square-blue {
  background-position: -122px -7px;
}
.infoDetailpart .iradio_square-blue.hover {
  background-position: -146px -7px;
}
.infoDetailpart .iradio_square-blue.checked {
  background-position: -170px -7px;
}
.infoDetailpart .icheckbox_square-blue {
  background-position: 0px -7px;
  top: 1px;
}
.infoDetailpart .icheckbox_square-blue.hover {
  background-position: -24px -7px;
}
.infoDetailpart .icheckbox_square-blue.checked {
  background-position: -48px -7px;
}
.infoDetailpart .radio,
.checkbox {
  margin: 0;
  padding: 0;
}
.infoDetailpart .iradio_square-blue.disabled,
.infoDetailpart .iradio_square-blue.checked.disabled {
  background-position: -219px -7px;
}
/*更换icheck初始化样式end*/
/*教学管理tbl样式20180316*/
.commonstyle .table-bordered,
.commonstyle {
  border-left: 1px solid #555;
}
.commonstyle td {
  color: #555;
}
.commonstyle .table-bordered th,
.commonstyle.table-bordered th {
  border: none;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}
.commonstyle .table-bordered td,
.commonstyle.table-bordered td {
  border: none;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
.commonstyle .table-bordered td:last-child,
.commonstyle .table-bordered th:last-child,
.commonstyle.table-bordered td:last-child,
.commonstyle.table-bordered th:last-child {
  border-right: none;
  border-right: 1px solid #555;
}
/*0319*系统设置左侧导航样式*/
#ztree,
.ztree {
  box-sizing: border-box;
  overflow-y: auto;
}
/*0326年级或班级刷选按钮公共样式start*/
/*按钮one*/
.masterStatistics .navbox {
  position: relative;
}
.masterStatistics .gradebox_choice {
  position: absolute;
  top: 0;
  left: 690px;
}
.gradebox_choice .bgc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
}
.contentP {
  padding: 0px 30px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
  white-space: nowrap;
  cursor: pointer;
  height: 50px;
}
.contentP.toggle {
  background-color: #fff;
}
.projectstatistics .contentP {
  line-height: 35px;
  height: 35px;
}
.masterStatistics .projectstatistics .contentP.toggleClass {
  border: 1px solid #eeeeee;
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
  box-sizing: border-box;
}
.masterStatistics .projectstatistics .contentP em,
.masterStatistics .projectstatistics .contentP i {
  line-height: 35px;
  height: 35px;
  box-sizing: border-box;
}
.contentP em {
  font-style: normal;
  font-size: 12px;
  color: #2996ce;
  padding-right: 10px;
  cursor: pointer;
  line-height: 41px;
}
.masterStatistics .contentP em {
  color: #333;
}
.contentP i {
  position: relative;
  display: block;
  width: 10px;
  height: 30px;
  cursor: pointer;
}
.masterStatistics .contentP em,
.masterStatistics .contentP i {
  line-height: 30px;
}
.contentP i:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 5px solid #232f3f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.gradeChoice .gradepart {
  padding-top: 6px;
  position: absolute;
  top: 46px;
  left: 8px;
  border: 1px solid #eeeeee;
  box-shadow: 2px 0px 4px rgba(79, 79, 79, 0.1);
  border-radius: 5px;
  background-color: #fff;
  z-index: 20;
  max-height: 224px;
  display: none;
  overflow: hidden;
}
.gradepart li:last-child {
  margin-bottom: 6px;
}
.gradepart li {
  padding: 0px 55px 0px 11px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}
.gradepart li:hover {
  background-color: rgba(243, 245, 246, 1);
}
/*按钮one-end*/
/*公共遮罩层样式start*/
.commonSelectPart {
  position: relative;
}
.commonExam .commonSelectPart .hdTle,
.commonSelectPart .hdTle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 100%;
}
.commonSelectPart .hdTle span {
  font-size: 12px;
  color: #666;
}
.commonExam .commonSelectPart .hdTle {
  width: inherit;
  border: none;
}
.commonSelectPart .hdTle i {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid #232f3f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.commonSelectPart .optionPart {
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 2;
  display: none;
  width: 100%;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
  border-top: none;
}
.commonExam .commonSelectPart .optionPart {
  top: 38px;
  border-top: 1px solid #ccc;
}
.optionPart li {
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  text-align: center;
}
.optionPart li:last-child {
  margin-bottom: 0;
}
.optionPart li:hover {
  background: rgba(243, 245, 246, 1);
}
.shadowBgc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}

/*公共遮罩层样式end*/
/*按钮two(校长端-综合统计)-start*/
.selectBox .gradeChoice {
  position: relative;
}
.gradeChoice .modebgc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  cursor: default;
}
.selectBox .gradeP {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  margin: 0px 24px 0px 10px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  line-height: 26px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
  min-width: 137px;
  /* border-color: rgb(154, 216, 238); */
  /* background: rgb(234, 245, 251); */
}
.selectBox .gradeP span {
  color: #666;
  font-size: 12px;
  margin-right: 30px;
}
.selectBox .gradeP i {
  position: absolute;
  right: 10px;
  display: block;
  width: 10px;
  height: 28px;
  cursor: pointer;
}
.selectBox .gradeP i:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 4px solid #cfcfcf;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.gradePart {
  padding: 6px 0px;
  position: absolute;
  top: 31px;
  left: 10px;
  border: 1px solid #eeeeee;
  /* box-shadow: 2px 0px 4px rgba(79, 79, 79, 0.1); */
  border-radius: 3px;
  background-color: #fff;
  z-index: 10;
  max-height: 200px;
  opacity: 0;
  overflow: hidden;
}
.bgcwhite.gradePart {
  opacity: 1;
}
.gradePart li {
  padding: 0px 46px 0px 11px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
  height: 30px;
  box-sizing: border-box;
}
.gradePart li:hover {
  background-color: rgba(243, 245, 246, 1);
}
/*按钮two(校长端-综合统计)-start*/
/*0326年级或班级刷选按钮公共样式end*/
/*教学管理tbl样式20180316*/

/*教学管理-管理员权限tips样式start*/
.tipsPart {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contentPart {
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #eee;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.contentPart .icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 6px;
  background: url(../../jh/static/img/success_tips.png) no-repeat center;
}

.fail.contentPart .icon {
  background: url(../../jh/static/img/fail_tips.png) no-repeat center;
}
.contentPart p {
  font-size: 12px;
  color: #333;
}
/*Loading加载样式start*/
.contentPart.loadingPart .icon {
  animation: myfirst 0.5s linear infinite;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#fff),
    to(rgba(40, 171, 255, 0.5))
  );
  background: -moz-linear-gradient(top, #fff, rgba(40, 171, 255, 0.5));
  border: 2px solid #fff;
}
.contentPart.loadingPart .icon:after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px #fff;
}
@keyframes myfirst {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Loading加载样式end*/
/*数据导入样式start*/
.dataBoxList {
  display: none;
}
.dataImport {
  background-color: #fff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  max-width: 424px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hdPart {
  overflow: hidden;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  padding: 6px 12px;
  border-radius: 6px 6px 0 0;
}
.hdPart i,
.hdPart span {
  font-size: 12px;
}
.hdPart i {
  color: #969696;
}
.hdPart button {
  float: right;
  background: transparent;
}
.hdPart span {
  color: #333;
  float: left;
}
.dataImport ul {
  width: 400px;
  max-height: 400px;
  overflow-y: auto;
  padding: 20px 12px;
}
.dataImport li p {
  text-align: center;
  color: #ff1818;
}
.dataImport li div {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.dataImport li div button {
  border: 1px solid rgba(8, 139, 211, 1);
  background-color: #088bd3;
  line-height: 26px;
  border-radius: 3px;
  color: #fff;
  padding: 0 10px;
}
.dataImport li div button.disabled {
  border: 1px solid #d1d1d1;
  background-color: #d4d4d4;
  cursor: default;
}
/*数据导入样式end*/
.contentPart.loadingPart .icon {
  animation: myfirst 0.5s linear infinite;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#fff),
    to(rgba(40, 171, 255, 0.5))
  );
  background: -moz-linear-gradient(top, #fff, rgba(40, 171, 255, 0.5));
  border: 2px solid #fff;
}
.contentPart.loadingPart .icon:after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px #fff;
}
@keyframes myfirst {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Loading加载样式end*/
/*教学管理-管理员权限tips样式end*/
/*公共页码样式 start*/
/*.newPagination{*/
/*width:100%;*/
/*margin-top: 20px;*/
/*}*/
.pageCounte {
  display: flex;
  align-items: center;
}
.newPagination .breadcrumb li {
  float: left;
}
.newPagination .breadcrumb,
.breadcrumb {
  background-color: inherit;
  padding: 0;
  margin: 0;
}
.newPagination .breadcrumb {
  padding: 24px 0px;
}
.newPagination ul {
  right: 0;
  display: flex;
}
.newPagination .page_left {
  left: 0;
}
.newPagination .disabled a {
  font-family: MicrosoftYaHei;
  color: rgba(51, 51, 51, 1);
  font-size: 12px;
}
.newPagination .disabled a:hover {
  color: inherit;
  cursor: default;
}
.newPagination.pagination .controls input {
  border: 1px solid #ced4da;
  margin: 0px 2px 4px 6px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  width: 22px;
  height: 22px;
}
.newPagination.pagination .controls input:focus {
  text-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}
.srollstyle {
  display: none !important;
}
/*20180607*/
.pagination .pageNav {
  display: flex;
  align-items: center;
  float: left;
  white-space: nowrap;
}
.newPagination .pageNav {
  display: flex;
  align-items: center;
}
.pageNav .pageBgc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.pageNav .selectPart {
  position: relative;
  margin-left: 6px;
  display: flex;
  align-items: center;
}
.pageNav .selectPart span {
  margin-left: 4px;
  padding: 2px 4px 2px 0px;
  position: relative;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  border: 1px solid #ced4da;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  background-color: #fff;
  width: 56px;
  box-sizing: border-box;
  text-align: center;
}
.pageNav .selectPart p {
  margin-left: 4px;
}
.pagination ul > li > a {
  color: #333;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover {
  background-color: #fff;
  color: #088bd3;
  font-weight: bold;
}
.pagination ul > .active > a:hover,
.pagination ul > li > a:hover {
  background-color: #fff;
}
.pageNav .selectPart span.toggleClass {
  border: 1px solid #1396de;
  box-shadow: 0px 0px 2px #1396de;
}
.pageNav .selectPart span:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pageNav ul {
  display: none;
  position: absolute;
  left: 56px;
  bottom: 26px;
  z-index: 2;
  border: 1px solid #ced4da;
  border-top: 0;
  border-radius: inherit;
  text-align: center;
  background-color: #fff;
  width: 56px;
  border: 1px solid #1396de;
  border-bottom: none;
}
.pageNav ul li {
  line-height: 18px;
  font-size: 12px;
  color: #333;
  display: block;
  cursor: pointer;
}
.pageNav ul li:hover {
  color: #fff;
  background-color: #1396de;
}
/*公共页码样式 end*/
/*bootstrap弹框验证提示 start*/
.textareapart {
  position: relative;
}
.projectilebox {
  position: absolute;
  bottom: 0;
  display: flex;
  /*justify-content: center;*/
  width: 100%;
}
.projectilebox p {
  font-size: 12px;
  color: #ff1818;
}
/*bootstrap弹框验证提示 end*/
/*登录页面样式 start*/
.newForm-signin {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -356px 0 0 -241px;
  width: 494px;
  height: auto;
  padding: 60px 50px 111px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 0px 10px rgba(86, 86, 86, 0.42);
  box-sizing: border-box;
  z-index: 99;
}
.circular {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  overflow: inherit;
}
.circular li {
  float: left;
  width: 26px;
  border-radius: 0 0 26px 26px;
  height: 12px;
  background: rgba(255, 255, 255, 0.75);
  /*box-shadow: 2px 0px 10px rgba(86,86,86,0.42);*/
  box-sizing: border-box;
}
.userName,
.userPaw {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.userName input,
.userPaw input {
  width: 100%;
  padding-left: 56px;
  margin: 0;
  line-height: 50px;
  border: 1px solid #eaeaec;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px !important;
  background: #fff;
  font-size: 16px;
  color: #666;
  outline: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.userName span,
.userPaw span {
  position: absolute;
  width: 22px;
  height: 29px;
  left: 16px;
  top: 50%;
  margin-top: -15px;
}
.userName span {
  background: url(../../jh/static/img/login_user.png) no-repeat center;
  opacity: 0.3;
}
.userPaw span {
  background: url(../../jh/static/img/login_password.png) no-repeat center;
}
.form-signin ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dbdbdb;
}
.form-signin :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dbdbdb;
}
.form-signin ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dbdbdb;
}
.form-signin :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dbdbdb;
}
.userName input:focus,
.userPaw input:focus,
.validateCode input:focus,
.validateCode input:focus {
  border: 1px solid #1e9d6d;
  box-shadow: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.validateCode {
  margin-bottom: 20px;
  position: relative;
}
.validateCode input {
  margin: 0px 8px;
  border: 1px solid #eaeaec;
  border-radius: 0;
}

.validateCode a,
.validateCode img {
  position: absolute;
}
.validateCode img {
  top: 2px;
  left: 124px;
}
.validateCode a {
  top: 4px;
  left: 213px;
}
.loginBtn {
  width: 100%;
}
.loginBtn input.login {
  height: 50px;
  width: 100%;
  background-image: linear-gradient(to bottom, #74e8bc, #42d79f);
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: none;
  text-shadow: none;
}
.loginBtn .login:active {
  background-color: #2dc58c !important;
  background-image: none !important;
  box-shadow: none;
}
.loginBtn .login:hover {
  background-image: linear-gradient(to bottom, #74e8bc, #42d79f);
  box-shadow: none;
}
.loginBtn input.login.addClass {
  background-image: linear-gradient(to bottom, #e8e8e8, #c3c3c3);
}
.loginBtn input.login.addClass:active {
  background-image: linear-gradient(to bottom, #e8e8e8, #c3c3c3);
}
.loginBtn input.login.addClass:hover {
  background-image: linear-gradient(to bottom, #e8e8e8, #c3c3c3);
}
.rememberMe {
  text-align: left;
  margin-bottom: 80px;
  color: #669ec1;
  font-size: 12px;
}
.rememberMe .icheckbox_square-blue,
.rememberMe .iradio_square-blue {
  padding: 2px 10px 0px 17px !important;
  top: -1px;
}
.rememberMe .icheckbox_square-blue.hover {
  background-position: 0px -7px !important;
}
.rememberMe .icheckbox_square-blue.checked {
  background-position: -269px -7px !important;
}
#loginForm h3 {
  color: #1e9d6d;
  font-family: FZCQJW--GB1-0;
  font-weight: bold;
  margin-bottom: 58px;
}
.logobox {
  position: absolute;
  left: -255px;
  top: -100px;
  min-width: 230px;
}
.logobox ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.logobox li {
  line-height: inherit;
  padding: 0;
  margin: 0;
}
.logobox .unicom {
  float: left;
  margin-right: 44px;
  width: 134px;
  height: 74px;
  background: url(../../jh/static/img/liantong.png) no-repeat center;
}
.logobox .teachlogo {
  float: right;
  width: 187px;
  height: 56px;
  background: url(../../jh/static/img/logo-icon.png) no-repeat center;
}
.footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  line-height: 50px;
  background: #fff;
}
.footer .contentbox {
  width: 100%;
  text-align: center;
  color: #d8b971;
}
.footer .contentbox a,
.footer .contentbox a:hover {
  color: #d8b971;
  text-decoration: none;
}
.bodyheight {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url(../../jh/static/img/bg-login.png);
  background-size: 100% 100%;
  background-size: cover;
}
.bodyheight .alert-danger {
  border: none;
  color: inherit;
  width: inherit;
  position: absolute;
  top: 104px;
  left: 50px;
  padding: 0;
  margin: 0;
  background-color: initial;
}
.bodyheight .alert-error {
  border: none;
  padding: 0;
  margin: 0;
  background-color: initial;
}
.bodyheight .alert .close {
  top: -1px;
  color: #9a9a9a;
}
.bodyheight label.error {
  background-image: none;
  font-size: 12px;
  color: #fc4343;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  padding: 0;
  margin: 0;
  cursor: default;
}
.infoDetailpart .validateCode a {
  color: #669ec1;
}
/*登录页面样式 end*/
/*图标字体初始化*/
.fa,
.fas {
  /*font-size: 12px;*/
  /*font-weight: 400;*/
  /*color:#333;*/
}
/*表格导出样式start*/
.horizontalCenter .jbox {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-16%, -50%);
  -webkit-transform: translate(-16%, -50%);
  -moz-transform: translate(-16%, -50%);
  -o-transform: translate(-16%, -50%);
  -ms-transform: translate(-16%, -50%);
}
.jbox-fade {
  opacity: initial !important;
  background: rgba(0, 0, 0, 0.25) !important;
}
div.jbox {
  left: 55% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
div.jbox .jbox-title {
  font-size: 14px;
  line-height: 30px !important;
  font-weight: 500;
  color: #333333;
}
div.jbox .jbox-title-panel {
  height: 30px !important;
  padding: 0 13px;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}
div.jbox .jbox-border {
  background: none;
  display: none;
}
.jbox-close {
  top: 7px !important;
  right: 10px !important;
}
div.jbox .jbox-container {
  border: none;
  box-shadow: 0px 0px 18px #c1c1c1;
}
div.jbox .jbox-content div {
  padding-top: 21px;
  overflow-y: scroll;
  max-height: 610px;
}
.jbox-tip{
  position: relative;
  top: 350px;
  width: auto;

}
.jbox-tip .jbox-icon {
  top: 4px !important;
}
.jbox-warning {
  padding-top: 10px;
}
.form-search.hide,
.ztree,
div.jbox .jbox-button-panel,
#jbox-states {
  background-color: #fff;
  padding-top: 4px;
}
div.jbox .jbox-button {
  cursor: pointer;
  border: 1px solid #c2c2c2;
  background: #f0f0f0;
  margin-right: 10px;
  width: inherit;
  box-shadow: none;
  border-radius: 5px;
  line-height: 26px;
  height: 28px;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}
/* div.jbox .jbox-button:hover {
  border: 1px solid #d1d1d1;
  background: #c2c2c2;
} */
div.jbox .jbox-button.jbox-button-focus {
  border: 1px solid #468Bcd !important;
  background: #468Bcd !important;
  color: #fff;
}
.timepart .input-small {
  height: 29px;
}
#search input.empty,
#search input.empty:focus {
  height: 18px;
  line-height: 18px;
  border: 1px solid #ced4da;
  box-shadow: none;
}
#search .btn,
#search .btn:hover,
#search .btn:focus,
#search .btn:visited {
  background-color: #fff;
  /*border: 1px solid red !important;*/
}
#search .btn:active {
  border: 1px solid red !important;
}
#search .btn:visited {
  border: 1px solid gold !important;
}
/*表格导出样式end*/
/*下拉弹框弹框样式reset(start)*/
.select2-container .select2-choice .select2-arrow b {
  background-image: none;
  position: relative;
}
.select2-container .select2-choice .select2-arrow b:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 4px solid transparent;
  border-left: 4px solid #ced4da;
  border-bottom: 4px solid transparent;
  margin-left: -2px;
  margin-top: -3px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.select2-dropdown-open.select2-container
  .select2-choice
  .select2-arrow
  b:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 4px solid transparent;
  border-left: 4px solid #ced4da;
  border-bottom: 4px solid transparent;
  margin-left: -2px;
  margin-top: -3px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
/*下拉弹框弹框样式reset(end)*/
/*头部导航样式start*/
.tablebox .planlist {
  display: flex;
  align-items: center;
  background-color: #dbeff4;
}
.planlist li {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  padding: 0px 36px;
  cursor: pointer;
}
.planlist.noPadding li {
  padding: 0;
}
.planlist li a {
  display: block;
  padding: 0px 36px;
  font-size: 14px;
  color: #333;
}
.planlist li a:hover {
  color: #333;
}
.planlist li.active {
  background-color: rgba(43, 158, 185, 0.8);
  color: #fff;
  /* background-color: #fff; */
}
.planlist li.active a {
  color: #fff;
}
/*头部导航样式end*/
/*导航条样式start*/
.infoDetailpart .jspHorizontalBar {
  background: rgba(155, 155, 155, 0.2);
  height: 8px;
}
.infoDetailpart .jspDrag {
  background: rgba(155, 155, 155, 0.5);
}
/*导航条样式end*/
/*双日历样式start*/
.infoDetailpart .calendorBtn {
  padding: 0 6px;
  height: 30px;
}
.daterangepicker .endtime {
  left: 461px;
}
/*双日历样式end*/
/*select2下拉样式*/
.select2-search {
  display: none !important;
}
.select2-results .select2-highlighted {
  background: rgba(243, 245, 246, 1);
  color: #333;
}
.select2-drop-active {
  top: 154px;
  border-color: #ced4da;
  z-index: 9999;
}
.select2-dropdown-open .select2-choice {
  background-color: #fff;
}
.select2-results {
  padding: 0;
  margin: 0;
}
/*select2下拉样式*/
/*ztree背景精灵图*/
.addExam form {
  margin: 0;
  overflow: hidden;
}
.addExam form.inistallFlow {
  overflow: initial;
}
.ztree li span.button {
  background: url(../../jh/static/img/blue.png) no-repeat !important;
}
.ztree li span.button.root_docu,
.ztree li span.button.center_docu,
.ztree li ul.line,
.ztree li span.button.bottom_docu,
.ztree li span.button.roots_docu {
  background-image: none !important;
}
.ztree li span.button.chk.checkbox_false_full,
.ztree li span.button.chk.checkbox_false_full_focus,
.ztree li span.button.chk.checkbox_false_part,
.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: -380px -8px !important;
}
.ztree li span.button.chk.checkbox_true_full,
.ztree li span.button.chk.checkbox_true_full_focus,
.ztree li span.button.chk.checkbox_true_part,
.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -406px -8px !important;
}
.ztree li span.button.roots_open,
.ztre e li span.button.root_open,
.ztree li span.button.bottom_open,
.ztree li span.button.center_open,
.ztree li span.button.root_open {
  background-position: -351px -6px !important;
}
.ztree li span.button.ico_open {
  background-position: -457px -7px !important;
}
.ztree li span.button.roots_close,
.ztree li span.button.center_close,
.ztree li span.button.bottom_close,
.ztree li span.button.root_close {
  background-position: -323px -7px !important;
}
.ztree li span.button.ico_close {
  background-position: -432px -7px !important;
}
.ztree li span.button.ico_docu {
  background-position: -484px -7px !important;
}
.ztree li a:hover {
  text-decoration: none !important;
}
.ztree li a.curSelectedNode {
  color: #282828 !important;
  border: none !important;
}
/*ztree背景精灵图*/
/*20171219版本迭代样式end*/


/* 滚动条有滑块的轨道部分 */
::-webkit-scrollbar-track-piece {
    background-color: none;
    border-radius: 10px;
}

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    margin: 0;
    padding: 0;
}

/* 滚动条竖向滑块 */
::-webkit-scrollbar-thumb:vertical {
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10px;
}

/* 滚动条竖向滑块hover */
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #ccc;
}

/* 滚动条横向滑块 */
::-webkit-scrollbar-thumb:horizontal {
    width: 7px;
    height: 7px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 10px;
}

/* 滚动条横向滑块hover */
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #ccc;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
::-webkit-scrollbar-corner {
    display: block;    /* 修复交汇时出现的白块 */
}

#paperTable td, #paperTable2 td{
  padding: 0 5px;
}
#paperTable tr td:nth-child(4) p, #paperTable2 tr td:nth-child(4) p{
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display: inline-block; */
}
#paperTable tr td:nth-child(4) p span, #paperTable2 tr td:nth-child(4) p span{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display: inline-block; */
}
#paperTable tr th:first-child, #paperTable2 tr th:first-child {
  width: 50px !important;
}
