@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  line-height: 1;
}
i,
strong,
em,
var {
  font-style: normal;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
ol li,
ul li {
  padding: 0;
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 100%;
  font-family: "宋体";
}
/*=====================
==                   ==
==         类名      ==
==                   ==
=====================*/
body {
  background-color: #fff;
  color: #333;
}
.clearfix {
  *zoom: 1;
  /*兼容IE6/IE7*/
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
/*对齐方式设置*/
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
/*width常用设置*/
.w-100p {
  width: 100%;
}
.w-200 {
  width: 200px;
}
.w-400 {
  width: 400px;
}
.w-600 {
  width: 600px;
}
/*字体控制*/
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
/*定位*/
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
/*显示/隐藏样式*/
.dis-none {
  display: none;
}
.dis-block {
  display: block;
}
.dis-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input[type=checkbox] {
  display: inline-block;
  *display: inline;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
/* padding*/
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl120 {
  padding-left: 120px;
}
.pr10 {
  padding-bottom: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr120 {
  padding-right: 120px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
/* margin*/
.m0 {
  margin: 0px !important;
}
.m-5 {
  margin: -5px;
}
.mt-5 {
  margin-top: -5px;
}
.mr-5 {
  margin-right: -5px;
}
.mb-5 {
  margin-bottom: -5px;
}
.ml-5 {
  margin-left: -5px;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m50 {
  margin: 50px;
}
.m100 {
  margin: 100px;
}
.m120 {
  margin: 120px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.mr120 {
  margin-right: 120px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.ver-top {
  vertical-align: top;
}
.no-wrap {
  white-space: nowrap;
}
.layout-table-box {
  display: table;
  width: 100%;
}
.layout-table-box.w-auto {
  width: auto;
}
.layout-table-box > .x-cell {
  display: table-cell;
  vertical-align: top;
}
.layout-table-box > .x-cell.ver-baseline {
  vertical-align: baseline;
}
.layout-left-box {
  float: left;
  overflow: hidden;
  margin-left: -100% !important;
  width: 200px;
}
.layout-main-box {
  width: 100%;
  float: left;
}
.layout-main-box > .layout-wrapper {
  min-height: 1px;
}
.layout-main-box.with-left > .layout-wrapper {
  margin-left: 200px;
  padding: 1px;
}
.vertical-line {
  width: 1px;
  height: 100%;
  position: fixed;
  z-index: -999;
  left: 199px;
  top: 0;
  border-left: 1px solid #ccc;
}
.iframe-left {
  width: 200px;
  min-width: 200px;
}
.page-right > iframe {
  width: 100%;
  border: none;
}
.html-in-iframe {
  overflow: hidden;
}
@-webkit-keyframes mlayerAnimBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes mlayerAnimBounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mlayerAnimBounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.mlayer-anim-bouncein {
  -webkit-animation-name: mlayerAnimBounceIn;
  -o-animation-name: mlayerAnimBounceIn;
  animation-name: mlayerAnimBounceIn;
}
html.hide-scroll {
  height: 100% !important;
  overflow: hidden !important;
}
.comp-mlayer-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 19900420;
  pointer-events: none;
  -webkit-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.comp-mlayer-box.mlayer-box-message,
.comp-mlayer-box.mlayer-box-confirm,
.comp-mlayer-box.mlayer-box-iconmsg {
  -webkit-animation-name: mlayerAnimBounceIn;
  -o-animation-name: mlayerAnimBounceIn;
  animation-name: mlayerAnimBounceIn;
}
.comp-mlayer-box .bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comp-mlayer-box .inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.comp-mlayer-box .wordwrap {
  word-wrap: break-word;
  word-break: break-all;
}
.comp-mlayer-box .mlayer-box-height-wrapper {
  height: 100%;
  margin: 0;
}
.comp-mlayer-box .mlayer-box-height-wrapper:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 1px;
  margin-left: -99%;
  height: 100%;
  content: '&nbsp;';
  font-size: 0;
}
.comp-mlayer-box .mlayer-box-inner,
.comp-mlayer-box .mlayer-box-vhelper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.comp-mlayer-box.mlayer-box-message .mlayer-box-inner,
.comp-mlayer-box.mlayer-box-iconmsg .mlayer-box-inner {
  pointer-events: none;
}
.comp-mlayer-box.mlayer-box-html .mlayer-box-inner {
  overflow: auto;
}
.comp-mlayer-box .mlayer-box-inner {
  background-color: transparent;
  width: 100%;
  max-height: 100%;
  position: relative;
  text-align: center;
  pointer-events: auto;
}
.comp-mlayer-box .mlayer-box-inner .x-close-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content {
  margin: auto;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-message {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 25px;
  text-align: center;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 75%;
  -webkit-box-shadow: 0px 0px 15px #666;
  box-shadow: 0px 0px 15px #666;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-message p {
  line-height: 1.4;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-iconmsg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
  max-width: 60%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d3d4d3;
  padding: 20px 20px 20px 55px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 23px #999;
  box-shadow: 0 0 23px #999;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-iconmsg i {
  height: 30px;
  width: 30px;
  left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-iconmsg i.x-icon-1 {
  background: url("../../images/layer/icon1.png") no-repeat;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-html,
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-confirm {
  position: relative;
  background-color: #fff;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-confirm {
  width: 260px;
  text-align: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px #333;
  box-shadow: 0px 0px 20px #333;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-confirm .x-confirm-box {
  padding: 20px;
  word-break: break-all;
}
.comp-mlayer-box .mlayer-box-inner .mlayer-content.mlayer-content-loading {
  height: 32px;
  width: 32px;
  background: url("../../images/layer/loading.gif") no-repeat;
  padding: 0;
}
.comp-mlayer-box .mlayer-box-inner .x-button-box {
  margin-top: 10px;
}
.comp-mlayer-box .mlayer-box-inner .x-button-box button {
  background-color: #2e8ded;
  border-color: #4898d5;
  color: #fff;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 400;
  height: 28px;
  margin: 0 6px;
  padding: 0 15px;
  font-size: 14px;
}
.comp-mlayer-box .mlayer-box-inner .x-button-box button.button-cancel {
  background-color: #f1f1f1;
  border: 1px solid #dedede;
  color: #333;
}
.comp-mlayer-box .mlayer-box-inner .x-button-box.align-left {
  text-align: left;
}
.comp-mlayer-box .mlayer-box-inner .x-button-box.align-center {
  text-align: center;
}
.comp-mlayer-box .mlayer-box-inner .x-button-box.align-right {
  text-align: right;
}
.comp-mlayer-box .mlayer-box-vhelper {
  width: 1px;
  margin-left: -99%;
  height: 100%;
}
.comp-mlayer-cover {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19900415;
  opacity: .3;
  filter: alpha(opacity=30);
}
.comp-mlayer-box ~ .ui-front {
  z-index: 19900430;
}
.comp-mcheck {
  outline: none;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.comp-mcheck + label {
  cursor: pointer;
  display: inline-block;
  margin-left: -15px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../../images/mcheck/blue.png") no-repeat;
  background-position: 0 0;
  vertical-align: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comp-mcheck:hover + label,
.comp-mcheck + label:hover {
  background-position: -20px 0;
}
.comp-mcheck:checked + label {
  background-position: -40px 0;
}
.comp-mcheck + label.checked {
  background-position: -40px 0;
}
.comp-mcheck:disabled + label {
  background-position: -60px 0;
}
.comp-mcheck + label.disabled {
  background-position: -60px 0;
}
.comp-mcheck:disabled:checked + label {
  background-position: -80px 0;
}
.comp-mcheck + label.disabled.checked {
  background-position: -80px 0;
}
.comp-mradio {
  outline: none;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.comp-mradio + label {
  cursor: pointer;
  display: inline-block;
  margin-left: -15px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../../images/mcheck/blue.png") no-repeat;
  background-position: -100px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comp-mradio:hover + label,
.comp-mradio + label:hover {
  background-position: -120px 0;
}
.comp-mradio:not(:checked) + label {
  background-position: -100px 0 !important;
}
.comp-mradio:checked + label {
  background-position: -140px 0;
}
.comp-mradio + label.checked {
  background-position: -140px 0;
}
.comp-mradio:disabled + label {
  background-position: -160px 0;
}
.comp-mradio + label.disabled {
  background-position: -160px 0;
}
.comp-mradio:disabled:checked + label {
  background-position: -180px 0;
}
.comp-mradio + label.disabled.checked {
  background-position: -180px 0;
}
.mtip-attach-box {
  max-width: 380px;
  word-break: break-all;
  border: solid 1px #ccc;
  padding: 8px 10px;
  z-index: 19900421;
  position: absolute;
  background-color: #fff;
}
.mtip-attach-box .x-text {
  line-height: inherit;
}
.mtip-attach-box .tri-arrow {
  width: 0;
  height: 0;
  display: inline-block;
  border: 10px solid;
  border-color: transparent #ccc transparent transparent;
  position: absolute;
  left: -20px;
  top: 3px;
}
.mtip-attach-box .tri-arrow > span {
  position: absolute;
  top: -9px;
  left: -7px;
  width: 0;
  height: 0;
  display: block;
  border: 9px solid;
  border-color: transparent #fff transparent transparent;
}
.mlist li {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 21px;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  outline: 0;
  font-size: 12px;
}
.mlist li a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  height: 21px;
  line-height: 21px;
  vertical-align: top;
  padding: 0 5px;
  margin-left: 20px;
}
.mlist li a:hover {
  text-decoration: underline;
}
.mlist li.data-empty {
  color: #666;
}
.mlist li.data-empty p {
  margin-left: 20px;
}
.mlist li.active a {
  background-color: #e5e5e5;
  color: #000;
}
.mlist-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  text-align: left;
  border: 1px solid #999;
  border-bottom: none;
  background-color: #DFDFDF;
}
.mlist-menu li {
  font-size: 13px;
  display: block;
  width: 60px;
  margin: 1px 0 0 0;
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #999;
}
.zTreeMenu {
  position: absolute;
  top: 0;
  text-align: left;
  border: 1px solid #999;
  background-color: #DFDFDF;
  z-index: 9999;
}
.zTreeMenu ul li {
  font-size: 13px;
  display: block;
  width: 60px;
  margin: 1px 0;
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #999;
}
.zTreeMenu ul li.last {
  border-bottom: none;
}
.zTreeMenu ul li:last-child {
  border-bottom: none;
}
.comp-mdate-box {
  width: 298px;
  height: auto;
  border: 1px #00A1CB solid;
  background-color: #fff;
  font-family: 'microsoft yahei', Verdana, "\u5fae\u8f6f\u96c5\u9ed1", "\5b8b\4f53", Arial;
  font-size: 14px;
  cursor: auto;
  margin: 0;
  padding: 0;
  color: #333;
}
.comp-mdate-box div,
.comp-mdate-box ol,
.comp-mdate-box ul,
.comp-mdate-box li,
.comp-mdate-box p,
.comp-mdate-box span,
.comp-mdate-box em,
.comp-mdate-box i {
  margin: 0;
  padding: 0;
}
.comp-mdate-box ol,
.comp-mdate-box ul,
.comp-mdate-box li {
  list-style-type: none;
}
.comp-mdate-box em,
.comp-mdate-box i {
  font-style: normal;
}
.comp-mdate-box.normal {
  position: absolute;
  z-index: 33333;
}
.comp-mdate-box.inline {
  position: relative;
}
.comp-mdate-box.show {
  display: block;
}
.comp-mdate-box .x-box-head {
  width: 100%;
  background-color: #00A1CB;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.comp-mdate-box .x-head-year-month {
  float: left;
  height: 40px;
  line-height: 40px;
}
.comp-mdate-box .x-head-year-month span {
  width: 70%;
  padding: 0;
  float: left;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  line-height: inherit;
}
.comp-mdate-box .x-head-year-month span input {
  width: 100%;
  float: left;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: center;
}
.comp-mdate-box .x-head-year-month .prev,
.comp-mdate-box .x-head-year-month .next {
  width: 15%;
  height: 40px;
  line-height: 45px;
  float: left;
  display: block;
  text-align: center;
  cursor: pointer;
}
.comp-mdate-box .x-head-year-month .prev:hover,
.comp-mdate-box .x-head-year-month .next:hover {
  background-color: #00adda;
}
.comp-mdate-box .x-head-year-month .prev:before,
.comp-mdate-box .x-head-year-month .next:before {
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 7px;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  content: "";
}
.comp-mdate-box .x-head-year-month .prev:before {
  margin: 0 9px 0 0;
  border-right-style: solid;
  border-right-color: #fff;
}
.comp-mdate-box .x-head-year-month .next:before {
  margin: 0 0 0 6px;
  border-left-style: solid;
  border-left-color: #fff;
}
.comp-mdate-box .x-head-year-month .tri-down {
  width: 14px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.comp-mdate-box .x-head-year-month .tri-down:before {
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 5px;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  border-top-style: solid;
  border-top-color: #fff;
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
}
.comp-mdate-box .x-choose-year-panel,
.comp-mdate-box .x-choose-month-panel {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 0;
  background-color: #fff;
  z-index: 50;
}
.comp-mdate-box .x-choose-year-panel ul,
.comp-mdate-box .x-choose-month-panel ul {
  width: 100%;
  height: 210px;
  overflow: auto;
}
.comp-mdate-box .x-choose-year-panel ul li,
.comp-mdate-box .x-choose-month-panel ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  cursor: pointer;
}
.comp-mdate-box .x-choose-year-panel ul li:hover,
.comp-mdate-box .x-choose-month-panel ul li:hover {
  background-color: #ECF4FB;
}
.comp-mdate-box .x-choose-year-panel ul li.action,
.comp-mdate-box .x-choose-month-panel ul li.action {
  background-color: #00A1CB;
  color: #fff;
}
.comp-mdate-box .x-choose-year-panel ul li.action:hover,
.comp-mdate-box .x-choose-month-panel ul li.action:hover {
  background-color: #027897;
  color: #fff;
}
.comp-mdate-box .x-choose-year-panel ul li {
  height: 40px;
  line-height: 40px;
}
.comp-mdate-box .x-choose-month-panel ul li {
  height: 50px;
  line-height: 50px;
}
.comp-mdate-box .x-year-month-panel p {
  overflow: auto;
  padding-top: 4px;
}
.comp-mdate-box .x-year-month-panel span {
  width: 31%;
  margin: 0 1.1%;
  background-color: #00A1CB;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.comp-mdate-box .x-year-month-panel span.x-year-panel-prev,
.comp-mdate-box .x-year-month-panel span.x-year-panel-next {
  background-color: #ECF4FB;
  color: #1F547E;
  float: left;
  font-size: 16px;
  cursor: pointer;
}
.comp-mdate-box .x-year-month-panel span.x-year-panel-prev:hover,
.comp-mdate-box .x-year-month-panel span.x-year-panel-next:hover {
  background-color: #00A1CB;
  color: #fff;
}
.comp-mdate-box .x-year-month-panel span.x-close-year-month-panel-btn {
  background-color: #00A1CB;
  color: #fff;
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.comp-mdate-box .x-year-month-panel span.x-close-year-month-panel-btn:hover {
  background-color: #027897;
}
.comp-mdate-box .x-year-month-ul {
  height: 202px;
  overflow: auto;
  padding: 5px;
}
.comp-mdate-box .x-year-month-ul li {
  width: 50%;
  float: left;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.comp-mdate-box .x-year-month-ul li:hover {
  background-color: #ECF4FB;
}
.comp-mdate-box .x-year-month-ul li.disabled {
  color: #bbb;
}
.comp-mdate-box .x-year-month-ul li.action,
.comp-mdate-box .x-year-month-ul li.action:hover {
  background-color: #00A1CB;
  color: #fff;
}
.comp-mdate-box .x-week-list {
  width: 100%;
  overflow: auto;
}
.comp-mdate-box .x-week-list li.weeks {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.comp-mdate-box .x-day-list {
  padding: 0 4px;
  overflow: auto;
}
.comp-mdate-box .x-day-list li {
  cursor: pointer;
}
.comp-mdate-box .x-day-list li .marks {
  width: 5px;
  height: 5px;
  background-color: #ff0000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 4px;
}
.comp-mdate-box .x-day-list li:hover {
  background-color: #ECF4FB;
}
.comp-mdate-box .x-day-list li.red {
  color: #ff0000;
}
.comp-mdate-box .x-day-list li.action .marks {
  background-color: #fff;
}
.comp-mdate-box .x-day-list li.action,
.comp-mdate-box .x-day-list li.action:hover {
  background-color: #00A1CB;
  color: #fff;
}
.comp-mdate-box .x-day-list li.prevdate,
.comp-mdate-box .x-day-list li.nextdate {
  color: #4DDBFF;
}
.comp-mdate-box .x-day-list li.disabled {
  color: #bbb;
}
.comp-mdate-box .x-day-list li.disabled:hover {
  background-color: #fff;
}
.comp-mdate-box .x-day-list li:nth-child(7n) {
  border-right: none;
}
.comp-mdate-box .x-week-list li,
.comp-mdate-box .x-day-list li {
  width: 14.28%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.comp-mdate-box .x-box-foot {
  height: 34px;
  line-height: 34px;
  padding: 0 3px 0 5px;
  overflow: hidden;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.comp-mdate-box .x-box-foot .x-foot-flex {
  width: 50%;
  float: left;
  display: inline-block;
  margin: 0;
  padding-top: 3px;
  overflow: hidden;
}
.comp-mdate-box .x-box-foot .x-foot-flex li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.comp-mdate-box .x-box-foot .x-foot-flex li em {
  width: 70%;
  float: left;
  padding: 0;
  border: none;
  text-align: center;
  display: block;
  height: 26px;
  line-height: 26px;
}
.comp-mdate-box .x-box-foot .x-foot-flex li i {
  width: 30%;
  float: left;
  height: 26px;
  line-height: 24px;
  font-style: normal;
  display: block;
  text-align: center;
}
.comp-mdate-box .x-box-foot .x-foot-btn-box {
  text-align: center;
  font-size: 12px;
}
.comp-mdate-box .x-box-foot .x-foot-btn-box span {
  width: 31%;
  float: right;
  margin: 0 1.1%;
  background-color: #00A1CB;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.comp-mdate-box .x-box-foot .x-foot-btn-box span:hover {
  background-color: #027897;
}
.comp-local-upload {
  position: relative;
}
.comp-local-upload .uploadify-queue {
  min-width: 480px;
  position: absolute;
}
/**
 * 上传进度浮层
 */
.upload-status-layer {
  height: 422px;
  position: fixed;
  bottom: -380px;
  right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px #999;
  box-shadow: 0 0 9px #999;
  border: 3px solid #fff;
  border: 3px solid #999 \9;
  width: 640px;
  z-index: 999999;
}
.upload-status-layer > .x-head {
  background-color: #4190E6;
  color: #fff;
  position: relative;
}
.upload-status-layer > .x-head h3 {
  line-height: 42px;
  margin-left: 15px;
  font-weight: normal;
}
.upload-status-layer > .x-head .x-control {
  position: absolute;
  right: 15px;
  top: 12px;
}
.upload-status-layer > .x-head a {
  color: #fff;
}
#uploadStatusBox {
  height: 380px;
  overflow: auto;
  font-size: 0;
}
#uploadStatusBox > li {
  border-bottom: 1px solid #ebebeb;
}
#uploadStatusBox > li > div {
  display: inline-block;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 35px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#uploadStatusBox > li .x-filename {
  width: 45%;
}
#uploadStatusBox > li .x-filesize {
  width: 30%;
}
#uploadStatusBox > li .x-operation {
  width: 24%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff;
  border: 1px solid #d2d2d2;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 1;
  padding: 8px 10px;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 300px;
}
/**
 * 右键选项 by meepo
 */
.context-menu {
  display: none;
  width: 140px;
  position: absolute;
  z-index: 99990;
  padding: 1px;
  border: 1px solid #B8CBCB;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
}
.context-menu.show {
  display: block;
}
.context-menu > li {
  position: relative;
}
.context-menu > li > a {
  display: block;
  line-height: 25px;
  padding: 0 5px 0 23px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
}
.context-menu > li > a:hover,
.context-menu > li > a.hover {
  background-color: #348CCC;
  color: #fff;
  text-decoration: none;
}
.context-menu > li.separate {
  line-height: 0;
  margin: 3px;
  border-bottom: 1px solid #B8CBCB;
  font-size: 0;
}
/* smartMenu.css    by zhangxinxu */
.smart_menu_box {
  display: none;
  width: 140px;
  position: absolute;
  z-index: 201105;
}
.smart_menu_body {
  padding: 1px;
  border: 1px solid #B8CBCB;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
}
.smart_menu_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.smart_menu_li {
  position: relative;
}
.smart_menu_a {
  display: block;
  height: 25px;
  line-height: 24px;
  padding: 0 5px 0 25px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
}
.smart_menu_a:hover,
.smart_menu_a_hover {
  background-color: #348CCC;
  color: #fff;
  text-decoration: none;
}
.smart_menu_li_separate {
  line-height: 0;
  margin: 3px;
  border-bottom: 1px solid #B8CBCB;
  font-size: 0;
}
.smart_menu_triangle {
  width: 0;
  height: 0;
  border: 5px dashed transparent;
  border-left: 5px solid #666;
  overflow: hidden;
  position: absolute;
  top: 7px;
  right: 5px;
}
.smart_menu_a:hover .smart_menu_triangle,
.smart_menu_a_hover .smart_menu_triangle {
  border-left-color: #fff;
}
.smart_menu_li_hover .smart_menu_box {
  top: -1px;
  left: 130px;
}
.form-item {
  width: 100%;
  margin-bottom: 12px;
}
.form-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
.form-item > label {
  text-align: right;
  width: 90px;
  height: 32px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
.form-item > label > em {
  vertical-align: -3px;
  color: #ff0000;
  margin-right: 3px;
}
.form-item > label.radio-label {
  line-height: 36px;
}
.form-item[data-rely-select-value] {
  display: none;
}
.form-item-right {
  width: auto;
  float: left;
}
.form-item-right .form-right-text {
  line-height: 28px;
}
.form-item-right .form-error {
  text-align: left;
  color: #e00;
  margin-top: 15px;
}
.form-item-right .form-upload .form-error {
  margin-left: 8px;
}
.form-item-right input[type=text],
.form-item-right input[type=password],
.form-item-right input[type=mdate] {
  padding: 7px 10px 7px 10px;
}
.form-item-right input[type=checkbox],
.form-item-right input[type=radio] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.form-item-right select {
  height: 36px;
  padding-left: 6px;
}
.form-item-right select.select-multiple {
  height: 100%;
}
.form-item-right select.select-multiple > option {
  height: 18px;
}
.form-item-right textarea {
  height: 90px;
  line-height: 25px;
  padding: 7px 10px;
}
.form-item-right > label {
  margin-right: 10px;
  cursor: pointer;
  line-height: 36px;
}
.form-item-right > label > span {
  margin-left: 4px;
  vertical-align: text-top;
  vertical-align: 3px \9\0;
}
/*
*   input 宽度
*/
.input-mini {
  width: 50px;
}
select.input-mini {
  width: 77px;
}
.input-small {
  width: 100px;
}
select.input-small {
  width: 122px;
}
.input-middle {
  width: 250px;
}
select.input-middle {
  width: 272px;
}
.input-big {
  width: 400px;
}
select.input-big {
  width: 422px;
}
.input-bigger {
  width: 600px;
}
select.input-bigger {
  width: 622px;
}
/**
 * 横向表单item
 */
.form-item-horizon {
  margin-bottom: 12px;
  overflow: hidden;
  width: 175px;
  display: inline-block;
}
.form-item-horizon label {
  height: 32px;
  line-height: 32px;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.form-item-horizon label.radio-label {
  line-height: 36px;
}
.form-item-horizon label > em {
  vertical-align: -3px;
  color: #ff0000;
  margin-right: 3px;
}
/**
 * 横向表单
 */
.horz-form > .select-prev-label {
  display: inline-block;
  font-size: 12px;
  text-align: right;
  vertical-align: 12px;
  width: 90px;
  margin-right: 5px;
}
.table-wrapper-noBg .first-blue > tbody > tr > td {
  border: 1px solid #e5e5e5;
  text-align: left;
}
.table-wrapper-noBg .first-blue > tbody > tr > td:nth-of-type(1) {
  background-color: #e4f1fc;
  text-align: left;
  width: 7%;
}
.table-wrapper-noBg .first-blue > tbody > tr > td:nth-of-type(2) {
  text-align: left;
  width: 93%;
}
.table-wrapper-noBg .table > tbody > tr > td img {
  width: 180px;
  height: 96px;
}
.table-li {
  width: 100%;
  min-width: 800px;
}
.table-li > ul > li.empty-row {
  text-align: center;
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
}
.table-li > ul > li {
  float: left;
  width: 187px;
  height: 100px;
  margin-top: 30px;
  margin-left: 30px;
}
.table-li > ul > li > dl > dt > img {
  width: 180px;
  height: 96px;
}
.table-li > ul > li > dl > dd > div {
  margin-top: 5px;
}
.table-li > ul > li > dl > dd > div > input[type=checkbox] {
  float: left;
}
.table-li > ul > li > dl > dd > div > a {
  float: left;
  color: #333;
  font-size: 12px;
  line-height: 17px;
}
/*
+ ---------------------------------------------------------------------------------+
| Purpose..:  The memo notice !!!【注意】
|
| Date        Author                Notice
| ----------  ----------------  ----------------------------------------------------
| 2016.07.05  Xin.xiaonan (DLQ)     Freeze!			后台页面-组件-左边菜单样式封装
|
+ ---------------------------------------------------------------------------------+

*	兼容圆角样式
*/
.border-radious-same {
  position: relative;
  behavior: url(css/PIE.htc);
}
/*兼容圆角样式结束*/
/*左侧容器 100% 宽度!!!*/
.left-box {
  width: 100%;
  min-width: 120px;
}
/*用户信息*/
.left-top {
  overflow: hidden;
}
.left-top .left-top-1 {
  width: 87px;
  height: 87px;
  margin: 15px auto 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.left-top .left-user {
  width: 87px;
  height: 87px;
}
.left-top .left-menu {
  overflow: hidden;
  width: 99.5%;
}
.left-top .left-menu p {
  text-align: center;
  color: #fff;
  padding: 16px 0 0 0;
  line-height: 16px;
  font-size: 12px;
  width: 120px;
  margin: 0 auto;
}
.left-m-first {
  width: 105px;
  color: #00b7ee;
  line-height: 40px;
}
/*菜单图标样式*/
.left-m-first-icon {
  display: block;
  background-image: url("../../images/icon/icon_right_blue.png");
  background-repeat: no-repeat;
  background-position: 88px center;
}
.left-m-first-child li {
  color: #fff;
  width: 100%;
}
/* 一级菜单*/
.level-1-btn {
  border-right: 1px solid #2f4568;
  background-repeat: no-repeat;
  background-position: 10% center;
  text-align: center;
}
.level-1-btn > a {
  color: #fff;
  display: block;
  width: 67%;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: 100% center;
  text-align: left;
  padding-left: 20%;
  margin: 0 auto;
  font-size: 16px;
}
.level-1-btn.passive > a {
  background-image: url("../../images/icon/icon_right_fff.png") !important;
}
/* 二级菜单*/
.left-menu-level2 {
  display: none;
}
.left-menu-level2 li a {
  display: block;
  line-height: 44px;
  border-left: 5px solid transparent;
  color: #fff;
  /*text-align: center;*/
  font-size: 14px;
  padding-left: 61px;
}
/**
 * 一级按钮状态控制
 *
 */
.level-1-btn.active > a {
  background-image: url("../../images/icon/icon_down_fff.png");
}
/**
 * 二级按钮高亮
 */
.left-background {
  position: fixed;
  z-index: -999;
  width: 199px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #3671ad;
  border-right: 1px solid #2f4568;
}
.page-right-iframe {
  height: 0;
  overflow: visible;
}
.top-bar {
  height: 38px;
  overflow: hidden;
  background: url("../../images/topbar/background.jpg") right center no-repeat;
  z-index: 2;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  background-size: 100% 100%;
}
.top-bar .top-menu {
  margin-top: 3px;
  height: 35px;
  padding-right: 50px;
}
.top-bar .top-menu a {
  margin-top: 10px;
  line-height: 13px;
  color: #fff;
  font-size: 12px;
}
.top-btn ul li {
  display: inline-block;
}
.top-btn ul li .icon-i {
  float: left;
  width: 21px;
  height: 25px;
  margin: 21px 0 6px 0px;
  cursor: pointer;
}
.top-btn ul li .icon-span {
  float: left;
  line-height: 55px;
}
.top-btn a {
  color: #fff;
  line-height: 55px;
  height: 55px;
  background-position: center left;
}
.btn-line {
  width: 2px;
  height: 30px;
  display: block;
  float: left;
  margin-bottom: 9px;
  background: url(../../images/layout/btn-line.png) no-repeat;
}
.icon-po {
  background: url(../../images/layout/icon-po.png) no-repeat;
}
.icon-lo {
  background: url(../../images/layout/icon-lo.png) no-repeat;
}
.icon-mo {
  background: url(../../images/layout/icon-mo.png) no-repeat;
}
.icon-small-po {
  background: url(../../images/layout/icon-small-po.png) no-repeat;
}
.icon-small-lo {
  background: url(../../images/layout/icon-small-lo.png) no-repeat;
}
.icon-small-mo {
  background: url(../../images/layout/icon-small-mo.png) no-repeat;
}
.file-system-switch {
  margin-top: 10px;
}
.file-system-switch.fr {
  margin-top: -5px;
}
.file-system-switch a {
  height: 29px;
  width: 32px;
  float: left;
  background-image: url("../../images/file_system/list-switch.png");
  background-repeat: no-repeat;
}
.file-system-switch a.list-mode-btn.passive:hover {
  background-position: 0 -70px;
}
.file-system-switch a.list-mode-btn.active {
  background-position: 0 0;
}
.file-system-switch a.list-mode-btn.passive {
  background-position: 0 -35px;
}
.file-system-switch a.image-mode-btn {
  background-position: -33px -35px;
}
.file-system-switch a.image-mode-btn.passive:hover {
  background-position: -33px -70px;
}
.file-system-switch a.image-mode-btn.passive {
  background-position: -33px 0px;
}
.table-pic-set > tbody > tr {
  height: 28px;
}
.table-pic-set > tbody > tr > td {
  border: 1px solid #ccc;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
}
.table-pic-set > tbody > tr > td.pic-min-width {
  min-width: 1032px;
}
.table-pic-set > tbody > tr > td .form-item-right > ul > li {
  float: left;
  margin: 5px 0 0 5px;
}
.table-pic-set > tbody > tr > td .form-item-right > ul > li > img {
  width: 180px;
  height: 96px;
}
.table-pic-set > tbody > tr > td.pic-nth-0 {
  width: 50px;
  text-align: center;
}
.form-item-right > img {
  width: 180px;
  height: 96px;
}
/*login*/
.login_box {
  width: 500px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -260px 0 0 -250px;
}
.login_logo {
  width: 100%;
  height: 200px;
  background: url(../../images/login/login_logo.png) no-repeat center center;
}
.login_item {
  width: 295px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.login_item .input-user-icon,
.login_item .input-passwd-icon {
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 10;
}
.login_item .input_t {
  width: 238px;
  height: 40px;
  line-height: 40px;
  padding-left: 57px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  border: 0;
  color: #333;
  -webkit-box-shadow: 2px 2px 3px #6ed0e5;
  box-shadow: 2px 2px 3px #6ed0e5;
  position: relative;
  z-index: 1;
  behavior: url("css/PIE.htc");
}
.login_item .input_c {
  float: left;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  margin-top: 1px;
  *margin-top: 3px;
}
.login_item label {
  display: inline;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
}
.login_item .fgtpwd {
  float: right;
  font-size: 14px;
  color: #fff;
  margin-right: 12px;
}
.login_item .input_s {
  width: 298px;
  height: 48px;
  line-height: 42px;
  text-decoration: none;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  background: url(../../images/login/input_btn.png) no-repeat;
  *display: block;
}
.login_item input.x-input-empty {
  color: #787878;
}
.line-background {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -99999;
  background: url("../../images/login/line.png") repeat;
  opacity: .2;
  filter: alpha(opacity=20);
}
.login-bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -9999;
}
.login-bg img {
  height: 100%;
  width: 100%;
}
/*
*   form 表单样式
*/
.form-item {
  font-size: 12px;
}
.form-item > label {
  line-height: 28px;
}
/**
 *   form item
 */
.form-item-right input[type=text],
.horz-form input[type=text],
.form-item-right input[type=password],
.horz-form input[type=password] {
  border: 1px solid #d2d2d2;
  color: #454545;
}
.form-item-right select,
.horz-form select {
  border: 1px solid #d2d2d2;
}
.form-item-right textarea,
.horz-form textarea {
  border: 1px solid #d2d2d2;
}
.search-box {
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 3px;
}
.search-box input[type=text] {
  color: #454545;
  height: 30px;
  line-height: 30px;
  border: 0;
  padding-left: 5px;
}
.search-box i {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px #d2d2d2;
  cursor: pointer;
}
/**
 * 工具按钮
 */
.common-btn {
  border: 1px #d2d2d2 solid;
  line-height: 34px;
  background-color: #1da3ee;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  min-width: 118px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #ffffff;
}
.table .common-btn {
  line-height: 29px;
}
/*
*   table标签添加类名   m-table
*            添加类名   m-tr-font控制字体为normal样式
*            添加类名   m-tr-bgcolor控制背景颜色为 蓝色
*/
.table-form-tr td,
.table-form-tr th {
  padding: 6px 1px;
}
.table {
  min-width: 800px;
  width: 100%;
  color: #333333;
}
.table > thead tr th:first-child,
.table > tbody tr td:first-child {
  text-align: center;
}
.table > thead tr th.staticH,
.table > tbody tr td.staticB {
  text-align: left;
  min-width: 100px;
}
.table tr.empty-row td {
  text-align: center;
}
.table th,
.table td {
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
}
.table > thead tr {
  background-color: #bedef9;
  height: 34px;
}
.table > thead tr th {
  font-size: 14px;
  font-weight: normal;
}
.table > tbody tr {
  height: 28px;
}
.table > tbody tr.odd {
  background-color: #ffffff;
}
.table > tbody tr.even {
  background-color: #e4f1fc;
}
.table > tbody tr:hover {
  background-color: #eee;
}
.table > tbody tr td {
  font-size: 12px;
}
.table > tbody tr td input[type=checkbox] {
  vertical-align: -5px;
}
.table > tbody tr td a {
  color: #425573;
}
/*
*   灰色表头表格
*/
.blank1 {
  height: 3px;
  border-top: solid 1px #dcdcdc;
  display: block;
}
.tip-color {
  color: #999999;
}
.grey-thead-table {
  width: 100%;
}
.grey-thead-table thead {
  font-size: 14px;
}
.grey-thead-table thead tr th {
  font-weight: normal;
  height: 35px;
  background-color: #eeeeee;
}
.grey-thead-table thead tr th:first-child {
  text-align: center;
}
.grey-thead-table tbody tr {
  font-size: 14px;
  height: 55px;
}
.grey-thead-table tbody tr td:first-child {
  text-align: center;
  width: 50px;
}
/**
 * 三角样式
 *
 */
.table-tri-btn {
  float: right;
  width: 0;
  height: 0;
  border-width: 9px 8px 0;
  border-color: #333 transparent;
  border-style: solid;
  margin: 4px 0 0 0;
  cursor: pointer;
}
.table-tri-attachment {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 999;
  height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.table-tri-attachment > ul {
  background-color: #e5e5e5;
  font-size: 12px;
  color: #1a1a1a;
}
.table-tri-attachment > ul > li {
  line-height: 30px;
  cursor: pointer;
  padding-left: 10px;
}
.table-tri-attachment > ul > li.active,
.table-tri-attachment > ul > li:hover {
  background: #616368;
  text-decoration: none;
  color: #fff;
}
.table-tri-attachment > ul p {
  line-height: 30px;
  padding-left: 10px;
}
.table-datepick-box {
  background-color: #e5e5e5;
  width: 100%;
}
.table-datepick-box form {
  height: auto;
  padding: 12px 10px;
}
.table-datepick-box form > div {
  padding: 5px 0px;
}
.table-datepick-box form label {
  color: #616368;
  margin-top: 6px;
  display: inline-block;
}
.table-datepick-box form input {
  width: 85%;
  padding: 2px 10px;
  height: 22px;
  color: #616368;
  background-color: #e5e5e5;
  border: 1px solid #616368;
  font-size: 12px;
  outline: none;
}
.table-datepick-box form a {
  margin: 10px auto 1px;
  color: #fff;
  text-align: center;
  background-color: #0089e9;
  display: block;
  width: 65px;
  font-size: 12px;
  line-height: 25px;
}
.toolbar-box {
  height: 38px;
  min-width: 450px;
  background-color: #eeeeee;
  font-size: 14px;
}
.tool-btn {
  line-height: 40px;
  color: #2f4568;
  padding-left: 50px;
  padding-right: 30px;
  display: inline-block;
}
.tool-btn:hover {
  background-color: #d9d7d7;
}
.icon-add {
  background: url(../../images/layout/icon-add1.png) no-repeat;
  background-position: 25px center;
}
.icon-del {
  background: url(../../images/layout/icon-del1.png) no-repeat;
  background-position: 25px center;
}
.icon-return {
  background: url(../../images/layout/icon-return1.png) no-repeat;
  background-position: 25px center;
}
.icon-disable {
  background: url(../../images/layout/icon-disable1.png) no-repeat;
  background-position: 25px center;
}
.icon-enable {
  background: url(../../images/layout/icon-enable1.png) no-repeat;
  background-position: 25px center;
}
.icon-search {
  background: url(../../images/file_system/plugin-icon.png) no-repeat;
  background-position: -113px -26px;
}
.icon-modify {
  background: url(../../images/layout/icon-modify1.png) no-repeat;
  background-position: 25px center;
}
/*
+ ---------------------------------------------------------------------------------+
| Purpose..:  The memo notice !!!【注意】
|
| Date        Author                Notice
| ----------  ----------------  ----------------------------------------------------
| 2016.07.05  Xin.xiaonan (DLQ)     Freeze!			后台页面-组件-左边菜单样式封装
|
+ ---------------------------------------------------------------------------------+
*/
/*
*	边框样式开始
*/
.left-userborder {
  border: 3px solid #7ecdf4;
}
.left-m-first-border {
  border-top: 1px solid #119be4;
  border-right: 1px solid #119be4;
  border-bottom: 1px solid #119be4;
}
/*边框样式结束*/
/*左侧容器 100% 宽度!!!*/
.left-box {
  background-color: #3671ad;
  min-height: 100%;
}
.left-m-first {
  width: 105px;
  color: #00b7ee;
  line-height: 40px;
}
/*菜单图标样式*/
.left-m-first-icon {
  display: block;
  background-image: url("../../images/left/icon_right_blue.png");
  background-repeat: no-repeat;
  background-position: 88px center;
}
.left-m-first-child li {
  color: #fff;
  width: 100%;
}
/* 一级菜单*/
.level-1-btn {
  width: 99.5%;
  border-top: 1px solid #2f4568;
  background-color: #1da3ee;
}
/* 不同一级菜单图标 */
/*账户管理*/
.level-1-btn-0 {
  background-image: url("../../images/left/list_0.png");
}
/*字典管理*/
.level-1-btn-1 {
  background-image: url("../../images/left/list_1.png");
}
/*运维管理*/
.level-1-btn-2 {
  background-image: url("../../images/left/list_2.png");
}
/*资源库*/
.level-1-btn-3 {
  background-image: url("../../images/left/list_3.png");
}
/*内容索引管理*/
.level-1-btn-4 {
  background-image: url("../../images/left/list_4.png");
}
/*文件管理*/
.level-1-btn-5 {
  background-image: url("../../images/left/list_5.png");
}
/*文件系统设置*/
.level-1-btn-6 {
  background-image: url("../../images/left/list_6.png");
}
/*文件转码*/
.level-1-btn-7 {
  background-image: url("../../images/left/list_7.png");
}
/*会员管理  - 会员信息管理*/
.level-1-btn-8 {
  background-image: url("../../images/left/list_8.png");
}
/*会员管理  - 会员系统设置*/
.level-1-btn-9 {
  background-image: url("../../images/left/list_9.png");
}
/* 不同一级菜单图标 结束 */
.level-1-btn > a {
  background-image: url("../../images/left/icon_right_fff.png");
}
.level-1-btn.passive > a {
  background-image: url("../../images/left/icon_right_fff.png") !important;
}
/* 二级菜单*/
.left-menu-level2 li {
  border-top: 1px solid #304b77;
}
.left-menu-level2 li a:hover {
  border-left-color: #1da3ee;
  background-color: #295295;
}
.left-menu-level2 li.active a {
  border-left: 5px solid #1da3ee;
  background-color: #295295;
}
/**
 * 一级按钮状态控制
 */
.level-1-btn.active > a {
  background-image: url("../../images/left/icon_down_fff.png");
}
/*
*   �켣�б���ʽ��ʼ
*/
.detail-pad-bottom2 {
  padding-bottom: 30px;
}
.m-detail-style {
  padding: 15px 4px 0 4px;
  margin: 0px 16px 0 16px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.m-detail-box {
  font-size: 14px;
  color: #333;
  min-width: 937px;
}
.tracks-list-cont {
  padding-left: 15px;
  z-index: 2;
}
.tracks-list-cont .tracks-list-box1 {
  z-index: 2;
  position: relative;
  min-width: 600px;
}
.tracks-list-cont .tracks-list-box1 span {
  font-size: 14px;
  color: #333;
  /*width: 66%;*/
  width: 82%;
  line-height: 20px;
}
.tracks-list-cont .tracks-list-box1 .tracks-list-checkbox {
  margin: 2px 0 0 0;
  cursor: pointer;
}
.tracks-list-cont .tracks-list-box1 .x-track-title {
  margin-bottom: 15px;
}
.tracks-list-cont .tracks-list-box1 .tracks-list-cir {
  width: 14px;
  height: 19px;
  padding: 0 26px;
  z-index: 2;
}
.tracks-list-cont .tracks-list-box1 .tracks-list-cir1 {
  background: url("../../images/layout/tracks_1.png") center no-repeat;
}
.tracks-list-cont .tracks-list-box1 .tracks-list-cir2 {
  background: url("../../images/layout/tracks_2.png") center no-repeat;
}
.tracks-list-cont .tracks-list-box1 .tracks-li-img li {
  float: left;
}
.tracks-list-cont .tracks-list-box1 .tracks-li-img li .t-img {
  width: 100px;
  height: 100px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tracks-list-cont .tracks-list-box1 .tracks-li-img li a {
  display: block;
}
.tracks-list-cont .tracks-list-box1 .tracks-li-img li a:hover .t-img {
  width: 200px;
  height: 200px;
}
.tracks-list-cont .tracks-list-box1 .tracks-li-img .margin-list {
  margin: 12px 0 0 12px;
}
.tracks-list-cont .tracks-list-box1 .tracks-li-img .margin-list2 {
  margin: 2px 0 0 0;
}
.tracks-list-box2 {
  margin-left: 70px;
  /*margin-top: 35px;*/
  /*margin-top: 23px;*/
}
.tracks-list-box3 {
  color: #999;
  font-size: 14px;
  margin: 25px 45px 0 84px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.tracks-del {
  font-size: 14px;
  color: #425573;
  text-decoration: underline;
  top: 50%;
  right: 6%;
  z-index: 10;
}
.fix-line {
  background: #c9c9c9;
  width: 1px;
  position: absolute;
  left: 64px;
  top: 0;
  z-index: 1;
  height: 100%;
  /*min-height: 269px;*/
}
.tracks-play {
  margin-left: -50%;
  padding: 0 0 57px 0;
}
.track-empty {
  margin-top: 15px;
  text-align: center;
  color: #999;
  margin-bottom: 15px;
}
/*��������ҳ����ʽ����*/
/*
*   �켣/������Ŀ��ʽ��ʼ
*/
.add_track_hover .pos-del {
  visibility: hidden;
}
.add_track_hover:hover .pos-del {
  visibility: visible;
}
/*�켣/������Ŀ��ʽ����*/
/*���ض�����ʽ*/
.return_top {
  right: 2%;
  bottom: 11%;
  z-index: 999;
  cursor: pointer;
}
.z-index1 {
  z-index: 1;
}
/*
*   分页
*/
.paging {
  min-width: 800px;
  width: 100%;
  font-size: 12px;
  text-align: right;
  color: #425573;
  height: 50px;
  line-height: 50px;
}
.paging a {
  color: #425573;
  margin-left: 10px;
}
.paging span {
  margin-left: 10px;
}
.paging a.disabled {
  color: #999;
  cursor: not-allowed;
}
.paging .x-pagesize {
  width: 60px;
}
.paging .x-page-select {
  width: 70px;
}
.paging .ui-selectmenu-button span.ui-selectmenu-text {
  padding-left: .03em;
}
.paging .ui-selectmenu-button {
  vertical-align: -9px;
}
html {
  font-size: 100% !important;
  /*16 ÷ 16 × 100% = 100%*/
}
body {
  font-family: "微软雅黑" !important;
}
.muto {
  margin: 0 auto;
}
.cursor {
  cursor: pointer;
}
/*
index
*/
.topbox {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 111111;
  background: #fff;
}
.topbox .navbar-toggle {
  padding: 7px 8px;
  margin-bottom: 0;
}
.topbox .collapse {
  background: #fff;
}
.topbox .logo img {
  width: 90px;
  height: auto;
  overflow: hidden;
  padding-left: 5px;
}
.topbox h6 {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  margin-top: 0;
}
.topbox h6 a {
  color: #808080;
}
.topbox .nav li {
  padding-left: 30px;
  padding: 0;
}
.topbox .nav li a {
  color: #646464;
  line-height: 25px;
}
.topbox .nav li a:hover {
  color: #fa8b08;
}
.topbox .nav li .active {
  color: #fa8b08;
}
.focusBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.focusBox .pic {
  position: relative;
  z-index: 0;
  min-height: 630px;
  margin: 0 auto;
}
.focusBox .pic img {
  width: 100%;
}
.focusBox .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.focusBox .hd li {
  margin: 0 5px;
  background: url(../../images/up/dot.png) no-repeat 0 -16px;
  height: 16px;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  _background: url(../../images/up/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
  background-position: 0 0;
}
.focusBox .prev,
.focusBox .next {
  width: 60px;
  height: 60px;
  margin: -60px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.focusBox .prev {
  left: 20px;
  background: url(../../images/up/anniuzuo.png) no-repeat;
}
.focusBox .next {
  right: 20px;
  background: url(../../images/up/anniuyuo.png) no-repeat;
}
.focusBox .prev:hover,
.focusBox .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.customer {
  text-align: center;
}
.customer li {
  text-align: center;
  color: #59514f;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 14px;
}
.customer li .customer-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.customer li .customer-img img {
  width: 100%;
}
.customer li .customer-img .layer {
  position: absolute;
  z-index: 11111;
  background: url(../../images/up/jiaohu.png) no-repeat;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.customer li .customer-img .layer img {
  width: 10%;
  margin-top: 40px;
}
.customer li .customer-img .layer a {
  width: 100%;
  line-height: 30px;
  display: block;
  color: #ec5a29;
}
.customer li h3 a {
  color: #ec5a29;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
}
.customer li p {
  height: 14px;
}
.customer .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.morebtns {
  color: #fff;
  background: #eb5b28;
  width: 200px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 1rem;
  display: block;
  margin: 65px auto;
}
.morebtns:hover {
  background: #fa8b08 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.morebtnhide {
  background: #eb5b28 !important;
  color: #fff !important;
}
.morebtnshow {
  background: #fa8b08 !important;
  color: #fff !important;
}
.zpbtn {
  color: #fff;
  background: #eb5b28;
  width: 200px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  display: block;
  margin: 70px auto;
  cursor: default;
}
.zpbtn:hover {
  color: #fff;
  text-decoration: none;
}
.creat-team {
  background: #323232;
  width: 100%;
  text-align: center;
}
.creat-team h2 {
  color: #ec5a29;
  font-weight: 500;
  font-size: 1.8rem;
}
.creat-team p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px;
}
.creat-team ul li {
  float: left;
  width: 198px;
  margin-bottom: 40px;
}
.creat-team ul li .img1 {
  width: 198px;
  height: auto;
  overflow: hidden;
}
.creat-team ul .marl90 {
  margin-left: 90px;
}
.contact {
  padding: 30px 5%;
  background: #f5f7f6;
}
.contact .col-l {
  letter-spacing: 2px;
}
.contact .col-l .h01 {
  line-height: 30px;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: bold;
}
.contact .col-l .h02 {
  line-height: 30px;
  color: #ec5a29;
  border-bottom: solid 1px #ec5a29 ;
  font-family: "arial";
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: bold;
}
.contact .col-l p {
  line-height: 23px;
}
.contact .col-l .img1 {
  width: 70px;
}
.contact .col-l .img2 {
  width: 25px;
}
.contact .col-l h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.contact .col-l h2 a {
  color: #666666;
}
.contact .col-r img {
  width: 100%;
}
.footer-box {
  width: 100%;
  background: #666666;
  color: #fff;
  font-size: 14px;
}
.footer-box div {
  line-height: 25px !important;
}
.footer-box .cursor {
  cursor: pointer;
  display: block;
}
/*
customer
*/
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.customerlist ul li {
  margin-bottom: 10px;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.customerlist ul li img {
  width: 100%;
}
.customerlist ul li .layer {
  position: absolute;
  z-index: 11111;
  background: url(../../images/up/yinying.png) no-repeat;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.customerlist ul li .layer img {
  width: 10%;
  margin-top: 40px;
}
.customerlist ul li .layer a {
  width: 100%;
  line-height: 30px;
  display: block;
  color: #ec5a29;
  font-size: 14px;
}
.customerlist ul li .layer p {
  width: 100%;
  line-height: 30px;
  display: block;
  color: #ec5a29;
  font-size: 14px;
}
.service-item {
  width: 100%;
  background: #5822b6;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
}
.service-item h2 {
  color: #e1582c;
  letter-spacing: 3px;
  font-weight: 500;
}
.service-item p {
  font-size: 18px;
  line-height: 30px;
}
.service-item .font {
  text-align: left;
  line-height: 25px;
  letter-spacing: 2px;
  font-size: 16px;
}
/*
about
*/
.aboutimg img {
  width: 100%;
}
.aboutcont {
  text-align: center;
  color: #dd4c1b;
}
.aboutcont p {
  color: #222;
  line-height: 30px;
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
.envir ul li {
  margin-bottom: 5px;
  padding: 0 5px 0 0;
}
.envir ul li img {
  width: 100%;
}
/*
newslist
*/
.newslist li {
  color: #222;
  background: #f8f8f8;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
.newslist li a {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.newslist li a img {
  width: 100%;
}
.newslist li .r-cont {
  padding-bottom: 30px;
}
.newslist li .r-cont h2 {
  color: #ef5927;
  font-weight: 500;
}
.newslist li .r-cont p {
  line-height: 30px;
  font-size: 14px;
  padding-right: 30px;
}
.newslist li .r-cont a {
  color: #ef5927;
}
.newslist li .r-cont a:hover {
  color: #fa8b08;
}
/*
content
*/
.infor .title {
  color: #e2582a;
}
.infor .title h3 {
  line-height: 40px;
  font-size: 24px;
  padding-bottom: 10px;
}
.infor p {
  line-height: 25px;
}
.atlas img {
  width: 100%;
}
.recase h3 {
  color: #e2582a;
  font-size: 22px;
}
.recase ul li img {
  width: 100%;
}
.recase ul li h4 a {
  color: #666;
  font-weight: normal;
  line-height: 30px;
  font-size: 14px;
}
