body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #f7f9fb;
  color: #000;
  font-size: 14px;
  margin: 0;
  font-family: Arial, "微软雅黑", Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

p {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  outline: none;
}

input[type='text']:focus {
  border: 1px solid #207621;
}

input[type='text'] {
  border: 1px solid #a6acb7;
}

.textarea:focus {
  border: 1px solid #207621 !important;
}

input:disabled {
  border: 1px solid #a6acb7;
  background-color: #e8ecf2;
  color: #999;
}

table {
  border-collapse: collapse;
}



.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.search_keyword select {
  width: 190px;
}

select {
  background-color: #fff;
  height: 26px;
  color: #999;
  padding-left: 8px;
  -webkit-appearance: none;
  background: url(../images/more.png) no-repeat right;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  padding-right: 22px;
  color: #000;
  font-size: 13px;
}

select:hover {
  border: 1px solid #4f9e5c;
}

input {
  padding-left: 8px;
  height: 26px;
  border: 1px solid #a6acb7;
}

.search_keyword label {
  vertical-align: baseline;
  margin-right: 8px;
}

.search_keyword input {
  height: 26px;
  width: 215px;
  vertical-align: middle;
}

/* .no_scroll {
  // overflow-y: hidden !important;
} */

.text_hover:hover {
  color: #44884f;
}

/*
body::-webkit-scrollbar {
  // display: none
} */




/* 自定义滚动条样式开始 */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #a6acb7;
}

::-webkit-scrollbar-track {
  background-color: #e8ecf2;
}

::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background: #a6acb7;
}

::-webkit-scrollbar-button:horizontal:end {
  background: url(../images/scroll-right-icon.png) no-repeat center center #a6acb7;
}

::-webkit-scrollbar-button:horizontal:start {
  background: url(../images/scroll-left-icon.png) no-repeat center center #a6acb7;
}

::-webkit-scrollbar-button:vertical:end {
  background: url(../images/scroll-bottom-icon.png) no-repeat center center #a6acb7;
}

::-webkit-scrollbar-button:vertical:start {
  background: url(../images/scroll-top-icon.png) no-repeat center center #a6acb7;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}


/*
 * 通用样式封装
 */

.left {
  float: left;
}

.right {
  float: right;
}

.ml_5 {
  margin-left: 5px;
}

.ml_8 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_31 {
  margin-left: 31px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_72 {
  margin-left: 72px;
}

.ml_100 {
  margin-left: 100px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 40px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_8 {
  margin-bottom: 8px !important;
}

.mb_9 {
  margin-bottom: 9px !important;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_20 {
  margin-bottom: 20px;
}

.pd8 {
  padding: 8px !important;
}

.pd_0 {
  padding: 0 !important;
}

.pd_10 {
  padding: 10px;
}

.pd_20 {
  padding: 20px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pr_25 {
  padding-right: 25px;
}

.pd_10 {
  padding: 0 10px;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.fs_12 {
  font-size: 12px;
}

.fs_15 {
  font-size: 15px;
}

.tip_color {
  color: #999;
}

.btn {
  background-color: #44884f;
  color: #fff;
  height: 28px;
  min-width: 76px;
  line-height: 28px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  vertical-align: top;
}

.ubtn {
  background-color: #44884f;
  color: #fff;
  height: 26px;
  min-width: 76px;
  text-align: center;
  padding: 4px 20px 0 20px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  vertical-align: top;
}

.block {
  display: block;
}

.pic_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
}

.btn_white {
  height: 26px;
  min-width: 76px;
  line-height: 26px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  border: 1px solid #a6acb7;
}

.btn_white:hover {
  border: 1px solid #44884f;
  color: #44884f;
}

.ubtn_white {
  height: 26px;
  min-width: 76px;
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  border: 1px solid #a6acb7;
}

.ubtn_white:hover {
  border: 1px solid #44884f;
  color: #44884f;
}

.btn_cancel {
  color: #666;
  height: 28px;
  min-width: 76px;
  line-height: 26px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #a6acb7;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
}

.pointer {
  cursor: pointer;
}

.no_padding {
  padding: 0 !important;
}

[v-cloak] {
  display: none;
}

.tips_text {
  color: #b5b5b5;
}

.mask_close {
  background: url(../images/del.png) no-repeat;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

.print_content {
  visibility: hidden;
}

.score_red {
  color: #ab504d !important
}

.mr2p {
  margin-left: 2%;
}

.waring {
  background-image: url(../images/i_save_warning_small.png);
  display: inline-block;
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  margin-top: 0px;
  vertical-align: middle;
  background-position-y: 1px;
  margin-right: 8px;
}

#startDate,
#endDate,
.date_hide {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.base_line {
  vertical-align: baseline !important;
}

.title_text {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #babec5;
}

.text_line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
}

.text_line_all {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  margin-left: 6px;
}

.normal_text {
  color: #000;
  font-weight: normal;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.alert_close {
  background-image: url(../images/del.png);
  position: absolute;
  top: -10px;
  right: 6px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}





/*
 * 页面容器设置
 */

.wapper_content {
  margin: 0 auto;
  padding: 0 50px;
  font-family: "Microsoft YaHei";
  min-width: 1024px;
  overflow-x: auto;
  overflow-y: hidden;
}

.wapper_content h3 {
  font-weight: 500;
  color: #333;
  font-size: 30px;
  margin: 30px 0;
  text-align: center;
}



/*
 * 搜索块样式
 */

.search_con {
  padding-bottom: 15px;
  position: relative;
}

.search_con label {
  color: #000;
  font-weight: bold;
}

.bold_text {
  font-weight: bold;
  font-weight: 14px;
}

/*
 * 选择日期框样式
 */

.date_select {
  width: 135px;
  float: left;
  position: relative;
  margin-left: 5px;
}

.date_select input {
  height: 26px;
  width: 100%;
}

.date_select>img {
  position: absolute;
  right: 5px;
  width: 22px;
  top: 3px;
}

.data_line {
  font-weight: 100;
  margin-top: 3px;
  margin-left: 5px;
}

.text_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.green {
  color: #44884f;
}


/*
 * 表格样式
 */

.table_th>ul {
  width: 100%;
  border-top: 1px solid #a6acb7;
  background-color: #dee4ec;
  font-weight: bold;
  display: inline-block;
}

.table_th {
  height: 45px;
  width: 100%;
  margin: 0 auto;
}

.table_th li:last-child,
.table_td li:last-child {
  border-right: 1px solid #a6acb7;
}

.table_td>ul>li,
.table_th li {
  display: flex;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px;
  vertical-align: middle;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  border-left: 1px solid #a6acb7;
  min-height: 44px;
  position: relative;
}

.table_td>ul>li {
  min-height: 42px;
  padding: 11px;
}

.table_td {
  border-top: 1px solid #a6acb7;
  margin: 0 auto;
}

.table_td>ul {
  display: flex;
  border-bottom: 1px solid #a6acb7;
  background-color: #fff;
}

.click_select {
  display: inline-block;
  position: relative;
}

.no_data {
  border: 1px solid #a6acb7;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: 0;
  background-color: #fff;
}

.table_input {
  border: 0;
  background-color: #f7f9fb;
}

.must_select {
  border: 1px solid #f55c54;
  outline: 0;
}

.must_input {
  outline: 0;
  margin-bottom: 1px;
  border: 1px solid #f55c54;
}

.must_select:hover {
  border: 1px solid #f55c54;
}

.must_input::-webkit-input-placeholder {
  color: #f55c54;
}

.disable_color {
  background-color: #eff3f7 !important;
}



/**分页**/

.j_paging select {
  vertical-align: middle;
  width: 58px;
  margin: 0 5px;
}

.j_filter {
  float: left;
}

.j_page_index {
  float: right;
}

.j_page_index li {
  border: 1px solid #a6acb7;
  height: 28px;
  line-height: 29px;
  float: left;
  width: 28px;
  text-align: center;
  margin-right: 4px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.j_paging .j_page_selected {
  color: #fff;
  background-color: #44884f;
  border: 1px solid #44884f;
}

.j_page_index li:not(.j_page_selected):hover {
  border: 1px solid #44884f;
  color: #44884f;
}

.j_page_img {
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRTMyRUQzNDNENjUxMUU4OEVDNEQ0ODM4RjFFMEREQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRTMyRUQzNTNENjUxMUU4OEVDNEQ0ODM4RjFFMEREQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFFMzJFRDMyM0Q2NTExRTg4RUM0RDQ4MzhGMUUwRERBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFFMzJFRDMzM0Q2NTExRTg4RUM0RDQ4MzhGMUUwRERBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rdyR2wAAADpJREFUeNpi+P//PwM6BoLdQGyMS8IFzMYlgSKJLgGXxCYBFWfoAOJyrA7Dq5OgnQRdS9Cf6CEEEGAAq5CvL8Dzc/QAAAAASUVORK5CYII=);
}

.j_next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.sorting {
  position: absolute;
  margin-left: 10px;
  top: 18px;
}




/*
 * 遮罩层
 */

.mask,
.alert_mask,
.confirm_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 200;
  overflow-x: auto;
}

.alert_mask {
  z-index: 900;
}

.confirm_mask {
  z-index: 888;
}

.alert_content {
  width: 434px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.alert_wapper {
  width: 420px;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 40px 29px;
  box-sizing: border-box;
  overflow: hidden;
}

.alert_wapper .btn {
  margin-top: 20px;
  margin-bottom: -20px;
}

.alert_content img {
  vertical-align: bottom;
  margin-right: 10px;
  margin-left: -10px;
}

.alert_content span {
  color: #000;
  font-size: 22px;
  vertical-align: middle;
}

.close_alert {
  position: absolute;
  top: -10px;
  right: -10px;
}

.confirm_content {
  width: 360px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 20px 30px 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confirm_content i {
  font-style: normal;
  text-align: left;
  display: block;
  color: #999;
  margin: 10px 20px 0 20px;
}

.confirm_tips {
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #babec5;
  padding-bottom: 10px;
  text-align: left;
}

.alert_tips {
  margin-top: 30px;
  vertical-align: middle;
}

.alert_pic {
  background-image: url(../images/i_Prompt.png);
  height: 28px;
  background-repeat: no-repeat;
  width: 32px;
  display: inline-block;
  vertical-align: text-top;
}

.confirm_content .wapper {
  margin-top: 40px;
  text-align: center;
}

.confirm_content .wapper img {
  vertical-align: top;
  margin-right: 10px;
}

.confirm_content .wapper span {
  font-size: 22px;
  color: #000;
}

.confirm_content .confirm_btn {
  margin-top: 30px;
  text-align: center;
}



/*
 * switch 开关
 */

.switch:checked {
  border-color: #44884f;
  background-color: #44884f;
}

.switch:checked:before {
  left: 45px;
}

.switch:before {
  box-shadow: 0 0 1.5px #f7f7f7;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.switch {
  padding: 0;
  width: 70px;
  height: 25px;
  position: relative;
  vertical-align: top;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  border-radius: 13px;
  background-clip: content-box;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}




/*
 * checkbox
 */

.jerri_radio label {
  width: 12px;
  height: 12px;
  border: 1px solid #adb1bc;
  margin: 3px 5px;
  cursor: pointer;
  position: relative;
}

.jerri_radio input[type="radio"] {
  display: none;
}

.jerri_radio input[type="radio"]:checked+label:after {
  display: block;
}

.border_greeen {
  border: 1px solid #44884f !important;
}

.jerri_radio label:after {
  display: none;
  content: ' ';
  width: 14px;
  height: 12px;
  background-image: url(../images/checkbox-icon.png);
  position: absolute;
  right: -3px;
  top: -2px;
}

.jerri_radio p {
  color: #000;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
}




/*
 * radio
 */

.radio {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}

.radio:checked {
  background-color: #fff;
  text-align: center;
  background-clip: padding-box;
}

.radio:checked:before {
  content: '';
  height: 6px;
  width: 6px;
  left: 5px;
  top: 5px;
  background-color: #44884f;
  border: solid 1px #44884f;
  z-index: 2;
  border-radius: 100%;
  position: absolute;
}

.loading_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  text-align: center;
}

.loader {
  font-size: 20px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load-effect 1s infinite linear;
  top: 35%;
}

@keyframes load-effect {
  0% {
    box-shadow: -3em 2em 0 .5em #FFF, 0 2em 0 0 #FFF, 3em 2em 0 -.5em #FFF;
  }

  25% {
    box-shadow: -3em 2em 0 0 #FFF, 0 2em 0 -.5em #FFF, 3em 2em 0 0 #FFF;
  }

  50% {
    box-shadow: -3em 2em 0 -0.5em #FFF, 0 2em 0 0 #FFF, 3em 2em 0 .5em #FFF;
  }

  75% {
    box-shadow: -3em 2em 0 0 #FFF, 0 2em 0 .5em #FFF, 3em 2em 0 0 #FFF;
  }

  100% {
    box-shadow: -3em 2em 0 .5em #FFF, 0 2em 0 0 #FFF, 3em 2em 0 -.5em #FFF;
  }
}



@keyframes zoomIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  padding: 10px 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  animation-name: zoomIn;
  animation-duration: .9s;
  animation-fill-mode: both;
  z-index: 100;
  position: fixed;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  font-size: 15px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon_pic {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
}

.data_select {
  z-index: 999;
}

.close_pic {
  position: absolute;
  height: 20px;
  width: 20px;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: url(../images/delete_pic.png) no-repeat;
}

.close_imgs {
  position: absolute;
  height: 20px;
  width: 20px;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background-image: url(../images/del_pic_big.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

.eye_nor {
  width: 22px;
  background-image: url(../images/eye_nor.png);
}

.eye_nor:hover {
  background-image: url(../images/eye_hov.png);
}

.edit_nor {
  background-image: url(../images/edit_nor.png);
}

.edit_nor:hover {
  background-image: url(../images/edit_hov.png);
}

.send_nor {
  background-image: url(../images/send_nor.png);
  position: relative;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

.send_nor:hover {
  background-image: url(../images/send_pass.png);
}

.review_nor {
  background-image: url(../images/data_review_nor.png);
}

.review_nor:hover {
  background-image: url(../images/data_review_pass.png);
}

.del_nor {
  background-image: url(../images/delete_nor.png);
}

.del_dis {
  background-image: url(../images/delete_dis.png);
  margin-top: -1px;
}

.del_nor:hover {
  background-image: url(../images/delete_hov.png);
}

.setting_nor {
  background-image: url(../images/setting_nor.png);
}

.setting_nor:hover {
  background-image: url(../images/setting_hov.png);
}

.copy_nor {
  background-image: url(../images/copy_nor.png);
}

.copy_nor:hover {
  background-image: url(../images/copy_hov.png);
}

.un_edit {
  background-image: url(../images/edit_dis.png);
}

.up_nor {
  background-image: url(../images/top_nor.png);
}

.un_up {
  background-image: url(../images/top_dis.png);
}

.up_nor:hover {
  background-image: url(../images/top_per.png);
}

.un_down {
  background-image: url(../images/bottom_dis.png);
}

.editcontent_nor {
  vertical-align: bottom;
  background-image: url(../images/i_edit_content_nor.png);
}

.editcontent_nor:hover {
  background-image: url(../images/i_edit_content_hov.png);
}

.proofreading_nor {
  vertical-align: -webkit-baseline-middle;
  background-image: url(../images/proofreading_nor.png);
}

.proofreading_nor:hover {
  background-image: url(../images/proofreading_hov.png);
}

.down_nor {
  background-image: url(../images/bottom_nor.png);
}

.down_nor:hover {
  background-image: url(../images/bottom_per.png);
}

.download_nor {
  background-image: url(../images/download_nor.png);
  background-position: 2px;
}

.download_nor:hover {
  background-image: url(../images/download_hov.png);
}

.print_nor {
  width: 22px;
  background-image: url(../images/print_nor.png);
}

.print_dis {
  width: 22px;
  background-image: url(../images/print_dis.png);
}

.pring_nor:hover {
  background-image: url(../images/print_hov.png);
}

.pic_see_nor {
  background-image: url(../images/pic_see_nor.png);
}

.upload_nor {
  margin-top: 10px;
  background-image: url(../images/Upload_nor.png);
}

.upload_nor:hover {
  background-image: url(../images/Upload_hov.png);
}

.archiving_nor {
  background-image: url(../images/i_File_nor.png);
  background-position-y: bottom;
}

.archiving_dis {
  background-image: url(../images/i_File_dis.png);
  background-position-y: bottom;
}

.archiving_nor:hover {
  background-image: url(../images/i_File_hov.png);
}

.draft_nor {
  background-image: url(../images/i_draft_nor.png);
  background-position-y: bottom;
}

.draft_dis {
  background-image: url(../images/i_draft_dis.png);
  background-position-y: bottom;
}

.draft_nor:hover {
  background-image: url(../images/i_draft_hov.png);
}

.dfraft_nor {
  background-image: url(../images/i_dfraft_nor.png);
  background-position-y: bottom;
}

.dfraft_nor:hover {
  background-image: url(../images/i_dfraft_hov.png);
}


.date_nor {
  width: 22px;
  background-image: url(../images/time.png);
}

.data_select:hover+.date_nor {
  background-image: url(../images/timeHove.png);
}

.jerri_select {
  width: 100%;
  height: 100%;
  position: relative;
}

.jerri_select.only {
  cursor: pointer;
}

.jerri_select.only input {
  cursor: pointer;
}

.table .jerri_select.readonly input {
  background-color: #f7f9fb;
  cursor: not-allowed;
}

.jerri_select input {
  height: 100%;
  width: 95%;
  padding-right: 5%;
}

.jerri_select .arrow {
  width: 7px;
  height: 11px;
  transition: all .5s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 19px;
  right: 19px;
  background: url(../images/prev.png) no-repeat;
  cursor: pointer;
  z-index: 8;
}

.jerri_select .arrow.open {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.jerri_select ul {
  position: absolute;
  left: -1px;
  width: 100%;
  top: 100%;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid #a6acb7;
  overflow-y: auto;
  z-index: 9;
}

.jerri_select li {
  width: 95%;
  padding-left: 5%;
  text-align: left;
  height: 26px;
  line-height: 26px;
  color: #000;
  font-size: 13px;
}

.jerri_select li:hover {
  background-color: #44884f;
  color: #fff;
  cursor: pointer;
}

.edui-editor {
  height: 350px;
  overflow-y: hidden;
}

#edui1_iframeholder {
  height: 315px !important;
}

.tips_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1100;
}

#edui1_iframeholder::-webkit-scrollbar {
  border-radius: 0 !important;
}

.pagination {
  width: 100%;
  margin-top: 12px;
  color: #000;
}

.pagination .paging_left {
  float: left;
}

.fs_18 {
  font-size: 18px;
}

.paging_left select {
  width: 70px;
}

.pagination .paging_right {
  float: right;
}

.pagination .icon {
  background-repeat: no-repeat;
  width: 20px;
  box-sizing: border-box;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.paging_first {
  background-image: url(../images/i_pagination_nor.png);
  background-position: 6px 3px;
}

.paging_first:hover,
.paging_prev:hover,
.paging_next:hover,
.paging_last:hover,
.paging_refresh:hover {
  background-image: url(../images/i_pagination_pass.png);
}

.paging_prev {
  background-image: url(../images/i_pagination_nor.png);
  background-position: -22px 3px;
}

.paging_next {
  background-image: url(../images/i_pagination_nor.png);
  background-position: -142px 3px;
}

.paging_last {
  background-image: url(../images/i_pagination_nor.png);
  background-position: -170px 3px;
}

.paging_refresh {
  background-image: url(../images/i_pagination_nor.png);
  background-position: -200px 3px;
}

.paging_left input {
  width: 26px;
  padding: 0;
  margin: 0 5px;
  text-align: center;
}

.breakWord {
  word-break: break-word;
  width: 100%;
}

#printf {
  height: 0;
  width: 0;
  border: 0;
}

.j_select {
  display: inline-block;
  position: relative;
}

.j_select>span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}

.j_select .arrow {
  width: 10px;
  height: 6px;
  position: absolute;
  top: 10px;
  right: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAH5JREFUSIntzrENwjAQBdAHYgC2oMoMMAUzIAZwkRHchx4KkCgpUEqyGY0LlCaOhJTmXmV/2/dNCCGMrWoupZSe6DCMjg4455yPUzPWlR/q8EDzkzW441IzYFNZNOCEHvuS9SX7/LMIXtjiXfZtyarMKYIbdmV9nfk2hBCW8gWRdRDwSzJKywAAAABJRU5ErkJggg==);
  background-position: -8px;
}

.j_select input {
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.j_select input:hover {
  border: 1px solid #4f9e5c;
}

.j_select input:focus {
  border: 1px solid #44884f;
  color: #000;
}

.j_select ul {
  position: absolute;
  right: 0px;
  width: 100%;
  top: 100%;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid #a6acb7;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9;
  box-sizing: border-box;
  border-top: 0;
}

.j_select li {
  width: calc(100% - 10px);
  padding-left: 10px;
  text-align: left;
  height: 26px;
  line-height: 26px;
  color: #000;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: normal;
}

.j_select li:not(.active):hover {
  background-color: #44884f;
  color: #fff;
  cursor: pointer;
}

.j_select li.active {
  background-color: #e8ecf2;
}

.j_select.j_disable input {
  background-color: #e8ecf2;
}

.j_select.j_disable input:hover {
  border: 1px solid #a6acb7;
}

.j_select.j_disable input:focus {
  color: #999;
  border: 1px solid #a6acb7;
}

.j_select p {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #a6acb7;
  color: #f55c54;
  font-size: 13px;
  position: absolute;
  text-align: left;
  text-indent: 29px;
  line-height: 26px;
  pointer-events: none;
  background: #fff;
  z-index: 7;
  box-sizing: border-box;
}

.j_select p:before {
  content: ' ';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 1px;
  background-image: url(data:image/bmp;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAQNJREFUSInt1CFOA1EQxvHfEhxJMcABEIDjAnCDBlNAoeoJhDOQYAnBgsJRTBNOAB6DqOIABNWmBkQR+0g22327vEroPxmx38zO9zJ585jz58mqxPHRfvFzBWdoYyNoA/RxhY+fwqW73lSvxYYDdHCD5ZK+HeIEXTzEGiw0NL+vaF6kFWo6qQaruDU9wt0QRbJQu5ZicBxOV+Y5RJkWTlMM9iJ6He0Ug60ZDDarxKZbVGYHk0juM8VgIL+GZZ5qzN+qxNiI+hE9E1lOPKYYXGMYyVUxxGWKwbt8Q8vznkS0bvjn1wbk63+IUU3NCAdmfCqgh3Vc4BVfGOMF5yEXbT7nn/ANDYgra40GLq8AAAAASUVORK5CYII=);
}

.auto-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
