@import "../jquery/jquery-ui.min.css";
@import "../bootstrap/bootstrap.min.css";
@import "../fontawesome/font-awesome.min.css";
@import "../fontawesome/icon.css";
@import "../fontawesome/new_icon.css";
@import "../summernote/summernote.css";
@import "../codemirror/codemirror.css";
@import "../nvd3/nv.d3.css";
@import "../mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "../fullcalendar/fullcalendar.css";
@import "../blueimp/blueimp-gallery.min.css";
@import "../rickshaw/rickshaw.css";
@import "../dropzone/dropzone.css";
@import "../introjs/introjs.min.css";
@import "../animate/animate.min.css";
/* THEME */
/*换肤背景色：颜色4*/
/*头部功能栏换肤色：颜色2*/
/*换肤主色，内容区使用：对应校园平台日程头部颜色*/
/*消息提醒换肤色：颜色3*/
/*换肤色 二级菜单背景色：颜色5*/
/* TEXT COLORS */
/* END TEXT COLORS */
/* BASE ELEMENT COLORs */
/*换肤主色*/
/* EOF BASE ELEMENT COLORs */
/* START X-NAVIGATION */
/*左侧菜单被选中换肤颜色*/
/* END X-NAVIGATION */
/* START WIDGETS */
/* END WIDGETS */
/* COMMENTS */
/* END COMMENTS */
/* SIDEBAR */
/* END SIDEBAR */
/*START SCROLLTOOLS*/
/* END SCROLLTOOLS */
/*START LOGO*/
/* END LOGO */
.bg-theme-100{
	background-color:#18408b;
}
.bg-theme-80{
	background-color:rgba(24, 64, 139,.8);
}
.bg-theme-05{
	background-color:rgba(24, 64, 139,.05);
}
.bg-theme-04{
	background-color:rgba(24, 64, 139,.04);
}



.border-theme-100{
	border-color:#18408b;
}

.x-navigation li {
  border-color: #005c99 !important;
}
@media only screen and (max-width: 1023px) {
  .x-navigation > li.xn-logo > a:first-child {
    background-color: #004190 !important;
    background-image: ;
    background-size: 220px 50px!important;
  }
  .x-navigation > li > a.x-navigation-control {
    background-color: #004190 !important;
  }
}
/* EOF THEME */
@charset "UTF-8";
/* THEME */
/* EOF THEME */
@-webkit-keyframes cardEnter {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* -- Input styles ---------------------------------- */
.form-material {
  /* -- label styles ---------------------------------- */
  /* active state */
  /* input colors ---- */
  /* help-block */
  /* input addon ---*/
  /* ------  inline ----*/
  /* -- bar styles -------------------------------------- */
  /* active state */
  /* -- highlighter styles ------------------------------ */
  /* active state */
  /* -- highlighter animation --------------------------- */
}
.form-material .form-group {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
}
.form-material .input-group {
  position: relative;
}
.form-material .form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #D5D5D5;
}
.form-material textarea.form-control {
  height: auto;
}
.form-material .input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.form-material .form-control:focus {
  border-color: #D5D5D5;
  outline: none;
  box-shadow: none;
}
.form-material label {
  position: absolute;
  top: -18px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-material .form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.form-material .float-label {
  left: 0;
  top: 7px;
  font-size: 12px;
  pointer-events: none;
}
.form-material .form-control:focus ~ .float-label,
.form-material .form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px;
}
.form-material .form-control:focus ~ label {
  color: #E34724;
}
.form-material .form-control:focus ~ .form-bar:before,
.form-material .form-control:focus ~ .form-bar:after {
  background: #E34724;
}
.form-material .form-group .help-block {
  position: absolute;
}
.form-material .help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}
.form-material .input-group-addon {
  border: none;
  background: transparent;
}
.form-material .input-group-addon,
.form-material .form-inline .input-group {
  display: table-cell;
}
.form-material .input-group-addon,
.form-material .input-group-btn {
  width: inherit;
}
.form-material .input-group {
  width: 100%;
}
.form-material .form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-material .form-bar:before,
.form-material .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.form-material .form-bar:before {
  left: 50%;
}
.form-material .form-bar:after {
  right: 50%;
}
.form-material .form-control:focus ~ .form-bar:before,
.form-material .form-control:focus ~ .form-bar:after {
  width: 50%;
}
.form-material .form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
.form-material .form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form-material .form-group.checkbox-material {
  margin-top: 20px;
}
.form-material .checkbox-material input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}
.form-material .checkbox-material label {
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
  cursor: pointer;
}
.form-material .checkbox-material .chk-span {
  top: 0;
  border: 1px solid #D5D5D5;
  color: #D5D5D5;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 18px;
  margin: 0px 14px 0px 0px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.form-material .checkbox-material .chk-span.checked {
  top: -2px;
  border-left: 2px solid #E34724;
  border-bottom: 4px solid #E34724;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}
.form-material .checkbox-material .chk-span.checked {
  border-left-color: #E34724;
  border-bottom-color: #E34724;
}
.form-material .checkbox-material input[type='checkbox']:focus ~ label {
  color: #E34724;
}
.form-material .checkbox-material input[type='checkbox']:focus ~ label .chk-span {
  border-color: #E34724;
}
.form-material .checkbox-material input[type='checkbox']:focus ~ label .chk-span.checked {
  border-left-color: #E34724;
  border-bottom-color: #E34724;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.form-material .form-control-static {
  font-size: 15px;
}
.form-material .form-control[disabled],
.form-material .form-control[readonly],
.form-material fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}
.form-material #focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none;
}
.form-material .radio-material {
  padding-right: 20px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.form-material label.radio-material {
  position: relative;
  top: 0px;
}
.form-material .radio-material:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.form-material .radio-material input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form-material .radio-material input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.form-material .radio-material input:checked + .outer {
  border: 1px solid #D5D5D5;
}
.form-material .radio-material input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #E34724;
}
.form-material .radio-material .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 0px 10px 0px 0px;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  background-color: #fff;
}
.form-material .radio-material .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 14px;
  height: 14px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #E34724;
  opacity: 0;
}
@media (min-width: 768px) {
  .form-material .form-horizontal .control-label {
    font-size: 15px;
  }
  .form-material .form-inline .form-group {
    margin-top: 16px;
  }
  .form-material .input-group-btn,
  .form-material .input-group .form-control,
  .form-material .input-group-addon,
  .form-material .form-inline .input-group {
    display: inline-block;
  }
  .form-material .input-group {
    width: auto;
  }
  .form-material .form-inline .radio label,
  .form-material .form-inline .checkbox label {
    padding-left: 5px;
  }
}
/* FUNCTIONS */
/* EOF FUNCTIONS */
/* PREDEFINED CLASSES */
.border-rs {
  border-right-width: 1px;
  border-right-style: solid;
}
.border-ls {
  border-left-width: 1px;
  border-left-style: solid;
}
.header-word {
  width: calc(100% - 225px);
  font-size: 1.8rem;
  line-height: 50px;
  color: #ffffff;
  float: left;
  text-align: left;
  margin: 0 0 0 20px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.background-colorful {
  background: linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -o-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -moz-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -webkit-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -ms-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #cb4c4c), color-stop(0.5, #fd9f1b), color-stop(1, #92d959));
}
/* EOF PREDEFINED CLASSES */
html * {
  outline: none !important;
}
.clear {
  clear: both;
  float: none;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
/*html,
body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  background: #f5f5f5 url('../../../image/common/bg.png') left top repeat;
  position: relative;
  font-family: "lucida Grande", Verdana, 'Microsoft YaHei UI';
  color: #666666;
  overflow-x: hidden;
}
*/
.body-full-height {
  height: 100%;
}
.body-full-height body {
  height: 100%;
}
html {
  font-size: 10px;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.row.stacked [class^='col-xs-'],
.row.stacked [class^='col-sm-'],
.row.stacked [class^='col-md-'],
.row.stacked [class^='col-lg-'] {
  padding-left: 0px;
  padding-right: 0px;
}
/* PAGE CONTAINER */
.page-container {
  width: 100%;
  float: left;
  min-height: 100%;
  position: relative;
  background: #004081;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  /* SIDEBAR */
  /* END SIDEBAR */
  /* CONTENT */
  /* END CONTENT */
  /* RTL CONTENT MODE */
  /* END RTL CONTENT MODE */
}
.page-container .page-sidebar {
  width: 230px;
  float: left;
  position: relative;
  z-index: 3;
}
.page-container .page-sidebar.page-sidebar-fixed {
  position: fixed;
}
.page-container.page-container-wide .page-sidebar {
  width: 50px;
}
.page-container .page-content {
  min-height: 100%;
  margin-left: 230px;
  background: #f5f5f5 url('../../../image/common/bg.png') left top repeat;
  position: relative;
  zoom: 1;
}
.page-container .page-content:before,
.page-container .page-content:after {
  content: "";
  display: table;
}
.page-container .page-content:after {
  clear: both;
}
.page-container .page-content .content-frame {
  float: left;
  width: 100%;
  position: relative;
  background: #f5f5f5 url('../../../image/common/bg.png') left top repeat;
}
.page-container .page-content .content-frame .content-frame-top {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 13px 15px 15px;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.page-container .page-content .content-frame .content-frame-top .page-title {
  padding: 0px;
  width: auto;
}
.page-container .page-content .content-frame .content-frame-top .page-title h2 {
  margin-bottom: 0px;
  font-size: 22px;
}
.page-container .page-content .content-frame .content-frame-left {
  float: left;
  width: 300px;
  padding: 10px;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.02);
  border-right: 1px solid #DDD;
}
.page-container .page-content .content-frame .content-frame-left.padding-0 {
  padding: 0px;
}
.page-container .page-content .content-frame .content-frame-left .block {
  padding: 0px;
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-left h4 {
  margin-top: 10px;
}
.page-container .page-content .content-frame .content-frame-left > .form-group {
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-right {
  float: right;
  width: 300px;
  padding: 10px;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.02);
  border-left: 1px solid #DDD;
}
.page-container .page-content .content-frame .content-frame-right.padding-0 {
  padding: 0px;
}
.page-container .page-content .content-frame .content-frame-right.padding-0 .block {
  padding: 10px;
}
.page-container .page-content .content-frame .content-frame-right h4 {
  margin-top: 10px;
}
.page-container .page-content .content-frame .content-frame-right .block {
  padding: 0px;
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-right > .form-group {
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-body {
  padding: 70px 10px 10px 10px;
  margin-left: 300px;
}
.page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
  margin-left: 0px;
  margin-right: 300px;
}
.page-container .page-content .content-frame .content-frame-left-toggle,
.page-container .page-content .content-frame .content-frame-right-toggle {
  display: none;
  margin-left: 5px;
}
.page-container .page-content .page-content-wrap {
  float: left;
  width: 100%;
}
.page-container .page-content .page-content-insidebox {
  float: left;
  width: 100%;
  padding-left: 0;
  transition: padding 0.3s;
}
.page-container.page-container-wide .page-content {
  margin-left: 50px;
}
.page-container.page-navigation-toggled .page-content,
.page-container.page-navigation-toggled-hover .page-content {
  margin-left: 50px;
}
.page-container.page-navigation-toggled .menu-mini,
.page-container.page-navigation-toggled-hover .menu-mini {
  left: 50px;
}
.page-container.page-all-scroll .page-content-insidebox {
  position: absolute;
  top: 50px;
  bottom: 0px;
}
.page-container.page-all-scroll .menu-mini .menu-mini-box {
  position: absolute;
  top: 0px;
  bottom: 0;
}
.page-container.menu-mini-open .page-content-insidebox {
  float: left;
  width: 100%;
  padding-left: 0px;
  transition: padding 0.3s;
}
.page-container.menu-mini-open .menu-mini {
  width: 210px;
}
.page-container.menu-mini-open .menu-mini .menu-mini-btn {
  position: absolute;
  right: -1px;
  broground-repeat: none;
  background-image: url("../../../image/common/mini-menu-close.png");
  z-index: 3;
  transform: rotateY(0deg);
}
.page-container.menu-mini-open .menu-mini .menu-mini-btn.hover {
  width: 20px;
  transition: width 0.3s;
}
.page-container.menu-mini-open .menu-mini .menu-mini-box {
  width: 100%;
  display: block;
}
.page-container .menu-mini {
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 230px;
  background: #e2e2e2;
  width: 0px;
  z-index: 2;
  transition: width 0.3s;
  display: block;
}
.page-container .menu-mini .menu-mini-btn {
  position: absolute;
  top: 250px;
  right: -14px;
  background-image: url("../../../image/common/mini-menu-close.png");
  width: 15px;
  height: 64px;
  display: block;
  transition: width 0.3s;
  transform: rotateY(180deg);
}
.page-container .menu-mini .menu-mini-btn:hover {
  width: 20px;
  transition: width 0.3s;
}
.page-container .menu-mini .menu-mini-box {
  width: 0px;
  overflow: hidden;
}
.page-container .menu-mini .menu-mini-box .menu-mini-title {
  height: 50px;
  line-height: 26px;
  color: #333;
  font-size: 16px;
  padding: 12px;
  font-weight: 550;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 {
  overflow: hidden;
  height: 50px;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > a {
  padding: 12px;
  height: 50px;
  line-height: 26px;
  color: #333;
  font-size: 15px;
  display: block;
  text-decoration: none;
  width: 100%;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > a > font {
  float: left;
  line-height: 26px;
  color: #333;
  font-size: 12px;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > a > span {
  margin-left: 8px;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > a:hover {
  background: #f3f3f3;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > ul {
  width: 100%;
  list-style: none;
  border-top: 1px solid #e2e2e2;
  padding-left: 0;
  display: none;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > ul > li {
  height: 50px;
  width: 100%;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > ul > li > a {
  width: 100%;
  height: 50px;
  line-height: 26px;
  padding: 12px 0px 12px 38px;
  display: block;
  color: #666;
  text-decoration: none;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > ul > li > a:hover {
  background-image: url("../../../image/common/bg.png");
  background-color: #f5f5f5;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01 > ul > li > a.chosed {
  background-image: url("../../../image/common/bg.png");
  background-color: #f5f5f5;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01.active {
  max-height: 1200px;
  height: auto;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01.active > a {
  background: #f3f3f3;
}
.page-container .menu-mini .menu-mini-box .menu-mini-01.active > ul {
  display: block;
}
.page-container.page-mode-rtl .page-sidebar {
  float: right;
}
.page-container.page-mode-rtl .page-sidebar.page-sidebar-fixed {
  right: 0px;
}
.page-container.page-mode-rtl .page-content {
  margin-left: 0px;
  margin-right: 230px;
}
.page-container.page-mode-rtl.page-container-wide .page-content {
  margin-right: 50px;
}
.page-container.page-navigation-top .page-content {
  margin-left: 0px;
}
.page-container.page-navigation-top .page-content-header {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
  position: fixed;
  padding-right: 230px;
  top: 0px;
}
.page-container.page-navigation-top-fixed .page-content {
  padding-top: 50px;
}
.page-container.page-navigation-top-fixed.page-navigation-toggled .x-navigation.x-navigation-horizontal {
  padding-right: 50px;
}
.page-container.page-navigation-toggled-hover .page-sidebar {
  position: absolute;
  background: #004081;
  min-height: 100%;
}
body.page-container-boxed {
  background: url("../../../image/common/backgrounds/wall_1.jpg") left top no-repeat fixed;
  padding: 20px 0px;
}
body.page-container-boxed .page-container {
  width: 1200px;
  float: none;
  margin: 0px auto;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.page-container-boxed .page-container.page-navigation-top .page-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.page-container-boxed.wall_1 {
  background-image: url("../../../image/common/backgrounds/wall_1.jpg");
}
body.page-container-boxed.wall_2 {
  background-image: url("../../../image/common/backgrounds/wall_2.jpg");
}
body.page-container-boxed.wall_3 {
  background-image: url("../../../image/common/backgrounds/wall_3.jpg");
}
body.page-container-boxed.wall_4 {
  background-image: url("../../../image/common/backgrounds/wall_4.jpg");
}
body.page-container-boxed.wall_5 {
  background-image: url("../../../image/common/backgrounds/wall_5.jpg");
}
body.page-container-boxed.wall_6 {
  background-image: url("../../../image/common/backgrounds/wall_6.jpg");
}
body.page-container-boxed.wall_7 {
  background-image: url("../../../image/common/backgrounds/wall_7.jpg");
}
body.page-container-boxed.wall_8 {
  background-image: url("../../../image/common/backgrounds/wall_8.jpg");
}
body.page-container-boxed.wall_9 {
  background-image: url("../../../image/common/backgrounds/wall_9.jpg");
}
body.page-container-boxed.wall_10 {
  background-image: url("../../../image/common/backgrounds/wall_10.jpg");
}
/* END PAGE CONTAINER */
/* X-Dashboard */
.x-dashboard .page-container .page-content {
  margin-left: 0px;
}
/* END X-Dashboard */
/* NAVIGATION */
/*菜单文字大小*/
.x-navigation,
.x-navigation ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  display: block;
  z-index: 3;
}
.x-navigation {
  background: #00458b;
  box-shadow: none;
  /*数据中心3级左侧菜单*/
  /* NAV LIST ELEMENT */
  /* END NAV LIST ELEMENT */
  /* NAV LIST FIRST ELEMENT */
  /* END NAV LIST FIRST ELEMENT */
  /* NAV HORIZONTAL MODE */
  /* END NAV HORIZONTAL MODE */
  /* NAV MINIMIZED MODE */
  /* END NAV MINIMIZED MODE */
  /* X-NAVIIGATION CUSTOM */
  /* END X-NAVIGATION CUSTOM */
  /* NAV SEARCH */
  /* END NAV SEARCH */
  /* NAV INFORMER */
  /* END NAV INFORMER */
}
.x-navigation.data-center-custom {
  background: #f0f0f0;
}
.x-navigation li {
  float: left;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.x-navigation li > a {
  display: block;
  float: left;
  width: 100%;
  line-height: 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 10px 15px 15px;
  text-decoration: none;
  border-bottom: 1px solid #003b77;
  vertical-align: text-bottom;
}
.x-navigation li > a .fa,
.x-navigation li > a .glyphicon,
.x-navigation li > a [class^="in_"],
.x-navigation li > a [class^="ii_"] {
  float: left;
  color: #ffffff;
  text-align: center;
  width: 20px;
  font-size: 1.6rem;
  margin: 2px 14px 0 0;
  vertical-align: baseline;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.x-navigation li > a [class^="in_"],
.x-navigation li > a [class^="ii_"] {
  margin-top: 3px;
}
.x-navigation li > a .head-icon {
  margin: 0 auto;
  color: #ffffff;
  font-size: 2.2rem;
  vertical-align: baseline;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.x-navigation li > a:hover {
  background: #004d9b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.x-navigation li > a:hover .fa,
.x-navigation li > a:hover .glyphicon,
.x-navigation li > a:hover [class^="in_"],
.x-navigation li > a:hover [class^="ii_"] {
  color: #6cd7f5;
}
.x-navigation li > a .xn-text {
  float: left;
}
.x-navigation li > ul {
  background: #00347a;
  max-height: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.x-navigation li > ul li > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  padding: 12px 10px;
  border-bottom-color: #003070;
}
.x-navigation li > ul li > a:hover {
  background: #003070;
  color: #fff;
}
.x-navigation li > ul li.active > a {
  background: #003070;
  color: #fff;
}
.x-navigation li.xn-openable:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 15px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  right: 0px;
  top: 12px;
  cursor: pointer;
}
.x-navigation li.xn-openable ul li.xn-openable {
  content: none;
}
.x-navigation li.xn-openable ul li.xn-openable:before {
  content: none;
}
.x-navigation li.xn-openable > .informer {
  right: 25px;
}
.x-navigation li.active.xn-openable:before {
  content: "\f106";
}
.x-navigation li.active > a {
  background: #004d9b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.x-navigation li.active > a .fa,
.x-navigation li.active > a .glyphicon {
  color: #6cd7f5;
}
.x-navigation li.active > ul {
  max-height: 1200px;
}
.x-navigation li.xn-title {
  padding: 15px 10px 15px;
  line-height: 18px;
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #003b77;
}
.x-navigation li.xn-title a.close-menu-icon {
  display: none;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  padding: 0!important;
  text-decoration: none;
  border-bottom: none;
}
.x-navigation li.xn-title a.close-menu-icon:hover {
  text-decoration: none;
  background: none;
}
.x-navigation .menu-li > ul > li.xn-openable:before {
  display: none;
}
.x-navigation .menu-li > ul > li > ul {
  display: none;
}
.x-navigation > li > a.x-navigation-control {
  background: #0077c7;
}
.x-navigation > li.xn-openable:before {
  top: 15px;
}
.x-navigation > li > ul > li > a {
  padding-left: 25px;
}
.x-navigation > li > ul > li > a:hover {
  padding-left: 30px;
}
.x-navigation > li > ul > li.active > a {
  padding-left: 25px;
}
.x-navigation > li > ul > li > ul > li > a {
  padding-left: 40px;
}
.x-navigation > li > ul > li > ul > li > a:hover {
  padding-left: 45px;
}
.x-navigation > li > ul > li > ul > li.active > a {
  padding-left: 40px;
}
.x-navigation > li > ul > li > ul > li > ul > li > a {
  padding-left: 50px;
}
.x-navigation > li > ul > li > ul > li > ul > li > a:hover {
  padding-left: 55px;
}
.x-navigation > li > ul > li > ul > li > ul > li.active > a {
  padding-left: 50px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > a:hover {
  padding-left: 65px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li.active > a {
  padding-left: 60px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
  padding-left: 75px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
  padding-left: 70px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 80px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
  padding-left: 85px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
  padding-left: 80px;
}
.x-navigation > li:last-child > a {
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  border-bottom: 0px;
}
.x-navigation.x-navigation-horizontal {
  height: 50px;
  background: #0072bd;
  /*头部导航按钮ren.jq*/
}
.x-navigation.x-navigation-horizontal .xn-logo a {
  border-bottom: 0px;
  width: 200px;
}
.x-navigation.x-navigation-horizontal li.xn-openable:before {
  display: none;
}
.x-navigation.x-navigation-horizontal li > a {
  padding: 15px;
  border-bottom: 0px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: none;
}
.x-navigation.x-navigation-horizontal li > a:hover {
  background: #0081d7;
}
.x-navigation.x-navigation-horizontal li > a:hover .fa,
.x-navigation.x-navigation-horizontal li > a:hover .glyphicon,
.x-navigation.x-navigation-horizontal li > a:hover [class^="in_"],
.x-navigation.x-navigation-horizontal li > a:hover [class^="ii_"] {
  color: #fb6944;
}
.x-navigation.x-navigation-horizontal li > a .fa,
.x-navigation.x-navigation-horizontal li > a .glyphicon,
.x-navigation.x-navigation-horizontal li > a [class^="in_"],
.x-navigation.x-navigation-horizontal li > a [class^="ii_"] {
  color: #ffffff;
}
.x-navigation.x-navigation-horizontal li.active > a {
  background: #0081d7;
}
.x-navigation.x-navigation-horizontal li.active > a .fa,
.x-navigation.x-navigation-horizontal li.active > a .glyphicon,
.x-navigation.x-navigation-horizontal li.active > a [class^="in_"],
.x-navigation.x-navigation-horizontal li.active > a [class^="ii_"] {
  color: #fb6944;
}
.x-navigation.x-navigation-horizontal li ul {
  width: 220px;
  position: absolute;
  overflow: visible;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.x-navigation.x-navigation-horizontal li ul ul.xn-drop-white:after {
  border-right-color: #FFF;
}
.x-navigation.x-navigation-horizontal li > ul {
  top: 60px;
  left: 0px;
}
.x-navigation.x-navigation-horizontal li > ul.xn-drop-white:after {
  border-bottom-color: #FFF;
}
.x-navigation.x-navigation-horizontal li > ul.xn-drop-left {
  left: auto;
  right: 0px;
}
.x-navigation.x-navigation-horizontal li > ul.xn-drop-left.xn-drop-white ul:after {
  border-left-color: #FFF;
}
.x-navigation.x-navigation-horizontal li > ul:after {
  bottom: 100%;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #004081;
  border-width: 5px;
  margin-left: -5px;
}
.x-navigation.x-navigation-horizontal li > ul.xn-drop-left:after {
  right: 20px;
  left: auto;
}
.x-navigation.x-navigation-horizontal li > ul.xn-drop-left:after ul {
  left: auto;
  right: 230px;
}
.x-navigation.x-navigation-horizontal li > ul.xn-drop-left:after ul:after {
  right: auto;
  left: 100%;
  border: solid transparent;
  border-left-color: #004081;
  border-width: 5px;
  margin-right: -5px;
}
.x-navigation.x-navigation-horizontal li > ul ul {
  top: 0px;
  right: -230px;
}
.x-navigation.x-navigation-horizontal li > ul ul:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #004081;
  border-width: 5px;
  margin-top: -5px;
}
.x-navigation.x-navigation-horizontal li > ul li > a {
  padding-left: 10px;
}
.x-navigation.x-navigation-horizontal li > ul li > a:hover {
  padding-left: 15px;
}
.x-navigation.x-navigation-horizontal li > ul li.active > a {
  padding-left: 15px;
}
.x-navigation.x-navigation-horizontal li li {
  width: 100%;
}
.x-navigation.x-navigation-horizontal li li:first-child a {
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.x-navigation.x-navigation-horizontal li li:last-child a {
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  border-bottom-color: transparent;
}
.x-navigation.x-navigation-horizontal li li.xn-openable:before {
  content: "\f105";
}
.x-navigation.x-navigation-horizontal li li.active.xn-openable:before {
  content: "\f104";
}
.x-navigation.x-navigation-horizontal li:last-child > a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.x-navigation.x-navigation-horizontal li.last > a {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.x-navigation.x-navigation-horizontal li {
  width: auto;
  position: relative;
}
.x-navigation.x-navigation-horizontal li.active > ul {
  display: block;
}
.x-navigation.x-navigation-horizontal li.xn-openable > a {
  padding-right: 20px;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white {
  background: #FFF;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white ul {
  background: #FFF;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white ul:after {
  border-right-color: #FFF;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a {
  color: #333;
  text-shadow: none;
  border-bottom: 1px solid #E9E9E9;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a:hover {
  background: #F5F5F5;
  color: #333;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .fa,
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .glyphicon {
  color: #004081;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li.active > a {
  color: #333;
  text-shadow: none;
  border-bottom: 1px solid #E9E9E9;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li.active.xn-openable:before {
  color: #333;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a {
  padding: 15px 10px 14px;
  text-align: center;
  width: 50px;
  height: 50px;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a .fa,
.x-navigation.x-navigation-horizontal .xn-icon-button > a .glyphicon {
  margin: 0px;
}
.x-navigation.x-navigation-horizontal .xn-search {
  padding: 10px 20px 10px 5px;
}
.x-navigation.x-navigation-horizontal .xn-search input {
  width: 180px;
}
.x-navigation.x-navigation-horizontal .xn-search input:focus {
  width: 200px;
}
.x-navigation.x-navigation-horizontal .xn-search:before {
  right: 5px;
}
.x-navigation.x-navigation-minimized {
  width: 50px;
  /*此处是选中时的字体图标*/
}
.x-navigation.x-navigation-minimized .xn-text {
  display: none;
}
.x-navigation.x-navigation-minimized .xn-visible {
  display: block;
}
.x-navigation.x-navigation-minimized .menu-li > ul > li.xn-openable:before {
  display: none;
}
.x-navigation.x-navigation-minimized .menu-li > ul > li > ul {
  display: none;
}
.x-navigation.x-navigation-minimized .menu-li > ul > li > ul.active {
  display: none;
}
.x-navigation.x-navigation-minimized li {
  width: auto;
  position: relative;
}
.x-navigation.x-navigation-minimized li.xn-profile .profile-mini {
  display: block;
}
.x-navigation.x-navigation-minimized li.xn-profile .profile:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #004081;
  border-width: 5px;
  margin-top: -5px;
}
.x-navigation.x-navigation-minimized li.xn-title {
  cursor: pointer;
}
.x-navigation.x-navigation-minimized li.xn-title font {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}
.x-navigation.x-navigation-minimized li.xn-title a {
  display: block;
}
.x-navigation.x-navigation-minimized li.active > ul {
  display: block;
}
.x-navigation.x-navigation-minimized li.xn-title:hover > ul {
  display: block;
  max-height: 1200px;
}
.x-navigation.x-navigation-minimized li ul li > a {
  height: 40px;
  overflow: hidden;
  padding-left: 15px;
}
.x-navigation.x-navigation-minimized li ul li > a:hover {
  padding-left: 18px;
}
.x-navigation.x-navigation-minimized li ul li > a font {
  display: none;
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover {
  top: 0px;
  right: -230px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #004081;
  border-width: 5px;
  margin-top: -5px;
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover li > a {
  padding-left: 15px !important;
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover li > a:hover {
  padding-left: 20px !important;
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover li.active > a {
  padding-left: 20px !important;
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover li:first-child > a {
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.x-navigation.x-navigation-minimized li ul.xn-tit-hover li:last-child > a {
  border-bottom: 0px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.x-navigation.x-navigation-minimized > li {
  width: 100%;
}
.x-navigation.x-navigation-minimized > li > a {
  padding: 15px 10px;
  text-align: center;
}
.x-navigation.x-navigation-minimized > li > a .fa,
.x-navigation.x-navigation-minimized > li > a .glyphicon {
  margin: 0px auto;
  float: none;
  clear: both;
}
.x-navigation.x-navigation-minimized > li ul.xn-tit-hover {
  width: 220px;
  position: absolute;
  overflow: visible;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation.x-navigation-minimized > li li {
  width: 100%;
}
.x-navigation.x-navigation-minimized > li li.xn-openable:before {
  content: "\f105";
}
.x-navigation.x-navigation-minimized > li li.active.xn-openable:before {
  content: "\f104";
}
.x-navigation.x-navigation-minimized > li.active:before,
.x-navigation.x-navigation-minimized > li.xn-openable:before {
  display: none;
}
.x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
  padding: 0px;
  width: 50px;
  background-image: url("../../../image/common/logo-light-s.png");
}
.x-navigation.x-navigation-minimized .xn-search input {
  width: 30px;
  padding: 0px 2px 0px 28px;
}
.x-navigation.x-navigation-minimized .xn-search input:focus {
  width: 300px;
  padding: 0px 8px 0px 28px;
}
.x-navigation.x-navigation-minimized.x-navigation-hover li:hover > ul {
  display: block;
  background: #00347a;
  max-height: 1200px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  right: -220px;
}
.x-navigation.x-navigation-minimized.x-navigation-hover li:hover > ul:after {
  display: none;
}
.x-navigation.menu-01-close .menu-01,
.x-navigation.menu-02-close .menu-02,
.x-navigation.menu-03-close .menu-03,
.x-navigation.menu-04-close .menu-04,
.x-navigation.menu-05-close .menu-05 {
  display: none!important;
}
.x-navigation.x-navigation-custom li ul {
  background: #00347a;
}
.x-navigation.x-navigation-custom li > a:hover {
  background: #003070;
}
.x-navigation.x-navigation-custom li > a:hover .fa,
.x-navigation.x-navigation-custom li > a:hover .glyphicon,
.x-navigation.x-navigation-custom li > a:hover [class^="in_"],
.x-navigation.x-navigation-custom li > a:hover [class^="ii_"] {
  color: #6cd7f5;
}
.x-navigation.x-navigation-custom li > a .fa,
.x-navigation.x-navigation-custom li > a .glyphicon,
.x-navigation.x-navigation-custom li > a [class^="in_"],
.x-navigation.x-navigation-custom li > a [class^="ii_"] {
  color: #fff;
}
.x-navigation.x-navigation-custom li.active > a {
  background: #003070;
}
.x-navigation.x-navigation-custom li.active > a .fa,
.x-navigation.x-navigation-custom li.active > a .glyphicon {
  color: #6cd7f5;
}
.x-navigation.x-navigation-custom > li > a {
  padding: 15px 10px 15px 12px;
  font-size: 12px;
  color: #fff;
  border-left: 3px solid transparent;
}
.x-navigation.x-navigation-custom > li > a:hover {
  color: #FFF;
  background: #004d9b;
}
.x-navigation.x-navigation-custom > li.active > a {
  color: #FFF;
  background: #004d9b;
  border-left: 3px solid #6cd7f5;
}
.x-navigation.x-navigation-custom > li.xn-openable:before {
  color: #fff;
  top: 12px;
}
.x-navigation.x-navigation-custom > li.xn-title {
  border-bottom: 0px;
}
.x-navigation.x-navigation-custom > li.xn-logo > a {
  border-left: 0px;
  border-top: 0px;
}
.x-navigation.x-navigation-custom > li.xn-logo > a:hover {
  background-color: #0071bd;
}
.x-navigation.x-navigation-custom.x-navigation-minimized > li > a {
  padding: 15px 10px 15px 7px;
}
.x-navigation.x-navigation-custom.x-navigation-minimized > li.xn-profile > a {
  border-left: 0px;
  padding: 7px;
}
.x-navigation.x-navigation-custom.data-center-custom li ul {
  background: #ecebe9;
  color: #666;
}
.x-navigation.x-navigation-custom.data-center-custom li > a {
  border-bottom: 1px solid #e3e3e3;
  color: #666;
}
.x-navigation.x-navigation-custom.data-center-custom li > a:hover {
  background: #e5e4e0;
}
.x-navigation.x-navigation-custom.data-center-custom li > a:hover .fa,
.x-navigation.x-navigation-custom.data-center-custom li > a:hover .glyphicon,
.x-navigation.x-navigation-custom.data-center-custom li > a:hover [class^="in_"],
.x-navigation.x-navigation-custom.data-center-custom li > a:hover [class^="ii_"] {
  color: #004190;
}
.x-navigation.x-navigation-custom.data-center-custom li > a .fa,
.x-navigation.x-navigation-custom.data-center-custom li > a .glyphicon,
.x-navigation.x-navigation-custom.data-center-custom li > a [class^="in_"],
.x-navigation.x-navigation-custom.data-center-custom li > a [class^="ii_"] {
  color: #666;
}
.x-navigation.x-navigation-custom.data-center-custom li.active > a {
  background: #e5e4e0;
  color: #666;
}
.x-navigation.x-navigation-custom.data-center-custom li.active > a .fa,
.x-navigation.x-navigation-custom.data-center-custom li.active > a .glyphicon {
  color: #004190;
}
.x-navigation.x-navigation-custom.data-center-custom > li > a {
  font-size: 12px;
  color: #666;
  border-left: 3px solid transparent;
}
.x-navigation.x-navigation-custom.data-center-custom > li > a:hover {
  color: #666;
  background: #e5e4e0;
}
.x-navigation.x-navigation-custom.data-center-custom > li.active > a {
  color: #004190;
  background: #fff;
  border-left: 3px solid #004190;
}
.x-navigation.x-navigation-custom.data-center-custom > li.active > a .fa,
.x-navigation.x-navigation-custom.data-center-custom > li.active > a .glyphicon,
.x-navigation.x-navigation-custom.data-center-custom > li.active > a [class^="in_"],
.x-navigation.x-navigation-custom.data-center-custom > li.active > a [class^="ii_"] {
  color: #004190;
}
.x-navigation.x-navigation-custom.data-center-custom > li.xn-openable:before {
  color: #666;
  top: 12px;
}
.x-navigation.x-navigation-custom.data-center-custom > li.xn-title {
  border-bottom: 0px;
  background: #e8e7e3;
  color: #666;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
}
.x-navigation.x-navigation-custom.data-center-custom > li.xn-logo > a:hover {
  background-color: #0071bd;
}
.x-navigation .xn-search {
  padding: 10px 10px 10px 9px;
  position: relative;
}
.x-navigation .xn-search input {
  width: 200px;
  height: 30px;
  padding: 0px 28px 0px 8px;
  line-height: 25px;
  border: 1px solid #003368;
  background: #003872;
  color: #AAA;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.x-navigation .xn-search a.search-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  width: 18px;
  height: 30px;
  display: black;
  padding: 0;
}
.x-navigation .xn-search a.search-btn:before {
  content: "\f002";
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 28px;
  color: #AAA;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}
.x-navigation .xn-search a.search-btn:hover {
  background: none;
}
.x-navigation .xn-visible {
  display: none;
}
.x-navigation .x-navigation-control {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}
.x-navigation .x-navigation-control:hover {
  background: #0071bd;
  border-bottom: 0px;
}
.x-navigation .x-navigation-control:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 15px;
  top: 14px;
  left: 20px;
  color: #FFF;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.x-navigation > li.xn-navigation-control {
  display: none;
  height: 50px;
  border-bottom: 1px solid #003b77;
}
.x-navigation > li.xn-navigation-control .x-navigation-control:hover {
  background: #00347a;
}
.x-navigation > li.xn-logo > a {
  border-bottom: 0px;
}
.x-navigation > li.xn-logo > a:first-child {
  font-size: 0px;
  text-indent: -9999px;
  background: top center no-repeat #0077c7;
  background-image: url("../../../image/common/logo-light-m.png");
  padding: 0px;
  border-bottom: 0px;
  color: #FFF;
  height: 50px;
  border-right: 1px solid #005c99;
}
.x-navigation > li.xn-logo > a:first-child:hover {
  background-color: #0071bd;
}
.x-navigation > li.xn-profile {
  padding: 0px;
  border-bottom: 1px solid #00347a;
}
.x-navigation > li.xn-profile .profile-data-name {
  color: #ffffff;
}
.x-navigation > li.xn-profile .profile-mini {
  display: none;
  width: 50px;
  padding: 7px;
}
.x-navigation > li.xn-profile .profile-mini img {
  width: 36px;
  border: 2px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.x-navigation .informer {
  font-size: 12px;
  position: absolute;
  line-height: 20px;
  text-align: center;
  padding: 0px 5px;
  background: #BBB;
  right: 10px;
  top: 15px;
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation .informer.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
.x-navigation .informer.informer-primary {
  background: #004190;
}
.x-navigation .informer.informer-success {
  background: #92d959;
}
.x-navigation .informer.informer-info {
  background: #3fbae4;
}
.x-navigation .informer.informer-warning {
  background: #fd9f1b;
}
.x-navigation .informer.informer-danger {
  background: #cb4c4c;
}
.x-navigation .informer.informer-gray {
  background: #4e575e;
}
.x-navigation .informer.informer-deepgreen {
  background: #19b575;
}
.x-navigation .informer.informer-purple {
  background: #7e7bee;
}
.x-navigation .informer.informer-yellow {
  background: #f2da11;
}
.x-navigation .informer.informer-pink {
  background: #ea44b1;
}
.x-navigation .informer.informer-orange {
  background: #f96f3b;
}
.x-navigation .informer-02 {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #BBB;
  right: 8px;
  top: 12px;
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.x-navigation .informer-02.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
.x-navigation .informer-02.informer-primary {
  background: #004190;
}
.x-navigation .informer-02.informer-success {
  background: #92d959;
}
.x-navigation .informer-02.informer-info {
  background: #3fbae4;
}
.x-navigation .informer-02.informer-warning {
  background: #fd9f1b;
}
.x-navigation .informer-02.informer-danger {
  background: #cb4c4c;
}
.x-navigation .informer-02.informer-gray {
  background: #4e575e;
}
.x-navigation .informer-02.informer-deepgreen {
  background: #19b575;
}
.x-navigation .informer-02.informer-purple {
  background: #7e7bee;
}
.x-navigation .informer-02.informer-yellow {
  background: #f2da11;
}
.x-navigation .informer-02.informer-pink {
  background: #ea44b1;
}
.x-navigation .informer-02.informer-orange {
  background: #f96f3b;
}
.x-navigation li li .informer {
  top: 12px;
}
.x-navigation .xn-icon-button .informer {
  left: auto;
  bottom: auto;
  right: 1px;
  top: 5px;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li ul {
  top: 0px;
  right: auto;
  left: -230px;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li ul:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #004081;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li .profile {
  right: auto;
  left: -230px;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li .profile:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #004081;
}
.page-container.page-mode-rtl .x-navigation.x-navigation-minimized.x-navigation-hover li ul {
  left: -220px;
}
.page-container-boxed .x-navigation {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.page-container-boxed .x-navigation .xn-logo a {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.page-container-boxed .x-navigation.x-navigation-horizontal {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.page-container-boxed .x-navigation.x-navigation-horizontal.x-navigation-panel {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.page-container-boxed .page-container .page-content {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.page-container-boxed .page-container.page-navigation-top-custom .x-navigation.x-navigation-horizontal {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.page-container-boxed .page-container.page-mode-rtl .page-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-container-boxed .page-container.page-mode-rtl .page-sidebar .x-navigation {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.page-container-boxed .page-container.page-mode-rtl .page-sidebar .x-navigation .xn-logo a {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal.x-navigation-panel {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal > li:first-child a {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
/* END NAVIGATION */
/*应用下拉*/
.x-navigation li .drop-apps-box {
  width: 692px!important;
  padding: 0 14px;
}
.x-navigation li .drop-apps-box .panel-heading {
  padding: 0!important;
  margin: 0 0 10px;
}
.x-navigation li .drop-apps-box .panel-heading .panel-title {
  margin: 0 0 0 6px!important;
}
.x-navigation li .drop-apps-box .apps-line {
  width: 154px;
  float: left;
  margin: 0 6px;
}
.x-navigation li .drop-apps-box .apps-classify-box {
  width: 154px;
  float: left;
  border-bottom: 1px solid #dedede;
  margin: 0 0 15px;
}
.x-navigation li .drop-apps-box .apps-classify-box h2 {
  color: #999;
  font-size: 12px;
  width: 100%;
  line-height: 14px;
}
.x-navigation li .drop-apps-box .apps-classify-box > a {
  display: block;
  width: 100%;
  float: left;
  padding: 1px 0 12px ;
}
.x-navigation li .drop-apps-box .apps-classify-box > a font {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  float: left;
  margin: 2px 8px 0 12px;
}
.x-navigation li .drop-apps-box .apps-classify-box > a span {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  float: left;
  width: 85px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x-navigation li .drop-ecord {
  width: 140px!important;
}
.x-navigation li .drop-ecord .ecord-box {
  padding: 0 20px;
}
.x-navigation li .drop-ecord .ecord-box img {
  margin: 6px 0 0;
}
.x-navigation li .drop-ecord .ecord-box h4 {
  font-size: 12px;
  color: #666;
  margin: 10px 0 3px;
}
.x-navigation li .drop-ecord .ecord-box p {
  font-size: 12px;
  color: #999;
}
/*应用下拉*/
/* PROFILE */
.profile {
  width: 100%;
  float: left;
  padding: 15px 10px;
  position: relative;
  background: #003872;
}
.profile .profile-image {
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
  text-align: center;
}
.profile .profile-image img {
  width: 100px;
  border: 3px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.profile .profile-data {
  width: 100%;
  float: left;
  text-align: center;
}
.profile .profile-data .profile-data-name {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
}
.profile .profile-data .profile-data-title {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.profile .profile-controls a {
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: #FFF;
  border: 2px solid #FFF;
  line-height: 25px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.profile .profile-controls a.profile-control-left {
  left: 15px;
  top: 53px;
  text-align: center;
}
.profile .profile-controls a.profile-control-right {
  right: 15px;
  top: 53px;
  text-align: center;
}
.profile .profile-controls a .fa,
.profile .profile-controls a .glyphicon {
  width: auto;
  margin-right: auto;
}
.profile .profile-controls a:hover {
  border-color: #DDD;
  color: #DDD;
}
/* X-NAVIGATION FEATURES */
.x-navigation.x-navigation-minimized .profile {
  width: 300px;
  background: #004081;
  position: absolute;
  top: 4px;
  right: -230px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation.x-navigation-minimized li.active .profile {
  display: block;
}
.x-navigation.x-navigation-minimized .profile-mini {
  display: block;
  border-bottom: 0px;
}
/* END X-NAVIGATION FEATURES */
/*USER */
.sidebar-user {
  width: 100%;
  float: left;
  padding: 20px;
  position: relative;
  background: #003872;
}
.sidebar-user .user-picture {
  float: left;
  width: 50px;
  text-align: center;
}
.sidebar-user .user-picture img {
  width: 50px;
  height: 50px;
  border: 3px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sidebar-user .user-data {
  width: 100px;
  float: left;
  text-align: left;
  margin: 5px 0 0 10px;
}
.sidebar-user .user-data .user-data-name {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
}
.sidebar-user .user-data .user-data-title {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.sidebar-user .user-controls {
  width: 20px;
  float: right;
  height: 20px;
  margin: 10px 0;
}
.sidebar-user .user-controls .user-controls-btn {
  font-size: 1.8rem;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
.sidebar-user .user-controls .user-controls-btn:hover {
  text-decoration: none;
}
/* X-NAVIGATION FEATURES */
.x-navigation.x-navigation-minimized .sidebar-user {
  width: 100%;
  float: left;
  padding: 7px;
  position: relative;
  background: #003872;
}
.x-navigation.x-navigation-minimized .sidebar-user .user-picture {
  float: left;
  width: 36px;
  text-align: center;
}
.x-navigation.x-navigation-minimized .sidebar-user .user-picture img {
  width: 36px;
  height: 36px;
  border: 2px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.x-navigation.x-navigation-minimized .sidebar-user .user-data {
  display: none;
}
.x-navigation.x-navigation-minimized .sidebar-user .user-data .user-data-name {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
}
.x-navigation.x-navigation-minimized .sidebar-user .user-data .user-data-title {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.x-navigation.x-navigation-minimized .sidebar-user .user-controls {
  display: none;
}
/* END X-NAVIGATION FEATURES */
/* END PROFILE */
/* PAGE CONTENT HEADER */
.page-content-header {
  float: left;
  width: 100%;
  background: url(../../../image/common/bg.png) left top repeat #ffffff;
  padding: 10px 15px;
  height: 70px;
}
.page-content-header .logo {
  display: block;
  float: left;
  width: 140px;
  height: 50px;
  background: url(../../../image/common/logo-grey-big.png) left top no-repeat;
}
.page-content-header .contacts {
  float: left;
  height: 25px;
  clear: both;
}
.page-content-header .contacts a {
  float: left;
  display: block;
  line-height: 20px;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
  color: #999;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.page-content-header .contacts a .fa,
.page-content-header .contacts a .glyphicon {
  font-size: 16px;
  margin-right: 5px;
  line-height: 20px;
  vertical-align: middle;
}
.page-content-header .contacts a:hover {
  color: #3fbae4;
}
.page-content-header .socials {
  float: right;
  clear: both;
}
.page-content-header .socials a {
  float: left;
  display: block;
  line-height: 24px;
  font-size: 23px;
  margin-left: 5px;
  width: 24px;
  text-align: center;
}
.page-content-header .socials a .fa {
  line-height: 24px;
  color: #999;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.page-content-header .socials a .fa:hover.fa-facebook-square {
  color: #3C599B;
}
.page-content-header .socials a .fa:hover.fa-twitter-square {
  color: #1AB2E8;
}
.page-content-header .socials a .fa:hover.fa-pinterest-square {
  color: #C81D25;
}
.page-content-header .socials a .fa:hover.fa-linkedin-square {
  color: #0077B4;
}
.page-content-header .socials a .fa:hover.fa-dribbble {
  color: #E04C86;
}
/* END PAGE CONTENT HEADER */
/* BLOCK */
.block {
  padding: 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-full-width {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}
/* END BLOCK */
/* BREADCRUMB */
.breadcrumb {
  float: left;
  width: 100%;
  background: #e8e8e8;
  margin-bottom: 0;
  padding: 7px 15px 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08) inset;
}
.breadcrumb li,
.breadcrumb li a {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  text-decoration: none;
}
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #666666;
}
.breadcrumb li:last-child {
  color: #666666;
}
.breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #999999;
  padding: 0px 8px;
}
/* EOF BREADCRUMB */
/* Progress list */
.progress-list {
  float: left;
  width: 100%;
  padding: 0px 5px;
  font-size: 12px;
}
.progress-list .progress {
  clear: both;
  margin-top: 20px;
}
/* end progress list*/
/* LIST TAGS */
.list-tags {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  float: left;
  display: block;
  position: relative;
}
.list-tags li a {
  display: block;
  float: left;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 12px;
  margin: 0px 5px 5px 0px;
  padding: 0px 8px;
  color: #666666;
}
.list-tags li a:hover {
  text-decoration: none;
  background: #F0F0F0;
}
/* END LIST TAGS */
/* LIST GROUP */
.list-group {
  margin: 0px;
}
.list-group .list-group-item {
  line-height: 20px;
}
.list-group .list-group-item .fa {
  margin-right: 10px;
}
.list-group .list-group-item .btn .fa {
  margin-right: 0px;
}
.list-group .list-group-item .progress {
  margin: 5px 0px;
}
.list-group .list-group-item.active .badge {
  color: #666666;
}
.list-group .list-group-item:last-child {
  border-bottom: 0px;
}
.list-group.list-group-simple {
  border: 0px;
  background: transparent;
}
.list-group.list-group-simple .list-group-item {
  border: 0px;
  background: transparent;
  padding: 5px 10px;
}
.list-group.border-bottom .list-group-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.list-group.list-group-navigation {
  border: 0px;
  float: left;
  width: 100%;
}
.list-group.list-group-navigation .list-group-item {
  border-left: 0px;
  border-right: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.padding-0 .list-group {
  border: 0px;
}
.padding-0 .list-group .list-group-item {
  border-width: 1px 0px 0px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.padding-0 .list-group .list-group-item:first-child {
  border-top: 0px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background: #004190;
  border-color: #004190;
}
.list-group-item {
  border-color: #E5E5E5;
}
a.list-group-item:hover,
a.list-group-item:focus,
div.list-group-item:hover,
div.list-group-item:focus {
  background: #F9F9F9;
}
/* LIST GROUP CONTACTS */
.list-group-contacts .list-group-item {
  padding: 10px;
}
.list-group-contacts .list-group-item img {
  border: 2px solid #F5F5F5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  margin-right: 10px;
}
.list-group-contacts .list-group-item .contacts-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.list-group-contacts .list-group-item p {
  margin-bottom: 0px;
  line-height: 20px;
  min-height: 40px;
}
.list-group-contacts .list-group-item p span {
  display: block;
}
.list-group-contacts .list-group-item p span.message-text {
  float: left;
  width: 60%;
  font-size: 12px;
}
.list-group-contacts .list-group-item p span.message-text a {
  color: #666;
}
.list-group-contacts .list-group-item p span.message-text a.read-more {
  color: #004190;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}
.list-group-contacts .list-group-item p span.message-text a:hover {
  text-decoration: none;
}
.list-group-contacts .list-group-item p span.message-text a.mes-txt {
  color: #666;
}
.list-group-contacts .list-group-item p span.message-data {
  float: right;
  width: 20%;
  font-size: 12px;
}
.list-group-contacts .list-group-item.active {
  background: #F5F5F5;
  border-color: #E5E5E5;
  color: #666666;
}
.list-group-controls {
  position: absolute;
  right: 10px;
  top: 15px;
}
.list-group-status {
  float: left;
  margin-right: 10px;
  height: 40px;
  width: 10px;
  position: relative;
}
.list-group-status:after {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid #CCC;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  background: transparent;
}
.list-group-status.status-online:after {
  border-color: #92d959;
}
.list-group-status.status-away:after {
  border-color: #fd9f1b;
}
.list-group-status.status-offline:after {
  border-color: #CCC;
}
/* END LIST GROUP CONTACTS */
.status {
  margin: 5px 5px 5px 0px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #CCC;
  content: " ";
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.status.status-online {
  border-color: #92d959;
}
.status.status-away {
  border-color: #fd9f1b;
}
.status.status-offline {
  border-color: #CCC;
}
/* EOF LIST GROUP */
/* FRIENDS */
.friend {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0px;
  color: #666666;
  font-weight: 600;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.friend img {
  width: 100%;
  border: 3px solid #F5F5F5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.friend span {
  display: block;
  line-height: 20px;
  margin-top: 5px;
  font-size: 12px;
}
.friend:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity = 100);
  color: #434a54;
}
/* FRIENDS */
/* PANELS */
.panel {
  float: left;
  width: 100%;
  border: 0px;
  border-top: 2px solid #d4d4d4;
  margin-bottom: 20px;
  position: relative;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.09);
}
.panel.panel-default {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}
.panel.panel-primary {
  border-top-color: #004190;
}
.panel.panel-success {
  border-top-color: #92d959;
}
.panel.panel-info {
  border-top-color: #3fbae4;
}
.panel.panel-warning {
  border-top-color: #fd9f1b;
}
.panel.panel-danger {
  border-top-color: #cb4c4c;
}
.panel.panel-gray {
  border-top-color: #4e575e;
}
.panel.panel-deepgreen {
  border-top-color: #19b575;
}
.panel.panel-purple {
  border-top-color: #7e7bee;
}
.panel.panel-yellow {
  border-top-color: #f2da11;
}
.panel.panel-pink {
  border-top-color: #ea44b1;
}
.panel.panel-orange {
  border-top-color: #f96f3b;
}
.panel.panel-colorful:before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -o-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -moz-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -webkit-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -ms-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #cb4c4c), color-stop(0.5, #fd9f1b), color-stop(1, #92d959));
  display: block;
  left: 0px;
  top: 0px;
}
.panel.note-editor {
  margin-bottom: 0;
}
.panel .panel-heading {
  padding: 10px;
  border-radius: 6px 6px 0 0;
}
.panel .panel-heading .panel-title-image {
  float: left;
  width: 30px;
  border: 2px solid #D5D5D5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.panel .panel-heading .panel-title {
  margin-left: 7px;
}
.panel .panel-heading .panel-title-box {
  float: left;
}
.panel .panel-heading .panel-title-box h3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #434a54;
  padding: 0px;
  margin: 0px;
}
.panel .panel-heading .panel-title-box span {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 400;
  line-height: 12px;
}
.panel .panel-heading,
.panel .panel-footer,
.panel .panel-body {
  float: left;
  width: 100%;
}
.panel .panel-body {
  padding: 15px 15px;
  position: relative;
}
.panel .panel-body.scroll {
  padding-right: 0px;
}
.panel .panel-body.panel-body-map {
  padding: 5px;
}
.panel .panel-body.panel-body-image {
  padding: 0px;
  margin-bottom: 10px;
  position: relative;
}
.panel .panel-body.panel-body-image img {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
.panel .panel-body.panel-body-image .panel-body-inform {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  background: #3fbae4;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: -15px;
  text-align: center;
  line-height: 30px;
  padding-left: 1px;
  padding-top: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-primary {
  background: #004190;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-success {
  background: #92d959;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-info {
  background: base-info;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-warning {
  background: #fd9f1b;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-danger {
  background: #cb4c4c;
}
.panel .panel-body.panel-body-image .panel-body-inform.informer-gray {
  background: #4e575e;
}
.panel .panel-body.panel-body-image .panel-body-inform.informer-deepgreen {
  background: #19b575;
}
.panel .panel-body.panel-body-image .panel-body-inform.informer-purple {
  background: #7e7bee;
}
.panel .panel-body.panel-body-image .panel-body-inform.informer-yellow {
  background: #f2da11;
}
.panel .panel-body.panel-body-image .panel-body-inform.informer-pink {
  background: #ea44b1;
}
.panel .panel-body.panel-body-image .panel-body-inform.informer-orange {
  background: #f96f3b;
}
.panel .panel-body.panel-body-image .panel-body-inform .fa {
  font-size: 16px;
  color: #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.panel .panel-body.list-group {
  padding: 0px;
}
.panel .panel-body.profile {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.panel .panel-body.panel-body-search {
  padding: 5px;
}
.panel .panel-body.panel-body-half .panel-body {
  width: 50%;
  height: 100%;
}
.panel .panel-body.panel-body-half .panel-body:nth-child(2n) {
  padding-left: 25px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image {
  margin-bottom: 0px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image .panel-body-inform {
  bottom: auto;
  left: auto;
  right: -15px;
  top: 50%;
  margin-left: 0px;
  margin-top: -15px;
}
.panel .panel-title {
  font-size: 16px;
  font-weight: 550;
  line-height: 30px;
  display: block;
  float: left;
  color: #434a54;
}
.panel .panel-footer {
  background: #F5F5F5;
  border: 0px;
  border-top: 1px solid #E3E3E3;
  line-height: 30px;
  padding: 10px;
}
.panel .drop-footer {
  height: 10px;
  background-color: #fff;
  border-top: none;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading {
  background: #f5f5f5;
  border-color: #E5E5E5;
}
.panel-fullscreen-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
}
.panel-fullscreen-wrap .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
.panel-fullscreen-wrap .panel .panel-body {
  overflow-y: scroll;
}
/* PANEL GROUP / ACCORDION */
.panel-group {
  float: left;
  width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-title > a {
  text-decoration: none;
}
.panel-group.accordion .panel-body {
  display: none;
}
.panel-group.accordion .panel-body.panel-body-open {
  display: block;
}
/* END PANEL GROUP / ACCORDION */
/* PANEL CONTROLS */
ul.panel-controls {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}
ul.panel-controls > li {
  float: left;
}
ul.panel-controls > li > a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #666666;
  border: 1px solid #BBB;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
ul.panel-controls > li > a.control-primary {
  color: #004190;
  border-color: #004190;
}
ul.panel-controls > li > a.control-success {
  color: #92d959;
  border-color: #92d959;
}
ul.panel-controls > li > a.control-info {
  color: #3fbae4;
  border-color: #3fbae4;
}
ul.panel-controls > li > a.control-warning {
  color: #fd9f1b;
  border-color: #fd9f1b;
}
ul.panel-controls > li > a.control-danger {
  color: #cb4c4c;
  border-color: #cb4c4c;
}
ul.panel-controls > li > a.control-gray {
  color: #4e575e;
  border-color: #4e575e;
}
ul.panel-controls > li > a.control-deepgreen {
  color: #19b575;
  border-color: #19b575;
}
ul.panel-controls > li > a.control-purple {
  color: #7e7bee;
  border-color: #7e7bee;
}
ul.panel-controls > li > a.control-yellow {
  color: #f2da11;
  border-color: #f2da11;
}
ul.panel-controls > li > a.control-pink {
  color: #ea44b1;
  border-color: #ea44b1;
}
ul.panel-controls > li > a.control-orange {
  color: #f96f3b;
  border-color: #f96f3b;
}
ul.panel-controls > li > a:hover {
  border-color: #999;
  color: #434a54;
}
ul.panel-controls > li > a.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.panel-controls.panel-controls-title {
  margin-top: 3px;
}
.panel-hidden-controls ul.panel-controls > li > a {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.panel-hidden-controls:hover ul.panel-controls > li > a {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.panel-hidden-controls:hover ul.panel-controls > li > a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
ul.panel-controls > li.label-control .label,
.label-form {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 12px;
  margin-top: 4px;
}
ul.panel-controls > li > .dropdown-menu {
  left: auto;
  right: 3px;
}
ul.panel-controls > li > .dropdown-menu:after,
ul.panel-controls > li > .dropdown-menu:before {
  left: auto;
  right: 11px;
}
ul.panel-controls > li > .dropdown-menu:after {
  margin-left: auto;
  margin-right: -5px;
}
ul.panel-controls > li > .dropdown-menu:before {
  margin-left: auto;
  margin-right: -6px;
}
/* EOF PANEL CONTROLS */
.panel-heading .label {
  line-height: 16px;
  padding: 4px 10px;
  margin: 3px 0px 3px 5px;
  font-size: 12px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.panel-heading .label.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
.panel-heading .label-icon {
  font-size: 16px;
  margin: 8px 7px 0;
  float: right;
  text-decoration: none;
}
.panel-heading .label-icon:hover {
  text-decoration: none;
}
/* PANEL BODY PRICING */
.panel.panel-primary .panel-body-pricing small {
  color: #004190;
}
.panel.panel-success .panel-body-pricing small {
  color: #92d959;
}
.panel.panel-info .panel-body-pricing small {
  color: #3fbae4;
}
.panel.panel-warning .panel-body-pricing small {
  color: #fd9f1b;
}
.panel.panel-danger .panel-body-pricing small {
  color: #cb4c4c;
}
.panel.panel-gray .panel-body-pricing small {
  color: #4e575e;
}
.panel.panel-deepgreen .panel-body-pricing small {
  color: #19b575;
}
.panel.panel-purple .panel-body-pricing small {
  color: #7e7bee;
}
.panel.panel-yellow .panel-body-pricing small {
  color: #f2da11;
}
.panel.panel-pink .panel-body-pricing small {
  color: #ea44b1;
}
.panel.panel-orange .panel-body-pricing small {
  color: #f96f3b;
}
.panel-body.panel-body-pricing h2 {
  font-size: 26px;
  font-weight: 400;
}
.panel-body.panel-body-pricing h2 small {
  text-transform: uppercase;
}
.panel-body.panel-body-pricing p {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}
.panel-body.panel-body-pricing p.text-muted {
  color: #AAA;
  font-size: 12px;
}
.panel-body.panel-body-pricing .fa {
  color: #EEE;
}
/* PANEL BODY PRICING */
/* PANEL REFRESHING */
.panel-refresh-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  z-index: 3;
  font-size: 21px;
}
.panel-refresh-layer img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
/* EOF PANEL REFRESHING */
.panel-toggled .panel-body,
.panel-toggled .panel-footer {
  display: none;
}
/* XNAV PANEL */
.x-navigation li > .panel {
  display: none;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 430px;
  z-index: 4;
  border-top-width: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation li > .panel .panel-padding {
  padding: 0 20px;
}
.x-navigation li > .panel.xn-drop-left {
  left: auto;
  right: 0px;
}
.x-navigation li > .panel .panel-heading {
  padding: 5px 13px 0;
}
.x-navigation li > .panel .panel-heading .panel-title {
  font-size: 15px;
}
.x-navigation li > .panel .panel-footer {
  line-height: 30px;
  padding: 3px 10px;
}
.x-navigation li.active > .panel {
  display: block;
}
.x-navigation li > .panel:after {
  top: -11px;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #E5E5E5;
  border-width: 5px;
  margin-left: -5px;
  border: none;
}
.x-navigation li > .panel.xn-drop-left:after {
  right: 20px;
  left: auto;
}
.x-navigation li > .panel.dragged:after {
  display: none;
}
.x-navigation li > .panel.panel-primary:after {
  border-bottom-color: #004190;
}
.x-navigation li > .panel.panel-info:after {
  border-bottom-color: #3fbae4;
}
.x-navigation li > .panel.panel-warning:after {
  border-bottom-color: #fd9f1b;
}
.x-navigation li > .panel.panel-danger:after {
  border-bottom-color: #cb4c4c;
}
.x-navigation li > .panel.panel-success:after {
  border-bottom-color: #92d959;
}
.x-navigation li > .panel.panel-gray:after {
  border-bottom-color: #4e575e;
}
.x-navigation li > .panel.panel-deepgreen:after {
  border-bottom-color: #19b575;
}
.x-navigation li > .panel.panel-purple:after {
  border-bottom-color: #7e7bee;
}
.x-navigation li > .panel.panel-yellow:after {
  border-bottom-color: #f2da11;
}
.x-navigation li > .panel.panel-pink:after {
  border-bottom-color: #ea44b1;
}
.x-navigation li > .panel.panel-orange:after {
  border-bottom-color: #f96f3b;
}
.resizable-helper {
  border: 1px dashed #004190;
}
.ui-resizable-s {
  width: 98%;
}
.ui-resizable-e {
  height: 98%;
}
.ui-resizable-se {
  width: 16px;
  height: 16px;
  right: 0px;
  bottom: 0px;
  text-indent: 0px;
  background: url("../../../image/common/jquery/resize-icon.png") left top no-repeat;
}
/* EOF XNAV PANEL */
/* EOF PANELS */
/* USER */
.user {
  float: left;
  width: 100%;
  line-height: 50px;
}
.user img {
  float: left;
  width: 50px;
  height: 50%;
  border: 3px solid #F5F5F5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.user a {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #004190;
}
.user .btn {
  margin-top: 10px;
}
/* END USER */
/* BUTTONS */
.layui-layer-btn .layui-layer-btn0,
.layui-layer-btn .layui-layer-btn1 {
  font-size: 12px;
  padding: 4px 15px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.layui-layer-btn .layui-layer-btn1 {
  border: 1px solid #DDD;
  background-color: #fff;
  float: left;
}
.layui-layer-btn .layui-layer-btn1:hover,
.layui-layer-btn .layui-layer-btn1:focus,
.layui-layer-btn .layui-layer-btn1:active,
.layui-layer-btn .layui-layer-btn1.active,
.layui-layer-btn .open > .dropdown-toggle.layui-layer-btn1 {
  background-color: #F5F5F5;
  border-color: #DDD;
}
.layui-layer-btn .layui-layer-btn0 {
  background-color: #004190;
  border-color: #004190;
}
.layui-layer-btn .layui-layer-btn0:hover,
.layui-layer-btn .layui-layer-btn0:focus,
.layui-layer-btn .layui-layer-btn0:active,
.layui-layer-btn .layui-layer-btn0.active,
.layui-layer-btn .open > .dropdown-toggle.layui-layer-btn0 {
  background-color: #32baf3;
  border-color: #32baf3;
}
.layui-layer-btn .layui-layer-btn0[disabled],
.layui-layer-btn .layui-layer-btn0.disabled {
  background: #32baf3;
  border-color: #28b7f3;
}
.btn {
  font-size: 12px;
  -webkit-padding: 4px 15px 4px;
  padding: 5px 15px 3px;
  padding: 4px 15px 4px\9;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 15px;
  padding: 12px 20px;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 12px;
  padding: 2px 10px;
}
.btn.btn-xs,
.btn-group-xs > .btn {
  font-size: 10px;
  padding: 0px 5px;
}
.btn-default {
  border-color: #DDD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #F5F5F5;
  border-color: #DDD;
}
.btn-danger {
  background-color: #cb4c4c;
  border-color: #cb4c4c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #c43939;
  border-color: #c43939;
}
.btn-danger[disabled],
.btn-danger.disabled {
  background: #d67474;
  border-color: #d46c6c;
}
.btn-warning {
  background-color: #fd9f1b;
  border-color: #fd9f1b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #fc9402;
  border-color: #fc9402;
}
.btn-warning[disabled],
.btn-warning.disabled {
  background: #fdb44e;
  border-color: #fdb043;
}
.btn-success {
  background-color: #92d959;
  border-color: #92d959;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #84d444;
  border-color: #84d444;
}
.btn-success[disabled],
.btn-success.disabled {
  background: #ade383;
  border-color: #a8e17a;
}
.btn-primary {
  background-color: #004190;
  border-color: #004190;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #32baf3;
  border-color: #32baf3;
}
.btn-primary[disabled],
.btn-primary.disabled {
  background: #32baf3;
  border-color: #28b7f3;
}
.btn-gray {
  background-color: #4e575e;
  border-color: #4e575e;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #65717a;
  border-color: #65717a;
}
.btn-gray[disabled],
.btn-gray.disabled {
  background: #65717a;
  border-color: #616c74;
}
.btn-info {
  background-color: #3fbae4;
  border-color: #3fbae4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #29b2e1;
  border-color: #29b2e1;
}
.btn-info[disabled],
.btn-info.disabled {
  background: #6ccaea;
  border-color: #63c7e9;
}
.btn-deepgreen {
  background-color: #19b575;
  border-color: #d5d5d5;
}
.btn-deepgreen:hover,
.btn-deepgreen:focus,
.btn-deepgreen:active,
.btn-deepgreen.active,
.open > .dropdown-toggle.btn-deepgreen {
  background-color: #21e092;
  border-color: #21e092;
}
.btn-deepgreen[disabled],
.btn-deepgreen.disabled {
  background: #21e092;
  border-color: #1ed98c;
}
.btn-purple {
  background-color: #7e7bee;
  border-color: #d5d5d5;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: #aaa8f4;
  border-color: #aaa8f4;
}
.btn-purple[disabled],
.btn-purple.disabled {
  background: #aaa8f4;
  border-color: #a19ff3;
}
.btn-yellow {
  background-color: #f2da11;
  border-color: #d5d5d5;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-color: #f5e241;
  border-color: #f5e241;
}
.btn-yellow[disabled],
.btn-yellow.disabled {
  background: #f5e241;
  border-color: #f4e038;
}
.btn-pink {
  background-color: #ea44b1;
  border-color: #d5d5d5;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  background-color: #ef72c4;
  border-color: #ef72c4;
}
.btn-pink[disabled],
.btn-pink.disabled {
  background: #ef72c4;
  border-color: #ee69c0;
}
.btn-orange {
  background-color: #f96f3b;
  border-color: #d5d5d5;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-color: #fb936c;
  border-color: #fb936c;
}
.btn-orange[disabled],
.btn-orange.disabled {
  background: #fb936c;
  border-color: #fa8c63;
}
.btn-link {
  font-weight: 600;
  color: #004190;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  color: #004190;
}
.btn .fa {
  font-size: 15px;
  margin-right: 5px;
}
.btn .glyphicon {
  font-size: 12px;
  margin-right: 5px;
}
.btn [class^="in_"],
.btn [class^="ii_"] {
  margin-right: 5px;
}
.btn.btn-rounded {
  background: transparent;
  color: #666666;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border-width: 2px;
  padding: 2px 10px;
  font-weight: 600;
}
.btn.btn-rounded.btn-default:hover,
.btn.btn-rounded.btn-default:focus,
.btn.btn-rounded.btn-default:active,
.btn.btn-rounded.btn-default.active {
  border-color: #CCC;
  color: #333;
}
.btn.btn-rounded.btn-success {
  color: #92d959;
}
.btn.btn-rounded.btn-success:hover,
.btn.btn-rounded.btn-success:focus,
.btn.btn-rounded.btn-success:active,
.btn.btn-rounded.btn-success.active {
  border-color: #84d444;
  color: #84d444;
}
.btn.btn-rounded.btn-warning {
  color: #fd9f1b;
}
.btn.btn-rounded.btn-warning:hover,
.btn.btn-rounded.btn-warning:focus,
.btn.btn-rounded.btn-warning:active,
.btn.btn-rounded.btn-warning.active {
  border-color: #fc9402;
  color: #fc9402;
}
.btn.btn-rounded.btn-info {
  color: #3fbae4;
}
.btn.btn-rounded.btn-info:hover,
.btn.btn-rounded.btn-info:focus,
.btn.btn-rounded.btn-info:active,
.btn.btn-rounded.btn-info.active {
  border-color: #29b2e1;
  color: #29b2e1;
}
.btn.btn-rounded.btn-danger {
  color: #cb4c4c;
}
.btn.btn-rounded.btn-danger:hover,
.btn.btn-rounded.btn-danger:focus,
.btn.btn-rounded.btn-danger:active,
.btn.btn-rounded.btn-danger.active {
  border-color: #c43939;
  color: #c43939;
}
.btn.btn-rounded.btn-primary {
  color: #004190;
}
.btn.btn-rounded.btn-primary:hover,
.btn.btn-rounded.btn-primary:focus,
.btn.btn-rounded.btn-primary:active,
.btn.btn-rounded.btn-primary.active {
  border-color: #0c94cd;
  color: #0c94cd;
}
.btn.btn-rounded.btn-gray {
  color: #fff;
}
.btn.btn-rounded.btn-gray:hover,
.btn.btn-rounded.btn-gray:focus,
.btn.btn-rounded.btn-gray:active,
.btn.btn-rounded.btn-gray.active {
  border-color: #424a50;
  color: #fff;
}
.btn.btn-rounded.btn-deepgreen {
  color: #19b575;
}
.btn.btn-rounded.btn-deepgreen:hover,
.btn.btn-rounded.btn-deepgreen:focus,
.btn.btn-rounded.btn-deepgreen:active,
.btn.btn-rounded.btn-deepgreen.active {
  border-color: #169f67;
  color: #169f67;
}
.btn.btn-rounded.btn-purple {
  color: #7e7bee;
}
.btn.btn-rounded.btn-purple:hover,
.btn.btn-rounded.btn-purple:focus,
.btn.btn-rounded.btn-purple:active,
.btn.btn-rounded.btn-purple.active {
  border-color: #6864eb;
  color: #6864eb;
}
.btn.btn-rounded.btn-yellow {
  color: #f2da11;
}
.btn.btn-rounded.btn-yellow:hover,
.btn.btn-rounded.btn-yellow:focus,
.btn.btn-rounded.btn-yellow:active,
.btn.btn-rounded.btn-yellow.active {
  border-color: #ddc70c;
  color: #ddc70c;
}
.btn.btn-rounded.btn-pink {
  color: #ea44b1;
}
.btn.btn-rounded.btn-pink:hover,
.btn.btn-rounded.btn-pink:focus,
.btn.btn-rounded.btn-pink:active,
.btn.btn-rounded.btn-pink.active {
  border-color: #e72da7;
  color: #e72da7;
}
.btn.btn-rounded.btn-orange {
  color: #f96f3b;
}
.btn.btn-rounded.btn-orange:hover,
.btn.btn-rounded.btn-orange:focus,
.btn.btn-rounded.btn-orange:active,
.btn.btn-rounded.btn-orange.active {
  border-color: #f85d22;
  color: #f85d22;
}
.btn:active,
.btn.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-twitter {
  background: #1AB2E8;
  border-color: #1AB2E8;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter.active {
  background: #15a1d3;
}
.btn.btn-facebook {
  background: #3C599B;
  border-color: #3C599B;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook.active {
  background: #354e89;
}
.btn.btn-google {
  background: #E04A39;
  border-color: #E04A39;
}
.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google.active {
  background: #dd3623;
}
.btn.btn-condensed {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.btn.btn-condensed .fa,
.btn.btn-condensed .glyphicon {
  margin: 0px;
  text-align: center;
}
.btn.btn-condensed.btn-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.btn.btn-condensed.btn-lg {
  padding-left: 15px;
  padding-right: 15px;
}
/* EOF BUTTONS */
/* FORM ELEMENTS */
.radio,
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 5px 0px;
  float: left;
}
.checkbox.pull-left,
.checkbox.pull-right,
.radio.pull-left,
.radio.pull-right {
  width: auto;
}
.form-control {
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #dedede;
  background: #f9f9f9;
  padding: 3px 12px;
}
.form-control:focus {
  border-color: #C5C5C5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #C1C1C1;
  background: #FFF;
}
.form-control[disabled],
.form-control[readonly] {
  color: #999;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus {
  background: #EEE;
  color: #999;
  border-color: #D5D5D5;
}
.input-group-addon {
  border-color: #d5d5d5 /* @base-primary*/;
  background-color: #f9f9f9 /*@base-primary*/;
  font-size: 12px;
  padding: 0px 10px;
  line-height: 28px;
  color: #333;
  text-align: center;
  min-width: 36px;
}
.input-group-addon,
.input-group-btn {
  vertical-align: bottom;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.form-group-separated {
  border-top: 1px dashed #D5D5D5;
}
.form-group-separated .form-group {
  border-bottom: 1px dashed #D5D5D5;
  margin-bottom: 0px;
}
.form-group-separated .form-group [class^="col-md-"] {
  border-left: 1px dashed #D5D5D5;
  padding: 12px 10px;
}
.form-group-separated .form-group [class^="col-md-"]:first-child {
  border-left: 0px;
}
.form-group-separated .form-group:last-child {
  border-bottom: 0px;
}
.form-group-separated .form-group.form-group-border-right [class^="col-md-"] {
  border-left: 0px;
  border-right: 1px dashed #D5D5D5;
}
.form-group-separated .form-group.form-group-border-right [class^="col-md-"]:last-child {
  border-right: 0px;
  margin-left: 0px;
}
.form-group-separated.panel-body,
.form-group-separated.modal-body {
  padding: 0px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .control-label {
  line-height: 30px;
  padding-top: 0px;
  font-size: 12px;
  padding-right: 5px;
}
.help-block {
  color: #AAB2BD;
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 12px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 12px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 0;
}
.has-feedback label ~ .form-control-feedback {
  top: 20px;
}
/* FORM VALIDATION STATES */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #92d959;
}
.has-success .form-control {
  border-color: #92d959;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #fd9f1b;
}
.has-warning .form-control {
  border-color: #fd9f1b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #cb4c4c;
}
.has-error .form-control {
  border-color: #cb4c4c;
}
/* EOF FORM VALIDATION STATES */
.form-control.error,
.bootstrap-select.error > button {
  border-color: #cb4c4c;
}
label {
  font-weight: 600;
}
label.error,
label.valid {
  color: #cb4c4c;
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
}
.form-control.valid,
.bootstrap-select.valid > button {
  border-color: #92d959;
}
label.valid {
  color: #92d959;
}
.control-label.text-left {
  text-align: left;
}
/* EOF FORM ELEMENTS */
/* LABELS AND BADGES */
.label {
  font-weight: 500;
}
.badge {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 8px;
}
.label-primary,
.badge-primary {
  background-color: #004190;
}
.label-success,
.badge-success {
  background-color: #92d959;
}
.label-info,
.badge-info {
  background-color: #3fbae4;
}
.label-warning,
.badge-warning {
  background-color: #fd9f1b;
}
.label-danger,
.badge-danger {
  background-color: #cb4c4c;
}
.label-gray,
.badge-gray {
  background-color: #4e575e;
}
.label-deepgreen,
.badge-deepgreen {
  background-color: #19b575;
}
.label-purple,
.badge-purple {
  background-color: #7e7bee;
}
.label-yellow,
.badge-yellow {
  background-color: #f2da11;
}
.label-pink,
.badge-pink {
  background-color: #ea44b1;
}
.label-orange,
.badge-orange {
  background-color: #f96f3b;
}
/* EOF LABELS AND BADGES */
/* ALERTS */
.alert {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 21px;
}
.alert-success {
  background-color: #92d959;
  color: #FFF;
  border-color: #8dd751;
}
.alert-info {
  background-color: #3fbae4;
  color: #FFF;
  border-color: #36b7e3;
}
.alert-warning {
  background-color: #fd9f1b;
  color: #FFF;
  border-color: #fd9b11;
}
.alert-danger {
  background-color: #cb4c4c;
  color: #FFF;
  border-color: #c94444;
}
.alert-gray {
  background-color: #4e575e;
  color: #FFF;
  border-color: #495258;
}
.alert-deepgreen {
  background-color: #19b575;
  color: #FFF;
  border-color: #18ac6f;
}
.alert-purple {
  background-color: #7e7bee;
  color: #FFF;
  border-color: #7572ed;
}
.alert-yellow {
  background-color: #f2da11;
  color: #FFF;
  border-color: #ecd40d;
}
.alert-pink {
  background-color: #ea44b1;
  color: #FFF;
  border-color: #e93bad;
}
.alert-orange {
  background-color: #f96f3b;
  color: #FFF;
  border-color: #f96831;
}
/* EOF ALERTS */
/* DROP DOWN */
.dropdown-menu {
  font-size: 12px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  padding: 0px;
  margin: 8px 0px 0px;
  min-width: 200px;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 20px;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0px;
}
.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.dropdown-menu:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #E5E5E5;
  border-width: 6px;
  margin-left: -6px;
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
  display: none;
}
.dropdown-header {
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5E5;
  color: #777;
}
.dropdown-menu .fa {
  margin-right: 5px;
}
.dropdown-menu .divider {
  background: #F5F5F5;
  margin: 0px;
  padding: 15px 0px 0px;
  border-bottom: 1px solid #E5E5E5;
}
/* EOF DROP DOWN */
/* MODAL */
.modal-dialog {
  z-index: 1041;
}
.modal-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 5px;
}
.modal-content.modal-content-noborder {
  border: none;
  border-radius: 0;
}
.modal-content.modal-content-noborder .modal-header,
.modal-content.modal-content-noborder .modal-footer {
  border-radius: 0;
}
.modal-header {
  padding: 10px 7px 10px 15px;
  line-height: 30px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background: #F5F5F5;
  border-color: #d5d5d5;
}
.modal-header .close {
  margin-top: 5px;
  margin-right: 5px;
}
.modal-title {
  line-height: 30px;
}
.modal-body {
  padding: 15px;
  zoom: 1;
}
.modal-body:before,
.modal-body:after {
  content: "";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-footer {
  background: #F5F5F5;
  border-color: #D5D5D5;
  padding: 10px 20px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
/* EOF MODAL */
/* PORTLET */
.scCol {
  min-height: 30px;
}
.scPlaceholder {
  background: #fcfbf4;
  border: 1px dashed #999;
  margin-bottom: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
}
/* EOF PORTLET */
/* TYPOGRAPHY */
.page-title {
  float: left;
  width: 100%;
  padding: 14px 10px 16px;
  height: 63px;
}
.page-title h2 {
  float: left;
  margin: 0;
  height: 33px;
  line-height: 33px;
  color: #444;
}
.page-title h2 span {
  float: left;
  margin: 2px 7px 0 5px;
  font-size: 2rem;
  line-height: 33px;
}
.page-title-mini {
  float: left;
  width: 100%;
  padding: 20px 10px 20px;
}
.page-title-mini h2 {
  float: left;
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #434a54;
  padding: 0px;
  margin: 0px;
}
h1,
.h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
}
h2,
.h2 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 400;
}
h3,
.h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
h3 small,
.h3 small {
  line-height: 19px;
}
h4,
.h4 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 400;
}
h5,
.h5 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}
h6,
.h6 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}
blockquote {
  font-size: 12px;
  border-left-color: #CCC;
  line-height: 20px;
}
blockquote p {
  line-height: 12px;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right-color: #CCC;
}
.blockquote-primary {
  border-left-color: #004190;
}
.blockquote-success {
  border-left-color: #92d959;
}
.blockquote-info {
  border-left-color: #3fbae4;
}
.blockquote-danger {
  border-left-color: #cb4c4c;
}
.blockquote-warning {
  border-left-color: #fd9f1b;
}
.blockquote-gray {
  border-left-color: #4e575e;
}
.blockquote-deepgreen {
  border-left-color: #19b575;
}
.blockquote-purple {
  border-left-color: #7e7bee;
}
.blockquote-yellow {
  border-left-color: #f2da11;
}
.blockquote-pink {
  border-left-color: #ea44b1;
}
.blockquote-orange {
  border-left-color: #f96f3b;
}
.text-title {
  font-weight: 600;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0px 5px;
  font-size: 15px;
}
/* EOF TYPOGRAPHY */
/* HELPERS */
.push-0 {
  margin: 0px !important;
}
.push-down-0 {
  margin-bottom: 0px !important;
}
.push-down-5 {
  margin-bottom: 5px !important;
}
.push-down-6 {
  margin-bottom: 6px !important;
}
.push-down-7 {
  margin-bottom: 7px !important;
}
.push-down-8 {
  margin-bottom: 8px !important;
}
.push-down-10 {
  margin-bottom: 10px !important;
}
.push-down-15 {
  margin-bottom: 15px !important;
}
.push-down-20 {
  margin-bottom: 20px !important;
}
.push-down-25 {
  margin-bottom: 25px !important;
}
.push-down-30 {
  margin-bottom: 30px !important;
}
.push-up-0 {
  margin-top: 0px !important;
}
.push-up-1 {
  margin-top: 1px !important;
}
.push-up-2 {
  margin-top: 2px !important;
}
.push-up-3 {
  margin-top: 3px !important;
}
.push-up-4 {
  margin-top: 4px !important;
}
.push-up-5 {
  margin-top: 5px !important;
}
.push-up-6 {
  margin-top: 6px !important;
}
.push-up-7 {
  margin-top: 7px !important;
}
.push-up-8 {
  margin-top: 8px !important;
}
.push-up-10 {
  margin-top: 10px !important;
}
.push-up-11 {
  margin-top: 11px !important;
}
.push-up-12 {
  margin-top: 12px !important;
}
.push-up-14 {
  margin-top: 14px !important;
}
.push-up-15 {
  margin-top: 15px !important;
}
.push-up-16 {
  margin-top: 16px !important;
}
.push-up-17 {
  margin-top: 17px !important;
}
.push-up-18 {
  margin-top: 18px !important;
}
.push-up-19 {
  margin-top: 19px !important;
}
.push-up-20 {
  margin-top: 20px !important;
}
.push-up-25 {
  margin-top: 25px !important;
}
.push-up-30 {
  margin-top: 30px !important;
}
.push-left-0 {
  margin-left: 0px !important;
}
.push-left-1 {
  margin-left: 1px !important;
}
.push-left-5 {
  margin-left: 5px !important;
}
.push-left-6 {
  margin-left: 6px !important;
}
.push-left-10 {
  margin-left: 10px !important;
}
.push-left-15 {
  margin-left: 15px !important;
}
.push-left-20 {
  margin-left: 20px !important;
}
.push-left-25 {
  margin-left: 25px !important;
}
.push-left-30 {
  margin-left: 30px !important;
}
.push-right-0 {
  margin-right: 0px !important;
}
.push-right-5 {
  margin-right: 5px !important;
}
.push-right-6 {
  margin-right: 6px !important;
}
.push-right-10 {
  margin-right: 10px !important;
}
.push-right-15 {
  margin-right: 15px !important;
}
.push-right-20 {
  margin-right: 20px !important;
}
.push-right-25 {
  margin-right: 25px !important;
}
.push-right-30 {
  margin-right: 30px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.text-muted {
  color: #CCD0D9 !important;
}
.text-primary {
  color: #004190 !important;
}
.text-success {
  color: #92d959 !important;
}
.text-info {
  color: #3fbae4 !important;
}
.text-warning {
  color: #fd9f1b !important;
}
.text-danger {
  color: #cb4c4c !important;
}
.text-gray {
  color: #4e575e !important;
}
.text-deepgreen {
  color: #19b575 !important;
}
.text-purple {
  color: #7e7bee !important;
}
.text-yellow {
  color: #f2da11 !important;
}
.text-pink {
  color: #ea44b1 !important;
}
.text-orange {
  color: #f96f3b !important;
}
.bg-primary {
  color: #fff;
  background-color: #004190 !important;
}
.bg-success {
  color: #fff;
  background-color: #92d959 !important;
}
.bg-info {
  color: #fff;
  background-color: #3fbae4 !important;
}
.bg-warning {
  color: #fff;
  background-color: #fd9f1b !important;
}
.bg-danger {
  color: #fff;
  background-color: #cb4c4c !important;
}
.bg-gray {
  color: #fff;
  background-color: #4e575e !important;
}
.bg-deepgreen {
  color: #fff;
  background-color: #19b575 !important;
}
.bg-purple {
  color: #fff;
  background-color: #7e7bee !important;
}
.bg-yellow {
  color: #fff;
  background-color: #f2da11 !important;
}
.bg-pink {
  color: #fff;
  background-color: #ea44b1 !important;
}
.bg-orange {
  color: #fff;
  background-color: #f96f3b !important;
}
.twitter {
  border-color: #1AB2E8 !important;
  color: #1AB2E8 !important;
}
.twitter:hover {
  border-color: #48c2ed !important;
  color: #48c2ed !important;
}
.facebook {
  border-color: #3C599B !important;
  color: #3C599B !important;
}
.facebook:hover {
  border-color: #4f70bb !important;
  color: #4f70bb !important;
}
.line-height-30 {
  line-height: 30px;
}
/* EOF HELPERS */
/* PROGRESS BARS */
.progress.progress-lg {
  height: 30px;
}
.progress.progress-small .progress-bar {
  line-height: 30px;
}
.progress.progress-small {
  height: 5px;
}
.progress.progress-small .progress-bar {
  font-size: 0px;
}
.progress-bar {
  background-color: #004190;
}
.progress-bar-success {
  background-color: #92d959;
}
.progress-bar-warning {
  background-color: #fd9f1b;
}
.progress-bar-danger {
  background-color: #cb4c4c;
}
.progress-bar-info {
  background-color: #3fbae4;
}
.progress-bar-gray {
  background-color: #4e575e;
}
.progress-bar-deepgreen {
  background-color: #19b575;
}
.progress-bar-purple {
  background-color: #7e7bee;
}
.progress-bar-yellow {
  background-color: #f2da11;
}
.progress-bar-pink {
  background-color: #ea44b1;
}
.progress-bar-orange {
  background-color: #f96f3b;
}
.progress-bar-colorful {
  background: linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -o-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -moz-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -webkit-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -ms-linear-gradient(left, #cb4c4c 0%, #fd9f1b 50%, #92d959 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #cb4c4c), color-stop(0.5, #fd9f1b), color-stop(1, #92d959));
}
/* EOF PROGRESS BARS */
/* SWITCH */
.switch {
  cursor: pointer;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span:after {
  left: 21px;
}
.switch input:checked + span {
  background-color: #92d959;
}
.switch input:disabled + span {
  background-color: #CCC;
}
.switch span {
  position: relative;
  width: 50px;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #cb4c4c;
  border: 1px solid #E5E5E5;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-color: rgba(0, 0, 0, 0.1);
  left: 0px;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  bottom: 1px;
  left: 1px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.switch.switch-small {
  margin: 6px 0px 4px;
  height: 20px;
  line-height: 20px;
}
.switch.switch-small input:checked + span:after {
  left: 11px;
}
.switch.switch-small span {
  width: 30px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.switch.switch-small span:after {
  width: 16px;
}
/* END SWITCH */
/* PAGINATION */
.pagination {
  width: 100%;
  margin: 10px 0px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  border-color: #E5E5E5;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #222;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background: #004190;
  color: #FFF;
  border-color: #004190;
}
.pagination.pagination-sm {
  margin: 0px;
  width: auto;
}
.pagination.pagination-sm.push-down-20 {
  margin-bottom: 20px;
}
.pagination.pagination-sm.push-up-20 {
  margin-top: 20px;
}
/* END PAGINATION */
/* POPOVER */
.popover {
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.popover-title {
  background: #f5f5f5;
  border-bottom-color: #e5e5e5;
  line-height: 20px;
}
.popover > .arrow,
.popover > .arrow:after {
  border-width: 5px;
}
.popover.right > .arrow {
  left: -6px;
  margin-top: -6px;
}
.popover.right > .arrow:after {
  bottom: -5px;
}
.popover.top > .arrow {
  bottom: -6px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.popover.top > .arrow:after {
  margin-left: -5px;
}
.popover.bottom > .arrow {
  top: -6px;
  margin-left: -6px;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.popover.bottom > .arrow:after {
  margin-left: -5px;
}
.popover.left > .arrow {
  right: -6px;
  margin-top: -6px;
}
.popover.left > .arrow:after {
  bottom: -5px;
}
/* EOF POPOVER */
.panel-heading-original {
  border-bottom: 1px solid transparent;
}
.panel-original {
  border: none;
}
/* TABS */
.tabs {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.nav-tabs,
.nav-tabs.nav-justified {
  width: calc(100% - 10px);
  margin: 0 5px;
  padding: 0px 0;
}
.nav-tabs.nav-tabs-second,
.nav-tabs.nav-justified.nav-tabs-second {
  margin: 0;
  width: 100%;
}
.block-head .nav-tabs {
  border-bottom: 0px;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a {
  cursor: pointer;
  margin-right: 0;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 38px;
  border-bottom: 0;
  color: #888;
  padding: 0 15px;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: #FFF;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > .dropdown.active.open > a:hover {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  padding: 0 15px;
}
.nav-tabs.nav-justified > li > a {
  border: 0px;
  border-top: 2px solid transparent;
  color: #888;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-tabs.nav-justified > li > a:hover {
  border-color: #004190;
  background: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0px;
  border-top: 2px solid #004190;
  background: #FFF;
}
.nav-tabs a .caret,
.nav-tabs a:hover .caret {
  color: #004190;
}
.nav-tabs-vertical .tabs {
  margin-top: 0px;
}
.nav-tabs-vertical .nav-tabs {
  margin-top: 0px;
  float: left;
  width: 150px;
  position: absolute;
  left: 0px;
  border-bottom: 0px;
  padding: 0px;
}
.nav-tabs-vertical .nav-tabs > li {
  width: 100%;
  border-right: 1px solid #dedede;
}
.nav-tabs-vertical .nav-tabs > li > a {
  width: 100%;
  border-top: 0px;
  border-left: 2px solid transparent;
  background: #FFF;
}
.nav-tabs-vertical .nav-tabs > li > a:hover {
  border-left-color: #004190;
  background: transparent;
}
.nav-tabs-vertical .nav-tabs > li.active > a,
.nav-tabs-vertical .nav-tabs > li.active > a:hover,
.nav-tabs-vertical .nav-tabs > li.active > a:focus,
.nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
  border-top: 0px;
  border-left: 2px solid #004190;
  border-right: none;
  background: #F5F5F5;
}
.nav-tabs-vertical .nav-tabs > li:first-child > a {
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-vertical .nav-tabs > li:last-child > a {
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-vertical .tab-content {
  width: auto;
  margin-left: 150px;
}
.nav-tabs-vertical .panel-body {
  padding-top: 10px;
}
/* EOF TABS */
/* TABS-original 2016-08-30*/
.original-tabs .tabs {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.original-tabs .nav-tabs,
.original-tabs .nav-tabs.nav-justified {
  border-bottom: 0px;
  margin-bottom: 0px;
  margin-top: -40px;
  padding: 0px 5px;
}
.original-tabs .block-head .nav-tabs {
  border-bottom: 0px;
}
.original-tabs .nav-tabs {
  background: none;
}
.original-tabs .nav-tabs > li {
  margin-bottom: 0px;
}
.original-tabs .nav-tabs > li > a {
  margin-right: 5px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 38px;
  border-bottom: 0;
  color: #888;
  padding: 0 15px;
}
.original-tabs .nav-tabs > li:first-child > a {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.original-tabs .nav-tabs > li > a:hover {
  border-color: transparent;
  background: #FFF;
}
.original-tabs .nav-tabs > li.active > a,
.original-tabs .nav-tabs > li.active > a:hover,
.original-tabs .nav-tabs > li.active > a:focus,
.original-tabs .nav-tabs > .dropdown.active.open > a:hover {
  border: 0px;
  border-top: 2px solid #004190;
  background: #FFF;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.original-tabs .nav-tabs.nav-justified > li > a {
  border: 0px;
  border-top: 2px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.original-tabs .nav-tabs.nav-justified > li > a:hover {
  border-color: #004190;
  background: transparent;
}
.original-tabs .nav-tabs.nav-justified > .active > a,
.original-tabs .nav-tabs.nav-justified > .active > a:hover,
.original-tabs .nav-tabs.nav-justified > .active > a:focus {
  border: 0px;
  border-top: 2px solid #004190;
  background: #FFF;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.original-tabs .nav-tabs a .caret,
.original-tabs .nav-tabs a:hover .caret {
  color: #004190;
}
.original-tabs .nav-tabs-vertical .nav-tabs {
  margin-top: 0px;
  float: left;
  width: 150px;
  position: absolute;
  left: 0px;
  border-bottom: 0px;
  padding: 0px;
}
.original-tabs .nav-tabs-vertical .nav-tabs > li {
  width: 100%;
}
.original-tabs .nav-tabs-vertical .nav-tabs > li > a {
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 2px solid transparent;
  background: #FFF;
}
.original-tabs .nav-tabs-vertical .nav-tabs > li > a:hover {
  border-left-color: #004190;
  background: transparent;
}
.original-tabs .nav-tabs-vertical .nav-tabs > li.active > a,
.original-tabs .nav-tabs-vertical .nav-tabs > li.active > a:hover,
.original-tabs .nav-tabs-vertical .nav-tabs > li.active > a:focus,
.original-tabs .nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
  border-top: 0px;
  border-left: 2px solid #004190;
  background: #F5F5F5;
}
.original-tabs .nav-tabs-vertical .nav-tabs > li:first-child > a {
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.original-tabs .nav-tabs-vertical .nav-tabs > li:last-child > a {
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.original-tabs .nav-tabs-vertical .tab-content {
  width: auto;
  margin-left: 150px;
}
.original-tabs .nav-tabs-vertical .panel-body {
  padding-top: 10px;
}
/* EOF TABS-original */
/* TABLES */
.table-responsive {
  border: 0px;
}
.table .check {
  margin: 0;
  line-height: 18px;
  float: left;
}
.table .check .icheckbox_minimal-grey {
  margin: 0;
}
.dataTables_scrollBody > .table.datatable.table-bordered-crosswise > thead > tr > th {
  border-left: none!important;
  border-right: none!important;
  border-bottom: none!important;
  border-top: 1px solid #bbb!important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  word-break: keep-all;
  white-space: nowrap;
  padding: 10px 20px;
  background: #fff;
  color: #333;
  font-size: 12px;
  height: 44px;
  line-height: 24px;
}
.table > thead > tr > th .fa,
.table > tbody > tr > th .fa,
.table > tfoot > tr > th .fa,
.table > thead > tr > td .fa,
.table > tbody > tr > td .fa,
.table > tfoot > tr > td .fa,
.table > thead > tr > th .glyphicon,
.table > tbody > tr > th .glyphicon,
.table > tfoot > tr > th .glyphicon,
.table > thead > tr > td .glyphicon,
.table > tbody > tr > td .glyphicon,
.table > tfoot > tr > td .glyphicon {
  font-size: 1.6rem;
  line-height: 1.7rem;
  color: #222;
  float: left;
  margin-top: 6px;
}
.table > thead > tr > th .fa:hover,
.table > tbody > tr > th .fa:hover,
.table > tfoot > tr > th .fa:hover,
.table > thead > tr > td .fa:hover,
.table > tbody > tr > td .fa:hover,
.table > tfoot > tr > td .fa:hover,
.table > thead > tr > th .glyphicon:hover,
.table > tbody > tr > th .glyphicon:hover,
.table > tfoot > tr > th .glyphicon:hover,
.table > thead > tr > td .glyphicon:hover,
.table > tbody > tr > td .glyphicon:hover,
.table > tfoot > tr > td .glyphicon:hover {
  color: #999;
}
.table > thead > tr > th [class^="ii_"],
.table > tbody > tr > th [class^="ii_"],
.table > tfoot > tr > th [class^="ii_"],
.table > thead > tr > td [class^="ii_"],
.table > tbody > tr > td [class^="ii_"],
.table > tfoot > tr > td [class^="ii_"],
.table > thead > tr > th [class^="in_"],
.table > tbody > tr > th [class^="in_"],
.table > tfoot > tr > th [class^="in_"],
.table > thead > tr > td [class^="in_"],
.table > tbody > tr > td [class^="in_"],
.table > tfoot > tr > td [class^="in_"] {
  font-size: 1.6rem;
  color: #222;
  float: left;
  margin-top: -3px;
}
.table > thead > tr > th [class^="ii_"]:hover,
.table > tbody > tr > th [class^="ii_"]:hover,
.table > tfoot > tr > th [class^="ii_"]:hover,
.table > thead > tr > td [class^="ii_"]:hover,
.table > tbody > tr > td [class^="ii_"]:hover,
.table > tfoot > tr > td [class^="ii_"]:hover,
.table > thead > tr > th [class^="in_"]:hover,
.table > tbody > tr > th [class^="in_"]:hover,
.table > tfoot > tr > th [class^="in_"]:hover,
.table > thead > tr > td [class^="in_"]:hover,
.table > tbody > tr > td [class^="in_"]:hover,
.table > tfoot > tr > td [class^="in_"]:hover {
  color: #999;
}
.table > thead > tr > th a,
.table > tbody > tr > th a,
.table > tfoot > tr > th a,
.table > thead > tr > td a,
.table > tbody > tr > td a,
.table > tfoot > tr > td a {
  float: left;
  color: #333;
  display: block;
  line-height: 15px;
  cursor: pointer;
}
.table > thead > tr > th a:hover,
.table > tbody > tr > th a:hover,
.table > tfoot > tr > th a:hover,
.table > thead > tr > td a:hover,
.table > tbody > tr > td a:hover,
.table > tfoot > tr > td a:hover {
  color: #999;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #F8FAFC;
}
.table > thead > tr > th {
  background: #FFF;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.panel-body.panel-body-table {
  padding: 0px;
}
.panel-body.panel-body-table h1,
.panel-body.panel-body-table h2,
.panel-body.panel-body-table h3,
.panel-body.panel-body-table h4,
.panel-body.panel-body-table h5,
.panel-body.panel-body-table h6 {
  padding-left: 10px;
  margin-bottom: 10px;
}
.panel-body.panel-body-table .table {
  margin-bottom: 0px;
  border: 0px;
}
.panel-body.panel-body-table .table tr > td:first-child,
.panel-body.panel-body-table .table tr > th:first-child {
  border-left: 0px;
}
.panel-body.panel-body-table .table tr > td:last-child,
.panel-body.panel-body-table .table tr > th:last-child {
  border-right: 0px;
}
.panel-body.panel-body-table .table > tbody > tr:last-child > td {
  border-bottom: 0px;
}
.table.table-actions td {
  line-height: 28px;
}
.table .progress-small {
  margin: 7px 0px 8px;
}
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tbody > tr > td {
  border-right: 1px solid #dee7f2;
  border-bottom: 1px solid #dee7f2;
}
.table.table-bordered > thead > tr > th:first-child,
.table.table-bordered > tbody > tr > th:first-child,
.table.table-bordered > tbody > tr > td:first-child {
  border-left: 1px solid #dee7f2;
}
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th {
  border-top: 1px solid #dee7f2 !important;
}
.table-bordered-noscroll > thead > tr > th,
.table-bordered-noscroll > tbody > tr > th,
.table-bordered-noscroll > tbody > tr > td {
  border-bottom: 1px solid #ddd;
}
.table-bordered-noscroll > thead > tr > th:first-child,
.table-bordered-noscroll > tbody > tr > th:first-child,
.table-bordered-noscroll > tbody > tr > td:first-child {
  border-left: 1px solid #ddd;
}
.table-bordered-noscroll > thead > tr > th:last-child,
.table-bordered-noscroll > tbody > tr > th:last-child,
.table-bordered-noscroll > tbody > tr > td:last-child {
  border-right: 1px solid #ddd!important;
}
.table-bordered-noscroll > thead > tr > th,
.table-bordered-noscroll > tbody > tr > th {
  border-top: 1px solid #ddd !important;
}
.table.table-bordered-list > tbody {
  border-top: 1px solid #ddd;
}
.table.table-bordered-list > thead > tr > th,
.table.table-bordered-list > tbody > tr > th,
.table.table-bordered-list > tbody > tr > td {
  border-bottom: 1px solid #ddd;
}
.table.table-bordered-list > thead > tr > th:first-child,
.table.table-bordered-list > tbody > tr > th:first-child,
.table.table-bordered-list > tbody > tr > td:first-child {
  border-left: none!important;
}
.table.table-bordered-list > thead > tr > th:last-child,
.table.table-bordered-list > tbody > tr > th:last-child,
.table.table-bordered-list > tbody > tr > td:last-child {
  border-right: 1px solid #ddd;
}
.table.table-bordered-list > thead > tr > th,
.table.table-bordered-list > tbody > tr > th {
  border-top: 1px solid #ddd !important;
}
.table.table-bordered-list > thead > tr > th:first-child,
.table.table-bordered-list > tbody > tr > th:first-child {
  border-left: none!important;
}
.table.datatable.table-bordered-crosswise thead > tr > th,
.table.datatable_ordering.table-bordered-crosswise thead > tr > th,
.table.datatable.table-bordered-crosswise tbody > tr > th,
.table.datatable_ordering.table-bordered-crosswise tbody > tr > th {
  border-bottom: 1px solid #ddd;
}
.table.datatable.table-bordered-crosswise thead > tr > th:first-child,
.table.datatable_ordering.table-bordered-crosswise thead > tr > th:first-child,
.table.datatable.table-bordered-crosswise tbody > tr > th:first-child,
.table.datatable_ordering.table-bordered-crosswise tbody > tr > th:first-child {
  border-left: 1px solid #ddd;
}
.table.datatable.table-bordered-crosswise tbody > tr.shown td.details-control i:before,
.table.datatable_ordering.table-bordered-crosswise tbody > tr.shown td.details-control i:before {
  content: "\f0d8";
}
.table.datatable.table-bordered-crosswise tbody > tr > td,
.table.datatable_ordering.table-bordered-crosswise tbody > tr > td {
  border-bottom: 1px solid #ddd;
}
.table.datatable.table-bordered-crosswise tbody > tr > td.details-control i:before,
.table.datatable_ordering.table-bordered-crosswise tbody > tr > td.details-control i:before {
  content: "\f0d7";
}
.table.datatable.table-bordered-crosswise tbody > tr > td:first-child,
.table.datatable_ordering.table-bordered-crosswise tbody > tr > td:first-child {
  border-left: none;
}
.table.datatable.table-bordered-crosswise thead > tr > th,
.table.datatable_ordering.table-bordered-crosswise thead > tr > th {
  border-bottom: none;
}
.table.datatable.table-bordered-crosswise > thead > tr > th,
.table.datatable_ordering.table-bordered-crosswise > thead > tr > th,
.table.datatable.table-bordered-crosswise > tbody > tr > th,
.table.datatable_ordering.table-bordered-crosswise > tbody > tr > th {
  border-top: 1px solid #ddd !important;
}
.table.datatable.table-bordered-crosswise thead > tr > th input[type="checkbox"],
.table.datatable_ordering.table-bordered-crosswise thead > tr > th input[type="checkbox"] {
  margin-top: 0px;
}
.table.datatable.table-bordered-crosswise tbody > tr > td input[type="checkbox"],
.table.datatable_ordering.table-bordered-crosswise tbody > tr > td input[type="checkbox"] {
  margin-top: 6px;
}
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tbody > tr > td {
  padding: 8px 15px;
}
/* EOF TABLES */
/* Datatables */
.dataTables_scrollBody {
  margin-top: 0;
  border-right: 1px solid #ddd!important;
  border-left: 1px solid #ddd!important;
}
.dataTables_scrollBody thead {
  border: none!important;
  overflow: hidden;
}
.dataTables_scrollBody thead th {
  border-top: none!important;
  border-bottom: none!important;
}
.dataTables_scrollBody thead th:last-child {
  border-right: none!important;
}
.dataTables_scrollBody thead th:frist-child {
  border-left: none!important;
}
.dataTables_scrollBody thead th.sorting::before {
  display: none;
  border: none!important;
}
.dataTables_scrollBody thead th.sorting_desc::before {
  display: none;
  border: none!important;
}
.dataTables_scrollBody tbody {
  border-top: none!important;
}
.dataTables_scrollBody tbody tr:first-child {
  border-top: none!important;
}
.dataTables_scrollBody tbody tr:first-child td {
  border-top: none!important;
}
.dataTables_scrollBody tbody tr:first-child tr td:last-child {
  border-right: none!important;
}
.dataTables_scrollBody tbody tr:first-child tr td:frist-child {
  border-left: none!important;
}
.dataTables_scrollHead .table.datatable.table-bordered-crosswise thead > tr > th:first-child {
  border-left: none!important;
}
.dataTables_scroll .dataTables_scrollHead {
  border-right: 1px solid #ddd!important;
  border-left: 1px solid #ddd!important;
}
.dataTable {
  float: left;
  margin-bottom: 0px;
}
.dataTable div.checker,
.dataTable div.radio {
  display: inherit;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
}
.dataTables_length {
  width: 50%;
  float: left;
  padding: 0px 0px 5px;
}
.dataTables_length label,
.dataTables_filter label {
  padding: 0px;
  line-height: 30px;
  height: auto;
  margin: 0px;
  font-size: 12px;
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
}
.dataTables_length select {
  width: 70px;
  display: inline;
  margin: 0px 5px;
  height: 30px;
  border-color: #CED8E3;
  border-radius: 3px;
  padding: 0px 10px;
}
.dataTables_filter {
  width: 50%;
  float: right;
  padding-left: 5px;
  padding: 0px 0px 5px;
}
.dataTables_filter label {
  float: right;
}
.dataTables_filter label input {
  width: 150px;
  display: inline;
  margin-left: 5px;
  height: 30px;
  border: 1px solid #CED8E3;
  border-radius: 3px;
  padding: 0px 10px;
}
td.dataTables_empty {
  font-size: 12px;
  text-align: center;
  color: #333;
}
.dataTables_info {
  float: left;
  font-size: 12px;
  padding: 0px;
  line-height: 30px;
  padding: 5px 20px 5px 0;
  margin-top: 5px;
}
.dataTables_paginate {
  padding: 0px;
  text-align: right;
  float: right;
  padding: 5px 0px;
  margin-top: 5px;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next,
.dataTables_paginate a.paginate_button,
.paginate_enabled_next,
.paginate_active,
.paginate_enabled_previous {
  padding: 5px 10px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  text-decoration: none;
  background-color: #fff;
  color: #666666;
  margin-left: 3px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.dataTables_paginate .paginate_enabled_next:hover,
.dataTables_paginate a.paginate_button:hover,
.dataTables_paginate .paginate_enabled_previous:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #222;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background: #004190;
  color: #FFF;
  border-color: #004190;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_button_disabled,
.dataTables_paginate a.paginate_disabled_next {
  cursor: default;
  color: #ccc;
}
.dataTables_paginate a.paginate_button_disabled:hover {
  box-shadow: none;
  color: #ccc;
}
.dataTables_paginate .ellipsis {
  background-color: #fff;
  color: #222;
  padding: 3px 9px 8px 10px;
  font-size: 12px;
  float: left;
  margin-left: 3px;
}
.sorting_desc,
.sorting_asc,
.sorting {
  position: relative;
  cursor: pointer;
  padding-right: 20px !important;
}
.sorting:before,
.sorting_desc:before,
.sorting_asc:before {
  position: absolute;
  top: 18px;
  right: 5px;
  font-family: 'FontAwesome';
  opacity: 0.9;
  filter: alpha(opacity = 90);
  width: 10px;
  height: 10px;
  display: block;
}
.sorting:before {
  content: "\f0dc";
  opacity: 0.3;
  filter: alpha(opacity = 30);
}
.sorting_desc:before {
  content: "\f0d8";
}
.sorting_asc:before {
  content: "\f0d7";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
  opacity: 0.1;
  filter: alpha(opacity = 10);
}
/* eof Datatables */
/*Ren.jq-NEW-table—adapt-START*/
.dataTables_scrollBody .table tbody tr td b {
  display: none;
}
.dataTables_scrollBody .table tbody tr td:last-child {
  border-right: none!important;
}
.dataTables_scrollBody .table tbody tr td:frist-child {
  border-left: none!important;
}
@media only screen and (max-width: 736px) {
  .dataTables_scrollHead {
    display: none;
  }
  .dataTables_scrollBody .table thead {
    border: none!important;
    overflow: hidden;
    display: none;
  }
  .dataTables_scrollBody .table thead th {
    border-top: none!important;
    border-bottom: none!important;
  }
  .dataTables_scrollBody .table tbody {
    border-top: 1px solid #ddd!important;
  }
  .dataTables_scrollBody .table tbody tr {
    border-bottom: 1px solid #bbb!important;
  }
  .dataTables_scrollBody .table tbody tr td {
    float: left;
    width: 100%;
    border-bottom: none!important;
  }
  .dataTables_scrollBody .table tbody tr td b {
    float: left;
    display: inline-block;
    width: 40%;
    color: #333;
  }
  .dataTables_scrollBody .table tbody tr td a {
    float: left;
    margin-right: 40px;
  }
  .dataTables_scrollBody .table tbody tr td span {
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
    display: block;
  }
  .dataTables_scrollBody .table tbody tr td span.point-new {
    width: auto;
  }
}
/*Ren.jq-NEW-table—adapt-END*/
/* icons-list */
.icons-list {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  float: left;
  width: 100%;
}
.icons-list li {
  float: left;
  display: block;
  width: 25%;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #FFF;
}
.icons-list li:hover {
  color: #333;
  cursor: pointer;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.icons-list li span:first-child,
.icons-list li i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  color: #222;
  line-height: 20px;
}
.icon-preview {
  font-size: 88px;
  color: #222;
  text-align: center;
}
/* eof icons-list */
/* WIDGETS */
.widget {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 120px;
  position: relative;
}
.widget.widget-padding-sm,
.widget.widget-item-icon {
  padding: 10px 0px 5px;
}
.widget.widget-np {
  padding: 0px;
}
.widget.widget-no-subtitle {
  padding-top: 25px;
}
.widget.widget-carousel {
  padding-bottom: 0px;
  padding-top: 10px;
}
.widget.widget-default {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5, GradientType=0);
}
.widget.widget-primary {
  background: #004190;
  background: -moz-linear-gradient(top, #004190 0%, #0c94cd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004190), color-stop(100%, #0c94cd));
  background: -webkit-linear-gradient(top, #004190 0%, #0c94cd 100%);
  background: -o-linear-gradient(top, #004190 0%, #0c94cd 100%);
  background: -ms-linear-gradient(top, #004190 0%, #0c94cd 100%);
  background: linear-gradient(to bottom, #004190 0%, #0c94cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004190, endColorstr=#0c94cd, GradientType=0);
}
.widget.widget-success {
  background: #92d959;
  background: -moz-linear-gradient(top, #92d959 0%, #84d444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92d959), color-stop(100%, #84d444));
  background: -webkit-linear-gradient(top, #92d959 0%, #84d444 100%);
  background: -o-linear-gradient(top, #92d959 0%, #84d444 100%);
  background: -ms-linear-gradient(top, #92d959 0%, #84d444 100%);
  background: linear-gradient(to bottom, #92d959 0%, #84d444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#92d959, endColorstr=#84d444, GradientType=0);
}
.widget.widget-info {
  background: #3fbae4;
  background: -moz-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fbae4), color-stop(100%, #29b2e1));
  background: -webkit-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: -o-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: -ms-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: linear-gradient(to bottom, #3fbae4 0%, #29b2e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fbae4, endColorstr=#29b2e1, GradientType=0);
}
.widget.widget-warning {
  background: #fd9f1b;
  background: -moz-linear-gradient(top, #fd9f1b 0%, #fc9402 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9f1b), color-stop(100%, #fc9402));
  background: -webkit-linear-gradient(top, #fd9f1b 0%, #fc9402 100%);
  background: -o-linear-gradient(top, #fd9f1b 0%, #fc9402 100%);
  background: -ms-linear-gradient(top, #fd9f1b 0%, #fc9402 100%);
  background: linear-gradient(to bottom, #fd9f1b 0%, #fc9402 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd9f1b, endColorstr=#fc9402, GradientType=0);
}
.widget.widget-danger {
  background: #cb4c4c;
  background: -moz-linear-gradient(top, #cb4c4c 0%, #c43939 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb4c4c), color-stop(100%, #c43939));
  background: -webkit-linear-gradient(top, #cb4c4c 0%, #c43939 100%);
  background: -o-linear-gradient(top, #cb4c4c 0%, #c43939 100%);
  background: -ms-linear-gradient(top, #cb4c4c 0%, #c43939 100%);
  background: linear-gradient(to bottom, #cb4c4c 0%, #c43939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cb4c4c, endColorstr=#c43939, GradientType=0);
}
.widget.widget-gray {
  background: #4e575e;
  background: -moz-linear-gradient(top, #4e575e 0%, #424a50 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e575e), color-stop(100%, #424a50));
  background: -webkit-linear-gradient(top, #4e575e 0%, #424a50 100%);
  background: -o-linear-gradient(top, #4e575e 0%, #424a50 100%);
  background: -ms-linear-gradient(top, #4e575e 0%, #424a50 100%);
  background: linear-gradient(to bottom, #4e575e 0%, #424a50 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4e575e, endColorstr=#424a50, GradientType=0);
}
.widget.widget-deepgreen {
  background: #19b575;
  background: -moz-linear-gradient(top, #19b575 0%, #169f67 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19b575), color-stop(100%, #169f67));
  background: -webkit-linear-gradient(top, #19b575 0%, #169f67 100%);
  background: -o-linear-gradient(top, #19b575 0%, #169f67 100%);
  background: -ms-linear-gradient(top, #19b575 0%, #169f67 100%);
  background: linear-gradient(to bottom, #19b575 0%, #169f67 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19b575, endColorstr=#169f67, GradientType=0);
}
.widget.widget-purple {
  background: #7e7bee;
  background: -moz-linear-gradient(top, #7e7bee 0%, #6864eb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e7bee), color-stop(100%, #6864eb));
  background: -webkit-linear-gradient(top, #7e7bee 0%, #6864eb 100%);
  background: -o-linear-gradient(top, #7e7bee 0%, #6864eb 100%);
  background: -ms-linear-gradient(top, #7e7bee 0%, #6864eb 100%);
  background: linear-gradient(to bottom, #7e7bee 0%, #6864eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e7bee, endColorstr=#6864eb, GradientType=0);
}
.widget.widget-yellow {
  background: #f2da11;
  background: -moz-linear-gradient(top, #f2da11 0%, #ddc70c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2da11), color-stop(100%, #ddc70c));
  background: -webkit-linear-gradient(top, #f2da11 0%, #ddc70c 100%);
  background: -o-linear-gradient(top, #f2da11 0%, #ddc70c 100%);
  background: -ms-linear-gradient(top, #f2da11 0%, #ddc70c 100%);
  background: linear-gradient(to bottom, #f2da11 0%, #ddc70c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2da11, endColorstr=#ddc70c, GradientType=0);
}
.widget.widget-pink {
  background: #ea44b1;
  background: -moz-linear-gradient(top, #ea44b1 0%, #e72da7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea44b1), color-stop(100%, #e72da7));
  background: -webkit-linear-gradient(top, #ea44b1 0%, #e72da7 100%);
  background: -o-linear-gradient(top, #ea44b1 0%, #e72da7 100%);
  background: -ms-linear-gradient(top, #ea44b1 0%, #e72da7 100%);
  background: linear-gradient(to bottom, #ea44b1 0%, #e72da7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ea44b1, endColorstr=#e72da7, GradientType=0);
}
.widget.widget-orange {
  background: #f96f3b;
  background: -moz-linear-gradient(top, #f96f3b 0%, #f85d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f96f3b), color-stop(100%, #f85d22));
  background: -webkit-linear-gradient(top, #f96f3b 0%, #f85d22 100%);
  background: -o-linear-gradient(top, #f96f3b 0%, #f85d22 100%);
  background: -ms-linear-gradient(top, #f96f3b 0%, #f85d22 100%);
  background: linear-gradient(to bottom, #f96f3b 0%, #f85d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f96f3b, endColorstr=#f85d22, GradientType=0);
}
.widget .widget-title,
.widget .widget-subtitle,
.widget .widget-int,
.widget .widget-big-int {
  width: 100%;
  float: left;
  text-align: center;
}
.num-count {
  margin-top: 15px;
}
.widget .widget-title {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: uppercase;
}
.widget .widget-subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 15px;
  color: #EEE;
}
.widget .widget-int {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: arial;
}
.widget .widget-big-int {
  font-size: 42px;
  line-height: 45px;
  font-weight: 300;
}
.widget .widget-item-left {
  margin-left: 12px;
  float: left;
  width: 100px;
  padding: 22px 10px 23px 0!important;
}
.widget .widget-item-right {
  margin-right: 10px;
  float: right;
  width: 100px;
}
.widget.widget-item-icon .widget-item-left,
.widget.widget-item-icon .widget-item-right {
  width: 68px;
  padding: 20px 0px;
  text-align: center;
}
.widget.widget-item-icon .widget-item-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.widget.widget-item-icon .widget-item-right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding-left: 10px;
}
.widget .widget-item-left .fa,
.widget .widget-item-right .fa,
.widget .widget-item-left .glyphicon,
.widget .widget-item-right .glyphicon,
.widget .widget-item-right [class^="in_"],
.widget .widget-item-right [class^="ii_"],
.widget .widget-item-left [class^="in_"],
.widget .widget-item-left [class^="ii_"] {
  font-size: 53px;
}
.widget .widget-data {
  padding-left: 120px;
}
.widget .widget-data-left {
  padding-right: 120px;
}
.widget.widget-item-icon .widget-data {
  padding-left: 100px;
}
.widget.widget-item-icon .widget-data-left {
  padding-right: 90px;
  padding-left: 10px;
}
.widget .widget-data .widget-title,
.widget .widget-data-left .widget-title,
.widget .widget-data .widget-subtitle,
.widget .widget-data-left .widget-subtitle,
.widget .widget-data .widget-int,
.widget .widget-data-left .widget-int,
.widget .widget-data .widget-big-int,
.widget .widget-data-left .widget-big-int {
  text-align: left;
}
.widget .widget-controls a {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  color: #FFF;
  border: 1px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}
.widget .widget-controls a.widget-control-left {
  left: 10px;
  top: 10px;
}
.widget .widget-controls a.widget-control-right {
  right: 10px;
  top: 10px;
}
.widget .widget-controls a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.widget .widget-buttons {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .widget-buttons a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 21px;
}
.widget .widget-buttons .col {
  width: 100%;
  float: left;
}
.widget .widget-buttons.widget-c2 .col {
  width: 50%;
}
.widget .widget-buttons.widget-c3 .col {
  width: 33.333333%;
}
.widget .widget-buttons.widget-c4 .col {
  width: 25%;
}
.widget .widget-buttons.widget-c5 .col {
  width: 20%;
}
.widget.widget-primary .widget-buttons a {
  color: #064e6c;
  border-color: #064e6c;
}
.widget.widget-primary .widget-buttons a:hover {
  color: #032b3c;
}
.widget.widget-success .widget-buttons a {
  color: #539121;
  border-color: #539121;
}
.widge.widget-success .widget-buttons a:hover {
  color: #477d1c;
}
.widget.widget-info .widget-buttons a {
  color: #14708f;
  border-color: #14708f;
}
.widget.widget-info .widget-buttons a:hover {
  color: #115f79;
}
.widget.widget-warning .widget-buttons a {
  color: #975901;
  border-color: #975901;
}
.widget.widget-warning .widget-buttons a:hover {
  color: #7e4a01;
}
.widget.widget-danger .widget-buttons a {
  color: #752222;
  border-color: #752222;
}
.widget.widget-danger .widget-buttons a:hover {
  color: #621c1c;
}
.widget.widget-gray .widget-buttons a {
  color: #141718;
  border-color: #141718;
}
.widget.widget-gray .widget-buttons a:hover {
  color: #000000;
}
.widget.widget-deepgreen .widget-buttons a {
  color: #0a452d;
  border-color: #0a452d;
}
.widge.widget-deepgreen .widget-buttons a:hover {
  color: #062f1e;
}
.widget.widget-purple .widget-buttons a {
  color: #1f1bcf;
  border-color: #1f1bcf;
}
.widget.widget-purple .widget-buttons a:hover {
  color: #1c18b8;
}
.widget.widget-yellow .widget-buttons a {
  color: #7d7007;
  border-color: #7d7007;
}
.widget.widget-yellow .widget-buttons a:hover {
  color: #655a05;
}
.widget.widget-pink .widget-buttons a {
  color: #9d126d;
  border-color: #9d126d;
}
.widget.widget-pink .widget-buttons a:hover {
  color: #860f5d;
}
.widget.widget-orange .widget-buttons a {
  color: #af3405;
  border-color: #af3405;
}
.widget.widget-orange .widget-buttons a:hover {
  color: #962d05;
}
.plugin-clock span {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  margin-right: 2px;
}
.widget.widget-default {
  color: #434a54;
}
.widget.widget-default .widget-subtitle {
  color: #434a54;
}
.widget.widget-default .widget-controls a {
  color: #434a54;
  border-color: #434a54;
}
/* END WIDGETS */
/* TILES */
.tile {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  font-size: 38px;
  font-weight: 300;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 100px;
  position: relative;
  border: 1px solid #D5D5D5;
  text-align: center;
}
.tile.tile-valign {
  line-height: 75px;
}
.tile.tile-default {
  background: #FFF;
  color: #666666;
}
.tile.tile-default:hover {
  background: #FAFAFA;
}
.tile.tile-primary {
  background: #004190;
  border-color: #004190;
}
.tile.tile-primary:hover {
  background: #0c9edb;
}
.tile.tile-success {
  background: #92d959;
  border-color: #92d959;
}
.tile.tile-success:hover {
  background: #8dd751;
}
.tile.tile-warning {
  background: #fd9f1b;
  border-color: #fd9f1b;
}
.tile.tile-warning:hover {
  background: #fd9b11;
}
.tile.tile-danger {
  background: #cb4c4c;
  border-color: #cb4c4c;
}
.tile.tile-danger:hover {
  background: #c94444;
}
.tile.tile-info {
  background: #3fbae4;
  border-color: #3fbae4;
}
.tile.tile-info:hover {
  background: #36b7e3;
}
.tile.tile-gray {
  background: #4e575e;
  border-color: #4e575e;
}
.tile.tile-gray:hover {
  background: #495258;
}
.tile.tile-deepgreen {
  background: #19b575;
  border-color: #19b575;
}
.tile.tile-deepgreen:hover {
  background: #18ac6f;
}
.tile.tile-purple {
  background: #7e7bee;
  border-color: #7e7bee;
}
.tile.tile-purple:hover {
  background: #7572ed;
}
.tile.tile-yellow {
  background: #f2da11;
  border-color: #f2da11;
}
.tile.tile-yellow:hover {
  background: #ecd40d;
}
.tile.tile-pink {
  background: #ea44b1;
  border-color: #ea44b1;
}
.tile.tile-pink:hover {
  background: #e93bad;
}
.tile.tile-orange {
  background: #f96f3b;
  border-color: #f96f3b;
}
.tile.tile-orange:hover {
  background: #f96831;
}
.tile:hover {
  text-decoration: none;
  color: #FFF;
}
.tile.tile-default:hover {
  color: #666666;
}
.tile .fa {
  font-size: 52px;
  line-height: 74px;
}
.tile p {
  font-size: 15px;
  margin: 0px;
}
.tile .informer {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #FFF;
  line-height: 14px;
}
.tile .informer.informer-default {
  color: #FFF;
}
.tile .informer.informer-primary {
  color: #004190;
}
.tile .informer.informer-success {
  color: #92d959;
}
.tile .informer.informer-info {
  color: #3fbae4;
}
.tile .informer.informer-warning {
  color: #fd9f1b;
}
.tile .informer.informer-danger {
  color: #cb4c4c;
}
.tile .informer.informer-gray {
  color: #4e575e;
}
.tile .informer.informer-deepgreen {
  color: #19b575;
}
.tile .informer.informer-purple {
  color: #7e7bee;
}
.tile .informer.informer-yellow {
  color: #f2da11;
}
.tile .informer.informer-pink {
  color: #ea44b1;
}
.tile .informer.informer-orange {
  color: #f96f3b;
}
.tile .informer .fa {
  font-size: 15px;
  line-height: 16px;
}
.tile .informer.dir-tr {
  left: auto;
  right: 5px;
}
.tile .informer.dir-bl {
  top: auto;
  bottom: 5px;
}
.tile .informer.dir-br {
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
}
/* EOF TILES */
/* MESSAGES */
.messages {
  width: 100%;
  float: left;
}
.messages .item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.messages .item .text {
  background: #FFF;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
}
.messages .item .text .heading {
  width: 100%;
  margin-bottom: 5px;
}
.messages .item .text .heading a {
  text-decoration: none;
  font-size: 12px;
  color: #004190;
  font-weight: 600;
  line-height: 20px;
}
.messages .item .text .heading .date {
  float: right;
  line-height: 20px;
  font-size: 12px;
  color: #CCC;
  font-weight: 600;
}
.messages .item .text:hover {
  border-color: #BBB;
}
.messages .item:nth-child(2n - 1) .text {
  background: #F6F6F6;
}
.messages .item.item-visible {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.messages .item .textarea {
  margin-left: 11px;
  border-color: #D5D5D5;
  width: calc(100% - 51px);
}
.messages.messages-img .item .image {
  float: left;
  width: 40px;
}
.messages.messages-img .item .image img {
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.messages.messages-img .item .text {
  margin-left: 50px;
  position: relative;
}
.messages.messages-img .item .text:after,
.messages.messages-img .item .text:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.messages.messages-img .item .text:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.messages.messages-img .item .text:before {
  border-color: rgba(213, 213, 213, 0);
  border-right-color: #D5D5D5;
  border-width: 6px;
  margin-top: -6px;
}
.messages.messages-img .item .text:hover:before {
  border-right-color: #BBB;
}
.messages.messages-img .item.in .image {
  float: right;
}
.messages.messages-img .item.in .text {
  margin-left: 0px;
  margin-right: 50px;
}
.messages.messages-img .item.in .text:after,
.messages.messages-img .item.in .text:before {
  right: auto;
  left: 100%;
}
.messages.messages-img .item.in .text:after {
  border-right-color: transparent;
  border-left-color: #FFF;
}
.messages.messages-img .item.in .text:before {
  border-right-color: transparent;
  border-left-color: #D5D5D5;
}
.messages.messages-img .item.in .text:hover:before {
  border-left-color: #BBB;
}
/* END MESSAGES */
/* CONTACTS */
.contact-info {
  float: left;
  width: 100%;
}
.contact-info p {
  margin-bottom: 5px;
}
.contact-info strong {
  font-size: 12px;
}
.contact-info small {
  font-weight: 700;
}
/* END CONTACTS */
/* LOCK SCREEN */
.lockscreen-container {
  float: left;
  width: 100%;
  min-height: 100%;
  background: url("../../../image/common/bg.png") left top repeat #004190;
}
.lockscreen-container .lockscreen-box {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -120px;
}
.lockscreen-container .lockscreen-box .lsb-access {
  border: 5px solid #0c94cd;
  background: #0a82b5;
  width: 140px;
  height: 140px;
  float: left;
  margin-left: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box {
  background: #004190;
  border: 5px solid #0a7bab;
  width: 120px;
  height: 120px;
  margin: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .fa {
  font-size: 64px;
  line-height: 110px;
  color: #0a82b5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .user {
  display: none;
  position: relative;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .user img {
  border: 0px;
  width: 110px;
  height: 110px;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .user .user_signin {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0px;
  top: 0px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 5;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .user .user_signin .fa {
  font-size: 64px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 110px;
  text-align: center;
  text-shadow: none;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .user:hover .user_signin {
  display: block;
}
.lockscreen-container .lockscreen-box .lsb-access .lsb-box .user:hover .user_signin .fa {
  display: block;
}
.lockscreen-container .lockscreen-box .lsb-access:hover {
  border-color: #0c9edb;
  background-color: #0b8dc3;
  cursor: pointer;
}
.lockscreen-container .lockscreen-box .lsb-access:hover .lsb-box {
  border-color: #0b86ba;
  background: #0eacef;
}
.lockscreen-container .lockscreen-box .lsb-access:hover .lsb-box .fa {
  color: #0b89be;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.lockscreen-container .lockscreen-box .lsb-form {
  display: none;
  float: left;
  width: 200px;
  margin-top: 20px;
  position: relative;
}
.lockscreen-container .lockscreen-box .lsb-form .sign-in {
  display: none;
}
.lockscreen-container .lockscreen-box .lsb-form .input-group-addon {
  background: #0c9edb;
  border: 1px solid #0c9bd7;
  border-right: 0px;
  color: #D5D5D5;
  font-size: 23px;
  line-height: 32px;
}
.lockscreen-container .lockscreen-box .lsb-form .input-group-addon .fa {
  line-height: 32px;
}
.lockscreen-container .lockscreen-box .lsb-form input {
  background: #0c9edb;
  color: #D5D5D5;
  border: 1px solid #0c9bd7;
  height: 36px;
}
.lockscreen-container .lockscreen-box .lsb-form ::-webkit-input-placeholder {
  color: #AAA;
}
.lockscreen-container .lockscreen-box .lsb-form :-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
.lockscreen-container .lockscreen-box .lsb-form ::-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
.lockscreen-container .lockscreen-box .lsb-form :-ms-input-placeholder {
  color: #AAA;
}
.lockscreen-container .lockscreen-box.active .lsb-access {
  position: relative;
}
.lockscreen-container .lockscreen-box.active .lsb-access:after {
  top: 135px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0c94cd;
  border-width: 5px;
  margin-left: -5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lockscreen-container .lockscreen-box.active .lsb-access .lsb-box .fa {
  display: none;
}
.lockscreen-container .lockscreen-box.active .lsb-access .lsb-box .user {
  display: block;
}
.lockscreen-container .lockscreen-box.active .lsb-access:hover:after {
  border-top-color: #0c9edb;
}
.lockscreen-container .lockscreen-box.active .lsb-form {
  display: block;
}
/* END LOCK SCREEN */
/* REGISTRATION */
.registration-container {
  float: left;
  width: 100%;
  min-height: 100%;
  background: url("../../../image/common/bg.png") left top repeat #004190;
}
.registration-container .registration-box {
  width: 400px;
  margin: 0px auto;
  padding-top: 100px;
}
.registration-container .registration-box .registration-logo {
  background: url("../../../image/common/logo-lr.png") top center no-repeat;
  width: 100%;
  height: 100px;
  float: left;
}
.registration-container .registration-box .registration-body {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.registration-container .registration-box .registration-body .registration-title {
  color: #FFF;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
.registration-container .registration-box .registration-body .form-control {
  border: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  color: #CCC;
  line-height: 20px;
  height: auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.registration-container .registration-box .registration-body .form-control:focus {
  background: rgba(0, 0, 0, 0.3);
}
.registration-container .registration-box .registration-body .btn-link {
  color: #FFF;
  border: 0px;
}
.registration-container .registration-box .registration-body .registration-subtitle {
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  color: #DDD;
  margin-top: -10px;
}
.registration-container .registration-box .registration-body .registration-subtitle a {
  color: #3fbae4;
}
.registration-container .registration-box .registration-body h4 {
  font-size: 12px;
  color: #F5F5F5;
  line-height: 20px;
  margin-top: 10px;
}
.registration-container .registration-box .registration-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: #FFF;
}
.registration-container .registration-box .registration-footer a {
  color: #FFF;
}
.registration-container.registration-extended .registration-box {
  width: 767px;
}
/* END REGISTRATION */
/* LOGIN */
.login-container {
  float: left;
  width: 100%;
  min-height: 100%;
  background: url("../../../image/common/bg.png") left top repeat #004190;
}
.login-container .login-box {
  width: 400px;
  margin: 0px auto;
  padding-top: 100px;
}
.login-container .login-box .login-logo {
  background: url("../../../image/common/logo-lr.png") top center no-repeat;
  width: 100%;
  height: 100px;
  float: left;
}
.login-container .login-box .login-body {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.login-container .login-box .login-body .login-title {
  color: #FFF;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
.login-container .login-box .login-body .form-control {
  border: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  color: #CCC;
  line-height: 20px;
  height: auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.login-container .login-box .login-body .form-control:focus {
  background: rgba(0, 0, 0, 0.3);
}
.login-container .login-box .login-body .btn-link {
  color: #FFF;
  border: 0px;
}
.login-container .login-box .login-body .login-or {
  width: 40px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 25px auto;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}
.login-container .login-box .login-body .login-or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-or:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-subtitle {
  line-height: 20px;
  padding: 5px 0px;
  font-size: 12px;
  color: #FFF;
}
.login-container .login-box .login-body .login-subtitle a {
  color: #3fbae4;
}
.login-container .login-box .login-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: #FFF;
}
.login-container .login-box .login-footer a {
  color: #FFF;
}
.login-container.lightmode {
  background: url("../../../image/common/backgrounds/wall_1.jpg") left top no-repeat;
}
.login-container.lightmode .login-box .login-body {
  background: rgba(255, 255, 255, 0.2);
}
.login-container.lightmode .login-box .login-body .form-control {
  background: rgba(255, 255, 255, 0.4);
  color: #333;
}
.login-container.lightmode .login-box .login-subtitle a {
  color: #004190;
}
.login-container.login-v2 {
  background: url("../../../image/common/bg.png") left top repeat #f5f5f5;
}
.login-container.login-v2 .login-box .login-logo {
  background: url("../../../image/common/logo-grey.png") top center no-repeat;
}
.login-container.login-v2 .login-box .login-body .login-title {
  color: #004190;
}
.login-container.login-v2 .login-box .login-body .form-control {
  background: #FFF;
  color: #004190;
  border: 1px solid #D5D5D5;
  border-left: 0px;
}
.login-container.login-v2 .login-box .login-body .input-group-addon {
  background: #FFF;
  color: #004190;
  line-height: 40px;
  font-size: 21px;
  border-color: #D5D5D5;
}
.login-container.login-v2 .login-box .login-body a {
  color: #004190;
}
.login-container.login-v2 .login-box .login-footer {
  color: #666666;
}
.login-container.login-v2 .login-box .login-footer a {
  color: #434a54;
}
.login-container.login-inside {
  background: transparent;
}
.login-container.login-inside .login-box {
  width: 100%;
  padding-top: 0px;
}
.login-container.login-inside .login-box .login-body {
  padding: 0px;
}
/* END LOGIN */
/* TIMELINE */
.img-text {
  border: 3px solid #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 10px 5px 0px;
  -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.timeline {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px 0px 20px;
}
.timeline:before {
  content: " ";
  position: absolute;
  width: 6px;
  background: #FFF;
  height: 100%;
  left: 50%;
  margin-left: -3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.timeline .timeline-item {
  width: 50%;
  float: left;
  position: relative;
  clear: both;
  margin-bottom: 20px;
  z-index: 2;
}
.timeline .timeline-item.timeline-main {
  height: 40px;
  width: 50%;
}
.timeline .timeline-item .timeline-date {
  padding: 7px 10px;
  line-height: 20px;
  font-size: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: -50px;
  top: 0px;
  font-weight: 600;
  color: #004190;
  background: #F5F5F5;
  text-align: center;
  border: 3px solid #FFF;
  width: 100px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.timeline .timeline-item .timeline-date a {
  color: #004190;
}
.timeline .timeline-item .timeline-item-content {
  float: left;
  background: #F5F5F5;
  border: 3px solid #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 95%;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.timeline .timeline-item .timeline-item-content:before,
.timeline .timeline-item .timeline-item-content:after {
  left: 95%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline .timeline-item .timeline-item-content:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFF;
  border-width: 3px;
  margin-top: -3px;
}
.timeline .timeline-item .timeline-item-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFF;
  border-width: 7px;
  margin-top: -7px;
}
.timeline .timeline-item .timeline-item-content .timeline-heading {
  width: 100%;
  float: left;
  padding: 10px 10px 5px;
  line-height: 30px;
}
.timeline .timeline-item .timeline-item-content .timeline-heading img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 2px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline .timeline-item .timeline-item-content .timeline-heading a {
  color: #004190;
  font-weight: 600;
}
.timeline .timeline-item .timeline-item-content .timeline-body {
  width: 100%;
  float: left;
  padding: 10px;
}
.timeline .timeline-item .timeline-item-content .timeline-body.comments {
  padding: 0px;
}
.timeline .timeline-item .timeline-item-content .timeline-footer {
  width: 100%;
  float: left;
  padding: 5px 10px;
  line-height: 20px;
  background: #FFF;
}
.timeline .timeline-item .timeline-item-content .timeline-footer a {
  color: #004190;
  font-size: 12px;
  margin-right: 10px;
  text-decoration: none;
}
.timeline .timeline-item .timeline-item-content .timeline-footer a:hover {
  color: #0c94cd;
}
.timeline .timeline-item .timeline-item-content .timeline-footer .pull-right > a:last-child {
  margin-right: 0px;
}
.timeline .timeline-item .timeline-item-info {
  position: absolute;
  left: 105%;
  font-size: 12px;
  padding: 7px 15px;
  line-height: 20px;
  width: 110px;
  text-align: center;
  background: #F5F5F5;
  border: 3px solid #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.timeline .timeline-item .timeline-item-icon {
  position: absolute;
  right: -20px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  line-height: 34px;
  text-align: center;
  border: 3px solid #FFF;
  background: #F5F5F5;
  color: #BBB;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0px;
}
.timeline .timeline-item.timeline-item-right {
  float: right;
}
.timeline .timeline-item.timeline-item-right .timeline-item-info {
  left: auto;
  right: 105%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-info:before {
  right: auto;
  left: 100%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content {
  float: right;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content:before,
.timeline .timeline-item.timeline-item-right .timeline-item-content:after {
  left: auto;
  right: 95%;
  border-right-color: #FFF;
  border-left-color: transparent;
}
.timeline .timeline-item.timeline-item-right .timeline-item-icon {
  right: auto;
  left: -20px;
}
.timeline.timeline-right:before {
  left: 160px;
}
.timeline.timeline-right .timeline-item {
  width: 100%;
  padding-left: 210px;
}
.timeline.timeline-right .timeline-item.timeline-main {
  width: 160px;
  padding-left: 0px;
}
.timeline.timeline-right .timeline-item .timeline-item-content {
  width: 100%;
}
.timeline.timeline-right .timeline-item .timeline-item-content:before,
.timeline.timeline-right .timeline-item .timeline-item-content:after {
  right: auto;
  left: 196px;
}
.timeline.timeline-right .timeline-item .timeline-item-content:before {
  border-width: 0px;
}
.timeline.timeline-right .timeline-item .timeline-item-info {
  left: 0px;
  right: auto;
}
.timeline.timeline-right .timeline-item .timeline-item-icon {
  left: 140px;
}
/* END TIMELINE */
/* COMMENTS */
.comments {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #eff7ff;
}
.comments .comment-item {
  float: left;
  width: 100%;
  padding: 10px 10px 8px;
  line-height: 15px;
  border-bottom: 1px solid #dbedff;
}
.comments .comment-item img {
  width: 30px;
  height: 30px;
  margin: 0px 10px 20px 0px;
  border: 3px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.comments .comment-item p {
  margin-bottom: 0px;
  line-height: 13px;
  margin-bottom: 5px;
  font-size: 12px;
}
.comments .comment-item p.comment-head {
  font-size: 12px;
}
.comments .comment-item p.comment-head a {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.comments .comment-item small {
  line-height: 10px;
}
.comments .comment-item:first-child {
  border-top: 1px solid #dbedff;
}
.comments .comment-write {
  float: left;
  width: 100%;
  padding: 5px;
}
.comments .comment-write .form-control {
  border-color: #d0e8ff;
}
/* END COMMENTS */
/* TASKS */
.panel-body.tasks {
  padding: 10px;
}
.tasks {
  float: left;
  width: 100%;
}
.tasks .task-item {
  width: 100%;
  float: left;
  padding: 0px;
  background: #FFF;
  border-left: 3px solid #FFF;
  margin-bottom: 10px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.tasks .task-item:hover {
  background: #F9F9F9;
  cursor: pointer;
}
.tasks .task-item.task-complete {
  background: #FFF2C5;
}
.tasks .task-item.task-primary {
  border-left-color: #004190;
}
.tasks .task-item.task-success {
  border-left-color: #92d959;
}
.tasks .task-item.task-info {
  border-left-color: #3fbae4;
}
.tasks .task-item.task-warning {
  border-left-color: #fd9f1b;
}
.tasks .task-item.task-danger {
  border-left-color: #cb4c4c;
}
.tasks .task-item.task-gray {
  border-left-color: #4e575e;
}
.tasks .task-item.task-deepgreen {
  border-left-color: #19b575;
}
.tasks .task-item.task-purple {
  border-left-color: #7e7bee;
}
.tasks .task-item.task-yellow {
  border-left-color: #f2da11;
}
.tasks .task-item.task-pink {
  border-left-color: #ea44b1;
}
.tasks .task-item.task-orange {
  border-left-color: #f96f3b;
}
.tasks .task-item .task-text {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
}
.tasks .task-item .task-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #AAA;
  line-height: 20px;
  padding: 10px;
  background: #F5F5F5;
}
.tasks .task-item .task-footer a {
  color: #AAA;
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 15px;
}
.tasks .task-item .task-footer a:hover {
  color: #666666;
}
.tasks .task-drop {
  float: left;
  width: 100%;
  padding: 30px 10px;
  border: 2px dashed #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.tasks .task-drop:hover {
  opacity: 0.5;
  filter: alpha(opacity = 50);
  cursor: pointer;
}
/* END TASKS */
/* my progress bar */
.mpb {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1001;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.mpb.bottom {
  top: auto;
  bottom: 0px;
}
.mpb .mpb-progress {
  background: #FFF;
  display: block;
  float: left;
  height: 5px;
}
.mpb .mpb-progress.mpb-primary {
  background: #004190;
}
.mpb .mpb-progress.mpb-warning {
  background: #fd9f1b;
}
.mpb .mpb-progress.mpb-success {
  background: #92d959;
}
.mpb .mpb-progress.mpb-info {
  background: #3fbae4;
}
.mpb .mpb-progress.mpb-danger {
  background: #cb4c4c;
}
.mpb .mpb-progress.mpb-gray {
  background: #4e575e;
}
.mpb .mpb-progress.mpb-deepgreen {
  background: #19b575;
}
.mpb .mpb-progress.mpb-purple {
  background: #7e7bee;
}
.mpb .mpb-progress.mpb-yellow {
  background: #f2da11;
}
.mpb .mpb-progress.mpb-pink {
  background: #ea44b1;
}
.mpb .mpb-progress.mpb-orange {
  background: #f96f3b;
}
/* eof my progress bar */
/* search result */
.search-results {
  float: left;
  width: 100%;
}
.search-results .sr-item {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.search-results .sr-item .sr-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #434a54;
  display: block;
}
.search-results .sr-item .sr-item-link {
  font-size: 12px;
  font-weight: 400;
  color: #92d959;
  line-height: 20px;
}
.search-results .sr-item p {
  font-size: 12px;
  color: #666666;
  margin: 5px 0px;
}
.search-results .sr-item p.sr-item-links {
  font-size: 12px;
}
.search-results .sr-item:last-child {
  margin-bottom: 20px;
}
/* eof search restult */
/* Posts */
.posts .post-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #F5F5F5;
}
.posts .post-item .post-title {
  font-size: 25px;
  font-weight: 400;
  color: #434a54;
  float: left;
  width: 100%;
  line-height: 30px;
}
.posts .post-item .post-title a {
  font-size: 25px;
  color: #434a54;
}
.posts .post-item .post-date {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin: 5px 0px 0px;
  float: left;
  width: 100%;
}
.posts .post-item .post-date a {
  color: #999999;
}
.posts .post-item .post-date .fa {
  font-size: 12px;
  margin-right: 5px;
}
.posts .post-item .post-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 6px;
}
.posts .post-item .post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts .post-item .post-text {
  font-size: 12px;
  float: left;
  width: 100%;
  margin: 10px 0px;
  text-indent: 2em;
}
.posts .post-item .post-row {
  float: left;
  width: 100%;
  font-size: 12px;
}
.posts .post-item .post-row .post-info {
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid #F5F5F5;
  font-size: 12px;
  color: #999999;
  float: left;
}
.posts .post-item .list {
  list-style-type: disc;
  float: left;
  width: 100%;
  margin-left: 40px;
  width: calc(100% - 40px);
}
.posts .post-item .list li {
  list-style-type: disc;
  width: 100%;
  line-height: 20px;
  padding: 5px 0;
}
.posts .post-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 0px;
}
.post-image {
  width: 400px;
  float: left;
}
.links {
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.links a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  display: block;
  float: left;
  width: 100%;
  line-height: 30px;
}
.links a .label {
  float: right;
  padding: 5px 10px;
  margin-top: 3px;
}
.links.small a {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* eof posts */
/* faq */
.panel-body.faq {
  padding: 0px;
}
.faq {
  width: 100%;
  float: left;
}
.faq .faq-item {
  width: 100%;
  float: left;
  padding: 10px 15px;
  border-bottom: 1px solid #F5F5F5;
}
.faq .faq-item .faq-title {
  font-size: 16px;
  font-weight: 400;
  color: #434a54;
  line-height: 30px;
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 45px;
}
.faq .faq-item .faq-title .fa {
  color: #666666;
  width: 30px;
  height: 30px;
  border: 1px solid #666666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  line-height: 31px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.faq .faq-item .faq-title > font {
  color: #999;
  font-size: 12px;
  float: right;
}
.faq .faq-item .faq-text {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  float: left;
  width: 100%;
  padding: 0px 20px;
  max-height: 0px;
  height: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.faq .faq-item .faq-text h5 {
  font-weight: 600;
  font-size: 15px;
}
.faq .faq-item.active {
  padding-bottom: 0px;
  border-bottom: 1px solid #FFF;
}
.faq .faq-item.active .faq-title .fa {
  line-height: 28px;
}
.faq .faq-item.active .faq-text {
  max-height: 500px;
  height: auto;
  background: #F5F5F5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
}
.faq .faq-item:first-child {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-top: none;
}
.faq .faq-item:last-child {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 15px;
}
.faq .faq-highlight {
  background: #fd9f1b;
  color: #FFF;
  padding: 0px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: underline;
}
/* eof faq */
/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */
/* Gallery */
.gallery {
  float: left;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 25%;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
}
.gallery .gallery-item .image {
  width: 100%;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item .image a {
  display: block;
}
.gallery .gallery-item .image:after,
.gallery .gallery-item .image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.gallery .gallery-item .image:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.gallery .gallery-item .image img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gallery .gallery-item .image .gallery-item-controls {
  position: absolute;
  right: -60px;
  top: 3px;
  display: block;
  list-style: none;
  padding: 0px;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image .gallery-item-controls li {
  float: left;
  list-style: none;
  background: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}
.gallery .gallery-item .image .gallery-item-controls li .check {
  margin: 4px 0px;
}
.gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
  margin-right: 0px;
}
.gallery .gallery-item .image .gallery-item-controls li a,
.gallery .gallery-item .image .gallery-item-controls li span {
  font-size: 17px;
  color: #BBB;
}
.gallery .gallery-item .image .gallery-item-controls li a:hover,
.gallery .gallery-item .image .gallery-item-controls li span:hover {
  color: #666666;
}
.gallery .gallery-item .image .gallery-item-controls li:first-child {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.gallery .gallery-item .image .gallery-item-controls li:hover {
  background: #F5F5F5;
}
.gallery .gallery-item .meta {
  color: #666666;
  margin-top: 5px;
  line-height: 16px;
  padding: 0px 5px;
}
.gallery .gallery-item .meta strong {
  display: block;
  font-weight: 600;
  font-size: 12px;
}
.gallery .gallery-item .meta span {
  display: block;
  color: #999999;
}
.gallery .gallery-item:hover .image .gallery-item-controls {
  right: 3px;
}
.gallery .gallery-item.active .image {
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
}
.gallery .gallery-item.active .image .gallery-item-controls {
  right: 3px;
}
/* end Gallery */
/* Dropzone */
.dropzone.dropzone-mini {
  min-height: 150px;
}
.dropzone.dropzone-mini .dz-message {
  background: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  width: 100%;
  float: left;
  height: 120px;
}
.dropzone.dropzone-mini .dz-message:after {
  content: "\f0ee";
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 88px;
  top: 26px;
  left: 50%;
  margin: 0px 0px 0px -40px;
  line-height: 80px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropzone.dropzone-mini .dz-message:hover:after {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.dropzone.dz-started .dz-message {
  display: none;
}
/* end Dropzone */
/* errors */
.error-container {
  width: 500px;
  margin: 50px auto 0px;
}
.error-container .error-code {
  float: left;
  width: 100%;
  font-size: 135px;
  line-height: 130px;
  text-align: center;
  color: #333;
  font-weight: 300;
}
.error-container .error-text {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-weight: 400;
}
.error-container .error-subtext {
  float: left;
  width: 100%;
  margin: 30px 0px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #AAA;
  text-align: center;
  font-weight: 400;
}
.error-container .error-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* end errors */
/* SETTINGS */
.theme-settings {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 3;
  width: 290px!important;
}
.theme-settings .ts-button {
  position: absolute;
  left: -36px;
  height: 36px;
  width: 36px;
  top: 10px;
  background: rgba(0, 0, 0, 0.9);
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  font-size: 19px;
  color: #444;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.theme-settings .ts-body {
  width: 290px;
  /* background: rgba(0,0,0,0.9);*/
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 20px 10px;
  color: #555;
}
.theme-settings .ts-body .ts-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.theme-settings .ts-body .ts-title:first-child {
  margin-top: 0px;
}
.theme-settings .ts-body .ts-row {
  margin-bottom: 5px;
}
.theme-settings .ts-body .ts-row .check {
  font-size: 12px;
}
.theme-settings.active {
  right: 0px;
}
.theme-settings .ts-themes {
  width: 100%;
  margin-top: 10px;
  float: left;
}
.theme-settings .ts-themes a {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.theme-settings .ts-themes a img {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  border: 1px solid #dedede;
}
.theme-settings .ts-themes a.active img {
  opacity: 1;
}
.theme-settings .ts-themes a:hover img {
  opacity: 1;
}
.theme-settings #ts-wallpapers {
  display: none;
}
.theme-settings .display-none {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
/* END SETTIGS */
/* FLAGS */
.xn-icon-button > a > .flag {
  display: block;
  margin: 0px auto;
}
.flag {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: left top;
  vertical-align: inherit;
  margin-right: 5px;
}
.flag.flag-gb {
  background-image: url(../../../image/common/flags/gb.png);
}
.flag.flag-de {
  background-image: url(../../../image/common/flags/de.png);
}
.flag.flag-cn {
  background-image: url(../../../image/common/flags/cn.png);
}
/* END FLAGS */
/* PAGE LOADING FRAME */
.page-loading-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url(../../../image/common/bg.png) left top repeat #004081;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.page-loading-frame .page-loading-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.page-loading-frame.v2 {
  background: #111;
  background: url(../../../image/common/bg.png) left top repeat rgba(0, 0, 0, 0.8);
}
.page-loading-frame.v2 .page-loading-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.page-loading-frame.v2 .page-loading-loader .dot1,
.page-loading-frame.v2 .page-loading-loader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #F5F5F5;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.page-loading-frame.v2 .page-loading-loader .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.page-loading-frame.removed {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.page-loading-frame.removed .page-loading-loader {
  opacity: 0;
  filter: alpha(opacity = 0);
}
/* PAGE LOADING FRAME */
/* INVOICE */
.invoice {
  float: left;
  width: 100%;
}
.invoice h4 {
  font-weight: 700;
  font-size: 15px;
}
.invoice .invoice-address {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.invoice .invoice-address h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.invoice .invoice-address h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
}
.invoice .invoice-address p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-left: 10px;
}
.invoice .table td {
  border: 0px;
}
.invoice .table tr.total td {
  background: #004081;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}
.invoice .table-invoice {
  margin: 0px -15px 50px;
}
.invoice .table-invoice .table {
  border: 0px;
}
.invoice .table-invoice .table th {
  color: #434a54;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 700;
  border: 0px;
}
.invoice .table-invoice .table td {
  border: 0px;
  padding: 15px 30px;
  background: #F8FAFC;
}
.invoice .table-invoice .table td strong {
  color: #434a54;
}
.invoice .table-invoice .table tr:nth-child(2n+1) td {
  background: #FFF;
}
.invoice .paymant-table {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.invoice .paymant-table a {
  display: block;
  float: left;
  width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  color: #434a54;
}
.invoice .paymant-table a img {
  margin-right: 5px;
  margin-top: -3px;
}
.invoice .paymant-table a p {
  line-height: 20px;
  font-size: 12px;
  color: #808080;
  font-weight: 500;
  margin-bottom: 0px;
}
.invoice .paymant-table a:hover {
  text-decoration: none;
  background: #F9FAFC;
}
.invoice .paymant-table a.active {
  background: #F9FAFC;
}
/* END INVOICE */
/* Autocomplete */
.ui-autocomplete {
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ui-autocomplete .ui-menu-item {
  background: #FFF;
  border-bottom: 1px solid #D5D5D5;
  line-height: 20px;
  padding: 8px 15px;
}
.ui-autocomplete .ui-menu-item:first-child {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: 0px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #F5F5F5;
}
.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item.ui-state-active {
  margin: 0px;
}
.ui-autocomplete:after,
.ui-autocomplete:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ui-autocomplete:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.ui-autocomplete:before {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #D5D5D5;
  border-width: 6px;
  margin-left: -6px;
}
/* End Autocomplete */
/* SIDEBAR */
.sidebar {
  position: absolute;
  z-index: 1;
  right: -300px;
  top: 0px;
  width: 300px;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sidebar .sidebar-wrapper {
  width: 100%;
  height: 100%;
  background: url("../../../image/common/bg.png") left top repeat #27313c;
  color: #ffffff;
}
.sidebar .sidebar-wrapper .sidebar-tabs {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.sidebar .sidebar-wrapper .sidebar-tabs > a {
  display: block;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
  color: #f5f5f5;
  padding: 10px;
  background: #212933;
  text-align: center;
  text-decoration: none;
}
.sidebar .sidebar-wrapper .sidebar-tabs > a .fa,
.sidebar .sidebar-wrapper .sidebar-tabs > a .glyphicon {
  line-height: 30px;
  margin-right: 5px;
  font-size: 15px;
}
.sidebar .sidebar-wrapper .sidebar-tabs > a:hover {
  background: #252e39;
}
.sidebar .sidebar-wrapper .sidebar-tabs > a.active {
  background: transparent;
}
.sidebar .sidebar-wrapper .sidebar-tab-content {
  float: left;
  width: 100%;
  display: none;
}
.sidebar .sidebar-wrapper .sidebar-tab-content.active {
  display: block;
}
.sidebar .sidebar-wrapper .sidebar-title {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #aabecf;
  margin-bottom: 10px;
  background: #212933;
}
.sidebar .sidebar-wrapper .sidebar-title strong {
  color: #ffffff;
}
.sidebar .sidebar-wrapper .sidebar-block {
  float: left;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.sidebar .sidebar-wrapper .list-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar .sidebar-wrapper .list-group .list-group-item {
  background: transparent;
  border: 0px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sidebar .sidebar-wrapper .list-group .list-group-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-wrapper .list-group .list-group-item a {
  color: #aabecf;
}
.sidebar .sidebar-wrapper .list-group .list-group-item p {
  margin-bottom: 5px;
  margin-top: 5px;
}
body.sidebar-opened .page-container {
  margin-left: -300px;
}
body.sidebar-opened .sidebar {
  right: 0px;
}
/* END SIDEBAR */
/* MAILBOX */
.panel .panel-body.mail {
  padding: 0px;
}
.mail {
  padding: 0px;
  float: left;
  width: 100%;
}
.mail .mail-item {
  float: left;
  padding: 10px 15px 10px 13px;
  width: 100%;
  line-height: 20px;
  border-left: 2px solid #D5D5D5;
}
.mail .mail-item.mail-primary {
  border-left-color: #004190;
}
.mail .mail-item.mail-info {
  border-left-color: #3fbae4;
}
.mail .mail-item.mail-success {
  border-left-color: #92d959;
}
.mail .mail-item.mail-warning {
  border-left-color: #fd9f1b;
}
.mail .mail-item.mail-danger {
  border-left-color: #cb4c4c;
}
.mail .mail-item.mail-gray {
  border-left-color: #4e575e;
}
.mail .mail-item.mail-deepgreen {
  border-left-color: #19b575;
}
.mail .mail-item.mail-purple {
  border-left-color: #7e7bee;
}
.mail .mail-item.mail-yellow {
  border-left-color: #f2da11;
}
.mail .mail-item.mail-pink {
  border-left-color: #ea44b1;
}
.mail .mail-item.mail-orange {
  border-left-color: #f96f3b;
}
.mail .mail-item .mail-checkbox {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mail .mail-item .mail-star {
  font-size: 16px;
  width: 20px;
  float: left;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.mail .mail-item .mail-star.starred {
  color: #fd9f1b;
}
.mail .mail-item .mail-star.starred .fa-star-o:before {
  content: "\f005";
}
.mail .mail-item .mail-user {
  font-size: 12px;
  font-weight: 600;
  float: left;
  width: 150px;
  color: #434a54;
}
.mail .mail-item .mail-text {
  font-size: 12px;
  float: left;
  color: #666666;
}
.mail .mail-item .mail-date {
  float: right;
  font-size: 12px;
}
.mail .mail-item .mail-attachments {
  float: right;
  font-size: 12px;
  color: #AAA;
  margin-right: 10px;
}
.mail .mail-item .mail-attachments.fa {
  font-size: 16px;
}
.mail .mail-item:nth-child(2n) {
  background: #F9F9F9;
}
.mail .mail-item.mail-unread {
  font-weight: 700;
}
.mail .mail-item.mail-unread .mail-user {
  font-weight: 700;
}
.mail-checkall {
  margin-right: 5px;
}
/* END MAILBOX */
/* PAGE TABBED */
.page-tabs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #FFF;
  border-bottom: 1px solid #D5D5D5;
  height: 50px;
}
.page-tabs a {
  float: left;
  display: block;
  line-height: 49px;
  padding: 0px 15px;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  border-top: 0px;
  min-width: 120px;
  text-align: center;
}
.page-tabs a:hover {
  color: #434a54;
  border-bottom-color: #004081;
  background: #F9F9F9;
}
.page-tabs a.active {
  border-bottom-color: #004081;
  background: #F5F5F5;
  color: #434a54;
}
.page-tabs-item {
  display: none;
}
.page-tabs-item.active {
  display: block;
}
/* END PAGE TABBED */
/* PAGE CUSTOM HEADER */
.page-head {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.page-head .page-head-text {
  float: left;
}
.page-head .page-head-text h1 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.page-head .page-head-text .page-head-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  color: #AAA;
}
.page-head .page-head-controls {
  float: right;
  padding: 10px 0px;
}
/* END PAGE CUSTOM HEADER */
/* PAGE CONTENT ADAPTIVE */
.page-content-wrap.page-content-adaptive {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px;
}
.page-content-wrap.page-content-adaptive .panel {
  border: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 10px;
}
.page-content-wrap.page-content-adaptive .panel .panel-heading {
  border: 0px;
  background: #FFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.page-content-wrap.page-content-adaptive .panel .panel-heading .panel-title {
  margin-left: 0px;
  font-weight: 600;
}
.page-content-wrap.page-content-adaptive .panel .panel-body {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-content-wrap.page-content-adaptive .panel .panel-footer {
  border: 0px;
  background: #FFF;
  padding-left: 0px;
  padding-right: 0px;
}
/* END PAGE CONTENT ADAPTIVE */
/* SLIDING MENU */
.sliding-menu {
  overflow: hidden;
  position: relative;
  background: #FFF;
  float: left;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin-bottom: 5px;
}
.sliding-menu ul {
  float: left;
  margin: 0;
  padding: 0;
}
.sliding-menu li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #D5D5D5;
}
.sliding-menu li:last-child {
  border-bottom: 0px;
}
.sliding-menu a {
  display: block;
  padding: 5px 15px 5px 15px;
  line-height: 30px;
  color: #333;
  text-decoration: none;
}
.sliding-menu a .fa,
.sliding-menu a .glyphicon {
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}
.sliding-menu a:hover {
  background: #F5F5F5;
}
.sliding-menu a.nav:before {
  content: '\3009';
  float: right;
  margin-left: 0px;
}
.sliding-menu a.back {
  background: #F0F0F0;
  border-bottom: 1px solid #D5D5D5;
}
.sliding-menu a.back:before {
  content: '\3008';
  float: left;
  margin-right: 15px;
}
/* END SLIDING MENU */
/* TEMPLATE PLUGINS */
/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Microsoft YaHei UI';
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #D5D5D5;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle p {
  float: left;
  padding: 5px 10px;
  margin: 0;
}
.dd-handle a {
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  width: 45px;
  padding: 6px 16px;
  display: none;
  float: right;
  height: 28px;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.dd-handle a:last-child {
  border-radius: 0;
}
.dd-handle a.operate-first {
  display: block;
}
.dd-handle a.operate-second {
  display: none;
}
.dd-handle a i {
  font-size: 16px;
  color: #333;
}
.dd-handle .dd-handle-input {
  display: none;
}
.dd-handle.name-edit a.operate-first {
  display: none;
}
.dd-handle.name-edit a.operate-second {
  display: block;
}
.dd-handle.name-edit p {
  display: none;
}
.dd-handle.name-edit .dd-handle-input {
  display: block;
  padding: 5px 10px;
  height: 28px;
  line-height: 18px;
  background: #f5f5f5;
  width: 132px;
  border: none;
  float: left;
}
.dd-handle:hover {
  color: #434a54;
  background: #f5f5f5;
}
.dd-handle.active {
  color: #434a54;
  background: #f5f5f5;
  padding: 0;
}
.dd-handle.active a {
  display: block;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.close-drag-box .dd3-handle {
  display: none;
}
.close-drag-box .dd3-content {
  padding: 0;
}
.close-drag-box.open-drag .dd3-handle {
  display: block;
}
.close-drag-box.open-drag .dd3-content {
  padding: 0 0 0 30px;
}
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  text-decoration: none;
  border: 1px solid #D5D5D5;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dd3-content p {
  float: left;
  padding: 4px 0 0 10px;
  margin: 0;
}
.dd3-content a {
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  width: 45px;
  padding: 6px 16px;
  display: none;
  float: right;
  height: 28px;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.dd3-content a:last-child {
  border-radius: 0;
}
.dd3-content a i {
  font-size: 16px;
  color: #333;
}
.dd3-content .dd-handle-input {
  display: none;
}
.dd3-content:hover {
  color: #434a54;
  background: #f5f5f5;
}
.dd3-content.active {
  color: #434a54;
  background: #f5f5f5;
}
.dd3-content.active a.operate-first {
  display: block;
}
.dd3-content.active a.operate-second {
  display: none;
}
.dd3-content.active.name-edit a.operate-first {
  display: none;
}
.dd3-content.active.name-edit a.operate-second {
  display: block;
}
.dd3-content.active.name-edit p {
  display: none;
}
.dd3-content.active.name-edit .dd-handle-input {
  display: block;
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  height: 28px;
  line-height: 28px;
  background: #f5f5f5;
  width: 95px;
  border: none;
  float: left;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #D5D5D5;
  background: #F0F0F0;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #E5E5E5;
}
/* end nestable list */
/* To top */
.to-top {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 23px;
  color: #CCC;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.to-top:hover {
  border-color: #004081;
  color: #333;
}
/* end To top */
/* iCheck plugin Minimal skin, black
        ----------------------------------- */
.check {
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0px;
  cursor: pointer;
  white-space: nowrap;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
  margin-right: 5px;
  margin-top: -4px;
}
.check.disabled {
  color: #AAA;
}
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../image/icheck/grey.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-grey {
  background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-grey {
  background-position: -100px 0;
}
.iradio_minimal-grey.hover {
  background-position: -120px 0;
}
.iradio_minimal-grey.checked {
  background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}
/* END icheckbox */
/* SPINNER */
.ui-spinner {
  width: 100%;
}
.ui-spinner .ui-spinner-input {
  margin: 0px;
}
.ui-spinner-up,
.ui-spinner-down {
  display: block;
  width: 30px;
  height: 15px;
  background: #004081;
  color: #FFF;
}
.ui-spinner-up:hover,
.ui-spinner-down:hover {
  background: #00347a;
  cursor: pointer;
}
.ui-spinner-up {
  border-radius: 0px 5px 0px 0px;
}
.ui-spinner-up .ui-icon {
  width: 30px;
  height: 15px;
  color: #FFF;
}
.ui-spinner-up .ui-icon:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 12px;
  color: #FFF;
  line-height: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 15px;
  text-indent: initial;
}
.ui-spinner-down {
  border-radius: 0px 0px 5px 0px;
}
.ui-spinner-down .ui-icon {
  width: 30px;
  height: 15px;
  color: #FFF;
}
.ui-spinner-down .ui-icon:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 12px;
  color: #FFF;
  line-height: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 15px;
  text-indent: initial;
}
/* END SPINNER */
/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 10px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  min-width: 250px;
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #004190;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #004190;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */
/* BOOTSTRAP TIMEPICKER */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget {
  padding: 5px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  left: 15px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #E5E5E5;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 6px;
  color: #333;
}
.bootstrap-timepicker-widget table td input {
  width: 50px;
  margin: 0;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.bootstrap-timepicker-widget {
  display: block;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
/* EOF BOOTSTRAP TIMEPICKER */
/* BOOTSTRAP COLORPICKER */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../../../image/common/colorpicker/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(../../../image/common/colorpicker/hue.png);
}
.colorpicker-alpha {
  background-image: url(../../../image/common/colorpicker/alpha.png);
  display: none;
}
.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.colorpicker.dropdown-menu {
  margin-top: 8px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../../../image/common/colorpicker/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-group.color .input-group-addon i {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/* EOF BOOTSTRAP COLORPICKER */
/* BOOTSTRAP SELECT */
.bootstrap-select {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #cb4c4c;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 11px;
  font-size: 12px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 8px;
  background: #f5f5f5;
  border-top: 1px solid #E5E5E5;
  margin-top: 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* EOF BOOTSTRAP SELECT */
/* Validation Engine */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #111111;
  position: relative;
  color: #ffffff;
  min-width: 120px;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.greenPopup .formErrorContent {
  background: #92d959;
}
.blackPopup .formErrorContent {
  background: #000;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #111111;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.greenPopup .formErrorArrow div {
  background: #92d959;
}
.blackPopup .formErrorArrow div {
  background: #000;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 0px;
  border: none;
}
.formError .formErrorArrow .line1 {
  width: 0px;
  border: none;
}
/* EOF Validation Engine */
/* RangeSlider */
.ui-rangeSlider {
  height: 22px;
  margin-top: 4px;
}
.ui-rangeSlider .ui-rangeSlider-innerBar {
  height: 16px;
  margin: 3px 6px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ui-rangeSlider .ui-rangeSlider-handle {
  width: 22px;
  height: 22px;
  background: #FFF;
  border: 2px solid #004190;
  cursor: col-resize;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ui-rangeSlider .ui-rangeSlider-bar {
  margin: 1px 0px;
  background: #E5E5E5;
  height: 20px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ui-rangeSlider-arrow,
.ui-rangeSlider-arrow-inner {
  display: none;
}
.ui-rangeSlider-container {
  height: 22px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 11px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  margin: 0;
}
.ui-rangeSlider-label {
  background: #004190;
  margin: 0px;
  white-space: nowrap;
  bottom: 26px;
  padding: 5px 8px;
  cursor: col-resize;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.ui-rangeSlider-label-inner {
  display: none;
}
input.ui-editRangeSlider-inputValue {
  width: 3em;
  vertical-align: middle;
  text-align: center;
}
/* EOF RangeSlider */
/* Smart Wizard */
.wizard .anchor {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  position: relative;
  width: 100%;
}
.wizard .anchor:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #D5D5D5;
  z-index: 1;
}
.wizard .anchor li {
  float: left;
  display: block;
}
.wizard .anchor li a {
  font-size: 15px;
  color: #666666;
  text-decoration: none;
  display: block;
  line-height: 18px;
  padding: 2px 20px 15px 0px;
  position: relative;
}
.wizard .anchor li a .stepNumber {
  display: none;
}
.wizard .anchor li a .stepDesc {
  font-weight: 400;
  font-size: 15px;
}
.wizard .anchor li a .stepDesc small {
  color: #999;
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
  margin-top:5px;
}
.wizard .anchor li a .stepDesc font {
  color: #333;
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
.wizard .anchor li a:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #D5D5D5;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.wizard .anchor li a:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 22px;
  height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid #D5D5D5;
  z-index: 2;
  text-align: center;
  line-height: 17px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #DDD;
}
.wizard .anchor li a.done:after {
  border-color: #92d959;
  content: "\f00c";
  font-family: FontAwesome;
  color: #92d959;
  font-size: 10px;
}
.wizard .anchor li a.done:before {
  background: #92d959;
}
.wizard .anchor li a.error:after {
  border-color: #cb4c4c;
  content: "\f00d";
  font-family: FontAwesome;
  color: #cb4c4c;
  font-size: 10px;
}
.wizard .anchor li a.error:before {
  background: #cb4c4c;
}
.wizard .anchor li a.selected:after {
  border-color: #004190;
  content: "\f0da";
  font-family: FontAwesome;
  color: #004190;
  font-size: 12px;
  padding-left: 2px;
}
.wizard .anchor li a.selected:before {
  background: #004190;
}
.wizard .stepContainer,
.wizard .actionBar {
  float: left;
  width: 100%;
  margin-top: 43px;
  height: auto!important;
}
.wizard .actionBar {
  margin-top: 20px;
}
.wizard .actionBar .btn.pull-right {
  margin-left: 5px;
}
.wizard .actionBar .btn-primary {
  display: none;
}
.wizard .actionBar .loader {
  display: none;
}
.wizard .anchor.steps_1 li {
  width: 100%;
}
.wizard .anchor.steps_2 li {
  width: 50%;
}
.wizard .anchor.steps_3 li {
  width: 33.333333%;
}
.wizard .anchor.steps_4 li {
  width: 25%;
}
.wizard .anchor.steps_5 li {
  width: 20%;
}
.wizard .anchor.steps_6 li {
  width: 16.666666%;
}
.wizard .anchor.steps_7 li {
  width: 14.285714%;
}
.wizard .anchor.steps_8 li {
  width: 12.5%;
}
/* END Smart Wizard */
/* OWL Slider */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item > div {
  width: 100%;
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(../../../image/common/owl/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-pagination {
  height: 22px;
  line-height: 22px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #222;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #222;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=500);
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../../../image/common/owl/AjaxLoader.gif) no-repeat center center;
}
/* END Slider */
/* jVectorMaps */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #004190;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #004190;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  z-index: 15;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #004190;
  padding: 3px;
  olor: white;
  width: 16px;
  height: 16px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  color: #FFF;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* END jVectorMaps */
/* tagsinput */
div.tagsinput {
  display: table-cell;
  border-right: 1px solid #ddd;
  background: #FFF;
  overflow-y: auto;
  border-radius: 3px 0 0 3px;
}
div.text-tag-bar div.tagsinput {
  float: left;
  border-right: 1px solid #ddd;
  background: #FFF;
  width: calc(100% - 88px) !important;
  overflow-y: auto;
}
div.tagsinput span.tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #004190;
  color: #FFF;
  margin: 2px 0px 2px 2px;
  line-height: 20px;
  padding: 2px 20px 2px 5px;
  position: relative;
}
div.tagsinput span.tag a {
  color: #FFF;
  text-decoration: none;
  position: absolute;
  right: 5px;
  width: 15px;
  height: 20px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  top: 2px;
}
div.tagsinput span.tag a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
div.tagsinput span.tag a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
}
div.tagsinput input {
  width: 130px!important;
  margin: 4px 5px;
  border: 0px;
  height: 20px;
  line-height: 20px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #cb4c4c !important;
  color: #FFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 5px;
}
/* END tagsinput */
/* sparkline */
.sparkline {
  display: inline-block;
  position: relative;
}
.jqstooltip {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
}
.jqsfield {
  padding: 4px 5px 5px;
  display: inline-block;
  line-height: 13px;
}
/* eof sparkline */
/* calendar */
.calendar {
  margin-bottom: 0px;
  float: left;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.fc-day {
  background: #FFF;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #D5D5D5;
}
.fc th.fc-widget-header {
  background: #F5F5F5;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px;
}
.fc-button {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
}
.fc-text-arrow,
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight,
.fc-cell-overlay {
  background: #F0F0F0;
}
.fc-event {
  font-size: 12px;
  padding: 3px 5px;
  text-align: center;
}
.fc-event-skin.red,
.fc-event.red {
  background-color: #cb4c4c;
  border-color: #c43939;
}
.fc-event-skin.green,
.fc-event.green {
  background-color: #92d959;
  border-color: #84d444;
}
.fc-event-skin.orange,
.fc-event.orange {
  background-color: #fd9f1b;
  border-color: #fc9402;
}
.fc-event-skin.blue,
.fc-event.blue {
  background-color: #3fbae4;
  border-color: #29b2e1;
}
/* eof calendar */
/* bootstra file input */
.file-input-wrapper input[type=file],
.file-input-wrapper input[type=file]:focus,
.file-input-wrapper input[type=file]:hover {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  outline: 0;
  height: 30px;
}
.file-input-name {
  margin-left: 10px;
}
/* eof bootstrap file input */
/* Morris charts */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
/* END Morris charts */
/* Bootstrap Tour */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-background {
  position: absolute;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*=tour-] {
  z-index: 1100;
}
.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right;
}
.popover[class*=tour-] .popover-navigation [data-role=prev],
.popover[class*=tour-] .popover-navigation [data-role=next],
.popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer;
}
.popover[class*=tour-] .popover-navigation [data-role=prev] .disabled,
.popover[class*=tour-] .popover-navigation [data-role=next].disabled,
.popover[class*=tour-] .popover-navigation [data-role=end] .disabled {
  cursor: default;
}
.popover[class*=tour-] .orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*=tour-].orphan .arrow {
  display: none;
}
/* END Bootstrap Tour */
/* Bootstro */
.bootstro-next-btn {
  float: right;
}
.bootstro-prev-btn {
  float: left;
}
.bootstro-backdrop {
  opacity: .5;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  filter: alpha(opacity=50);
}
.bootstro-highlight {
  z-index: 9999;
  position: relative;
  color: #111;
}
.bootstro-highlight h1,
.bootstro-highlight h2,
.bootstro-highlight h3,
.bootstro-highlight h4,
.bootstro-highlight h5,
.bootstro-highlight h6,
.bootstro-highlight .h1,
.bootstro-highlight .h2,
.bootstro-highlight .h3,
.bootstro-highlight .h4,
.bootstro-highlight .h5,
.bootstro-highlight .h6 {
  color: #000;
}
.bootstro-finish-btn-wrapper {
  padding-top: 10px;
  text-align: center;
  clear: both;
}
.bootstro-nav-wrapper {
  margin-top: 10px;
}
.bootstro-nav-wrapper button,
.bootstro-finish-btn-wrapper button {
  font-size: 12px!important;
  padding: 3px 5px 3px 5px!important;
  font-weight: 400;
}
/* END Bootstro */
/* Bootstrap fileinput */
.file-input {
  overflow-x: auto;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url(../../../image/common/fileinput/loading.gif) top left no-repeat;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption .glyphicon {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}
.file-caption-name {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}
.file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-input .btn .disabled,
.file-input .btn[disabled] {
  cursor: not-allowed;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview-frame {
  display: table;
  margin: 10px;
  height: 160px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
  text-align: center;
}
.file-preview-frame:hover {
  background-color: #F5F5F5;
}
.file-preview-image {
  height: 150px;
  vertical-align: text-center;
}
.file-preview-text {
  display: table-cell;
  width: 150px;
  height: 150px;
  color: #428bca;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.file-preview-other {
  display: table-cell;
  width: 150px;
  height: 150px;
  font-family: Monaco,Consolas,monospace;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
}
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file {
  display: none;
}
.loading {
  background: transparent url(../../../image/common/loading.gif) no-repeat scroll center center content-box !important;
}
.wrap-indicator {
  font-weight: 700;
  color: #245269;
  cursor: pointer;
}
/* END Bootstrap fileinput */
/* daterangepicker */
.dtrange {
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #BBB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}
.dtrange:hover {
  background-color: #F9F9F9;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
  border: 1px solid #D5D5D5;
}
.daterangepicker.dropdown-menu:before,
.daterangepicker.dropdown-menu:after {
  display: none;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 182px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  width: auto;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 12px;
}
.daterangepicker .ranges .input-mini {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 12px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #666666;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #004081;
  border: 1px solid #004081;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #D5D5D5;
}
.daterangepicker td.in-range {
  background: #d9d9d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
/* eof daterangepicker */
/* Tocify */
.tocify {
  width: 20%;
  max-height: 90%;
  overflow: auto;
  position: fixed;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.tocify ul,
.tocify li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 30px;
}
.tocify ul.tocify-header > li > a {
  border-bottom: 1px solid #E5E5E5;
}
.tocify ul.tocify-subheader {
  display: none;
}
.tocify ul.tocify-subheader li.tocify-item a {
  background: #F5F5F5;
}
.tocify ul.tocify-subheader li.tocify-item a:hover {
  background: #F0F0F0;
}
.tocify ul.tocify-subheader li.tocify-item.active a {
  background: #004081;
}
.tocify li.tocify-item a {
  background: #FFF;
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.tocify li.tocify-item a:hover {
  background: #F5F5F5;
}
.tocify li.tocify-item.active a {
  background: #004081;
  color: #FFF;
}
.tocify-header {
  text-indent: 10px;
}
.tocify-subheader {
  text-indent: 20px;
}
.tocify-subheader li {
  font-size: 12px;
}
.tocify-subheader .tocify-subheader {
  text-indent: 30px;
}
.tocify-subheader .tocify-subheader .tocify-subheader {
  text-indent: 40px;
}
/* END Tocify */
/* Filetree */
ul.jqueryFileTree {
  font-size: 12px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
ul.jqueryFileTree li {
  list-style: none;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  white-space: nowrap;
}
ul.jqueryFileTree a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px 2px;
}
ul.jqueryFileTree a:hover {
  background: #E9EDF1;
}
li.directory {
  background: url(../../../image/common/filetree/directory.png) left top no-repeat;
}
li.expanded {
  background: url(../../../image/common/filetree/folder_open.png) left top no-repeat;
}
li.file {
  background: url(../../../image/common/filetree/file.png) left top no-repeat;
}
li.wait {
  background: url(../../../image/common/filetree/spinner.gif) left top no-repeat;
}
/* File Extensions*/
li.ext_3gp {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_afp {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_afpa {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_asp {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_aspx {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_avi {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_bat {
  background: url(../../../image/common/filetree/application.png) left top no-repeat;
}
li.ext_bmp {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_c {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_cfm {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_cgi {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_com {
  background: url(../../../image/common/filetree/application.png) left top no-repeat;
}
li.ext_cpp {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_css {
  background: url(../../../image/common/filetree/css.png) left top no-repeat;
}
li.ext_doc {
  background: url(../../../image/common/filetree/doc.png) left top no-repeat;
}
li.ext_exe {
  background: url(../../../image/common/filetree/application.png) left top no-repeat;
}
li.ext_gif {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_fla {
  background: url(../../../image/common/filetree/flash.png) left top no-repeat;
}
li.ext_h {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_htm {
  background: url(../../../image/common/filetree/html.png) left top no-repeat;
}
li.ext_html {
  background: url(../../../image/common/filetree/html.png) left top no-repeat;
}
li.ext_jar {
  background: url(../../../image/common/filetree/java.png) left top no-repeat;
}
li.ext_jpg {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_jpeg {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_js {
  background: url(../../../image/common/filetree/script.png) left top no-repeat;
}
li.ext_lasso {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_log {
  background: url(../../../image/common/filetree/txt.png) left top no-repeat;
}
li.ext_m4p {
  background: url(../../../image/common/filetree/music.png) left top no-repeat;
}
li.ext_mov {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_mp3 {
  background: url(../../../image/common/filetree/music.png) left top no-repeat;
}
li.ext_mp4 {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_mpg {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_mpeg {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_ogg {
  background: url(../../../image/common/filetree/music.png) left top no-repeat;
}
li.ext_pcx {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_pdf {
  background: url(../../../image/common/filetree/pdf.png) left top no-repeat;
}
li.ext_php {
  background: url(../../../image/common/filetree/php.png) left top no-repeat;
}
li.ext_png {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_ppt {
  background: url(../../../image/common/filetree/ppt.png) left top no-repeat;
}
li.ext_psd {
  background: url(../../../image/common/filetree/psd.png) left top no-repeat;
}
li.ext_pl {
  background: url(../../../image/common/filetree/script.png) left top no-repeat;
}
li.ext_py {
  background: url(../../../image/common/filetree/script.png) left top no-repeat;
}
li.ext_rb {
  background: url(../../../image/common/filetree/ruby.png) left top no-repeat;
}
li.ext_rbx {
  background: url(../../../image/common/filetree/ruby.png) left top no-repeat;
}
li.ext_rhtml {
  background: url(../../../image/common/filetree/ruby.png) left top no-repeat;
}
li.ext_rpm {
  background: url(../../../image/common/filetree/linux.png) left top no-repeat;
}
li.ext_ruby {
  background: url(../../../image/common/filetree/ruby.png) left top no-repeat;
}
li.ext_sql {
  background: url(../../../image/common/filetree/db.png) left top no-repeat;
}
li.ext_swf {
  background: url(../../../image/common/filetree/flash.png) left top no-repeat;
}
li.ext_tif {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_tiff {
  background: url(../../../image/common/filetree/picture.png) left top no-repeat;
}
li.ext_txt {
  background: url(../../../image/common/filetree/txt.png) left top no-repeat;
}
li.ext_vb {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_wav {
  background: url(../../../image/common/filetree/music.png) left top no-repeat;
}
li.ext_wmv {
  background: url(../../../image/common/filetree/film.png) left top no-repeat;
}
li.ext_xls {
  background: url(../../../image/common/filetree/xls.png) left top no-repeat;
}
li.ext_xml {
  background: url(../../../image/common/filetree/code.png) left top no-repeat;
}
li.ext_zip {
  background: url(../../../image/common/filetree/zip.png) left top no-repeat;
}
/* END Filetree */
.chart-legend {
  position: absolute;
  top: 5px;
  right: 5px;
}
.rickshaw_legend {
  background: rgba(0, 0, 0, 0.05);
}
.rickshaw_legend .label {
  color: #333;
}
/* END TEMPLATE PLUGINS */
.fa-right {
  margin-left: 5px;
  margin-right: 0px;
}
/* Animations */
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* END Animations */
@media only screen and (max-width: 768px) {
  div.text-tag-bar div.tagsinput {
    float: left;
    border-right: 1px solid #ddd;
    background: #FFF;
    width: 80%!important;
    min-height: 28px;
    overflow-y: auto;
  }
  [class^='col-xs-'],
  [class^='col-sm-'],
  [class^='col-md-'],
  [class^='col-lg-'] {
    margin-bottom: 10px;
  }
  /* LOGIN */
  .login-container {
    padding: 0px 10px;
  }
  .login-container .login-box {
    padding-top: 10px;
    width: 100%;
  }
  .registration-container {
    padding: 0px 10px;
  }
  .registration-container .registration-box {
    padding-top: 10px;
    width: 100% !important;
  }
  /* END LOGIN */
  /* TOCIFY */
  .tocify {
    display: none;
  }
  /* END TOCIFY */
  /* TIMELINE */
  .timeline.timeline-right:before {
    left: 60px;
  }
  .timeline.timeline-right .timeline-item {
    padding-left: 110px;
  }
  .timeline.timeline-right .timeline-item.timeline-main {
    width: 60px;
  }
  .timeline.timeline-right .timeline-item .timeline-item-icon {
    left: 40px;
  }
  .timeline.timeline-right .timeline-item .timeline-item-info {
    top: 45px;
    width: 70px;
    left: 25px;
    padding: 7px 0px;
  }
  /* END TIMELINE */
  .post-image {
    width: 100%;
  }
  .table-responsive {
    border: 0px;
  }
  .page-content-header {
    height: auto;
  }
  .page-content-header .pull-right {
    width: 100%;
  }
  .page-content-header .logo,
  .page-content-header .contacts,
  .page-content-header .socials {
    margin: 0px auto;
    float: none;
  }
  .page-content-header .contacts,
  .page-content-header .socials {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .page-content-header .contacts a {
    float: none;
    display: inline;
    white-space: nowrap;
  }
  .page-content-header .socials a {
    float: none;
    display: inline;
    white-space: nowrap;
  }
  .form-group-separated .form-group [class^="col-md-"] {
    padding: 5px 10px;
    margin-bottom: 0px;
  }
  .page-tabs {
    height: auto;
  }
  .page-tabs a {
    width: 100%;
    border-bottom: 0px;
  }
  /*应用下拉*/
  .x-navigation li > .drop-apps-box {
    width: 320px!important;
    padding: 0 10px;
  }
  .x-navigation li > .drop-apps-box .panel-heading .panel-title {
    margin: 0!important;
  }
  .x-navigation li > .drop-apps-box .apps-line {
    width: 300px;
    float: left;
    margin: 0 0px;
  }
  .x-navigation li > .drop-apps-box .apps-classify-box {
    width: 300px;
    float: left;
    border-bottom: 1px solid #dedede;
  }
  /*应用下拉*/
  .x-navigation li.xn-icon-none {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  div.text-tag-bar div.tagsinput {
    float: left;
    border-right: 1px solid #ddd;
    background: #FFF;
    width: calc(100% - 88px) !important;
    min-height: 28px;
    overflow-y: auto;
  }
  .nav-tabs > li > a {
    padding: 0 15px;
  }
  .nav-tabs .btn {
    padding: 3px 10px 5px;
  }
}
@media only screen and (min-width: 1023px) {
  .content-left {
    width: 275px;
  }
  .content-right {
    width: calc(100% - 295px);
  }
  .content-left-02 {
    width: 275px;
  }
  .content-right-02 {
    width: calc(100% - 275px);
  }
}
@media only screen and (max-width: 1023px) {
  .header-word {
    display: none;
  }
  .page-container .page-sidebar {
    position: relative;
    float: left;
    width: 100%;
  }
  .page-container .page-sidebar.scroll {
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
  .page-container .page-content {
    margin-left: 0px;
  }
  .page-container .page-content .content-frame .content-frame-left,
  .page-container .page-content .content-frame .content-frame-right {
    width: 100%;
    display: none;
  }
  .page-container .page-content .content-frame .content-frame-body {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
    margin-right: 0px;
  }
  .page-container .page-content .content-frame .content-frame-left-toggle,
  .page-container .page-content .content-frame .content-frame-right-toggle {
    display: inline-block;
  }
  .page-container.page-navigation-toggled .page-content {
    margin-left: 0px;
  }
  .page-container.page-mode-rtl .page-content {
    margin-right: 0px;
  }
  .page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
    padding-right: 0px;
    position: relative;
  }
  .page-container.page-navigation-top-fixed .page-content {
    padding-top: 0px;
  }
  .page-container .page-content-insidebox {
    float: left;
    width: 100%;
    padding-left: 0;
    transition: padding 0s;
  }
  .page-container.menu-mini-open .page-content-insidebox {
    float: left;
    width: 100%;
    padding-left: 0px;
    transition: padding 0s;
  }
  .page-container.menu-mini-open .menu-mini {
    width: 0;
    overflow: hidden;
    transition: width 0.0s;
  }
  .page-container.menu-mini-open .menu-mini .menu-mini-btn {
    display: none;
  }
  .page-container.page-all-scroll .page-content-insidebox {
    position: static;
    top: 50px;
    bottom: 0px;
  }
  .page-container.page-all-scroll .menu-mini .menu-mini-box {
    position: static;
    top: 0px;
    bottom: 0;
  }
  .x-navigation {
    max-height: 50px;
    overflow: hidden;
    background: #004081;
  }
  .x-navigation.x-navigation-panel {
    height: 50px;
    max-height: auto;
    overflow: visible;
  }
  .x-navigation.x-navigation-panel li.xn-icon-button {
    width: 50px;
  }
  .x-navigation.x-navigation-panel li.xn-search {
    width: auto;
  }
  .x-navigation .xn-search input {
    width: 100%;
  }
  .x-navigation > li.xn-profile {
    display: none;
  }
  .x-navigation > li.xn-navigation-control {
    display: block;
  }
  .x-navigation.x-navigation-open {
    max-height: 1200px;
    overflow: visible;
  }
  .x-navigation.x-navigation-open > li.xn-profile {
    display: block;
  }
  .x-navigation .x-navigation-control {
    display: block;
  }
  .x-navigation .menu-li > ul > li.xn-openable:before {
    display: block;
  }
  .x-navigation .menu-li > ul > li > ul {
    display: block;
  }
  .x-navigation-minimize {
    display: none !important;
  }
  .x-navigation-horizontal > li > ul ul,
  .x-navigation-horizontal > li > ul.xn-drop-left ul {
    position: relative;
    left: auto;
    right: auto;
    margin-left: 0px;
    margin-right: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .x-navigation-horizontal > li > ul ul:after {
    display: none;
  }
  .x-navigation.x-navigation-horizontal .xn-search input:focus {
    width: 180px;
  }
  /* XNAV PANEL */
  .x-navigation li > .panel {
    width: 250px;
  }
  .x-navigation li > .panel .panel-padding {
    padding: 0;
  }
  .list-group-contacts .list-group-item p span.message-text {
    float: left;
    width: 50%;
  }
  .list-group-contacts .list-group-item p span.message-data {
    float: right;
    width: 28%;
  }
  /* END XNAV PANEL */
  /* list icons */
  .icons-list li {
    width: 100%;
  }
  /* END list icons */
  /* Gallery */
  .gallery .gallery-item {
    width: 50%;
  }
  /* End Gallery */
  /* Timeline */
  .timeline .timeline-item .timeline-item-content {
    width: 90%;
  }
  .timeline .timeline-item .timeline-item-content:before,
  .timeline .timeline-item .timeline-item-content:after {
    left: 90%;
  }
  .timeline .timeline-item.timeline-item-right .timeline-item-content:before,
  .timeline .timeline-item.timeline-item-right .timeline-item-content:after {
    right: 90%;
  }
  /* END Timeline */
  /* Error */
  .error-container {
    width: 100%;
  }
  /* End Error */
  /* Settings */
  .theme-settings {
    display: none;
  }
  /* End Settings */
  .post-image {
    width: 300px;
  }
}
@media only screen and (min-width: 900px) {
  .content-left {
    width: 255px;
  }
  .content-right {
    width: calc(100% - 275px);
  }
  .content-left-02 {
    width: 275px;
  }
  .content-right-02 {
    width: calc(100% - 275px);
  }
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("../../../image/common/icheck/grey@2x.png");
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
  .ui-resizable-se {
    background-image: url("../../../image/common/jqyery/resize-icon@2x.png");
  }
  .x-navigation > li.xn-logo > a:first-child {
    background-image: url("../../../image/common/logo-light-2m.png");
    background-size: 220px 50px;
  }
  .x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
    background-image: url("../../../image/common/logo-light-2s.png");
    background-size: 50px 50px;
  }
  .login-container .login-box .login-logo {
    background-image: url("../../../image/common/logo-light-2m.png");
    background-size: 220px 50px;
  }
  .page-content-header .logo {
    background-image: url("../../../image/common/logo-grey-big@2x.png");
    background-size: 140px 50px;
  }
  .h-navigation-header .hn-logo-02 a {
    background-image: url("../../../image/common/logo-light-2s.png");
  }
}
@media print {
  .x-navigation,
  .page-sidebar,
  .theme-settings {
    display: none;
  }
  .page-container .page-content {
    margin-left: 0px;
  }
}
/** MODALS **/
.padding-lr-3 {
  padding: 0 0;
}
.padding-lr-3 > input.form-control {
  border-radius: 3px 0 0 3px;
}
.padding-lr-3 .btn {
  border-radius: 0 3px 3px 0;
}
.select_recipient_popup,
.select-recipient-block {
  padding: 10px 10px;
}
.select_recipient_popup .padding-lr-0,
.select-recipient-block .padding-lr-0 {
  padding: 0 0;
}
.select_recipient_popup .padding-lr-0 .select,
.select-recipient-block .padding-lr-0 .select {
  width: 39%!important;
  float: left;
  margin-left: 2%!important;
}
.select_recipient_popup .padding-lr-0 .btn-condensed,
.select-recipient-block .padding-lr-0 .btn-condensed {
  margin-left: 1%!important;
}
.select_recipient_popup .padding-lr-1,
.select-recipient-block .padding-lr-1 {
  padding: 0px 0px 0px 10px;
}
.select_recipient_popup .padding-lr-1 .sr-tit,
.select-recipient-block .padding-lr-1 .sr-tit {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  float: left;
}
.select_recipient_popup .padding-lr-1 .sr-text,
.select-recipient-block .padding-lr-1 .sr-text {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  float: right;
}
.select_recipient_popup .select_recipient_left h6,
.select-recipient-block .select_recipient_left h6 {
  color: #666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 7px;
}
.select_recipient_popup .select_recipient_left > div,
.select-recipient-block .select_recipient_left > div {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 10px 2px;
  box-sizing: border-box;
  height: 378px;
}
.select_recipient_popup .select_recipient_right,
.select-recipient-block .select_recipient_right {
  padding: 0 10px 0 10px;
}
.select_recipient_popup .select_recipient_right .popup—select,
.select-recipient-block .select_recipient_right .popup—select {
  border-radius: 3px;
}
.select_recipient_popup .select_recipient_right h6,
.select-recipient-block .select_recipient_right h6 {
  color: #666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 6px;
}
.select_recipient_popup .select_recipient_right .panel-body,
.select-recipient-block .select_recipient_right .panel-body {
  padding: 0;
  min-height: 358px;
}
.select_recipient_popup .select_recipient_right .panel-body .form-control-block,
.select-recipient-block .select_recipient_right .panel-body .form-control-block {
  box-shadow: none;
  height: 0px;
  display: none;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 {
  padding: 0 10px 0 0;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 {
  padding: 0 0 0 10px;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control {
  padding: 5px 0px;
  box-shadow: none;
  border-radius: 0 0 3px 3px;
  background: #fff;
  min-height: 300px;
  color: #666;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control .select-list,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control .select-list,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control .select-list,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control .select-list {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control .select-list .select-list-name,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control .select-list .select-list-name,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control .select-list .select-list-name,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control .select-list .select-list-name {
  height: 28px;
  line-height: 28px;
  margin: 0;
  width: 50%;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control .select-list .select-list-text,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 > .form-control .select-list .select-list-text,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control .select-list .select-list-text,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 > .form-control .select-list .select-list-text {
  height: 28px;
  line-height: 28px;
  margin: 0;
  width: 50%;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 option,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 option,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 option,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 option {
  border-radius: 2px;
  display: block;
  padding: 7px 12px;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 select[multiple] option,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 select[multiple] option,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 select[multiple] option,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 select[multiple] option,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 select[size] option,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 select[size] option,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 select[size] option,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 select[size] option {
  border-radius: 3px;
  padding: 7px 12px;
  margin-bottom: 2px;
  cursor: pointer;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 .btn,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 .btn,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 .btn,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 .btn {
  border-color: #dedede!important;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .move,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .move,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .remove,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .remove,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .moveall,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .moveall,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .removeall,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .removeall {
  width: 50%;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .move.moveall,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .move.moveall,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .remove.moveall,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .remove.moveall,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .moveall.moveall,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .moveall.moveall,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .removeall.moveall,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .removeall.moveall,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .move.remove,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .move.remove,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .remove.remove,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .remove.remove,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .moveall.remove,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .moveall.remove,
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .removeall.remove,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .removeall.remove {
  border-right: none;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .buttons,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .buttons {
  margin-bottom: -1px;
  width: 100%;
  margin-top: 10px;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .buttons .btn-default,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .buttons .btn-default {
  background-color: #fcfcfc;
  border-color: #ddd;
  color: #333;
  padding: 8px 15px 7px;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .buttons .btn-default i,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .buttons .btn-default i {
  font-size: 12px;
}
.select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .btn-group .btn,
.select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.select_contact_popup {
  padding: 20px 20px 10px;
  box-sizing: border-box;
}
.select_contact_popup .nav-tabs-vertical {
  border: none;
  box-shadow: none;
}
.select_contact_popup .nav-tabs-vertical .tab-content {
  border-left: 1px solid #dedede;
  margin-left: 149px;
  width: calc(100% - 149px);
  padding-right: 0;
  padding-left: 0;
}
.select_contact_popup .nav-tabs-vertical .tab-content .form-group .col-md-8 {
  padding: 0;
}
.select_contact_popup .nav-tabs-vertical .tab-content .form-group .col-md-8 .col-md-12 {
  padding: 0;
}
.select_contact_popup .nav-tabs-vertical .nav-tabs {
  z-index: 400;
}
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #fff;
  border-radius: 3px 0 0 3px;
  background: #fff;
}
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active a {
  background: #fff;
}
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active a:hover {
  background: #fff!important;
}
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active > li.active > a,
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active > li.active > a:hover,
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active > li.active > a:focus,
.select_contact_popup .nav-tabs-vertical .nav-tabs li.active > .dropdown.active.open > a:hover {
  border-top: 0px;
  background: #fff;
}
/**EOF MODALS**/
/*动画*/
@keyframes alarm-2 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes alarm-2 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/*无数据提示*/
.empty {
  width: 250px;
  height: 81px;
  margin: 0 auto;
}
.empty img {
  float: left;
  margin: 0 10px 0 0;
}
.empty span {
  float: left;
  font-size: 1.6rem;
  color: #999;
  margin: 23px 0 0 0;
}
/*翻页*/
.laypageskin_default span {
  background-color: #004190;
}
.laypageskin_default a:hover {
  background-color: #004190;
}
/*翻页*/
/*动画*/
.page-content-1200 {
  max-width: 1200px;
  margin: 0 auto!important;
  padding-top: 50px;
}
.h-navigation-1200 {
  max-width: 1200px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.bg-boxed {
  background-image: url("../../../image/common/boxed_bg.png");
}
/*图片截取-START*/
.cropping-image-wrap {
  border: none!important;
  border-right: 1px solid #dedede!important;
  height: 400px;
}
.cropping-image-wrap img {
  max-height: 360px;
}
.cropping-preview-wrap {
  border: none!important;
  min-width: 200px;
}
.cropping-preview-wrap .cropping-preview {
  margin: 20px auto;
  float: none;
  clear: both;
  border: 1px solid #dedede;
  width: 100px!important;
  height: 100px!important;
}
/*图片截取-END*/
/*Bootstrap-maxlength-START*/
.bootstrap-maxlength {
  background-color: none!important;
  background: none!important;
  color: #666;
  font-size: 12px;
}
/*Bootstrap-maxlength-END*/
/*API*/
.api-link-box {
  border: 1px solid #dedede;
  border-left: none;
  background-color: #f5f5f5;
  float: left;
  width: 100%;
}
.api-link-box a {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #004190;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  display: block;
  float: left;
}
.api-link-box a:nth-child(1) {
  border-top: none;
}
.api-link-box a:nth-child(2) {
  border-top: none;
}
.api-link-box a:nth-child(3) {
  border-top: none;
}
.api-link-box a:nth-child(4) {
  border-top: none;
}
.api-table-box {
  width: 100%;
  overflow-x: auto;
}
.api-table-box .api-table {
  width: 100%;
  min-width: 650px;
}
.api-table-box .api-table tr {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.api-table-box .api-table tr th {
  border-right: 1px solid #dedede;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dedede;
}
.api-table-box .api-table tr td {
  border-right: 1px solid #dedede;
}
.api-table-box .api-table tr td p {
  min-height: 30px;
  line-height: 24px;
  border-bottom: 1px solid #dedede;
  margin: 0;
  padding: 3px 15px;
}
.api-table-box .api-table tr td p a {
  color: #004190;
}
.api-table-box .api-table tr td p:last-child {
  border-bottom: none;
}
.api-table-box .api-table tr td p.api-link-1 {
  color: #004190;
  cursor: pointer;
}
.api-table-box .api-table tr td p .point {
  width: 6px;
  height: 6px;
  display: block;
  margin: 10px 5px 0 0;
  border-radius: 3px;
  background-color: #92d959;
  float: left;
}
/*API*/
/*页脚*/
.footer-box {
  width: 100%;
  float: left;
}
.footer-box .footer-box-inside {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  padding: 10px 0 20px;
  width: calc(100% - 40px);
  margin: 20px 20px 0;
  color: #666;
  border-top: 1px solid #c5c5c5;
}
.footer-box .footer-box-inside span {
  float: left;
}
.footer-box .footer-box-inside .footer-line {
  width: 1px;
  height: 12px;
  border-left: 1px solid #cbcbcb;
  float: left;
  display: block;
  margin: 6px 10px;
}
/*页脚*/
/*圆角翻页*/
.fp-page {
  padding-bottom: 10px;
}
.fp-page .number {
  font-size: 15px;
  margin-top: 3px;
  float: right;
}
.fp-page .arrow {
  float: right;
  margin-left: 10px;
  border-radius: 15px;
  text-align: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(13, 165, 229, 0.3);
}
.fp-page .arrow:hover {
  cursor: auto;
}
.fp-page .active {
  background-color: rgba(13, 165, 229, 0.8);
}
.fp-page .active:hover {
  cursor: pointer;
}
/*圆角翻页*/
/*全屏模版-头部-ren.jq-实验02-START*/
.h-navigation-header {
  min-height: 64px;
  background-color: #0072bd;
}
.h-navigation-header .hn-logo-02 {
  height: 64px;
  width: 230px;
  float: left;
}
.h-navigation-header .hn-logo-02 a {
  border-color: #005c99;
  background-color: #0072bd !important;
  height: 64px;
  width: 230px;
  display: block;
  background-image: url("../../../image/common/logo-light-m.png");
}
.h-navigation-header .adp-big-menu {
  width: 100%;
  min-height: 64px;
}
.h-navigation-header .adp-big-menu .adp-btn-01 {
  display: none;
  height: 50px;
  width: 50px;
  float: right;
  padding: 10px;
  line-height: 30px;
  font-size: 2.2rem;
  color: #fff;
}
.h-navigation-header .adp-big-menu.active .nav-menu {
  display: block;
}
.h-navigation-header .big-menu {
  width: calc(100% - 230px );
  float: left;
}
.h-navigation-header .big-menu .nav-menu {
  width: auto;
  min-height: 64px;
  float: left;
  border-color: #005c99;
  position: relative;
}
.h-navigation-header .big-menu .nav-menu > a {
  width: auto;
  height: 64px;
  padding: 10px 15px 10px 8px;
  display: block;
}
.h-navigation-header .big-menu .nav-menu > a span:first-child {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 auto;
  transition: color 200ms ease 0s;
  vertical-align: baseline;
  line-height: 46px;
  width: 30px;
  text-align: center;
}
.h-navigation-header .big-menu .nav-menu > a span.tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 42px;
  color: #ffffff;
  float: left;
  height: 40px;
  margin-left: 0px;
}
.h-navigation-header .big-menu .nav-menu > a span.right-icon {
  font-size: 2.1rem;
}
.h-navigation-header .big-menu .nav-menu > a:hover {
  background-color: #00609e;
}
.h-navigation-header .big-menu .nav-menu > a:hover span {
  color: #fff;
}
.h-navigation-header .big-menu .nav-menu.bg-act {
  background-color: #00609e;
}
.h-navigation-header .big-menu .nav-menu.bg-act a span {
  color: #fff;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user {
  float: right;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user > a > img {
  height: 30px;
  width: 30px;
  float: left;
  border-radius: 15px;
  margin-top: 6px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user > a > span.tit {
  margin-left: 7px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user .user-info-box {
  right: 0;
  left: auto;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user .user-info-box a span {
  color: #ffffff;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn {
  float: right;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn a {
  padding: 10px 10px 10px 10px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn a span:first-child {
  display: block;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn a span.tit {
  display: none;
  margin-left: 5px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr {
  background-color: #fff;
  width: 400px;
  left: auto;
  right: 0!important;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body {
  width: 100%;
  padding: 0;
  height: 465px;
  overflow: hidden;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body > div {
  padding: 0 10px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.6);
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item {
  padding: 10px;
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #ddd!important;
  margin-bottom: 0;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > a {
  float: left;
  padding: 0;
  width: 40px;
  height: 40px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > a img {
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > p {
  float: left;
  margin: 0;
  line-height: 26px;
  width: calc(100% - 40px );
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > p .message-text {
  float: left;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > p .message-text a.mes-txt {
  float: left;
  color: #666;
  padding: 5px;
  font-size: 12px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > p .message-text a.read-more {
  float: left;
  color: #92d959;
  padding: 5px;
  font-size: 12px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body .list-group-item > p .message-data {
  float: right;
  padding: 5px;
  font-size: 12px;
  line-height: 26px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr a.show-all-message {
  padding: 0!important;
  float: left;
  min-height: 20px;
  height: 20px;
  width: 100%;
  text-align: center;
  line-height: 20px;
  background: #e5e5e5;
  display: block;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr a.show-all-message i {
  font-size: 14px!important;
  color: #666;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-theme {
  float: right;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-theme a {
  padding: 10px 10px 10px 10px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-theme a span:first-child {
  display: block;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-theme a span.tit {
  display: none;
  margin-left: 5px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-theme .theme-settings {
  width: 260px!important;
  background-color: #fff;
  right: 0;
  left: auto;
  padding: 10px 0 10px 10px;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-theme .theme-settings .ts-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.h-navigation-header .big-menu .nav-menu .menu-fr {
  width: 230px;
  min-height: 64px;
  background-color: #0069ae;
  position: absolute;
  display: none;
  left: 0;
  top: 64px;
  box-shadow: none /*1px 1px 1px 1px rgba(0, 0, 0, 0.09)*/;
}
.h-navigation-header .big-menu .nav-menu .menu-fr > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  min-height: 44px;
  display: block;
  padding: 5px 15px;
  float: left;
  width: 100%;
}
.h-navigation-header .big-menu .nav-menu .menu-fr > a span:first-child {
  display: block;
  float: left;
  font-size: 2.0rem;
  line-height: 36px;
  width: 30px;
  text-align: center;
  color: #ffffff;
}
.h-navigation-header .big-menu .nav-menu .menu-fr > a span:last-child {
  display: block;
  margin-left: 15px;
  float: left;
  line-height: 34px;
  color: #ffffff;
}
.h-navigation-header .big-menu .nav-menu .menu-fr > a:hover {
  background-color: #10aff1;
  color: #fff;
}
.h-navigation-header .big-menu .nav-menu .menu-fr > a:hover span {
  color: #fff;
}
.h-navigation-header .big-menu .nav-menu .menu-fr > a.active {
  background-color: #004190;
  color: #fff;
}
.h-navigation-header .big-menu .nav-menu .menu-fr .ts-themes a {
  float: left;
  padding: 0;
  min-height: 30px;
  background-color: none;
  height: 30px;
}
.h-navigation-header .big-menu .nav-menu .menu-fr .ts-themes a.active {
  background: none;
}
.h-navigation-header .big-menu .nav-menu.active .menu-fr {
  display: block;
  z-index: 1000;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-sidebar.active .menu-fr {
  display: none;
}
/*全屏模版-头部-ren.jq-实验02-END*/
/*全屏模版-头部-ren.jq-实验03-END*/
.page-container .close-sidebar {
  margin: 2px 5px 0;
  width: auto;
  padding: 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.page-container .page-content .page-content-insidebox.page-minimenu-content {
  width: calc(100% - 230px );
}
.page-container.page-navigation-toggled .page-content .page-content-insidebox.page-minimenu-content {
  width: calc(100% - 50px );
}
.h-navigation-header .big-menu .nav-menu .menu-fr.theme-settings {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
/*全屏模版-头部-ren.jq-实验03-END*/
/*合并头部右侧功能按钮*/
.h-navigation-header .big-menu .nav-menu.nav-menu-adp-01 {
  display: block;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-adp-01 > a span:first-child {
  font-size: 2.2rem!important;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user > a.more-menu-btn {
  padding: 0;
  width: 0!important;
}
.h-navigation-header .big-menu .nav-menu.nav-menu-user > a.more-menu-btn span.tit {
  display: none;
}
.user-info-box {
  float: left;
  width: 0!important;
}
.user-info-box .userinfo-menu-two .userinfo-two-box > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  min-height: 44px;
  display: block;
  padding: 5px 15px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box > a span:first-child {
  display: block;
  float: left;
  font-size: 2.0rem;
  line-height: 36px;
  width: 30px;
  text-align: center;
  color: #ffffff;
}
.user-info-box .userinfo-menu-two .userinfo-two-box > a span:last-child {
  display: block;
  margin-left: 15px;
  float: left;
  line-height: 34px;
  color: #ffffff;
}
.user-info-box .userinfo-menu-two .userinfo-two-box > a:hover {
  background-color: #10aff1;
  color: #fff;
}
.user-info-box .userinfo-menu-two .userinfo-two-box > a:hover span {
  color: #fff;
}
.user-info-box .userinfo-menu-two .userinfo-two-box > a.active {
  background-color: #004190;
  color: #fff;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .theme-settings {
  background: #fff;
  float: left;
  position: absolute;
  left: -352px;
  top: 0;
  width: 260px!important;
  padding: 10px 0 10px 10px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.user-info-box .userinfo-menu-two .userinfo-two-box .theme-settings .ts-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn {
  background-color: #fff;
  width: 400px;
  position: absolute;
  left: -542px;
  top: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body {
  width: 100%;
  padding: 0;
  height: 465px;
  overflow: hidden;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body > div {
  padding: 0 10px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.6);
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item {
  padding: 10px;
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #ddd!important;
  margin-bottom: 0;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > a {
  float: left;
  padding: 0;
  width: 40px;
  height: 40px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > a img {
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > p {
  float: left;
  margin: 0;
  line-height: 26px;
  width: calc(100% - 40px );
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > p .message-text {
  float: left;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > p .message-text a.mes-txt {
  float: left;
  color: #666;
  padding: 5px;
  font-size: 12px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > p .message-text a.read-more {
  float: left;
  color: #92d959;
  padding: 5px;
  font-size: 12px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > p .message-data {
  float: right;
  padding: 5px;
  font-size: 12px;
  line-height: 26px;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn a.show-all-message {
  padding: 0!important;
  float: left;
  min-height: 20px;
  height: 20px;
  width: 100%;
  text-align: center;
  line-height: 20px;
  background: #e5e5e5;
  display: block;
}
.user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn a.show-all-message i {
  font-size: 14px!important;
  color: #666;
}
.user-info-box .userinfo-menu-two .userinfo-two-box.menu-theme .theme-settings {
  display: none;
}
.user-info-box .userinfo-menu-two .userinfo-two-box.menu-theme.active .theme-settings {
  display: block;
}
.user-info-box .userinfo-menu-two .userinfo-two-box.menu-message .nav-menu-msn {
  display: none;
}
.user-info-box .userinfo-menu-two .userinfo-two-box.menu-message.active .nav-menu-msn {
  display: block;
}
.user-info-box .userinfo-menu-two .userinfo-two-box.bg-act {
  background-color: #1eb3f2;
}
.user-info-box .userinfo-menu-two .userinfo-two-box.bg-act a span {
  color: #fff;
}
/*合并头部右侧功能按钮*/
.goodspublish-img-box {
  display: block;
  float: left;
  position: relative;
}
.goodspublish-img-box a {
  display: none;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 0;
}
.goodspublish-img-box > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}
.goodspublish-img-box:hover a {
  display: block;
}
.goodspublish-img-box:hover > span {
  display: block;
}
/*登陆后-系统选择页 START REN.jQ*/
.choice-system-title {
  font-size: 22px;
  height: 52px;
  line-height: 42px;
  font-family: Microsoft YaHei;
  color: #434a54;
  width: 100%;
  padding: 10px 20px 0;
  margin-bottom: 0!important;
}
.choice-system {
  width: calc(100% / 4 );
  padding: 10px;
  float: left;
  min-width: 265px;
}
.choice-system .widget-sys-box {
  height: 132px;
  margin: 0;
}
.choice-system .widget-sys-box .widget-item-left {
  padding: 28px 15px 29px 0 !important;
  width: 73px;
  margin-left: 15px;
  margin-right: 15px;
}
.choice-system .widget-sys-box .widget-data {
  padding-left: 103px;
}
.choice-system .widget-sys-box .widget-data .widget-link:hover {
  color: #fff;
}
.choice-system .widget-sys-box .widget-data .widget-int.sys-name {
  padding: 0 15px 0 0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  font-family: Microsoft YaHei;
  margin-top: 10px;
}
.choice-system .widget-sys-box .widget-data .sys-tit {
  padding: 0 15px 0 0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
}
/*登陆后-系统选择页 END REN.jQ*/
/*TAB-滑动 START REN.jQ*/
.swiper-container,
.swiper-container-btn {
  width: calc(100% - 10px );
  position: relative;
}
.swiper-container .swiper-wrapper,
.swiper-container-btn .swiper-wrapper {
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: all transform ease;
  -moz-transition-property: all transform ease;
  -o-transition-property: all transform ease;
  -ms-transition-property: all transform ease;
  transition-property: all transform ease;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container .swiper-wrapper .swiper-slide,
.swiper-container-btn .swiper-wrapper .swiper-slide {
  width: auto!important;
  float: left;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}
.swiper-container .nav-tabs,
.swiper-container-btn .nav-tabs,
.swiper-container .nav-tabs.nav-justified,
.swiper-container-btn .nav-tabs.nav-justified {
  margin: 0;
  padding: 0;
  width: 100%;
}
.swiper-note {
  display: none;
  position: absolute;
  top: -42px;
  left: 0;
  height: 40px;
  line-height: 30px;
  background: rgba(63, 186, 228, 0.8);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.swiper-note > span {
  font-size: 18px;
  margin: 0 10px 0 0;
}
.swiper-note .close {
  margin: 5px 0 0 10px;
  font-size: 18px;
}
.swiper-note.active {
  display: block;
}
.table-responsive {
  overflow: inherit!important;
}
/*滑动按钮组&搜索框-自适应 ren,jq*/
.swiper-search {
  padding-left: 10px;
}
/*滑动按钮组&搜索框-自适应 ren,jq*/
/*TAB-滑动 END REN.jQ*/
.btn-tab-con {
  float: left;
  border: 1px solid #0eacef;
  border-radius: 4px;
  height: 32px;
}
.btn-tab-con a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #0eacef;
  border-right: 1px solid #0eacef;
  display: block;
  float: left;
}
.btn-tab-con a:hover,
.btn-tab-con a.active {
  color: #fff;
  background-color: #0eacef;
}
.btn-tab-con a:first-child {
  border-radius: 2px 0 0 2px;
}
.btn-tab-con a:last-child {
  border-right: none;
  border-radius: 0 2px 2px 0;
}
/**/
.header-msn-box {
  height: 63px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  padding: 0 15px 0 20px;
  background-color: #fff;
}
.header-msn-box div {
  height: 63px;
}
.header-msn-box div i {
  font-size: 2.8rem;
  color: #434a54;
  margin: 18px 0 0;
  display: block;
  float: left;
}
.header-msn-box div p {
  color: #666;
  line-height: 18px;
  margin: 0;
}
.header-msn-box div p.title {
  font-size: 12px;
  font-weight: bold;
  margin: 14px 0 0;
}
.header-msn-box div p.text {
  font-size: 12px;
  margin: 0;
}
.header-msn-box div a {
  color: #939393;
  font-size: 2.1rem;
  margin: 20px 0 0;
}
.header-msn-box:hover {
  background-color: #f5f5f5;
}
/**/
.page-container.menu-mini-open .page-content-insidebox.page-content-databox {
  width: calc(100% - 250px);
}
.page-inside-sidebar {
  border-radius: 8px;
  background: #576069;
  position: relative;
  top: 0;
  bottom: 0;
  margin: 20px 0 0;
  width: 230px;
  float: left;
}
.page-inside-sidebar .close-sidebar {
  display: none;
}
.page-inside-sidebar.data-center-sidebar {
  background: #e6e6e6;
}
/**/
/*搜索*/
.xn-search-box {
  padding: 17px 10px 16px 10px;
  position: relative;
  float: left;
  width: auto;
}
.xn-search-box input {
  width: 200px;
  height: 30px;
  padding: 0px 28px 0px 8px;
  line-height: 25px;
  border: 1px solid #003368;
  background: #003872;
  color: #AAA;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.xn-search-box a.search-btn {
  right: 25px;
  top: 16px;
  width: 18px;
  height: 30px;
  display: black;
  padding: 0;
  position: absolute;
}
.xn-search-box a.search-btn:before {
  content: "\f002";
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 28px;
  color: #AAA;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}
.xn-search-box a.search-btn:hover {
  background: none;
}
/*搜索*/
/*数据中心-滑动下拉菜单*/
.data-center-tabcon .info-center-tab .swiper-dropmenu-box {
  position: relative;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box.active-drop .swiper-drop-menu {
  display: block;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box.active-drop > a {
  background-image: none;
  background-color: rgba(251, 251, 251, 0.9);
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box.active-drop > a span.shadow {
  display: none;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu {
  border-radius: 0 0 5px 5px;
  padding: 19px 20px 10px;
  position: absolute;
  display: none;
  width: 292px;
  border: 1px solid #c4c4c3;
  border-top: none;
  background-color: rgba(251, 251, 251, 0.9);
  margin: -1px 0 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu a {
  display: block;
  height: 34px;
  color: #666;
  padding: 0px 12px;
  line-height: 34px;
  border-radius: 0;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 9px;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu a:hover {
  background-color: rgba(0, 114, 189, 0.1);
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu a.active {
  background-color: rgba(0, 114, 189, 0.6);
  color: #fff;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu a span {
  float: left;
  display: block;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu a span:first-child {
  font-size: 20px;
  line-height: 34px;
}
.data-center-tabcon .info-center-tab .swiper-dropmenu-box .swiper-drop-menu a span:last-child {
  margin-left: 15px;
  line-height: 34px;
}
/*数据中心-滑动下拉菜单*/
.btn-1-center {
  margin-left: calc(91.5% / 2) !important;
}
.btn-2-center {
  margin-left: calc(83% / 2) !important;
}
.btn-4-center {
  margin-left: calc(66.5% / 2) !important;
}
.btn-21-center {
  margin-left: calc((75% - 10px) / 2) !important;
}
.btn-42-center {
  margin-left: calc((50% - 10px) / 2) !important;
}
.btn-21to42-center {
  margin-left: calc((75% - 10px) / 2) !important;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
.mouse-choose {
  cursor: pointer;
}
.text_overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table-icon {
  font-size: 1.9rem;
  color: #666;
}
.form-group .text-center-left {
  text-align: center;
}
/*2016-07-12 maqt*/
.left {
  float: left;
}
.right {
  float: right;
}
.color-fff {
  color: #fff!important;
}
.color-fff:hover {
  color: #fff!important;
}
.bar {
  float: left;
  width: 100%;
}
.fz-10 {
  font-size: 1.1rem!important;
}
.fz-12 {
  font-size: 12px!important;
}
.fz-14 {
  font-size: 15px!important;
}
.fz-15 {
  font-size: 1.6rem!important;
}
.fz-16 {
  font-size: 1.7rem!important;
}
.fz-17 {
  font-size: 1.8rem!important;
}
.fz-18 {
  font-size: 1.9rem!important;
}
.bgc-0 {
  background-color: transparent!important;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.border-radius-0 {
  border-radius: 0!important;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.light-gray {
  color: #999;
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.left-tree {
  box-shadow: none;
  border: 1px solid #ddd;
  min-height: 520px;
}
.left-tree .panel-heading {
  border-bottom: 1px solid #ddd;
}
.svsmonitor-head-con .svsmonitor-head-box {
  min-width: 158px;
  width: calc(100% / 6);
  padding: 0 10px;
  margin-top: 10px;
  float: left;
}
/*离校*/
.lp-student-page {
  width: calc(100% / 5);
  float: left;
  margin-bottom: 15px;
}
.lp-student-page.active .attending-img {
  background-image: url("../../../image/lp/studentpage/attending_01.png");
}
.lp-student-page.active p {
  color: #89ad4d;
}
.lp-student-page.active p:hover {
  color: #004190;
}
.lp-student-page.no-need .attending-img {
  background-image: url("../../../image/lp/studentpage/attending_05.png");
}
.lp-student-page.no-need p {
  color: #40aed1;
}
.lp-student-page.no-need p:hover {
  color: #004190;
}
.lp-student-page .attending-img {
  width: 120px;
  height: 130px;
  background-image: url("../../../image/lp/studentpage/attending_02.png");
  margin: 0 auto;
  cursor: pointer;
}
.lp-student-page p {
  margin: 5px auto 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}
.lp-student-page p:hover {
  color: #004190;
}
.lp-poplist-tit,
.lp-poplist-text {
  color: #666;
  font-size: 12px;
  line-height: 28px;
  margin: 0;
}
.lp-poplist-tit.lp-poplist-tit,
.lp-poplist-text.lp-poplist-tit {
  color: #333;
  font-weight: bold;
}
.lp-poplist-tit.lp-poplist-text,
.lp-poplist-text.lp-poplist-text {
  margin-left: 8px;
}
.lp-option {
  margin: 20px 0 12px 0;
}
.lp-option p {
  font-size: 12px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 0 0;
  float: left;
}
.lp-option p.title {
  font-size: 14px;
  font-weight: bold;
}
.lp-block-con {
  border-left: 1px solid #dbdbdb;
}
.lp-block-r {
  border-radius: 6px;
  height: 229px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  padding: 12px 20px 12px;
}
.lp-block-box {
  width: 100%;
  float: left;
}
.lp-block-box .name {
  color: #333;
  font-size: 2.6rem;
  line-height: 40px;
  padding-left: 10px;
  margin-bottom: 4px;
}
.lp-block-box .major {
  padding-left: 10px;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.lp-block-box .major span {
  color: #333;
  font-size: 15px;
  margin: 0 0 0 0;
}
.lp-block-box .major i {
  font-size: 15px;
  line-height: 18px;
  float: left;
  margin: 3px 5px 0 0;
  color: #333;
}
.lp-block-box .conten-box {
  width: 100%;
  border-top: 1px solid #ddd;
  float: left;
  margin-top: 15px;
}
.lp-block-box .conten-box p {
  width: 50%;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 8px 0 0;
  min-width: 234px;
}
.lp-block-box .conten-box p span {
  color: #666;
}
.lp-block-box .conten-box p span:last-child {
  color: #333;
}
.lp-att-title {
  font-size: 1.6rem;
  width: 100%;
  font-weight: bold;
  float: left;
  padding: 3px 10px 8px;
  line-height: 30px;
  color: #444;
}
.lp-attend-box {
  width: calc(100% / 6);
  padding: 10px;
  float: left;
}
.lp-attending-block {
  display: table;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  height: 50px;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}
.lp-attending-block .attending-block-left {
  display: table-cell;
  margin: 0;
  width: 49px;
  max-height: 48px;
  background-color: #ccc;
  background-image: url("../../../image/lp/studentpage/attending_03.png");
}
.lp-attending-block .attending-block-right {
  vertical-align: middle;
  display: table-cell;
  margin: 0;
  width: calc(100% - 49px);
  background-color: #eee;
  height: 48px;
  padding: 0 10px;
  font-size: 14px;
}
.lp-attending-block.active {
  border: 1px solid #89ad4d;
}
.lp-attending-block.active .attending-block-left {
  background-color: #769443;
  background-image: url("../../../image/lp/studentpage/attending_04.png");
}
.lp-attending-block.active .attending-block-right {
  background-color: #89ad4d;
  color: #fff;
}
.check-switch-box {
  height: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
}
.check-switch-box .form-horizontal .control-label {
  height: 48px;
  line-height: 48px;
}
.check-switch-box .switch span {
  margin-top: 8px;
}
.dashed-line-d {
  width: 100%;
  border-bottom: 1px dashed #ddd;
  height: 1px;
}
.solid-line-d {
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 1px;
}
.lp-btn-pull {
  float: right!important;
}
.lp-btn-pull .file-input {
  height: 28px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 75px;
}
.lp-btn-pull .file-input .btn-file {
  border: none;
  width: 75px;
  height: 28px;
  background-color: none!important;
  background: none!important;
}
.lp-btn-pull .file-input .btn-file .undefined {
  display: none;
}
/*离校*/
/*通知*/
.tz-container {
  padding: 0 0 30px;
  float: left;
}
.tz-container .title-box {
  width: 100%;
  float: left;
  padding: 15px 20px 0;
  margin: 0 0 15px;
}
.tz-container .title-box h3 {
  margin: 5px 0 0;
  font-size: 1.6rem;
  color: #666;
  font-weight: normal;
  float: left;
  height: 26px;
  line-height: 26px;
}
.tz-container .title-box h3 span {
  color: #999;
}
.tz-container .title-box .btn {
  margin: 5px 0 0;
}
.tz-container .tz-body-con {
  float: left;
}
.tz-container .tz-body-con .tz-body-list {
  float: left;
  padding: 15px 20px;
  border-bottom: 1px solid #dedede;
}
.tz-container .tz-body-con .tz-body-list:nth-child(2n) {
  background: #f9f9f9;
}
.tz-container .tz-body-con .tz-body-list .tz-tit-box {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.tz-container .tz-body-con .tz-body-list .tz-tit-box p.point {
  background-color: #dedede;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 7px 10px 7px 0;
}
.tz-container .tz-body-con .tz-body-list .tz-tit-box p.tit {
  width: calc(100% - 20px);
  float: left;
  margin: 0;
  font-size: 1.6rem;
  min-height: 26px;
  line-height: 26px;
  color: #333;
}
.tz-container .tz-body-con .tz-body-list .tz-tit-info {
  padding-left: 20px;
  float: left;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  width: 100%;
}
.tz-container .tz-body-con .tz-body-list .tz-tit-info p {
  margin-bottom: 5px;
}
.tz-container .tz-body-con .tz-body-list .tz-tit-info p.top-news {
  margin: 3px 10px 0 0;
  color: #fff;
  background: #fd9f1b;
  font-size: 12px;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 3px;
  float: left;
}
.tz-container .tz-body-con .tz-body-list .tz-note {
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  float: left;
  width: 100%;
}
.tz-details h1 {
  line-height: 1;
  font-size: 2.0rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 0 0 10px !important;
}
.tz-details .tz-details-info {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  width: 100%;
}
.tz-details .tz-details-info p {
  display: inline-block;
}
.tz-details .main-details {
  background-color: #fff;
  width: 100%;
  padding: 0 0 20px;
}
.tz-details .main-details h2 {
  line-height: 30px;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}
.tz-details .main-details p {
  text-indent: 2em;
  line-height: 26px;
  font-size: 1.6rem;
  color: #333;
}
.tz-details .tz-accessory {
  line-height: 38px;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  display: block;
  border: 1px solid #e3e4e6;
  background-color: #e8e9eb;
  padding: 0 10px;
  margin: 0 0 10px;
}
/*通知*/
/*日程*/
.calendar-full-screen {
  font-size: 18px;
  color: #333;
  position: absolute;
  top: 8px;
  right: 200px;
}
.fc-button.fc-today-button {
  border: 1px solid #0b90c8;
  background: #004190;
  color: #fff;
}
.fc-button.fc-today-button:disabled {
  border: 1px solid #ddd;
  background: #f9f9f9;
  color: #999;
}
.fc-color-pe {
  background-color: #3fbae4;
  border: 1px solid #32b5e2;
}
.sch-container {
  float: left;
  width: 100%;
}
.sch-container.active-display {
  display: none!important;
}
.sch-container.add-newcal .sch-mainlist-box {
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.sch-container.add-newcal .sch-mainlist-box .sch-main-list.sch-addcal-list {
  display: block;
}
.sch-container.add-newcal .sch-mainlist-box .sch-main-list.sch-addcal-list .hid-manage-btn {
  display: inline-block;
}
.sch-container.active .btn-group-nom {
  display: none;
}
.sch-container.active .btn-group-hid {
  display: block;
}
.sch-container.active .sch-mainlist-box {
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.sch-container.active .sch-mainlist-box .sch-main-list .hid-manage-btn {
  display: inline-block;
}
.sch-container.active .sch-mainlist-box .sch-main-list .nom-share-btn {
  display: none;
}
.sch-container .btn-group-nom {
  display: block;
}
.sch-container .btn-group-hid {
  display: none;
}
.sch-container .sch-list-title {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.sch-container .sch-mainlist-box {
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.sch-container .sch-mainlist-box .sch-main-list {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  height: 40px;
  padding: 10px 15px;
}
.sch-container .sch-mainlist-box .sch-main-list.sch-addcal-list {
  display: none;
}
.sch-container .sch-mainlist-box .sch-main-list:last-child {
  border-bottom: none;
}
.sch-container .sch-mainlist-box .sch-main-list:hover {
  background-color: #f9f9f9;
}
.sch-container .sch-mainlist-box .sch-main-list .hid-manage-btn {
  display: none;
  float: right;
}
.sch-container .sch-mainlist-box .sch-main-list .hid-manage-btn a {
  float: right;
  margin-left: 15px;
  color: #333;
  font-size: 1.6rem;
}
.sch-container .sch-mainlist-box .sch-main-list .hid-manage-btn a.hover-pop-box {
  position: relative;
}
.sch-container .sch-mainlist-box .sch-main-list .hid-manage-btn a.hover-pop-box:hover .hover-pop-01 {
  display: block;
}
.sch-container .sch-mainlist-box .sch-main-list .hid-manage-btn a.hover-pop-box .hover-pop-01 {
  z-index: 1000;
  width: 290px;
  display: none;
  top: -10px;
  left: 20px;
  background-color: #fff;
  position: absolute;
  height: 40px;
  padding: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.sch-container .sch-mainlist-box .sch-main-list .hid-manage-btn a.hover-pop-box .hover-pop-01 .hover-pop-arr {
  width: 13px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: -8px;
  display: block;
  background-image: url(../../../image/common/fullcalendar/arr-calendar.png);
}
.sch-container .sch-mainlist-box .sch-main-list .nom-share-btn {
  float: right;
  display: inline-block;
}
.sch-container .sch-mainlist-box .sch-main-list .nom-share-btn a {
  color: #d3d3d3;
  font-size: 1.6rem;
}
.sch-container .sch-mainlist-box .sch-main-list .nom-share-btn a:hover {
  color: #333;
}
.sch-container .sch-text-box {
  width: 100%;
  float: left;
  padding: 16px 0px 1px 16px;
}
.sch-container .sch-docs {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  padding: 0 10px 0 16px;
}
.sch-container p.color-point {
  width: 10px;
  height: 10px;
  margin: 5px 10px 5px 0;
  float: left;
  border-radius: 2px;
}
/*日程*/
/*监控*/
.ms-mini-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  float: left;
  height: 30px;
  margin: 0 0 0 10px;
}
.ms-panel .ms-left-panel {
  width: 300px;
  float: left;
  padding: 10px 20px ;
  border-right: 1px solid #ddd;
}
.ms-panel .ms-left-panel .ms-tit {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.ms-panel .ms-left-panel .ms-tit a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  margin: 2px 0 0 10px;
  padding: 0px;
  border: 1px solid #999;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  display: inline-block;
  line-height: 18px;
  text-align: center;
}
.ms-panel .ms-left-panel .ms-tit a:hover {
  text-decoration: none;
}
.ms-panel .ms-left-panel .ms-top-box {
  width: 100%;
}
.ms-panel .ms-left-panel .ms-top-box .ms-app-fraction {
  width: 120px;
  padding: 10px 20px 10px 0;
  float: left;
}
.ms-panel .ms-left-panel .ms-top-box .ms-app-fraction div {
  height: 100px;
  width: 100%;
  border-radius: 10px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 100px;
}
.ms-panel .ms-left-panel .ms-top-box .ms-app-btn {
  width: 50%;
  float: right;
  border-left: 1px solid #ddd;
  height: 100px;
  margin: 10px 0;
  padding-left: 30px;
}
.ms-panel .ms-left-panel .ms-top-box .ms-app-btn .btn {
  width: 100%;
  margin: 35px 0 0 0;
}
.ms-panel .ms-left-panel .ms-bottom-box {
  width: 100%;
  float: left;
}
.ms-panel .ms-left-panel .ms-bottom-box .ms-bottom-tit {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
.ms-panel .ms-left-panel .ms-bottom-box .ms-bottom-txt {
  width: 100%;
  margin-top: 10px;
}
.ms-panel .ms-left-panel .ms-bottom-box .ms-bottom-txt p {
  font-size: 12px;
  color: #666;
}
.ms-panel .ms-right-panel {
  width: calc(100% - 300px);
  float: left;
  padding: 0 20px;
  min-height: 240px;
}
/*监控*/
/*创建服务弹出页*/
.modal-add-svs {
  padding: 10px 15px 20px;
}
.add-svs-text {
  line-height: 1;
  color: #999;
  margin: 3px 0 20px;
}
.add-svs-content .add-svs-con {
  position: relative;
  border: 1px solid #bcbfc3;
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
  height: 166px;
  float: left;
  border-radius: 4px;
}
.add-svs-content .add-svs-con a {
  display: block;
  width: 100%;
  height: 164px;
  text-align: center;
  padding: 40px 0 0;
  text-decoration: none;
}
.add-svs-content .add-svs-con a i {
  font-size: 46px;
  text-align: center;
  display: block;
  color: #bcbfc3;
  text-decoration: none;
}
.add-svs-content .add-svs-con a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #bcbfc3;
  margin-top: 20px;
  text-decoration: none;
}
.add-svs-content .add-svs-con a:hover {
  text-decoration: none;
}
.add-svs-content .add-svs-con p {
  height: 51px;
  width: 51px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #004190;
  background-image: url(../../../image/common/add-svs.png);
}
.add-svs-content .add-svs-con.active {
  border: 1px solid #004190;
}
.add-svs-content .add-svs-con.active a i {
  color: #004190;
}
.add-svs-content .add-svs-con.active a span {
  color: #004190;
}
.add-svs-content .add-svs-con.active p {
  display: block;
}
/*创建服务弹出页*/
/*自动填充*ren.jq-2016-10-12*START*/
.typeahead {
  height: 150px;
  overflow-y: auto;
  width: 94%;
}
/*自动填充*ren.jq-2016-10-12*END*/
/*独立页*ren.jq-2016-10-13*START*/
.independent-con {
  width: 100%;
}
.independent-con .independent-title {
  width: 100%;
  height: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  barder-bottom: 1px solid #ccc;
  background: #0077c7 url("../../../image/common/logo-light-m.png") no-repeat scroll center center;
}
.independent-con .panel-body {
  padding: 20px;
}
/*独立页*ren.jq-2016-10-13*END*/
/*图标弹出页-ren.jq-2016-11-25-START*/
.popup-iconpic-con {
  width: 100%;
  padding-left: 10px;
}
.popup-iconpic-con .popup-iconpic-box {
  border: 2px solid #fff;
  border-radius: 8px;
  width: 54px;
  height: 54px;
  margin: 0 8px 8px 0;
}
.popup-iconpic-con .popup-iconpic-box.active {
  border: 2px solid #3fbae4;
  border-radius: 8px;
}
.popup-iconpic-con .popup-iconpic-box img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
.laypage-box laypage_main {
  float: right;
}
/*图标弹出页-ren.jq-2016-11-25-END*/
/*表单校验*/
.input-timeicon-box {
  position: relative;
  display: table-cell;
  width: 36px;
  float: left;
}
.input-timeicon-box .input-verification-time {
  border-left: 1px solid #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.input-timec-box {
  position: relative;
  display: table-cell;
  width: calc(10%);
  float: left;
}
.input-timec-box .input-verification-time {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}
.input-timec-box label.error,
.input-timec-box label.valid {
  margin-top: 30px!important;
}
/*表单校验*/
/*文字配图标按钮样式 maqt*/
.link_btn_bar {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.link_btn_bar .btn-group-sm a {
  line-height: auto;
  min-height: auto;
}
.link_btn_bar a {
  float: left;
  padding: 4px 15px 4px;
  line-height: 20px;
  line-height: 22px\9;
  border-right: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  min-height: 30px;
}
.link_btn_bar a:hover {
  background-color: #f5f5f5;
}
.link_btn_bar a.active {
  background-color: #f5f5f5;
}
.link_btn_bar a i {
  float: left;
  font-size: 15px;
  vertical-align: baseline;
  margin: 4px 5px 0 0;
  margin: 3px 5px 0 0\9;
  color: #333;
}
.link_btn_bar a:last-child {
  border-right: 0;
}
.btn-group-sm a {
  padding: 2px 10px;
  text-decoration: none;
  line-height: auto;
  min-height: auto;
}
/*tab样式*/
.nav-tabs-second {
  float: left;
  height: 37px!important;
}
.nav-tabs-second li a {
  padding: 7px 15px;
}
.nav-tabs-second li.active a {
  border: 1px solid #fff;
  border-bottom: 2px solid #92d959;
}
.nav-tabs-second li.active a:hover {
  border: 1px solid #fff;
  border-bottom: 2px solid #92d959;
}
.nav-tabs-second li.active a.active {
  border: 1px solid #fff;
  border-bottom: 2px solid #92d959;
}
/*有色tab样式*/
.nav-tabs-second.new-color-tab {
  height: auto!important;
}
.nav-tabs-second.new-color-tab li a {
  padding: 0px 15px;
}
.message_bar_01 {
  display: table;
  width: 100%;
  min-height: 28px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.message_bar_01 .email_send_btn {
  float: left;
  font-size: 12px;
  margin-top: 5px;
  color: #004081;
  margin-left: 10px;
  color: #333;
}
.message_bar_01 .email_send_btn:hover,
.message_bar_01 .email_send_btn:focus {
  text-decoration: none;
}
.message_send_btn {
  display: table-cell;
  font-size: 1.7rem;
  color: #004081;
  padding: 6px 14px 5px;
  width: 42px;
  vertical-align: middle;
  text-align: center;
}
.message_send_btn:hover,
.message_send_btn:focus {
  text-decoration: none;
}
.user_text_con {
  max-width: 75%;
  border-radius: 4px;
  background-color: #fff;
  line-height: 20px;
  margin: 10px 0 0 10px;
  padding: 5px 10px;
  float: left;
  display: block;
  border: 1px solid #ddd;
  border-left: none;
  color: #666666;
}
/**页面筛选块**/
.seclct-op-con {
  border-bottom: 1px solid #dfdfdf;
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  /*.seclct-op-box{ width:~"calc(100% - 58px)";}*/
}
.seclct-op-con table {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}
.seclct-op-con table tbody {
  width: 100%;
}
.seclct-op-con .seclct-btn-box {
  width: 74px;
  box-sizing: border-box;
}
.seclct-op-con .seclct-btn-box p {
  border-left: 1px solid #dfdfdf;
  padding: 15px 0 15px 20px;
  margin: 0;
}
.select-op-2,
.select-op-1 {
  float: left;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  display: table;
  padding-bottom: 15px;
}
.select-op-2 .select-options,
.select-op-1 .select-options {
  display: table-cell;
  border-right: 1px solid #e3e3e3;
  width: calc(100% - 152px);
}
.select-op-2 .select-options .form-group,
.select-op-1 .select-options .form-group {
  padding: 0 20px 0 0;
  float: left;
}
.select-op-2 .select-options .form-group:first-child,
.select-op-1 .select-options .form-group:first-child {
  padding-left: 0;
}
.select-op-2 .select-options .form-group .select-to,
.select-op-1 .select-options .form-group .select-to {
  float: left;
  width: 40px;
  text-align: center;
  margin-top: 6px;
  line-height: 30px;
}
.select-op-2 .select-options .form-group .select-time,
.select-op-1 .select-options .form-group .select-time {
  width: calc((100% - 40.5px) / 2);
  margin-top: 6px;
  float: left;
}
.select-op-2 .select-btn-box,
.select-op-1 .select-btn-box {
  width: 152px;
  display: table-cell;
  vertical-align: middle;
  padding: 11px 0 0 20px;
}
.select-op-2 span.bar,
.select-op-1 span.bar {
  margin: 2px 0 1px;
}
.select-op-1 .select-options {
  width: 45%;
  border: 0;
}
.select-op-1 .select-btn-box {
  padding: 25px 0 0 0;
  width: 144px;
  float: left;
}
.seclct-nm-com {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #dfdfdf;
  float: left;
}
.seclct-nm-com table {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}
.seclct-nm-com table tbody {
  width: 100%;
}
.seclct-nm-com .seclct-op-box {
  width: calc(100% - 58px);
}
.seclct-nm-com .seclct-btn-box {
  width: 74px;
  box-sizing: border-box;
}
.seclct-nm-com .seclct-btn-box p {
  border-left: 1px solid #dfdfdf;
  padding: 15px 0 15px 20px;
  margin: 0;
}
/*表单下拉菜单--maqt--2016-11-29*/
.form-select-time .select-time {
  width: calc((100% - 40.5px) / 2);
  float: left;
}
.form-select-time .select-time .input-group-addon {
  float: left;
}
.form-select-time .select-time .form-control {
  display: inline-block;
  width: calc(100% - 36px);
  border-radius: 0 4px 4px 0!important;
}
.form-select-time .select-to {
  float: left;
  width: 40px;
  text-align: center;
  line-height: 30px;
}
.padding-none {
  padding: 0;
}
.display-none {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.border-top-none {
  border-top: none;
}
.border-bottom-none {
  border-bottom: none;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.white-upload-box div.upload-file-name {
  width: calc(100% - 100px);
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9;
  border-radius: 4px 0 0 4px;
  border-right: none;
  height: 30px;
  box-sizing: border-box;
  padding: 4px 10px;
  float: left;
}
.white-upload-box .btn.btn-default {
  width: 100%;
  border-radius: 0 4px 4px 0;
}
.white-upload-box .white-upload-btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 23%;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.bg-slate-600 {
  background-color: #004190;
  border-color: #004190;
  color: #fff;
}
.bg-slate-600:hover {
  color: #fff;
}
/**直线筛选**/
/****2017-03-20**直线筛选结果**START**ren.jq****/
.select-line-result {
  min-height: 47px;
  padding: 10px 0 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.select-line-result .select-result-title {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  width: 85px;
  float: left;
}
.select-line-result .select-result-con {
  float: left;
  width: calc(100% - 85px);
}
.select-line-result .select-result-box {
  height: 26px;
  float: left;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px dashed #004190;
  color: #666;
  cursor: pointer;
  margin: 0 0 10px;
}
.select-line-result .select-result-box:hover {
  border: 1px solid #004190;
}
.select-line-result .select-result-box span {
  line-height: 24px;
  height: 26px;
  font-size: 12px;
}
.select-line-result .select-result-box a {
  line-height: 24px;
  height: 26px;
  margin: 1px 0 0 10px;
  font-size: 15px;
  cursor: pointer;
  color: #666;
  float: right;
}
.select-line-result .next-arr {
  line-height: 26px;
  color: #666;
  font-size: 12px;
  float: left;
  padding: 0 10px;
  height: 26px;
  margin: 0 0 10px;
}
/****2017-03-20**直线筛选结果***END***ren.jq****/
.select-line-con {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.select-line-con p {
  width: 85px;
  float: left;
  min-height: 42px;
  line-height: 42px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0;
}
.select-line-con > div {
  width: calc(100% - 85px);
  border-top: 1px solid #e3e3e3;
  float: left;
  min-height: 42px;
  padding: 10px 0 0;
}
.select-line-con > div:first-child {
  border-top: none;
}
.select-line-con > div a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  padding: 3px 6px 4px;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0px 0 5px;
  min-height: 22px;
  line-height: 1;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.select-line-con > div a:hover {
  text-decoration: none;
}
.select-line-con > div a.active {
  background-color: #004190;
  border: 1px solid #0c94cd;
  color: #fff;
  border-radius: 4px;
}
.select-line-con > div span {
  width: 1px;
  height: 14px;
  background-color: #b8b8b8;
  display: block;
  float: left;
  margin: 5px 5px 8px;
}
.select-line-con:first-child {
  margin-top: 5px;
}
.select-line-con:first-child > div {
  border-top: none;
  min-height: 42px;
}
.select-line-con.select-line-foldable {
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  height: 42px;
  overflow-y: hidden;
}
.select-line-con.select-line-foldable .fold-btn {
  position: absolute;
  right: 5px;
  top: 8px;
  display: block;
  font-size: 2.1rem;
  color: #666;
  cursor: pointer;
}
.select-line-con.select-line-foldable.active {
  height: auto;
  overflow-y: visible;
}
.select-line-con.select-line-foldable.active .fold-btn {
  position: absolute;
  right: 5px;
  top: 8px;
  display: block;
  font-size: 2.1rem;
  color: #666;
}
.fill-form-title {
  font-size: 12px;
  margin-left: 5px;
  float: left;
  font-weight: bold;
}
.font-primary {
  color: #004190 !important;
}
.font-success {
  color: #92d959 !important;
}
.font-info {
  color: #3fbae4 !important;
}
.font-warning {
  color: #fd9f1b !important;
}
.font-danger {
  color: #cb4c4c !important;
}
.fold-action {
  padding: 0 10px;
}
.fold-action.unfold-tree-box .foldtree-title-box {
  display: none;
}
.fold-action.unfold-tree-box .col-md-8 {
  width: calc(100% - 267px) !important;
  padding-right: 0;
}
.fold-action.foldable-tree-box .foldable-tree {
  width: 0px;
  height: 178px;
  overflow: hidden;
  padding: 0;
  display: none;
}
.fold-action.foldable-tree-box .foldtree-title-box {
  background-color: #f5f5f5;
  height: 200px;
  width: 34px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 6px 10px;
  float: left;
  position: relative;
}
.fold-action.foldable-tree-box .foldtree-title-box p {
  color: #333;
}
.fold-action.foldable-tree-box .foldtree-title-box a {
  color: #999;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
}
.fold-action.foldable-tree-box .foldtree-title-box a i {
  font-size: 1.9rem;
  color: #666;
  margin-left: 4px;
}
.fold-action.foldable-tree-box .col-md-8 {
  width: calc(100% - 34px) !important;
  padding-right: 0;
}
.fold-action .fold-tree-btn {
  cursor: pointer;
  border: 1px solid #dedede;
  background-color: #fff;
  height: 24px;
  width: 24px;
  display: block;
  border-radius: 3px 0 0 3px;
  padding: 0px 0 0px 6px;
  position: absolute;
  top: 8px;
  right: -1px;
}
.fold-action .fold-tree-btn i {
  font-size: 1.7rem;
  color: #666;
  line-height: 24px;
}
.text-bold {
  font-weight: bold;
}
.border-all {
  border: 1px solid #dedede;
}
.border-left {
  border-left: 1px solid #dedede;
}
.border-right {
  border-right: 1px solid #dedede;
}
.border-up {
  border-top: 1px solid #dedede;
}
.border-down {
  border-bottom: 1px solid #dedede;
}
.border-down-e3e3e3 {
  border-bottom: 1px solid #e3e3e3;
}
.select-trash {
  font-size: 1.9rem;
  color: #333;
}
.point-new {
  font-weight: normal;
  height: 20px;
  line-height: 18px;
  padding: 0 4px;
  border: 1px solid #d82f12;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  background-color: #fd683d;
  border-radius: 4px;
  display: block;
  float: left;
}
tr:hover .list-hover-op {
  display: block;
}
tr .list-hover-op {
  display: none;
}
.table > tbody > tr:hover > td {
  background-color: #f9f9f9;
}
.table > tbody > tr.active > td {
  background-color: #004190;
  color: #fff;
}
.table > tbody > tr.active > td i {
  color: #fff;
}
.table > tbody > tr.active > td a {
  color: #fff;
}
.table > tbody > tr.active > td b {
  color: #fff;
}
.table > tbody > tr.odd.active > td {
  background-color: #004190;
  color: #fff;
}
.table > tbody > tr.odd.active > td i {
  color: #fff;
}
.table > tbody > tr.odd.active > td a {
  color: #fff;
}
.table > tbody > tr.odd.active > td b {
  color: #fff;
}
.table > tbody > tr.even.active > td {
  background-color: #004190;
  color: #fff;
}
.table > tbody > tr.even.active > td i {
  color: #fff;
}
.table > tbody > tr.even.active > td a {
  color: #fff;
}
.table > tbody > tr.even.active > td b {
  color: #fff;
}
.search-bar-01 {
  float: right;
}
.search-bar-01 .btn-primary {
  border-radius: 0 4px 4px 0;
  float: right;
}
.search-bar-01 .form-control {
  width: 75%;
  float: right;
  border-radius: 4px 0 0 4px;
}
.page-container .page-content .right-bg {
  background: rgba(255, 255, 255, 0) url('../../../image/common/right-bg.png');
}
.page-container .page-content.right-bg {
  background: rgba(255, 255, 255, 0) url('../../../image/common/right-bg.png');
}
.personal-info-con {
  float: left;
  width: 100%;
  border: 1px solid #ced1c9;
  border-radius: 6px;
  min-height: 144px;
  box-sizing: border-box;
  padding: 20px 15px;
  background-color: #fff;
}
.personal-info-con .personal-info-box {
  width: calc((100% - 2px) / 3);
  float: left;
  height: 102px;
  box-sizing: border-box;
  padding: 0 10px;
  min-width: 258px;
}
.personal-info-con .personal-info-box:last-child {
  padding-left: 15px;
}
.personal-info-con .personal-info-box .icon-img-01 {
  float: left;
  overflow: hidden;
  width: 102px;
  height: 102px;
  box-sizing: border-box;
  border-radius: 51px;
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 3px;
}
.personal-info-con .personal-info-box .icon-img-01 img {
  width: 100%;
  border-radius: 48px;
}
.personal-info-con .personal-info-box .icon-img-02 {
  float: left;
  overflow: hidden;
  width: 102px;
  height: 102px;
  box-sizing: border-box;
  background-image: url('../../../image/common/rank-img-bg.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.personal-info-con .personal-info-box .icon-img-02 p {
  font-size: 2.7rem;
  height: 102px;
  line-height: 100px;
  width: 102px;
  text-align: center;
  color: #b98e23;
  font-weight: bold;
}
.personal-info-con .personal-info-box .icon-img-03 {
  float: left;
  overflow: hidden;
  width: 102px;
  height: 102px;
  box-sizing: border-box;
  border-radius: 51px;
  border: 1px solid #dedede;
  background-image: url('../../../image/common/up-green-bg.png');
}
.personal-info-con .personal-info-box .icon-img-03 p {
  font-size: 2.7rem;
  height: 102px;
  line-height: 100px;
  width: 102px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.personal-info-con .personal-info-box [class^='pers'] {
  float: left;
  margin-left: 20px;
}
.personal-info-con .personal-info-box [class^='pers'].pers-info p {
  font-size: 1.7rem;
  margin: 0;
}
.personal-info-con .personal-info-box [class^='pers'].pers-info p:first-child {
  margin: 27px 0 0;
  color: #333;
}
.personal-info-con .personal-info-box [class^='pers'].pers-info p:last-child {
  font-size: 12px;
  margin: 2px 0 0;
  color: #666;
}
.personal-info-con .personal-info-box [class^='pers'].pers-grade p {
  font-size: 1.7rem;
  margin: 0;
}
.personal-info-con .personal-info-box [class^='pers'].pers-grade p:first-child {
  margin: 27px 0 0;
  color: #333;
}
.personal-info-con .personal-info-box [class^='pers'].pers-grade p:last-child {
  font-size: 12px;
  margin: 25px 0 0;
  color: #999;
}
.personal-info-con .personal-info-box [class^='pers'].pers-rank p {
  font-size: 1.7rem;
  margin: 0;
}
.personal-info-con .personal-info-box [class^='pers'].pers-rank p:first-child {
  margin: 27px 0 0;
  color: #333;
}
.personal-info-con .personal-info-box [class^='pers'].pers-rank p:nth-child(2n) {
  font-size: 12px;
  margin: 4px 0 0;
  color: #666;
}
.personal-info-con .personal-info-box [class^='pers'].pers-rank p:last-child {
  font-size: 12px;
  margin: 4px 0 0;
  color: #999;
}
.personal-info-con .personal-info-line {
  width: 0;
  height: 102px;
  border-left: 1px solid #dedede;
  float: left;
}
.sys-message {
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f2f2f2;
  font-size: 15px;
  padding: 15px 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.sys-message i {
  font-size: 2rem;
  margin-right: 5px;
}
.nav-tabs.nav-border-tabs {
  height: 40px;
}
.nav-tabs.nav-border-tabs li a {
  height: 40px;
}
.nav-tabs.nav-border-tabs li a:hover {
  color: #555;
  border: 1px solid #fff;
  background: none!important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-border-tabs li.active a {
  border-top: 3px solid #004190;
  line-height: 34px;
}
.nav-tabs.nav-border-tabs li.active a:hover {
  border-top: 3px solid #004190;
  line-height: 34px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.nav-tabs.nav-border-tabs li.dropdown.active > a {
  border-top: 3px solid #004190;
  line-height: 34px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.nav-tabs.nav-border-tabs li.dropdown > a {
  background: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-border-tabs li.dropdown > a:hover {
  background: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.nav-tabs.nav-border-tabs li.dropdown > a span {
  color: #888;
}
.nav-tabs.nav-border-tabs li.dropdown ul {
  width: auto;
  min-width: 0;
}
.nav-tabs.nav-border-tabs li.dropdown ul li:hover {
  background-color: #eee;
}
.nav-tabs.nav-border-tabs li.dropdown ul li a {
  color: #333;
  line-height: 24px;
  border: none;
}
.nav-tabs.nav-border-tabs li.dropdown ul li a:hover {
  background-color: #eee;
  line-height: 24px;
  border: none;
}
.nav-tabs.nav-border-tabs li.dropdown ul li.active a {
  color: #333;
}
.merchandise-content {
  width: calc(100%  / 4);
  padding: 10px 10px 30px;
  float: left;
  min-width: 230px;
}
.merchandise-content .merchandise-box {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  float: left;
  padding-bottom: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.merchandise-content .merchandise-box div.img {
  cursor: pointer;
  width: 100%;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d6d6d6;
  height: 218px;
  display: block;
  float: left;
  overflow: hidden;
}
.merchandise-content .merchandise-box div.img img {
  width: 100%;
}
.merchandise-content .merchandise-box .price-tag-box {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 15px 0 8px;
}
.merchandise-content .merchandise-box .price-tag-box p {
  margin: 0;
}
.merchandise-content .merchandise-box .price-tag-box .price-tag {
  float: left;
  font-size: 2.4rem;
  color: #009350;
  height: 32px;
  line-height: 32px;
}
.merchandise-content .merchandise-box .price-tag-box .new-tag {
  float: left;
  padding: 0 3px;
  background-color: #e30a20;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  border-radius: 5px;
  margin: 8px 0 0 5px;
}
.merchandise-content .merchandise-box .price-tag-box .time-tag {
  float: right;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
}
.merchandise-content .merchandise-box .brief-info {
  cursor: pointer;
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-bottom: 8px;
}
.merchandise-content .merchandise-box .mer-user-info {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
}
.merchandise-content .merchandise-box .mer-user-info .user-info-tag {
  float: left;
}
.merchandise-content .merchandise-box .mer-user-info .user-info-tag img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  float: left;
  display: block;
}
.merchandise-content .merchandise-box .mer-user-info .user-info-tag span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 10px;
}
.merchandise-content .merchandise-box .mer-user-info .academy-info-tag {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  float: right;
}
.select-line-box {
  border-bottom: 1px solid #dedede;
  width: 100%;
  float: left;
}
.search-num {
  font-size: 12px;
  border-bottom: 1px solid #dedede;
  height: 32px;
  margin: 2px 0 0 0;
  color: #666;
}
.select-line-custom .select-line-con > div a.active {
  background-color: #004190;
  border: 1px solid #0c94cd;
  color: #fff;
  border-radius: 4px;
}
.mer-rank-sorting [class*='sorting'] {
  padding-right: 30px!important;
}
.mer-rank-sorting .sorting:before,
.mer-rank-sorting .sorting_desc:before,
.mer-rank-sorting .sorting_asc:before {
  top: 12px;
  right: 15px;
}
.black-messages-box.messages .item .text .heading a {
  color: #333;
}
.black-messages-box.messages .item .text .heading a.comment {
  color: #004190;
  float: right;
  margin-left: 5px;
  cursor: pointer;
}
.goods-info-container .goods-photo-box {
  float: left;
}
.goods-info-container .goods-photo-box .goods-photo-display {
  width: 325px;
  height: 295px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 18px;
}
.goods-info-container .goods-photo-box .goods-photo-display img {
  width: 100%;
}
.goods-info-container .goods-photo-box .goods-photobar-box a {
  font-size: 25px;
  float: left;
  line-height: 55px;
  color: #bbb;
  cursor: pointer;
}
.goods-info-container .goods-photo-box .goods-photobar-box a:first-child {
  margin-right: 13px;
}
.goods-info-container .goods-photo-box .goods-photobar-box a:last-child {
  margin-left: 13px;
}
.goods-info-container .goods-photo-box .goods-photobar-box a:hover {
  color: #aaa;
}
.goods-info-container .goods-photo-box .goods-photobar-box a.disable {
  color: #dedede;
}
.goods-info-container .goods-photo-box .goods-photobar-box a.disable:hover {
  color: #dedede;
}
.goods-info-container .goods-photo-box .goods-photobar-box .goods-photo-bar {
  float: left;
}
.goods-info-container .goods-photo-box .goods-photobar-box .goods-photo-bar .goods-mini-photo {
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  margin-left: 15px;
  cursor: pointer;
}
.goods-info-container .goods-photo-box .goods-photobar-box .goods-photo-bar .goods-mini-photo:first-child {
  margin-left: 0px;
}
.goods-info-container .goods-photo-box .goods-photobar-box .goods-photo-bar .goods-mini-photo.active img {
  border: 2px solid #004190;
}
.goods-info-container .goods-photo-box .goods-photobar-box .goods-photo-bar .goods-mini-photo img {
  width: 55px;
  height: 55px;
  border-radius: 4px;
}
.goods-info-container .goods-info-con {
  float: right;
  width: calc(100% - 345px);
  min-width: 228px;
}
.goods-info-container .goods-info-con p {
  margin: 0;
}
.goods-info-container .goods-info-con .goods-name {
  color: #333;
  font-size: 1.9rem;
  height: 24px;
  line-height: 24px;
  margin: 6px 0 ;
  font-weight: bold;
}
.goods-info-container .goods-info-con .release-time {
  color: #999;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 14px;
}
.goods-info-container .goods-info-con .goods-pricetag-box {
  background-color: #f7fdfa;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 7px 20px 11px;
  margin-bottom: 13px;
}
.goods-info-container .goods-info-con .goods-pricetag-box .new-pricetag {
  color: #004190;
  font-size: 2.6rem;
}
.goods-info-container .goods-info-con .goods-pricetag-box .old-pricetag {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.goods-info-container .goods-info-con .contact-info {
  height: 27px;
  line-height: 26px;
}
.goods-info-container .goods-info-con .contact-info p {
  font-size: 12px;
  float: left;
}
.goods-info-container .goods-info-con .contact-info p:first-child {
  width: 60px;
  text-align: right;
  font-weight: bold;
}
.goods-info-container .goods-info-con .contact-info p:last-child {
  margin-left: 20px;
}
.goods-describe {
  font-size: 12px;
  color: #666;
  text-indent: 1.6rem;
  margin: 7px 0 0 0;
}
@media only screen and (max-width: 650px) {
  .goods-info-container {
    float: left;
  }
  .goods-info-container .goods-photo-box {
    float: none;
    margin: 0 auto;
    width: 327px;
    clear: both;
  }
  .goods-info-container .goods-info-con {
    width: 100%;
    min-width: 228px;
  }
}
.purchase-con {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  float: left;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.purchase-con .purchase-info-con {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 20px 20px 0;
  border-radius: 6px;
}
.purchase-con .purchase-info-con img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: block;
  float: left;
}
.purchase-con .purchase-info-con .purchase-info-box {
  float: right;
  width: calc(100% - 100px);
}
.purchase-con .purchase-info-con .purchase-info-box > div {
  width: 100%;
  float: left;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-tit {
  min-height: 24px;
  line-height: 24px;
  margin: 0px 0 5px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-tit .purchase-tag {
  line-height: 15px;
  margin: 4px 6px 0 0;
  font-size: 12px;
  color: #fff;
  background-color: #32baf3;
  border-radius: 5px;
  padding: 1px 5px;
  float: left;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-tit .purchase-text {
  float: left;
  height: ;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-01 {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-bottom: 14px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-02 {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-02 p {
  float: left;
  margin: 0;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-02 p span {
  font-size: 12px;
  color: #666;
  display: block;
  float: left;
  line-height: 22px;
  margin-top: 2px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-02 p span.price {
  font-size: 1.9rem;
  color: #32baf3;
  width: 70px;
  margin-top: 0px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-02 p:last-child {
  margin: 0 0 0 10px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 24px;
  width: 60%;
  float: left;
  min-width: 310px;
  margin-bottom: 14px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 a {
  color: #32baf3;
  cursor: pointer;
  float: left;
  display: block;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 a.close-comments-btn {
  display: none;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 a.close-comments-btn.active {
  display: block;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p {
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p span {
  font-size: 12px;
  color: #999;
  display: block;
  float: left;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p span.fa,
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p span .glyphicon {
  font-size: 1.6rem;
  line-height: 24px;
  margin-right: 5px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p span.fa.fa-mobile {
  font-size: 1.9rem;
  line-height: 24px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p:last-child {
  margin: 0 0 0 10px;
}
.purchase-con .purchase-info-con .purchase-info-box .purchase-info-04 {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 24px;
  width: 40%;
  float: right;
  text-align: right;
  margin-bottom: 14px;
}
.purchase-con .purchase-info-con.square-img-con {
  padding-bottom: 10px;
}
.purchase-con .purchase-info-con.square-img-con img {
  width: 110px;
  height: 110px;
  border-radius: 6px;
  display: block;
  float: left;
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box {
  float: right;
  width: calc(100% - 140px);
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-tit {
  min-height: 24px;
  line-height: 22px;
  margin: 0;
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-01 {
  margin-bottom: 5px;
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-02 {
  margin-bottom: 5px;
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-03 {
  margin-bottom: 5px;
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-03 p {
  margin-left: 0;
}
.purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-04 {
  margin-bottom: 5px;
}
.purchase-con .purchase-comment-con {
  display: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: #efefef;
  padding: 12px 12px;
  border-radius: 0 0 6px 6px;
}
.purchase-con .purchase-comment-con.active {
  display: block;
}
.purchase-tag {
  float: left;
  line-height: 15px;
  margin: 0 0 0 6px;
  font-size: 12px;
  color: #fff;
  background-color: #32baf3;
  border-radius: 5px;
  padding: 0 4px;
}
@media only screen and (max-width: 850px) {
  .personal-info-con {
    float: left;
    width: 100%;
    border: 1px solid #ced1c9;
    border-radius: 6px;
    min-height: 144px;
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #fff;
  }
  .personal-info-con .personal-info-box {
    width: 100%;
    float: left;
    height: 102px;
    box-sizing: border-box;
    padding: 0 10px;
    min-width: 258px;
  }
  .personal-info-con .personal-info-box [class^='pers'] {
    float: right;
    margin-right: 20px;
  }
  .personal-info-con .personal-info-line {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #dedede;
    float: left;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .purchase-con {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    float: left;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .purchase-con .purchase-info-con {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 20px 20px 0;
    border-radius: 6px;
  }
  .purchase-con .purchase-info-con img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: block;
    float: left;
  }
  .purchase-con .purchase-info-con .purchase-info-box {
    float: right;
    width: calc(100% - 100px);
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-tit {
    min-height: 24px;
    line-height: 24px;
    margin: 8px 0 5px;
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-tit .purchase-tag {
    line-height: 15px;
    margin: 2px 6px 0 0;
    font-size: 12px;
    color: #fff;
    background-color: #32baf3;
    border-radius: 5px;
    padding: 0px 5px;
    float: left;
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-tit .purchase-text {
    float: left;
    height: ;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 50px);
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    min-height: 24px;
    height: auto;
    width: 100%;
    float: left;
    min-width: 210px;
    margin-bottom: 14px;
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 p {
    margin-left: 0;
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-04 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    height: 24px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 14px;
  }
  .purchase-con .purchase-info-con.square-img-con {
    padding-bottom: 10px;
  }
  .purchase-con .purchase-info-con.square-img-con img {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    display: block;
    float: left;
  }
  .purchase-con .purchase-info-con.square-img-con .purchase-info-box {
    float: right;
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 490px) {
  .merchandise-content {
    width: 100%;
    padding: 0 10px 40px;
    float: left;
    min-width: 250px;
  }
  .merchandise-content .merchandise-box {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    float: left;
    padding-bottom: 15px;
  }
  .merchandise-content .merchandise-box div.img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #d6d6d6;
    height: 218px;
    display: block;
    float: left;
    overflow: hidden;
  }
  .merchandise-content .merchandise-box div.img img {
    width: 100%;
  }
  .merchandise-content .merchandise-box .price-tag-box {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 15px 0 8px;
  }
  .merchandise-content .merchandise-box .price-tag-box p {
    margin: 0;
  }
  .merchandise-content .merchandise-box .price-tag-box .price-tag {
    float: left;
    font-size: 2.4rem;
    color: #009350;
    height: 32px;
    line-height: 32px;
  }
  .merchandise-content .merchandise-box .price-tag-box .new-tag {
    float: left;
    padding: 0 3px;
    background-color: #e30a20;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    border-radius: 5px;
    margin: 8px 0 0 5px;
  }
  .merchandise-content .merchandise-box .price-tag-box .time-tag {
    float: right;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  .merchandise-content .merchandise-box .brief-info {
    float: left;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .merchandise-content .merchandise-box .mer-user-info {
    float: left;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
  }
  .merchandise-content .merchandise-box .mer-user-info .user-info-tag {
    float: left;
  }
  .merchandise-content .merchandise-box .mer-user-info .user-info-tag img {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    float: left;
    display: block;
  }
  .merchandise-content .merchandise-box .mer-user-info .user-info-tag span {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    float: left;
    margin-left: 10px;
  }
  .merchandise-content .merchandise-box .mer-user-info .academy-info-tag {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    float: right;
  }
  .purchase-con {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    float: left;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .purchase-con .purchase-info-con {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 20px 20px 0;
    border-radius: 6px;
  }
  .purchase-con .purchase-info-con img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .purchase-con .purchase-info-con .purchase-info-box {
    float: right;
    width: 100%;
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-03 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    min-height: 24px;
    height: auto;
    width: 100%;
    float: left;
    min-width: 210px;
    margin-bottom: 14px;
  }
  .purchase-con .purchase-info-con .purchase-info-box .purchase-info-04 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    height: 24px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 14px;
  }
  .purchase-con .purchase-info-con.square-img-con img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 15px;
  }
  .purchase-con .purchase-info-con.square-img-con .purchase-info-box {
    float: right;
    width: 100%;
  }
  .purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-03 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    min-height: 24px;
    height: auto;
    width: 100%;
    float: left;
    min-width: 210px;
    margin-bottom: 14px;
  }
  .purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-03 p {
    margin-left: 0;
  }
  .purchase-con .purchase-info-con.square-img-con .purchase-info-box .purchase-info-04 {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    height: 24px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 14px;
  }
  /*文字配图标按钮样式 ren.jq(废弃)
	.link_btn_bar{margin-top:-1px;border:1px solid #d5d5d5;background-color: #fff;float: left;.border-radius(3px);overflow:hidden;position:relative;width:100%;box-sizing:border-box;margin-bottom:8px;
		
		a{float: left; padding: 4px 14px;border-right:none;border-bottom:1px solid #ddd;color:@base-color;font-size:14px;cursor:pointer;width:100%;box-sizing:border-box;
			&.show-more{display:block;}
			&:hover{background-color:#f5f5f5;}
			&.active{background-color:#f5f5f5;}
			i{float: left;font-size: 15px;vertical-align: baseline;margin:4px 5px 0 0;}
			&:last-child{border-right:0;border-bottom:0;}
		}
		&.active a{display:block;
			&.show-more{display:none;}
		}
		&.drag-btn{width:auto;
			a{width:auto;border-right:1px solid #ddd;border-bottom:none;
				&:last-child{border-right:0;border-bottom:0;}
			}
		}
	}
	.panel-heading .link_btn_bar{margin-bottom:0;}
	文字配图标按钮样式 ren.jq*/
  /*服务分析头部自适应 ren.jq*/
  .svsmonitor-head-con .heading-cm {
    padding: 0;
  }
  .svsmonitor-head-con .heading-cm div {
    float: left;
    width: 100%;
  }
  .svsmonitor-head-con .heading-cm h5 {
    font-size: 12px;
    text-align: center;
  }
  .svsmonitor-head-con .heading-cm .svs-count {
    width: 100%;
    text-align: center;
    display: block;
  }
  .svsmonitor-head-con .heading-cm span {
    margin: 0 0 0;
    width: 100%;
    text-align: center;
    display: block;
  }
  /*服务分析头部自适应 ren.jq*/
  /*页头按钮 ren,jq*/
  .page-title.pagetitle-btn-box {
    float: left;
    width: 100%;
    padding: 17px 10px 20px;
    height: auto;
    min-height: 57px;
  }
  .page-title.pagetitle-btn-box h2 {
    float: left;
    margin: 0;
    font-size: 1.8rem;
    height: 22px;
    line-height: 22px;
  }
  .page-title.pagetitle-btn-box h2 span {
    margin-top: -4px;
  }
  .page-title.pagetitle-btn-box h2 span[class^="ii_"] {
    margin-top: -4px;
  }
  .page-title.pagetitle-btn-box h2 span.fa {
    margin-top: -4px;
  }
  .page-title.pagetitle-btn-box .btn {
    width: 100%;
    margin: 10px 0 0!important;
    padding: 5px 0;
  }
  /*页头按钮 ren,jq*/
  /*滑动按钮组&搜索框-自适应 ren,jq*/
  .swiper-btngroup {
    width: 100%!important;
    margin-bottom: 10px;
  }
  .swiper-search {
    width: 100%!important;
    padding-left: 0;
  }
  /*滑动按钮组&搜索框-自适应 ren,jq*/
}
.full-tabs .nav-full {
  padding: 0 20px;
  border-bottom: 0 none;
  margin-bottom: 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.full-tabs .nav-full > li {
  display: block;
  position: relative;
  float: left;
  height: 40px;
}
.full-tabs .nav-full > li.active a,
.full-tabs .nav-full > li:hover a {
  border: 1px solid #ddd;
  border-top: 2px solid #004190;
  border-bottom: none;
  padding: 9px 15px 9px;
}
.full-tabs .nav-full > li a {
  border-radius: 5px 5px 0 0;
  display: block;
  color: #888;
  font-size: 15px;
  margin-right: 5px;
  padding: 10px 15px 9px;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: none;
  color: #333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #f5f5f5 url('../../../image/common/bg-01.jpg');
  text-decoration: none;
}
.full-tabs .tab-full-content {
  float: left;
}
.full-tabs .tab-full-content .content-frame-body-left {
  background: #f5f5f5 url('../../../image/common/bg-01.jpg');
}
.link-tag {
  background-color: #004190;
  border-color: #004190;
  color: #fff!important;
}
.authorization-add {
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px 10px;
}
.multi-fold .form-horizontal {
  min-width: 390px;
}
.multi-fold .foldable-panel-2 {
  width: calc(100% - 440px);
  padding: 0 10px;
}
.multi-fold .content-left {
  width: 200px;
}
.multi-fold .fold-list {
  line-height: 20px;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}
.multi-fold .fold-list p {
  margin: 6px 0 0px;
  line-height: 20px;
  font-size: 12px;
}
.multi-fold .fold-list p:last-child {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-fold.active-01 .foldable-panel {
  width: calc(100% - 275px);
}
.multi-fold.active-02 .foldable-panel {
  width: calc(100% - 275px);
}
.multi-fold.active-03 .foldable-panel {
  width: calc(100% - 275px);
}
.multi-fold.active-01.active-02 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.active-02.active-03 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.active-01.active-03 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0.active-01 .foldable-panel {
  width: calc(100% - 54px);
}
.multi-fold.multi-fold-0.active-02 .foldable-panel {
  width: calc(100% - 54px);
}
.multi-fold.multi-fold-0.active-01.active-02 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0.active-01.active-02 .foldable-panel-2 {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0.active-02.active-03 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0.active-02.active-03 .foldable-panel-2 {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0.active-01.active-03 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0.active-01.active-03 .foldable-panel-2 {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-0 .foldable-panel-2 {
  width: calc(100% - 220px);
}
.multi-fold.multi-fold-1.active-01 .foldable-panel {
  width: calc(100% - 254px);
}
.multi-fold.multi-fold-1.active-02 .foldable-panel {
  width: calc(100% - 254px);
}
.multi-fold.multi-fold-1.active-03 .foldable-panel {
  width: calc(100% - 254px);
}
.multi-fold.multi-fold-1.active-01.active-02 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-1.active-01.active-02 .foldable-panel-2 {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-1.active-02.active-03 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-1.active-02.active-03 .foldable-panel-2 {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-1.active-01.active-03 .foldable-panel {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-1.active-01.active-03 .foldable-panel-2 {
  width: calc(100% - 108px);
}
.multi-fold.multi-fold-1 .foldable-panel-2 {
  width: calc(100% - 420px);
}
.multi-fold.multi-fold-3 .form-horizontal {
  min-width: 390px;
}
.multi-fold.multi-fold-3 .foldable-panel-2 {
  width: calc(100% - 660px);
}
.multi-fold.multi-fold-3 .content-left {
  width: 200px;
}
.multi-fold.multi-fold-3.active-01 .foldable-panel {
  width: calc(100% - 494px);
}
.multi-fold.multi-fold-3.active-02 .foldable-panel {
  width: calc(100% - 494px);
}
.multi-fold.multi-fold-3.active-03 .foldable-panel {
  width: calc(100% - 494px);
}
.multi-fold.multi-fold-3.active-01.active-02 .foldable-panel {
  width: calc(100% - 328px);
}
.multi-fold.multi-fold-3.active-01.active-03 .foldable-panel {
  width: calc(100% - 328px);
}
.multi-fold.multi-fold-3.active-02.active-03 .foldable-panel {
  width: calc(100% - 328px);
}
.multi-fold.multi-fold-3.active-01.active-02.active-03 .foldable-panel {
  width: calc(100% - 162px);
}
.dataTables_scroll {
  width: 100%;
  /*	.dataTables_scrollHead{width:100%!important;
		.dataTables_scrollHeadInner{width:100%!important;
			table{width:100%!important;}
		}
	}*/
}
.resource-info {
  margin: 0 20%;
  width: 60%;
}
.resource-info .resource-title-box {
  height: 40px;
  border-bottom: 1px solid #dedede;
}
.resource-info .resource-title-box p {
  height: 30px;
  margin: 10px 0 0;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 30px;
  font-weight: bold;
}
.resource-info p.fa {
  font-size: 1.7rem;
  line-height: 30px;
}
.resource-info p.fa.fa-check-circle {
  color: #92d959;
}
.resource-info p.fa.fa-exclamation-circle {
  color: #cb4c4c;
}
.fc-details .input-group-addon,
.address-btn .input-group-addon,
.group-chat-search .input-group-addon {
  background-color: #004190;
  border-color: #004190;
  color: #fff!important;
}
@media only screen and (max-width: 1024px) {
  .fold-action.unfold-tree-box .col-md-8 {
    width: 100%!important;
    padding-right: 0;
  }
  .serve-rank-con {
    float: left;
    width: 100%;
  }
  .serve-rank-con .serve-rank-box {
    float: left;
    padding: 30px 0 0;
    margin: 0;
    width: calc(100% / 3 );
    min-width: 210px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
  }
  .serve-rank-con .serve-rank-box .pull-left img {
    width: 74px;
    height: 74px;
    border-radius: 37px;
  }
  .serve-rank-con .serve-rank-box .serve-rank-right {
    margin: 10px 0 0 10px;
    float: left;
  }
  .serve-rank-con .serve-rank-box .serve-rank-right p:first-child {
    margin: 0;
    color: #333;
    height: auto;
    width: 100%;
  }
  .multi-fold .form-horizontal {
    width: 100%;
    min-width: 200px;
    margin-bottom: 10px;
  }
  .multi-fold .form-horizontal .push-left-10 {
    margin-left: 0!important;
  }
  .multi-fold .foldable-tree {
    margin-left: 0!important;
  }
  .multi-fold .unfold-tree-box {
    width: 100%;
  }
  .multi-fold .foldable-panel-2 {
    width: 100%;
    padding: 0 10px;
  }
  .multi-fold.multi-fold-0 .foldable-panel-2 {
    width: 100%;
  }
  .multi-fold .content-left {
    width: 100%;
  }
  .multi-fold.active-01 .foldable-panel {
    width: 100%;
  }
  .multi-fold.active-01 .fold-action-02 {
    width: calc(100% - 54px);
  }
  .multi-fold.active-02 .foldable-panel {
    width: calc(100% - 54px);
  }
  .multi-fold.active-02 .fold-action-02 {
    width: 54px;
  }
  .multi-fold.active-03 .foldable-panel {
    width: calc(100% - 54px);
  }
  .multi-fold.active-01.active-02 .foldable-panel {
    width: calc(100% - 108px);
  }
  .multi-fold.multi-fold-3 .form-horizontal {
    width: 100%;
    min-width: 200px;
    margin-bottom: 10px;
  }
  .multi-fold.multi-fold-3 .form-horizontal .col-md-5 {
    width: 100%;
    float: left;
  }
  .multi-fold.multi-fold-3 .form-horizontal .col-md-7 {
    width: 100%;
    float: left;
  }
  .multi-fold.multi-fold-3 .form-horizontal .push-left-10 {
    margin-left: 0!important;
  }
  .multi-fold.multi-fold-3 .unfold-tree-box {
    width: 100%;
  }
  .multi-fold.multi-fold-3 .foldable-panel-2 {
    width: 100%;
  }
  .multi-fold.multi-fold-3 .content-left {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01 .fold-action-02 {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-02 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-02 .fold-action-03 {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-03 .foldable-panel {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-01.active-02 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01.active-02 .fold-action-02 {
    width: 54px;
  }
  .multi-fold.multi-fold-3.active-01.active-02 .fold-action-03 {
    width: calc(100% - 108px);
  }
  .multi-fold.multi-fold-3.active-01.active-03 .foldable-panel {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-02.active-03 .fold-action-02 {
    width: 54px;
    padding: 0 10px;
  }
  .multi-fold.multi-fold-3.active-02.active-03 .fold-action-03 {
    width: 54px;
    padding: 0 10px;
  }
  .multi-fold.multi-fold-3.active-02.active-03 .foldable-panel {
    width: calc(100% - 108px);
  }
  .multi-fold.multi-fold-3.active-01.active-02.active-03 .foldable-panel {
    width: calc(100% - 162px);
  }
  .multi-fold.multi-fold-3.active-01.active-02.active-03 .fold-action-03 {
    width: 54px;
    padding: 0 10px;
  }
}
.friend-list-title {
  width: 100%;
  font-size: 12px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.friend-list-content {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.friend-list-content.friend-list-bg {
  background-color: #fcfcfc;
}
.friend-list-content .friend-list-box {
  border-bottom: 1px solid #ddd;
  height: 60px;
  padding: 12px 15px 0;
  position: relative;
}
.friend-list-content .friend-list-box:last-child {
  border-bottom: none;
}
.friend-list-content .friend-list-box > a {
  font-size: 1.7rem;
  float: right;
  margin: 8px 0 0;
  color: #222;
  display: none;
  cursor: pointer;
}
.friend-list-content .friend-list-box > a.fa-square-o {
  font-size: 1.9rem;
  display: block;
  color: #d2d2d2;
}
.friend-list-content .friend-list-box > a.fa-check-square {
  font-size: 1.9rem;
  display: block;
  color: #26333b;
}
.friend-list-content .friend-list-box:hover a {
  display: block;
}
.friend-list-content .friend-list-box:hover a.fa-square-o {
  display: block;
}
.friend-list-content .friend-list-box:hover a.fa-check-square {
  display: block;
}
.friend-list-content .friend-list-box img {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  display: block;
  float: left;
}
.friend-list-content .friend-list-box .friend-list-info {
  float: left;
  font-size: 12px;
  margin-left: 15px;
  cursor: pointer;
}
.friend-list-content .friend-list-box .friend-list-info p {
  margin: 0;
}
.friend-list-content .friend-list-box .friend-list-info p:nth-child(2n - 1) {
  font-weight: bold;
  color: #666;
}
.friend-list-content .friend-list-box .friend-mes-point {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fe0000;
  position: absolute;
  left: 42px;
  top: 12px;
}
.messages .text img {
  width: 100px;
  height: 100px;
}
.messages .text font {
  position: absolute;
  bottom: 12px;
  margin-left: 10px;
}
.input-group-btn .btn-default {
  color: #999;
}
.group-chat-member {
  padding: 10px 10px 20px;
  float: left;
  width: 100%;
}
.group-chat-text {
  font-size: 12px;
  line-height: 30px;
  color: #666;
}
.comments-con.active .comments-box {
  max-height: 2000px;
  overflow: hidden;
}
.comments-con.active .comment-more-btn span:nth-child(2n - 1) {
  display: none;
}
.comments-con.active .comment-more-btn span:nth-child(2n) {
  display: block;
}
.comments-con .comments-box {
  max-height: 141px;
  overflow: hidden;
}
.comments-con .comment-more-btn {
  width: 100%;
  cursor: pointer;
  color: #999;
  text-align: center;
  display: block;
}
.comments-con .comment-more-btn span:nth-child(2n) {
  display: none;
}
.comments-con .comment-more-btn span:nth-child(2n - 1) {
  display: block;
}
.comment-write .message_bar_01 {
  border: none;
}
.comment-write .message_bar_01 .input-group {
  border: none;
}
.comment-write .message_bar_01 .input-group-addon {
  border-color: #d0e8ff;
  cursor: pointer;
  background-color: #fff;
  font-size: 12px;
  color: #333;
}
.group-pitch-full {
  display: block;
}
.group-pitch-adapt {
  overflow: hidden;
  display: none;
  padding: 10px 20px 20px;
  width: 100%;
  float: left;
  height: 102px;
  position: relative;
  z-index: 1000px;
  box-sizing: border-box;
}
.group-pitch-adapt .group-adapt-scroll {
  min-width: 600px;
}
.group-pitch-adapt a {
  height: 72px;
  width: 72px;
  border-radius: 36px;
  float: left;
  display: block;
  cursor: pointer;
  margin: 0 10px;
}
.group-pitch-adapt a img {
  height: 72px;
  width: 72px;
  border-radius: 36px;
}
.chart-box {
  float: left;
  background: #f8f8f8;
  border-radius: 6px;
  border: 1px solid #dedede;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.chart-box h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 5px;
}
.chart-box div {
  width: 100%;
}
.chart-box div img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .messages {
    margin-top: 20px;
  }
  .group-pitch-full {
    display: none;
  }
  .group-pitch-adapt {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .multi-fold .form-horizontal {
    width: 100%;
    min-width: 200px;
    margin-bottom: 10px;
  }
  .multi-fold .form-horizontal .col-md-5 {
    width: 100%;
    float: left;
  }
  .multi-fold .form-horizontal .col-md-7 {
    width: 100%;
    float: left;
  }
  .multi-fold .form-horizontal .push-left-10 {
    margin-left: 0!important;
  }
  .multi-fold .foldable-tree {
    margin-left: 0!important;
  }
  .multi-fold .unfold-tree-box {
    width: 100%;
  }
  .multi-fold .foldable-panel-2 {
    width: 100%;
  }
  .multi-fold .content-left {
    width: 100%;
  }
  .multi-fold.active-01 .foldable-panel {
    width: 100%;
  }
  .multi-fold.active-01 .fold-action-02 {
    width: calc(100% - 54px);
  }
  .multi-fold.active-02 .foldable-panel {
    width: calc(100% - 54px);
  }
  .multi-fold.active-02 .fold-action-02 {
    width: 54px;
    padding: 0 10px;
  }
  .multi-fold.active-03 .foldable-panel {
    width: 100%;
  }
  .multi-fold.active-01.active-02 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3 .form-horizontal {
    width: 100%;
    min-width: 200px;
    margin-bottom: 10px;
  }
  .multi-fold.multi-fold-3 .form-horizontal .col-md-5 {
    width: 100%;
    float: left;
  }
  .multi-fold.multi-fold-3 .form-horizontal .col-md-7 {
    width: 100%;
    float: left;
  }
  .multi-fold.multi-fold-3 .form-horizontal .push-left-10 {
    margin-left: 0!important;
  }
  .multi-fold.multi-fold-3 .unfold-tree-box {
    width: 100%;
  }
  .multi-fold.multi-fold-3 .foldable-panel-2 {
    width: 100%;
  }
  .multi-fold.multi-fold-3 .content-left {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01 .fold-action-02 {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-02 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-02 .fold-action-03 {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-03 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01.active-02 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01.active-02 .fold-action-02 {
    width: 54px;
    padding: 0 10px;
  }
  .multi-fold.multi-fold-3.active-01.active-02 .fold-action-03 {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01.active-03 .foldable-panel {
    width: calc(100% - 54px);
  }
  .multi-fold.multi-fold-3.active-02.active-03 .fold-action-02 {
    width: 54px;
    padding: 0 10px;
  }
  .multi-fold.multi-fold-3.active-02.active-03 .fold-action-03 {
    width: 54px;
    padding: 0 10px;
  }
  .multi-fold.multi-fold-3.active-02.active-03 .foldable-panel {
    width: calc(100% - 108px);
  }
  .multi-fold.multi-fold-3.active-01.active-02.active-03 .foldable-panel {
    width: 100%;
  }
  .multi-fold.multi-fold-3.active-01.active-02.active-03 .fold-action-03 {
    width: 54px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1441px) {
  .choice-system {
    width: calc(100% / 6 );
    padding: 10px;
    float: left;
    min-width: 265px;
  }
  .lp-attend-box {
    width: calc(100% / 6);
  }
}
@media only screen and (max-width: 1360px) {
  .choice-system {
    width: calc(100% / 4 );
    padding: 10px;
    float: left;
    min-width: 265px;
  }
  .lp-attend-box {
    width: calc(100% / 5);
  }
}
@media only screen and (max-width: 1340px) {
  .lp-attend-box {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 1280px) {
  /*合并头部右侧功能按钮*/
  .h-navigation-header .big-menu .nav-menu.nav-menu-adp-01 {
    display: none;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-user > a.more-menu-btn {
    padding: 10px 15px;
    width: auto!important;
  }
  .user-info-box {
    float: left;
    width: 230px!important;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box .theme-settings {
    float: left;
    position: absolute;
    left: -260px;
    top: 0;
    width: 260px!important;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn {
    width: 400px;
    position: absolute;
    left: -400px;
    top: 0;
  }
  /*合并头部右侧功能按钮*/
}
@media only screen and (max-width: 1240px) {
  .choice-system {
    width: calc(100% / 3 );
    padding: 10px;
    float: left;
    min-width: 265px;
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
  /*全屏模版-头部-ren.jq-实验02-START*/
  .page-content-1200 {
    max-width: 1024px;
    margin: 0 auto!important;
    padding-top: 50px;
  }
  .h-navigation-1200 {
    max-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  /*全屏模版-头部-ren.jq-实验02-START*/
}
@media only screen and (max-width: 1202px) {
  .merchandise-content {
    width: calc(100%  / 3);
  }
}
@media only screen and (max-width: 1125px) {
  .lp-student-page {
    width: calc(100% / 4);
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 1076px) {
  .lp-block-r {
    height: 305px;
  }
  .btn-21to42-center {
    margin-left: calc((50% - 10px) / 2) !important;
  }
}
@media only screen and (max-width: 1061px) {
  .lp-block-con {
    min-height: 126px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-inside-sidebar {
    height: auto!important;
  }
  .page-inside-sidebar .page-minimenu-sidebar {
    display: block!important;
  }
  .page-container.menu-mini-open .page-content-insidebox.page-content-databox {
    width: 100%;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr a.show-all-message {
    height: 30px;
    line-height: 30px;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr.theme-settings {
    box-shadow: none;
  }
  .btn-21to42-center {
    margin-left: calc((75% - 10px) / 2) !important;
  }
  .form-group .text-align {
    text-align: left!important;
  }
  .form-group .text-center-left {
    text-align: left!important;
  }
  .lp-student-page {
    width: calc(100% / 5);
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
  .lp-block-r {
    height: 229px;
  }
  /*全屏模版-头部-ren.jq-实验02-START*/
  .page-content-1200 {
    max-width: 1200px;
    margin: 0 auto!important;
    padding-top: 0;
  }
  .h-navigation-header {
    float: left;
    min-height: 50px;
    background-color: #0072bd;
    width: 100%;
    position: relative;
    z-index: 100;
    /*.hn-logo-02{border-color:darken(@xn-horizontal-background,7%);float:left;position:absolute;top:0;left:0;
			a{display:block;}
		}*/
  }
  .h-navigation-header .hn-logo-02 {
    height: 50px;
    width: calc(100% - 50px );
    float: left;
  }
  .h-navigation-header .hn-logo-02 a {
    background-color: transparent!important;
    height: 50px;
    width: 220px;
    margin-left: calc((100% - 200px) / 2);
    display: block;
    background-image: url("../../../image/common/logo-light-2s.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 220px 50px;
  }
  .h-navigation-header .adp-big-menu {
    width: 100%;
    min-height: 50px;
  }
  .h-navigation-header .adp-big-menu .adp-btn-01 {
    display: block;
    color: #ffffff;
  }
  .h-navigation-header .adp-big-menu.active .nav-menu {
    display: block;
  }
  .h-navigation-header .adp-big-menu.active .nav-menu.nav-menu-adp-01 {
    display: none;
  }
  .h-navigation-header .adp-big-menu.active .nav-menu.nav-menu-msn.nav-menu-adp-01 {
    display: none;
  }
  .h-navigation-header .big-menu {
    width: 100%;
    float: left;
  }
  .h-navigation-header .big-menu .nav-menu {
    border-top: 1px solid #00609e;
    border-left: none!important;
    border-right: none!important;
    display: none;
    width: 100%;
    min-height: 50px;
    float: left;
    border-color: #005c99;
    position: relative;
  }
  .h-navigation-header .big-menu .nav-menu > a {
    width: width:100%;
    height: 50px;
    padding: 10px 10px 10px 5px;
    display: block;
  }
  .h-navigation-header .big-menu .nav-menu > a span:first-child {
    float: left;
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0 auto;
    transition: color 200ms ease 0s;
    vertical-align: baseline;
    line-height: 34px;
  }
  .h-navigation-header .big-menu .nav-menu > a span.tit {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    float: left;
    height: 30px;
    margin-left: 15px;
  }
  .h-navigation-header .big-menu .nav-menu > a:hover span {
    color: #fff;
  }
  .h-navigation-header .big-menu .nav-menu.bg-act a span {
    color: #fff;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-user {
    float: right;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-user > a > img {
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 15px;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-user > a > span.tit {
    margin-left: 15px;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-msn {
    float: right;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-msn a span:first-child {
    display: block;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-msn a span.tit {
    display: block;
    margin-left: 15px;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr {
    background-color: #fff;
    padding: 0;
    position: relative;
    width: 100%;
    left: auto;
    right: 0!important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-msn .menu-fr.menu-msnfr .menu-msnfr-body {
    width: 100%;
    padding: 0;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-theme {
    float: right;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-theme a span:first-child {
    display: block;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-theme a span.tit {
    display: block;
    margin-left: 15px;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-theme .menu-fr.theme-settings {
    float: left;
    background-color: #fff;
    padding: 15px;
    position: relative;
    width: 100%!important;
    left: auto;
    right: 0!important;
    box-shadow: none;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-theme .menu-fr.theme-settings .ts-themes a {
    display: inline-block;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-theme .menu-fr.theme-settings #div_sys_font_size_list > div {
    display: inline-block;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr {
    box-shadow: none;
    width: 100%!important;
    min-height: 50px;
    background-color: #0069ae;
    display: none;
    left: 0;
    top: 0px;
    position: relative;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr a {
    text-decoration: none;
    display: block;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr a span {
    color: #ffffff;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr a span:first-child {
    margin-left: 5px;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr .ts-themes a {
    float: left;
    padding: 0;
    min-height: 30px;
    background-color: none;
  }
  .h-navigation-header .big-menu .nav-menu .menu-fr .ts-themes a.active {
    background-color: none;
  }
  .h-navigation-header .big-menu .nav-menu.active .menu-fr {
    display: block;
    z-index: 1000;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-sidebar.active .menu-fr {
    display: block;
  }
  /*全屏模版-头部-ren.jq-实验02-END*/
  /*全屏模版-头部-ren.jq-实验03-START*/
  .page-container .page-minimenu-sidebar {
    display: none;
  }
  .page-container .page-content .page-content-insidebox.page-minimenu-content {
    width: 100%;
  }
  .page-container.page-navigation-toggled .page-content .page-content-insidebox.page-minimenu-content {
    width: calc(100% - 50px );
  }
  .page-container .h-navigation-header {
    background-position: 117% 0;
  }
  /*全屏模版-头部-ren.jq-实验03-END*/
  .page-inside-sidebar {
    width: calc(100% - 40px );
    padding: 0 0 10px;
  }
  .page-inside-sidebar .close-sidebar {
    display: block;
  }
  .page-inside-sidebar .page-minimenu-sidebar {
    box-shadow: none!important;
  }
  .page-inside-sidebar .x-navigation {
    max-height: none;
    overflow: inherit;
    width: 100%;
  }
  /*合并头部右侧功能按钮*/
  .h-navigation-header .big-menu .nav-menu.nav-menu-user > a.more-menu-btn {
    padding: 10px 15px 10px 8px;
  }
  .h-navigation-header .big-menu .nav-menu.nav-menu-user > a.more-menu-btn span.tit {
    display: block;
  }
  .user-info-box {
    float: left;
    width: 100%;
  }
  .user-info-box .userinfo-menu-two {
    float: left;
    width: 100%;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box {
    float: left;
    width: 100%;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box > a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    min-height: 44px;
    display: block;
    padding: 5px 15px;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box > a span:first-child {
    display: block;
    float: left;
    font-size: 2.0rem;
    line-height: 36px;
    width: 30px;
    text-align: center;
    color: #ffffff;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box > a span:last-child {
    display: block;
    margin-left: 15px;
    float: left;
    line-height: 34px;
    color: #ffffff;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box > a:hover {
    background-color: #10aff1;
    color: #fff;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box > a:hover span {
    color: #fff;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box > a.active {
    background-color: #004190;
    color: #fff;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box .theme-settings {
    background: #fff;
    float: left;
    position: relative;
    left: auto;
    top: auto;
    width: 100%!important;
    padding: 10px 0 10px 10px;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box .theme-settings .ts-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn {
    background-color: #fff;
    width: 100%!important;
    left: auto;
    top: auto;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
    position: relative;
    float: left;
  }
  .user-info-box .userinfo-menu-two .userinfo-two-box .nav-menu-msn .menu-msnfr-body .list-group-item > p .message-data {
    float: left;
  }
  /*合并头部右侧功能按钮*/
  .merchandise-content {
    width: calc(100%  / 4);
  }
}
@media only screen and (max-width: 993px) {
  .form-group .text-center-left {
    text-align: left!important;
  }
  .select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 {
    padding: 0;
  }
  .select_recipient_popup .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 {
    padding: 0;
  }
  .select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box1 {
    padding: 0;
  }
  .select-recipient-block .select_recipient_right .panel-body .bootstrap-duallistbox-container .box2 {
    padding: 0;
  }
  .lp-student-page {
    width: calc(100% / 6);
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
  .lp-block-r {
    height: 229px;
  }
  .lp-block-con {
    border-left: none;
    padding: 0;
  }
  .lp-block-box .name {
    padding: 0;
  }
  .lp-block-box .major {
    padding: 0;
  }
}
@media only screen and (max-width: 972px) {
  .merchandise-content {
    width: calc(100%  / 3);
  }
}
@media only screen and (max-width: 895px) {
  .choice-system {
    width: calc(100% / 2 );
    padding: 10px;
    float: left;
    min-width: 265px;
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 780px) {
  .fold-action.unfold-tree-box .col-md-8 {
    width: 100%!important;
    padding-right: 0;
  }
  .serve-rank-con {
    float: left;
    width: 100%;
  }
  .serve-rank-con .serve-rank-box {
    float: left;
    padding: 30px 5px 0;
    margin: 0;
    width: 50%;
    min-width: 210px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
  }
  .serve-rank-con .serve-rank-box .pull-left img {
    width: 74px;
    height: 74px;
    border-radius: 37px;
  }
  .serve-rank-con .serve-rank-box .serve-rank-right {
    margin: 10px 0 0 10px;
    float: left;
  }
  .serve-rank-con .serve-rank-box .serve-rank-right p:first-child {
    margin: 0;
    color: #333;
    height: auto;
    width: 100%;
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 768px) {
  /*独立页自适应*ren.jq-2016-10-13*START*/
  .independent-con .independent-title {
    background-color: #004081;
    background-image: url("../../../image/common/logo.png");
  }
  /*独立页自适应*ren.jq-2016-10-13*END*/
  /*pc页按钮自适应*ren.jq-2016-10-13*START*/
  .adapt-btn-box {
    float: left;
    width: 100%;
    margin-left: 0!important;
    margin-bottom: 10px!important;
  }
  .adapt-btn-box [class^='col-md-'] {
    width: 100%!important;
    margin-left: 0!important;
  }
  .adapt-btn-box [class^='push-left-'] {
    margin-left: 0!important;
  }
  /*pc页按钮自适应*ren.jq-2016-10-13*END*/
  .seclct-op-con .seclct-options {
    display: block;
    width: 100%;
    border-right: 0;
  }
  .seclct-op-con .seclct-btn-box {
    width: 100%;
    box-sizing: border-box;
    float: left;
    display: block;
  }
  .select-op-2 .select-options .form-group {
    float: left;
    padding: 0 10px 0 0;
    width: 100%;
  }
  .seclct-nm-com {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #dfdfdf;
    float: left;
  }
  .seclct-nm-com .seclct-btn-box {
    width: 74px;
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
  }
  .seclct-nm-com .seclct-btn-box p {
    border-left: 0;
    padding: 15px 0 15px 20px;
    margin: 0;
  }
  .lp-student-page {
    width: calc(100% / 5);
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 767px) {
  .page-inside-sidebar {
    height: auto!important;
    margin-left: 10px!important;
    width: calc(100% - 20px);
  }
  .select-op-2,
  .select-op-1 {
    display: block;
  }
  .select-op-2 .select-options,
  .select-op-1 .select-options {
    border-right: 0;
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .select-op-2 .select-options .form-group,
  .select-op-1 .select-options .form-group {
    padding: 0;
  }
  .select-op-2 .select-btn-box,
  .select-op-1 .select-btn-box {
    width: 100%;
    padding: 15px 0 0 0;
    float: left;
  }
  .select-op-2 .select-btn-box .btn,
  .select-op-1 .select-btn-box .btn {
    width: 100%;
  }
  .select-op-2 .select-btn-box .btn-default,
  .select-op-1 .select-btn-box .btn-default {
    margin: 10px 0 0 0;
  }
  .select-op-1 .select-options {
    width: 100%;
  }
  .panel .panel-body {
    padding: 15px 5px;
  }
  .dataTables_info {
    display: none!important;
  }
  .lp-attend-box {
    width: calc(100% / 4);
  }
  .add-svs-content .add-svs-con {
    width: 100%!important;
    margin: 0 0 20px;
  }
  .adtp-padding-leftnone {
    padding-left: none!important;
  }
  .adtp-padding-left10 {
    padding-left: 10px!important;
  }
  .adtp-padding-left15 {
    padding-left: 15px!important;
  }
  .adtp-padding-right10 {
    padding-right: 10px!important;
  }
  .adtp-padding-right15 {
    padding-right: 15px!important;
  }
  /*API*/
  .api-link-box {
    width: 100%;
  }
  .api-link-box a {
    width: 100%;
  }
  .api-link-box a:nth-child(1) {
    border-top: none;
  }
  .api-link-box a:nth-child(2) {
    border-top: 1px solid #dedede;
  }
  .api-link-box a:nth-child(3) {
    border-top: 1px solid #dedede;
  }
  .api-link-box a:nth-child(4) {
    border-top: 1px solid #dedede;
  }
  /*API*/
}
@media only screen and (max-width: 722px) {
  .merchandise-content {
    width: calc(100%  / 2);
  }
}
@media only screen and (max-width: 683px) {
  .choice-system {
    width: calc(100% / 1 );
    padding: 10px;
    float: left;
    min-width: 265px;
  }
  .lp-student-page {
    width: calc(100% / 4);
  }
  .lp-attend-box {
    width: calc(100% / 3);
  }
  /*监控*/
  .ms-panel .ms-left-panel {
    width: 100%;
  }
  .ms-panel .ms-left-panel .ms-top-box {
    width: 100%;
  }
  .ms-panel .ms-left-panel .ms-top-box .ms-app-fraction {
    width: 50%;
  }
  .ms-panel .ms-left-panel .ms-top-box .ms-app-btn {
    width: 50%;
  }
  .ms-panel .ms-left-panel .ms-bottom-box {
    width: 100%;
    float: left;
  }
  .ms-panel .ms-right-panel {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  /*监控*/
}
@media only screen and (max-width: 648px) {
  .h-navigation-header {
    background-image: none;
  }
}
@media only screen and (max-width: 500px) {
  .lp-student-page {
    width: calc(100% / 3);
  }
  .lp-attend-box {
    width: calc(100% / 2);
  }
  .lp-btn-pull {
    float: left!important;
  }
  .nav-tabs-adpt .nav-tabs-vertical .tabs {
    margin-top: 0px;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs {
    margin-top: 0px;
    float: left;
    width: 150px;
    position: absolute;
    left: 0px;
    border-bottom: 0px;
    padding: 0px;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li {
    width: 100%;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li > a {
    width: 100%;
    border-top: 0px;
    border-left: 2px solid transparent;
    background: #FFF;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li > a:hover {
    border-left-color: #004190;
    background: transparent;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li.active > a,
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li.active > a:hover,
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li.active > a:focus,
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
    border-top: 0px;
    border-left: 2px solid #004190;
    border-right: none;
    background: #F5F5F5;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li:first-child > a {
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .nav-tabs-adpt .nav-tabs-vertical .nav-tabs > li:last-child > a {
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .nav-tabs-adpt .nav-tabs-vertical .tab-content {
    width: auto;
    margin-left: 150px;
  }
  .nav-tabs-adpt .nav-tabs-vertical .panel-body {
    padding-top: 10px;
  }
  .adpt-left {
    float: left!important;
  }
}
@media only screen and (max-width: 490px) {
  .merchandise-content {
    width: 100%;
  }
}
@media only screen and (max-width: 475px) {
  .serve-ad {
    display: none;
  }
  .fold-action.unfold-tree-box .col-md-8 {
    width: 100%!important;
    padding-right: 0;
  }
  .serve-content .serve-panel-con {
    width: 100%;
  }
  .serve-content .serve-panel-con .serve-panel {
    float: left;
    width: 100%;
    padding: 15px 0;
  }
  .serve-content .serve-panel-con .serve-panel > p {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    margin: 0 0 0 10px;
    float: left;
  }
  .serve-content .serve-panel-con .serve-panel > p img {
    border-radius: 30px;
    height: 60px;
    width: 60px;
  }
  .serve-content .serve-panel-con .serve-panel > .serve-font-icon {
    height: auto;
    width: 60px;
    border-radius: 0px;
    margin: 5px 0 0 10px;
    float: left;
  }
  .serve-content .serve-panel-con .serve-panel .serve-panel-box {
    width: calc(100% - 90px);
    float: right;
    margin: 0 10px 0;
    min-height: 60px;
  }
  .serve-content .serve-panel-con .serve-panel .serve-panel-box > p {
    margin: 0;
    color: #333;
    height: auto;
    width: 100%;
  }
  .serve-rank-con {
    float: left;
    width: 100%;
  }
  .serve-rank-con .serve-rank-box {
    float: left;
    padding: 30px 5px 0;
    margin: 0;
    width: 100%;
    min-width: 210px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
  }
  .serve-rank-con .serve-rank-box .pull-left img {
    width: 74px;
    height: 74px;
    border-radius: 37px;
  }
  .serve-rank-con .serve-rank-box .serve-rank-right {
    margin: 10px 0 0 10px;
    float: left;
  }
  .serve-rank-con .serve-rank-box .serve-rank-right p:first-child {
    margin: 0;
    color: #333;
    height: auto;
    width: 100%;
  }
  .svsmonitor-head-con .svsmonitor-head-box {
    width: 100%;
  }
  .dataTables_paginate a.paginate_disabled_previous,
  .dataTables_paginate a.paginate_disabled_next,
  .dataTables_paginate a.paginate_button,
  .paginate_enabled_next,
  .paginate_active,
  .paginate_enabled_previous {
    padding: 5px 7px;
  }
  .dataTables_paginate .ellipsis {
    padding: 3px 6px 8px 7.5px;
  }
  .lp-attend-box {
    width: calc(100% / 2);
  }
  .lp-block-box .name {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .select-op-2 .select-options .form-group .select-time {
    width: 100%;
  }
  .select-op-2 .select-options .form-group .select-to {
    text-align: left;
  }
  /*表单下拉菜单--maqt--2016-11-29*/
  .form-select-time .select-time {
    width: 100%;
  }
  .form-select-time .select-to {
    text-align: left;
  }
  .svsmonitor-head-con .svsmonitor-head-box {
    width: 100%;
  }
  .lp-student-page {
    width: calc(100% / 2);
  }
  .lp-attend-box {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .dataTables_paginate a.paginate_disabled_previous,
  .dataTables_paginate a.paginate_disabled_next,
  .dataTables_paginate a.paginate_button,
  .paginate_enabled_next,
  .paginate_active,
  .paginate_enabled_previous {
    padding: 5px 4.5px;
  }
  .dataTables_paginate .ellipsis {
    padding: 3px 4px 8px 4px;
  }
  .lp-attend-box {
    width: 100%;
  }
  .lp-block-box .name {
    font-size: 2.6rem;
  }
}
/*滚动条*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.6);
}
/*LOGO START

.mixin (@logo-color) when (lightness(@logo-color) >= 50%) {
    background-image: url("../../../image/common/logo-m-dark.png");
}
.mixin (@logo-color) when (lightness(@logo-color) < 50%) {
    background-image: url("../../../image/common/logo.png");
}
LOGO END*/
/*RIPPLE-BTN START*/
.btn {
  overflow: hidden;
  position: relative;
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  /*background: rgba(30, 62, 94, 0.4);*/
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.btn-primary .ripple {
  background-color: #004190;
}
.link_btn_bar .ripple {
  background-color: #dcdcdc;
}
.rippleEffect {
  -webkit-animation: rippleDrop .7s linear;
  animation: rippleDrop .7s linear;
}
@-webkit-keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
/*RIPPLE-BTN END*/
.drop-menu {
  max-width: 220px;
  padding: 1px 20px 0;
  min-height: 50px;
  background-color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 50px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
.drop-menu a {
  color: #263339;
  display: block;
  font-size: 15px;
  line-height: 42px;
  min-height: 42px;
  width: 100%;
  border-bottom: 1px dashed #dedede;
  text-decoration: none;
}
.drop-menu a span:first-child {
  display: block;
  margin: 0 0 0 0;
  line-height: 42px;
  float: left;
  font-size: 16px;
  text-align: center;
}
.drop-menu a span:last-child {
  display: block;
  margin-left: 12px;
  float: left;
  font-size: 13px;
}
.drop-menu a:last-child {
  border-bottom: none;
}
.chose-icon {
  padding: 0 20px;
  width: 350px;
  float: left;
  overflow: hidden;
}
.chose-icon table {
  width: 150%;
  margin-bottom: 15px;
}
.chose-icon .chose-icon-box {
  width: 340px;
}
.chose-icon .chose-icon-box span {
  background: #fff;
  height: 40px;
  border: 1px solid #fff;
  padding: 0 4px;
  margin: 15px 27px 0 0;
  border-radius: 6px;
  float: left;
}
.chose-icon .chose-icon-box span a {
  font-size: 30px;
  line-height: 40px;
}
.chose-icon .chose-icon-box span:hover {
  border-color: #004190;
  color: #004190;
}
.chose-icon .chose-icon-box span.checked {
  border-color: #004190;
  color: #004190;
}
.select-objects-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 10px;
}
.select-objects-box li {
  float: left;
  padding: 5px 5px 5px 0;
}
.select-objects-box li span {
  color: #666;
  float: left;
  margin-right: 10px;
}
.select-objects-box li a {
  color: #666;
  float: left;
  margin: 1px 0 0;
  font-size: 18px;
}
.select-objects-box li a:hover {
  color: #999;
}
.select-objects-box .line {
  height: 16px;
  border-right: 1px solid #dedede;
  width: 1px;
  margin: 7px 10px 7px 5px;
  float: left;
}
.water-fall-3 {
  position: absolute;
  width: 31.0%!important;
  top: 0;
  left: 40%;
  padding: 0 0 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.water-fall-2 {
  position: absolute;
  width: 48.3%!important;
  top: 0;
  left: 40%;
  padding: 0 0 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.water-fall-1 {
  position: absolute;
  width: 97%!important;
  top: 0;
  left: 40%;
  padding: 0 0 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a.link-h:hover {
  text-decoration: underline!important;
}
/*home页公共外壳*START*Ren.jq*2016-10-10*/
.homepage-mod-container {
  margin-bottom: 0!important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(153, 153, 153, 0.4) !important;
}
.homepage-mod-container .mod-padding-con {
  padding: 0px 20px 10px;
}
.homepage-mod-container .mod-padding-con .nav-tabs {
  width: 100%;
  margin: 0;
}
.homepage-mod-container .homepage-mod-title {
  width: 100%;
  margin: 10px 0 10px;
}
.homepage-mod-container .homepage-mod-title h4 {
  margin: 0;
  font-size: 1.7rem;
  color: #333;
  height: 36px;
  line-height: 35px;
  float: left;
}
.homepage-mod-container .homepage-mod-title a {
  float: right;
  font-size: 3.0rem;
  color: rgba(13, 165, 229, 0.5);
}
.homepage-mod-container .homepage-mod-body {
  width: 100%;
}
.clear {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  float: none;
}
/*home页公共外壳*END*Ren.jq*2016-10-10*/
/*home页通知*START*maqt*2016-10-10*/
.pim-con {
  padding-bottom: 8px;
}
.pim-con .pim-bar {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  float: left;
}
.pim-con .pim-bar .pim-time {
  float: left;
  background-color: #004190;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 2px 9px 8px;
}
.pim-con .pim-bar .pim-time .pim-date {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  padding: 0 7px;
}
.pim-con .pim-bar .pim-time .pim-month {
  display: block;
  color: #fff;
  font-size: 15px;
  border-top: 1px solid #fff;
  padding: 0 7px;
}
.pim-con .pim-bar .pim-link-bar {
  float: left;
  margin-left: 20px;
  width: calc(100% - 100px);
}
.pim-con .pim-bar .pim-link-bar a {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
.pim-con .pim-bar .pim-link-bar span {
  display: block;
  margin-top: 14px;
  color: #999999;
  font-size: 12px;
}
.pim-con .pim-list {
  float: left;
  width: 100%;
  margin-top: 9px;
  padding-bottom: 4px;
}
.pim-con .pim-list p,
.pim-con .pim-list span {
  margin-bottom: 0;
  height: 37px;
  line-height: 36px;
}
/*home页通知*END*maqt*2016-10-10*/
/*home页日程*START*maqt*2016-10-10*/
.calendar-con {
  background-color: rgba(13, 165, 229, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  padding: 0;
}
.calendar-con .calendar-time {
  padding-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(13, 165, 229, 0.4);
}
.calendar-con .calendar-time .calendar-left {
  float: left;
  margin: 6px 0 0 10px;
}
.calendar-con .calendar-time .calendar-left .cal-date {
  font-weight: bold;
  display: block;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 8px;
  background-color: rgba(13, 165, 229, 0.3);
  border: 1px solid #004190;
  border-radius: 4px;
  height: 50px;
  line-height: 48px;
  margin: 14px 0 0;
}
.calendar-con .calendar-time .calendar-left .cal-month {
  display: block;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background-color: #004190;
  border-radius: 4px;
  margin: 3px 0 0;
  line-height: 20px;
  height: 20px;
}
.calendar-con .calendar-time .calendar-right {
  float: left;
  margin: 16px 0 0 20px;
  padding: 0;
}
.calendar-con .calendar-time .calendar-right .cal-time {
  font-size: 1.6rem;
  color: #004190;
  display: block;
  font-weight: bold;
}
.calendar-con .calendar-time .calendar-right .cal-chinese {
  float: left;
  margin-top: 10px;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(13, 165, 229, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #004190;
}
.calendar-con .calendar-time .calendar-right .cal-teach {
  font-size: 12px;
  color: #004190;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.calendar-con .calendar-time .calendar-goback {
  display: none;
}
.calendar-con .calendar-time .calendar-outsize-con {
  background-color: #fff;
  width: 240px;
  position: absolute;
  right: 20px;
  top: 45px;
  z-index: 3;
  border-radius: 6px;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize {
  width: 100%;
  height: 268px;
  padding: 10px 13px;
  box-sizing: border-box;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div {
  width: 100%;
  float: left;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div p {
  width: calc(100% / 7);
  float: left;
  text-align: center;
  margin: 0;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div p a {
  position: relative;
  cursor: pointer;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  margin: 0 0 0 calc(50% - 15px);
  display: block;
  float: left;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div p a font {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 13px;
  background-color: #e24646;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title {
  height: 32px;
  margin-bottom: 6px;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  position: relative;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title .last-month {
  cursor: pointer;
  font-size: 1.7rem;
  color: #333;
  position: absolute;
  left: 8px;
  top: 7px;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title .next-month {
  cursor: pointer;
  font-size: 1.7rem;
  color: #333;
  position: absolute;
  right: 8px;
  top: 7px;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div .other-month {
  color: #999;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div .today {
  color: #fff;
  background-color: #004190;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div .today font {
  background-color: #fff;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div .click-day {
  color: #fff;
  background-color: #c2ebfc;
}
.calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div .click-day font {
  background-color: #fff;
}
.calendar-con .calendar-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  float: left;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.calendar-con .calendar-box .calendar-bar {
  margin: 16px 0 0 20px;
  width: calc(100% - 300px);
}
.calendar-con .calendar-box .calendar-bar .calendar-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  float: left;
  margin-right: 10px;
}
.calendar-con .calendar-box .calendar-bar .calendar-add {
  float: right;
  color: #999;
}
.calendar-con .calendar-box .calendar-list {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-top: 7px;
}
.calendar-con .calendar-box .calendar-list li {
  height: 36px;
  line-height: 36px;
  width: auto;
}
.calendar-con .calendar-box .calendar-list li:nth-child(1) {
  width: 285px;
}
.calendar-con .calendar-box .calendar-list li:nth-child(2) {
  width: 285px;
}
.calendar-con .calendar-box .calendar-list li:nth-child(3) {
  width: 285px;
}
.calendar-con .calendar-box .calendar-list li:nth-child(4) {
  width: 285px;
}
.calendar-con .calendar-box .calendar-list li a {
  color: #666;
}
.calendar-con .calendar-box .calendar-list.hidden-list {
  max-height: 180px;
  overflow-y: hidden;
}
.calendar-con .calendar-box .calendar-more {
  margin: 6px 0 0 0;
  height: 32px;
  text-align: center;
  line-height: 36px;
  float: left;
  width: 100%;
  background-color: rgba(13, 165, 229, 0.05);
  border-radius: 0 0 4px 4px;
}
.calendar-con .calendar-box .calendar-more:hover {
  color: #666;
}
/*home页日程*END*maqt*2016-10-10*/
/*home页办事大厅*START*maqt*2016-10-11*/
.depart-con {
  width: 100%;
  float: left;
  padding-bottom: 22px;
}
.depart-con .depart-bar {
  background: url(../../../image/common/depart-01.png) right 13px no-repeat #29b6f6;
  margin-right: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 100%;
  padding: 8px 0 20px 0;
}
.depart-con .depart-bar .depart-num {
  font-size: 4.4rem;
  color: #fff;
  float: right;
  width: calc(100% - 98px);
  text-align: center;
  margin-top: 17px;
  margin-right: 20px;
}
.depart-con .depart-bar .depart-letter {
  padding-right: 5px;
  text-align: right;
  float: left;
  background: url(../../../image/common/depart-04.png) 20px 0px no-repeat;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 55px;
  margin-top: 15px;
  width: 78px;
}
.depart-con .depart-bar .depart-ing {
  background: url(../../../image/common/depart-05.png) right 0px no-repeat;
}
.depart-con .depart-bar .depart-ed {
  background: url(../../../image/common/depart-06.png) right 0px no-repeat;
}
.depart-con .depart-ing-bg {
  background: url(../../../image/common/depart-03.png) right 38px no-repeat #ec407a;
}
.depart-con .depart-ed-bg {
  background: url(../../../image/common/depart-02.png) 80% 20px no-repeat #26a69a;
}
.depart-con .depart-title {
  width: 100%;
  color: #999;
  margin-top: 7px;
}
.depart-con .depart-list {
  margin-top: 11px;
  float: left;
}
.depart-con .depart-list li {
  float: left;
  width: 33%;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 0;
  position: relative;
}
.depart-con .depart-list li .depart-img {
  width: 100%;
}
.depart-con .depart-list li .depart-img img {
  width: 90px;
  height: 90px;
}
.depart-con .depart-list li .depart-link {
  margin: 17px 15px 0;
  height: 36px;
}
.depart-con .depart-list li:nth-child(3n+0) {
  border-right: 0;
}
.depart-con .depart-list li .depart-new {
  position: absolute;
  left: 0;
  top: 0;
  color: #fe706f;
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  float: left;
  line-height: 2rem;
}
.depart-con .depart-list li .depart-new i {
  font-size: 14px;
  margin: 5px 0 0 0;
  float: left;
}
/*home页办事大厅*END*maqt*2016-10-11*/
/*home页待办任务*START*maqt*2016-10-11*/
.todo-con {
  padding-bottom: 15px;
  float: left;
}
.todo-con .todo-list {
  float: left;
  width: 100%;
}
.todo-con .todo-list li {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  padding: 12px 0 0 4px;
}
.todo-con .todo-list li img {
  float: left;
  width: 32px;
  height: 32px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-top: 3px;
}
.todo-con .todo-list li .todo-box {
  float: left;
  width: calc(100% - 46px);
  margin-left: 14px;
}
.todo-con .todo-list li .todo-box .todo-link {
  float: left;
  width: 100%;
  height: 22px;
}
.todo-con .todo-list li .todo-box .todo-bar {
  float: left;
  width: 100%;
  color: #999;
  height: 30px;
  margin-bottom: 0;
}
/*home页待办任务*END*maqt*2016-10-11*/
/*home页资源中心*START*Ren.jq*2016-10-10*/
.resource-con .resource-box {
  width: 100%;
  padding: 0 0 10px;
}
.resource-con .resource-box .resource-box-inside {
  width: 50%;
  float: left;
  height: 100px;
  margin-top: 20px;
  min-width: 240px;
}
.resource-con .resource-box .resource-box-inside .res-video {
  width: 120px;
  height: 90px;
  border-radius: 6px;
  position: relative;
  float: left;
  cursor: pointer;
}
.resource-con .resource-box .resource-box-inside .res-video img {
  width: 120px;
  height: 90px;
  border-radius: 6px;
}
.resource-con .resource-box .resource-box-inside .res-video .video-hover {
  border-radius: 6px;
  position: absolute;
  width: 120px;
  height: 90px;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../../image/up/home/res-video.png");
}
.resource-con .resource-box .resource-box-inside .res-video:hover .video-hover {
  display: block;
}
.resource-con .resource-box .resource-box-inside .res-text {
  float: left;
  margin-left: 10px;
}
.resource-con .resource-box .resource-box-inside .res-text p {
  margin: 0;
  font-size: 12px;
  color: #999;
  height: 20px;
  line-height: 20px;
}
.resource-con .resource-box .resource-box-inside .res-text p.res-tit {
  font-size: 15px;
  color: #333;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}
.resource-con .resource-box .resource-box-inside .res-text p.res-num {
  font-size: 12px;
  color: #666;
}
.resource-con .resource-foot {
  font-size: 15px;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 16px 0 6px;
  position: relative;
}
.resource-con .resource-foot a {
  float: right;
  color: #444;
  margin-left: 20px;
  cursor: pointer;
}
.resource-con .resource-foot a font {
  margin-left: 10px;
}
.resource-con .resource-foot span {
  color: #888;
  position: absolute;
  right: 86px;
}
/*home页资源中心*END*Ren.jq*2016-10-10*/
/*home页交流中心*START*Ren.jq*2016-10-10*/
.exchange-con {
  padding: 0 0 7px 0;
  float: left;
}
.exchange-con .exchange-box {
  float: left;
  padding: 0 10px;
  width: 50%;
  margin-bottom: 14px;
}
.exchange-con .exchange-box .exchange-img {
  float: left;
  width: 70px;
  height: 65px;
}
.exchange-con .exchange-box .exchange-bar {
  width: calc(100% - 80px);
  margin: 22px 0 0 8px;
  float: left;
  border: 1px solid #dfcc80;
  background-color: #f3eeda;
  padding: 4px 3px 4px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.exchange-con .exchange-box .exchange-bar .exchange-imess {
  float: left;
  color: #8a6f08;
}
.exchange-con .exchange-box .exchange-bar .exchange-num {
  float: right;
  padding: 0 5px;
  background-color: #e61212;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.exchange-con .exchange-box .exchange-sec {
  border: 1px solid #98cae1;
  background-color: #e2eef3;
}
.exchange-con .exchange-box .exchange-sec .exchange-imess {
  color: #418fb4;
}
.exchange-con .exchange-unread {
  float: left;
  width: 100%;
  color: #999;
  margin-top: 12px;
  padding: 0 10px;
}
.exchange-con .exchange-list {
  float: left;
  width: 100%;
  margin-top: 7px;
}
.exchange-con .exchange-list li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
}
.exchange-con .exchange-list li img {
  float: left;
  width: 32px;
  height: 32px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.exchange-con .exchange-list li .exchange-title {
  float: left;
  margin: 7px 0 0 9px;
  width: calc(100% - 202px);
}
.exchange-con .exchange-list li .exchange-title .exchange-name {
  font-weight: bold;
}
.exchange-con .exchange-list li .exchange-time {
  float: right;
  margin-top: 6px;
}
.exchange-con .exchange-list li .exchange-icon {
  display: none;
  color: #666;
  height: auot;
}
.exchange-con .exchange-list li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.exchange-con .exchange-list li:hover .exchange-time {
  display: none;
}
.exchange-con .exchange-list li:hover .exchange-icon {
  display: block;
  float: right;
  margin-top: 6px;
  color: #666;
}
.exchange-con .exchange-list li:hover .exchange-icon .fa {
  font-size: 1.6rem;
}
.exchange-con .exchange-btn {
  float: right;
  color: #004190;
  margin: 17px 10px 0 0;
}
/*home页交流中心*END*Ren.jq*2016-10-10*/
/*home页活动中心*START*Ren.jq*2016-10-10*/
.activity-con .activity-box {
  width: 100%;
  padding: 0 0 6px;
}
.activity-con .activity-box .activity-box-inside {
  width: calc(50% - 10px);
  float: left;
  height: 142px;
  margin-top: 20px;
  min-width: 230px;
}
.activity-con .activity-box .activity-box-inside:nth-child(2n - 1) {
  margin-right: 20px;
}
.activity-con .activity-box .activity-box-inside .act-img {
  width: 100px;
  height: 132px;
  border-radius: 6px;
  position: relative;
  float: left;
  cursor: pointer;
}
.activity-con .activity-box .activity-box-inside .act-img img {
  width: 100px;
  height: 132px;
  border-radius: 6px;
}
.activity-con .activity-box .activity-box-inside .act-img .bar-act {
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100px;
  height: 38px;
  bottom: 0;
  left: 0;
  background-color: rgba(84, 145, 214, 0.8);
  background-image: url("../../../image/up/home/bar-act.png");
}
.activity-con .activity-box .activity-box-inside .act-img .bar-que {
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100px;
  height: 38px;
  bottom: 0;
  left: 0;
  background-color: rgba(214, 151, 84, 0.8);
  background-image: url("../../../image/up/home/bar-que.png");
}
.activity-con .activity-box .activity-box-inside .act-img .bar-vot {
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100px;
  height: 38px;
  bottom: 0;
  left: 0;
  background-color: rgba(160, 214, 84, 0.8);
  background-image: url("../../../image/up/home/bar-vot.png");
}
.activity-con .activity-box .activity-box-inside .act-text {
  float: left;
  margin-left: 10px;
  width: calc(100% - 110px);
}
.activity-con .activity-box .activity-box-inside .act-text p {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.activity-con .activity-box .activity-box-inside .act-text p.act-time {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-con .activity-box .activity-box-inside .act-text p.act-tit {
  font-size: 15px;
  color: #333;
  line-height: 22px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  margin: 0 0 6px;
  padding-bottom: 5px;
}
.activity-con .activity-box .activity-box-inside .act-text p.act-num {
  font-size: 12px;
  color: #999;
}
.activity-con .activity-foot {
  font-size: 15px;
  width: 100%;
  padding: 0 0 6px;
  position: relative;
}
.activity-con .activity-foot a {
  float: right;
  color: #444;
  margin-left: 20px;
  cursor: pointer;
}
.activity-con .activity-foot a font {
  margin-left: 10px;
}
/*home页活动中心*END*Ren.jq*2016-10-10*/
/*home页常用应用*START*Ren.jq*2017-03-02*/
.frequently-used-con {
  width: 100%;
}
.frequently-used-con .frequently-used-app {
  width: calc(100% / 4);
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 4px 0 14px 0;
  float: left;
}
.frequently-used-con .frequently-used-app font {
  font-size: 1.6rem;
  color: #333;
  display: block;
  margin: 0 5px 0 0;
  float: left;
  height: 24px;
  line-height: 24px;
}
.frequently-used-con .frequently-used-app span {
  font-size: 14px;
  color: #333;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 44px);
}
/*home页常用应用*END*Ren.jq*2017-03-02*/
/*home页校园信息*START*Ren.jq*2017-03-02*/
.ytox-tabs {
  width: 99px;
  height: 448px;
  float: left;
  padding: 10px 0 0;
  border-right: 1px solid #d3d3d3;
}
.ytox-tabs .ytox-tabs-box {
  text-decoration: none;
  height: 105px;
  width: 99px;
  display: block;
  border: 1px solid #fff;
  border-right: 1px solid #d3d3d3;
  padding: 20px 0 0;
  position: relative;
}
.ytox-tabs .ytox-tabs-box.active {
  border: 1px solid #d3d3d3;
  border-radius: 8px 0 0 8px;
  border-right: 1px solid #fff;
}
.ytox-tabs .ytox-tabs-box.active font,
.ytox-tabs .ytox-tabs-box.active span {
  color: #004190;
}
.ytox-tabs .ytox-tabs-box:hover {
  text-decoration: none;
}
.ytox-tabs .ytox-tabs-box font {
  font-size: 40px;
  display: block;
  width: 100%;
  margin: 0 auto;
  width: 40px;
  color: #999;
}
.ytox-tabs .ytox-tabs-box span {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 10px 0 0 25px;
  color: #333;
}
.ytox-tabs .ytox-tabs-box i.point {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #ff0000;
  position: absolute;
  top: 18px;
  right: 10px;
}
.school-info-con {
  width: 100%;
}
.school-info-con .school-info-box {
  width: calc(100% - 99px);
  float: left;
  padding-left: 20px;
}
.school-info-con .school-info-box .school-info-title {
  float: left;
  width: 100%;
}
.school-info-con .school-info-box .school-info-title .info-tab-title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #333;
}
.school-info-con .school-info-box .school-info-list {
  float: left;
  width: 100%;
}
.school-info-con .school-info-box .school-info-list .info-list {
  height: 36px;
  width: 100%;
  line-height: 36px;
  float: left;
}
.school-info-con .school-info-box .school-info-list .info-list i.info-list-point {
  display: block;
  float: left;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  margin: 14px 10px 14px 0;
}
.school-info-con .school-info-box .school-info-list .info-list span.info-list-top {
  height: 16px;
  width: 28px;
  margin: 10px 4px 10px 0;
  display: block;
  float: left;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.school-info-con .school-info-box .school-info-list .info-list span.info-list-text {
  float: left;
  display: block;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 150px);
}
.school-info-con .school-info-box .school-info-list .info-list span.info-list-text font {
  font-weight: bold;
}
.school-info-con .school-info-box .school-info-list .info-list span.info-list-text.new-msg {
  font-weight: bold;
}
.school-info-con .school-info-box .school-info-list .info-list span.info-list-time {
  font-size: 12px;
  color: #999;
  float: right;
  display: block;
}
.school-info-con .school-info-box .school-info-list.info-notice {
  padding: 8px 0 0;
}
.bcl-theme-00 {
  background-color: #004190;
}
.bcl-theme-10 {
  background-color: rgba(13, 165, 229, 0.9);
}
.bcl-theme-20 {
  background-color: rgba(13, 165, 229, 0.8);
}
.bcl-theme-30 {
  background-color: rgba(13, 165, 229, 0.7);
}
.bcl-theme-40 {
  background-color: rgba(13, 165, 229, 0.6);
}
.bcl-theme-50 {
  background-color: rgba(13, 165, 229, 0.5);
}
.bcl-theme-60 {
  background-color: rgba(13, 165, 229, 0.45);
}
.bcl-theme-65 {
  background-color: rgba(13, 165, 229, 0.4);
}
.bcl-theme-70 {
  background-color: rgba(13, 165, 229, 0.35);
}
/*home页校园信息*END*Ren.jq*2017-03-02*/
/*home页系统集成*START*Ren.jq*2017-03-03*/
.sys-integration-con .sys-integration-box {
  position: relative;
}
.sys-integration-con .sys-integration-box .sys-integration-up {
  width: calc(100% - 20px);
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper {
  border-bottom: 1px solid rgba(13, 165, 229, 0.9);
  height: 114px;
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a {
  cursor: pointer;
  height: 114px;
  width: 84px;
  border: 1px solid #fff;
  border-bottom: none;
  display: block;
  float: left;
  padding: 20px 0;
  border-radius: 8px 8px 0 0;
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a.active {
  border: 1px solid rgba(13, 165, 229, 0.9);
  border-bottom: none;
  background-color: #004190;
  height: 115px;
  background-image: url("../../../image/common/fade80.png");
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a.active font,
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a.active span {
  color: #004190;
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a:hover,
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a:focus {
  text-decoration: none;
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a font {
  font-size: 40px;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  color: #666;
}
.sys-integration-con .sys-integration-box .sys-integration-up .sys-integration-swiper a span {
  color: #666;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin: 15px 0;
}
.sys-integration-con .sys-integration-box .sys-integration-up .swiper-wrapper {
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  -webkit-transition-property: all transform ease;
  -moz-transition-property: all transform ease;
  -o-transition-property: all transform ease;
  -ms-transition-property: all transform ease;
  transition-property: all transform ease;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.sys-integration-con .sys-integration-box .sys-integration-up .swiper-wrapper .swiper-slide {
  float: left;
  flex-shrink: 0;
  position: relative;
}
.sys-integration-con .sys-integration-box .swiper-button-prev,
.sys-integration-con .sys-integration-box .swiper-button-next {
  font-size: 40px;
  color: #7f7f7f;
  cursor: pointer;
}
.sys-integration-con .sys-integration-box .swiper-button-prev {
  position: absolute;
  top: 34px;
  left: -12px;
}
.sys-integration-con .sys-integration-box .swiper-button-next {
  position: absolute;
  top: 34px;
  right: -12px;
}
.sys-integration-con .sys-integration-down {
  margin: -1px 0 0 -20px;
  min-height: 166px;
  width: calc(100% + 40px);
  border-top: 1px solid rgba(13, 165, 229, 0.9);
  background-color: rgba(13, 165, 229, 0.2);
  float: left;
}
.sys-integration-con .book-box .book-box-left {
  overflow: hidden;
  padding: 10px 0 10px 10px;
  margin: 20px;
  float: left;
  width: 200px;
  height: 126px;
  border-radius: 6px;
  border: 1px solid #5bc2ed;
  background-color: #b8e5f8;
  position: relative;
}
.sys-integration-con .book-box .book-box-left .book-num {
  line-height: 1;
  float: left;
  color: #3bb0e8;
  margin: 4px 0 0 10px;
  position: absolute;
}
.sys-integration-con .book-box .book-box-left .book-num font {
  font-size: 60px;
}
.sys-integration-con .book-box .book-box-left .book-num span.point-num {
  font-size: 18px;
}
.sys-integration-con .book-box .book-box-left .book-num span {
  font-size: 14px;
}
.sys-integration-con .book-box .book-box-left .book-icon {
  font-size: 88px;
  float: right;
  color: #d5effb;
  margin: 1px 15px 0;
}
.sys-integration-con .book-box .book-box-left .title {
  padding: 0 20px;
  height: 35px;
  width: 100%;
  line-height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  background-color: #40b8eb;
  border-top: 1px solid 004190;
  margin: 0;
}
.sys-integration-con .book-box .book-box-right {
  float: left;
  width: calc(100% - 245px);
  padding: 20px 0 0;
}
.sys-integration-con .book-box .book-box-right .book-list-title {
  width: 100%;
  float: left;
  margin: 0 0 13px 0;
}
.sys-integration-con .book-box .book-box-right .book-list-title p {
  margin: 0;
  padding: 0 10px;
  background-color: #47baeb;
  line-height: 22px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #004190;
  float: left;
}
.sys-integration-con .book-box .book-box-right .book-list {
  float: left;
  position: relative;
}
.sys-integration-con .book-box .book-box-right .book-list .book-list-inside {
  float: left;
  width: 100%;
}
.sys-integration-con .book-box .book-box-right .book-list p {
  line-height: 24px;
  font-size: 12px;
  color: #004190;
  float: left;
  width: 50%;
  min-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sys-integration-con .book-box .book-box-right .book-list p i {
  color: #6ec9ef;
  margin-right: 5px;
}
.sys-integration-con .book-box .book-box-right .book-list a {
  background-color: #b1e2f7;
  border: 1px solid #6ec9ef;
  border-radius: 4px;
  height: 22px;
  line-height: 20px;
  color: #004190;
  padding: 0 10px;
  position: absolute;
  bottom: 11px;
  left: 50%;
}
.sys-integration-con .book-box .wallet-box-right {
  padding: 24px 0 0;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list-box {
  float: left;
  width: 100%;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list {
  width: 100%;
  float: left;
  margin: 10px 0 10px 0;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list p.title {
  margin: 0;
  padding: 0 10px;
  background-color: #47baeb;
  line-height: 22px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #004190;
  float: left;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list p.text {
  margin: 3px 0 0 10px;
  float: left;
  color: #004190;
  line-height: 1;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list p.text font {
  font-size: 20px;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list p.text span {
  font-size: 12px;
}
.sys-integration-con .book-box .wallet-box-right .wallet-list p.text span.point-num {
  font-size: 16px;
}
.sys-integration-con .book-box .wallet-box-right a {
  background-color: #b1e2f7;
  border: 1px solid #6ec9ef;
  border-radius: 4px;
  height: 22px;
  line-height: 20px;
  color: #004190;
  padding: 0 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sys-integration-con .book-box .network-box-right .network-box-title {
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
  padding: 0 20px 0 0;
}
.sys-integration-con .book-box .network-box-right .network-box-title p {
  float: left;
}
.sys-integration-con .book-box .network-box-right .network-box-title p.title {
  margin: 0 10px 5px 0;
  padding: 0 10px;
  background-color: #47baeb;
  line-height: 22px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #004190;
  float: left;
}
.sys-integration-con .book-box .network-box-right .network-box-title p.name {
  font-weight: bold;
  margin: 0 0 5px 0;
  float: left;
  color: #004190;
  font-size: 12px;
  line-height: 24px;
}
.sys-integration-con .book-box .network-box-right .network-box-title a {
  margin: 1px 0 5px;
  float: right;
  background-color: #b1e2f7;
  border: 1px solid #6ec9ef;
  border-radius: 4px;
  height: 22px;
  line-height: 20px;
  color: #004190;
  padding: 0 10px;
}
.sys-integration-con .book-box .network-box-right .network-list {
  width: 100%;
  float: left;
}
.sys-integration-con .book-box .network-box-right .network-list p {
  line-height: 24px;
  color: #004190;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sys-integration-con .book-box .network-box-right .network-list p i {
  margin: 0 10px 0 0;
}
/*home页系统集成*END*Ren.jq*2017-03-03*/
/*emergency-alert*/
.emergency-alert-content {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.emergency-alert-content .emergency-alert {
  height: 36px;
  width: 100%;
  border: 1px solid #c5c5c5;
  background-color: #fff9d0;
  border-radius: 4px;
  margin: 10px 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
}
.emergency-alert-content .emergency-alert .emergency-alert-title {
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #610000;
  width: 94px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #c5c5c5;
  float: left;
  background-color: #fffbdd;
}
.emergency-alert-content .emergency-alert .emergency-alert-text {
  width: calc(100% - 130px);
  float: left;
  overflow: hidden;
}
.emergency-alert-content .emergency-alert .emergency-alert-text a {
  margin-right: 40px;
  float: left;
  display: block;
}
.emergency-alert-content .emergency-alert .emergency-alert-text a i {
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #ff0000;
  margin: 12px 5px 0 0;
}
.emergency-alert-content .emergency-alert .emergency-alert-text a span {
  font-size: 14px;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  color: #610000;
}
.emergency-alert-content .emergency-alert .close-i {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background-color: #7f7c68;
  float: right;
  margin: 10px 10px 0 0;
}
.emergency-alert-content .emergency-alert .close-i i {
  font-size: 12px;
  color: #fff9d0;
  margin: 1px 0 0 2px;
  float: left;
}
/*emergency-alert*/
/*自适应代码部分*START*/
@media only screen and (max-width: 1439px) and (min-width: 1324px) {
  /*home页资源中心*START*Ren.jq*2016-10-10*/
  .resource-con .resource-box .resource-box-inside {
    width: 50%;
  }
  .resource-con .resource-box .resource-box-inside .res-text p {
    margin: 0;
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*home页资源中心*END*Ren.jq*2016-10-10*/
  /*home页活动中心*START*Ren.jq*2016-10-10*/
  .activity-con .activity-box {
    width: 100%;
    padding: 0 0 6px;
  }
  .activity-con .activity-box .activity-box-inside {
    width: calc(50% - 10px);
    float: left;
    height: 142px;
    margin-top: 20px;
    min-width: 230px;
  }
  .activity-con .activity-box .activity-box-inside .act-text {
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px);
  }
  .activity-con .activity-box .activity-box-inside .act-text p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 20px;
  }
  .activity-con .activity-box .activity-box-inside .act-text p.act-time {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-con .activity-box .activity-box-inside .act-text p.act-tit {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    width: auto;
  }
  /*home页活动中心*END*Ren.jq*2016-10-10*/
  /*home页日程*END*maqt*2016-10-12*/
  .calendar-con .calendar-box .calendar-bar .calendar-title {
    width: 100%;
  }
  .calendar-con .calendar-box .calendar-bar .calendar-add {
    float: left;
    margin-top: 5px;
  }
  .calendar-con .calendar-box .calendar-list li {
    width: auto;
  }
  .calendar-con .calendar-box .calendar-list li:nth-child(1) {
    width: 245pxpx;
  }
  .calendar-con .calendar-box .calendar-list li:nth-child(2) {
    width: 245pxpx;
  }
  .calendar-con .calendar-box .calendar-list li:nth-child(3) {
    width: 245pxpx;
  }
  .calendar-con .calendar-box .calendar-list li:nth-child(4) {
    width: 245pxpx;
  }
  /*home页日程*END*maqt*2016-10-12*/
}
@media only screen and (max-width: 1350px) {
  /*home页系统集成*START*Ren.jq*2017-03-03*/
  .sys-integration-con .sys-integration-down {
    min-height: 166px;
  }
  .sys-integration-con .book-box .book-box-left {
    width: 200px;
    height: 126px;
  }
  .sys-integration-con .book-box .book-box-right {
    width: calc(100% - 245px);
    padding: 20px 0 0;
    margin: 0;
  }
  .sys-integration-con .book-box .book-box-right .book-list .book-list-inside {
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100%;
  }
  .sys-integration-con .book-box .book-box-right .book-list a {
    position: absolute;
    bottom: 11px;
    left: 50%;
  }
  /*home页系统集成*END*Ren.jq*2017-03-03*/
}
@media only screen and (max-width: 1334px) {
  /*home页日程*START*ren.jq*2016-10-26*/
  .calendar-con {
    width: 100%;
    padding-top: 124px;
  }
  .calendar-con .calendar-time .calendar-right {
    margin-left: 10px;
  }
  .calendar-con .calendar-time .calendar-goback {
    display: block;
    float: right;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .calendar-con .calendar-time .calendar-outsize-con {
    background-color: #fff;
    width: calc(100% - 20px);
    height: 115px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: -113px;
    z-index: 3;
    border-radius: 6px;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize {
    padding: 5px 13px;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div {
    display: none;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-week-title {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.this-week {
    display: block;
  }
  .calendar-con .calendar-box .calendar-bar {
    width: 100%;
  }
  .calendar-con .calendar-box .calendar-list li {
    width: 100%;
  }
  /*home页日程*END*ren.jq*2016-10-26*/
  /*home页系统集成*START*Ren.jq*2017-03-03*/
  .sys-integration-con .book-box .book-box-right .book-list {
    float: left;
    position: relative;
  }
  .sys-integration-con .book-box .book-box-right .book-list .book-list-inside {
    float: left;
    height: 70px;
    overflow: hidden;
    width: 100%;
  }
  .sys-integration-con .book-box .book-box-right .book-list a {
    position: relative;
    bottom: auto;
    left: 0;
  }
  /*home页系统集成*END*Ren.jq*2017-03-03*/
}
@media only screen and (max-width: 1324px) and (min-width: 994px) {
  /*home页资源中心*START*Ren.jq*2016-10-10*/
  .resource-con .resource-box .resource-box-inside {
    width: 100%;
  }
  .resource-con .resource-box .resource-box-inside .res-text p {
    margin: 0;
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*home页资源中心*END*Ren.jq*2016-10-10*/
  /*home页活动中心*START*Ren.jq*2016-10-10*/
  .activity-con .activity-box {
    width: 100%;
    padding: 0 0 6px;
  }
  .activity-con .activity-box .activity-box-inside {
    width: 100%;
    float: left;
    height: 142px;
    margin-top: 20px;
  }
  .activity-con .activity-box .activity-box-inside .act-text {
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px);
  }
  .activity-con .activity-box .activity-box-inside .act-text p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 20px;
  }
  .activity-con .activity-box .activity-box-inside .act-text p.act-time {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-con .activity-box .activity-box-inside .act-text p.act-tit {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    width: auto;
  }
  /*home页活动中心*END*Ren.jq*2016-10-10*/
  /*home页日程*START*maqt*2016-10-12*/
  .calendar-con .calendar-box .calendar-list li {
    width: 195px;
  }
  /*home页日程*END*maqt*2016-10-12*/
}
@media only screen and (max-width: 1140px) {
  /*home页办事大厅*START*maqt*2016-10-11*/
  .depart-con .col-md-4 {
    float: left;
    width: 33.3%;
  }
  .depart-con .col-md-4 .depart-bar {
    background-position: 2px 76px;
    margin-right: 20px;
  }
  .depart-con .col-md-4 .depart-bar .depart-num {
    width: 100%;
    margin-top: 11px;
    font-size: 4rem;
  }
  .depart-con .col-md-4 .depart-bar .depart-letter {
    background-position: calc(100% / 2) 0;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin-top: 9px;
  }
  .depart-con .col-md-4 .depart-bar .depart-ing {
    background-position: calc(100% / 2) 0;
  }
  .depart-con .col-md-4 .depart-bar .depart-ed {
    background-position: calc(100% / 2) 0;
  }
  .depart-con .col-md-4 .depart-ing-bg {
    background-position: -5px 100px;
  }
  .depart-con .col-md-4 .depart-ed-bg {
    background-position: -14px 104px;
  }
  /*home页办事大厅*END*maqt*2016-10-11*/
}
@media only screen and (max-width: 1200px) {
  /*home页系统集成*START*Ren.jq*2017-03-03*/
  .sys-integration-con .sys-integration-down {
    height: auto;
  }
  .sys-integration-con .book-box .wallet-box-right {
    padding: 24px 0 0;
  }
  .sys-integration-con .book-box .wallet-box-right .wallet-list-box {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 90px;
  }
  .sys-integration-con .book-box .wallet-box-right a {
    position: relative;
    float: left;
    bottom: auto;
    right: auto;
    margin: 10px 0 0 0;
  }
  /*home页系统集成*END*Ren.jq*2017-03-03*/
}
@media only screen and (max-width: 1100px) {
  .ytox-tabs {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding: 0;
    border-right: none;
  }
  .ytox-tabs .ytox-tabs-box {
    float: left;
    height: 40px;
    width: auto;
    display: block;
    border: 1px solid #fff;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 15px;
    position: relative;
  }
  .ytox-tabs .ytox-tabs-box.active {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    border-bottom: 1px solid #fff;
  }
  .ytox-tabs .ytox-tabs-box font {
    display: none;
  }
  .ytox-tabs .ytox-tabs-box span {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #333;
    float: left;
  }
  .ytox-tabs .ytox-tabs-box i.point {
    top: 5px;
    right: 5px;
  }
  .school-info-con {
    width: 100%;
  }
  .school-info-con .school-info-box {
    width: 100%;
    float: left;
    padding-left: 0px;
  }
  .school-info-con .school-info-box .school-info-title {
    float: left;
    width: 100%;
  }
  .school-info-con .school-info-box .school-info-title .info-tab-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01.nav-con-01,
  .school-info-con .school-info-box .school-info-title .nav-con-02.nav-con-01 {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #32baf3;
    width: auto;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01.nav-con-02 .nav-box-01,
  .school-info-con .school-info-box .school-info-title .nav-con-02.nav-con-02 .nav-box-01 {
    border: 1px solid #32baf3;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 {
    border: none;
    background: #fff;
    border-radius: 5px;
    width: auto;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li {
    border: none;
    margin: 0!important;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li a,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li a {
    border: none;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    color: #004190;
    border-right: 1px solid #004190;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li.active a,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li.active a {
    color: #fff;
    background-color: #0eacef;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li:hover a,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li:hover a {
    color: #fff;
    background-color: #0eacef;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li:first-child,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li:first-child {
    border-radius: 4px 0 0 4px;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li:first-child a,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li:first-child a {
    border-radius: 4px 0 0 4px;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li:last-child,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li:last-child {
    border-radius: 0 4px 4px 0;
  }
  .school-info-con .school-info-box .school-info-title .nav-con-01 .nav-box-01 li:last-child a,
  .school-info-con .school-info-box .school-info-title .nav-con-02 .nav-box-01 li:last-child a {
    border-radius: 0 4px 4px 0;
    border-right: none;
  }
}
@media (max-width: 1024px) {
  .calendar-con .calendar-box .calendar-bar .calendar-title {
    width: 100%;
  }
  .calendar-con .calendar-box .calendar-bar .calendar-add {
    float: left;
    margin-top: 5px;
  }
  /*home页常用应用*START*Ren.jq*2017-03-02*/
  .frequently-used-con {
    width: 100%;
  }
  .frequently-used-con .frequently-used-app {
    width: calc(100% / 3);
  }
  /*home页常用应用*END*Ren.jq*2017-03-02*/
}
@media (max-width: 992px) {
  /*home页通知*START*maqt*2016-10-10*/
  .pim-list span {
    display: none;
  }
  /*home页通知*END*maqt*2016-10-10*/
  /*home页日程*START*maqt*2016-10-11*/
  .calendar-con {
    width: 100%;
    padding-top: 124px;
  }
  .calendar-con .calendar-time .calendar-right {
    margin-left: 10px;
  }
  .calendar-con .calendar-time .calendar-goback {
    display: block;
    float: right;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .calendar-con .calendar-box .calendar-bar {
    width: 100%;
  }
  .calendar-con .calendar-box .calendar-list li {
    width: 100%;
  }
  /*home页日程*END*maqt*2016-10-11*/
  /*home页办事大厅*START*maqt*2016-10-11*/
  .depart-con .col-md-4 {
    float: left;
    width: 33.3%;
  }
  /*home页办事大厅*END*maqt*2016-10-11*/
  /*home页交流中心*START*maqt*2016-10-12*/
  .exchange-con .exchange-list li .exchange-title {
    width: calc(100% - 125px);
  }
  /*home页交流中心*END*maqt*2016-10-12*/
  /*home页常用应用*START*Ren.jq*2017-03-02*/
  .frequently-used-con {
    width: 100%;
  }
  .frequently-used-con .frequently-used-app {
    width: calc(100% / 2);
  }
  /*home页常用应用*END*Ren.jq*2017-03-02*/
}
@media only screen and (max-width: 890px) {
  /*home页系统集成*START*Ren.jq*2017-03-03*/
  .sys-integration-con .sys-integration-down {
    height: auto;
  }
  .sys-integration-con .book-box .book-box-left {
    width: calc(100% - 40px);
  }
  .sys-integration-con .book-box .book-box-right {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0 0 20px;
  }
  .sys-integration-con .book-box .book-box-right .book-list {
    float: left;
    position: relative;
  }
  .sys-integration-con .book-box .book-box-right .book-list .book-list-inside {
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .sys-integration-con .book-box .book-box-right .book-list a {
    position: relative;
    bottom: auto;
    left: auto;
  }
  /*home页系统集成*END*Ren.jq*2017-03-03*/
}
@media only screen and (max-width: 768px) {
  .water-fall {
    width: 100%!important;
    padding: 0 10px;
  }
  /*home页交流中心*START*Ren.jq*2016-10-10*/
  .exchange-con exchange-unread {
    margin-top: 0;
  }
  .exchange-con .exchange-list {
    float: left;
    width: 100%;
    margin-top: 7px;
    overflow: hidden;
  }
  .exchange-con .exchange-list li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 20px;
    position: relative;
  }
  .exchange-con .exchange-list li img {
    float: left;
    width: 32px;
    height: 32px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .exchange-con .exchange-list li .exchange-title {
    float: left;
    margin: 6px 0 0 19px;
    width: calc(100% - 202px);
  }
  .exchange-con .exchange-list li .exchange-title .exchange-name {
    font-weight: bold;
  }
  .exchange-con .exchange-list li .exchange-time {
    float: right;
    margin-top: 6px;
  }
  .exchange-con .exchange-list li .exchange-icon {
    padding: 19px 5px 0;
    box-sizing: border-box;
    display: block;
    height: 64px;
    color: #fff;
    background-color: #cf5050;
    width: 60px;
    position: absolute;
    right: -60px;
    top: -1px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
  }
  .exchange-con .exchange-list li .exchange-icon .fa {
    font-size: 1.6rem;
  }
  .exchange-con .exchange-list li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .exchange-con .exchange-list li:hover .exchange-time {
    display: block;
  }
  .exchange-con .exchange-list li:hover .exchange-icon {
    margin-top: 0px;
    color: #fff;
  }
  .exchange-con .exchange-btn {
    float: right;
    color: #004190;
    margin: 17px 10px 0 0;
  }
  /*home页交流中心*END*Ren.jq*2016-10-10*/
  /*home页日程*START*ren.jq*2016-10-26*/
  .calendar-con {
    width: 100%;
    padding-top: 0;
  }
  .calendar-con .calendar-time {
    padding-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
  }
  .calendar-con .calendar-time .calendar-right {
    margin: 16px 0 0 20px;
    padding: 0;
  }
  .calendar-con .calendar-time .calendar-goback {
    display: none;
  }
  .calendar-con .calendar-time .calendar-outsize-con {
    background-color: #fff;
    width: 240px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 3;
    border-radius: 6px;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize {
    padding: 10px 13px;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-week-title {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.this-week {
    display: block;
  }
  .calendar-con .calendar-box .calendar-bar {
    width: 310px;
  }
  .calendar-con .calendar-box .calendar-list li {
    width: 285px;
  }
  /*home页日程*END*ren.jq*2016-10-26*/
  /*home页常用应用*START*Ren.jq*2017-03-02*/
  .frequently-used-con {
    width: 100%;
  }
  .frequently-used-con .frequently-used-app {
    width: calc(100% / 4);
  }
  /*home页常用应用*END*Ren.jq*2017-03-02*/
}
@media only screen and (max-width: 767px) {
  /*home页外壳*/
  .homepage-mod-container .mod-padding-con {
    padding: 0px 15px 10px;
  }
  .homepage-mod-container .homepage-mod-body {
    width: 100%;
  }
  /*home页外壳*/
  /*home页系统集成*START*Ren.jq*2017-03-03*/
  .sys-integration-con .sys-integration-down {
    min-height: 166px;
  }
  .sys-integration-con .book-box .book-box-left {
    width: 200px;
    height: 126px;
  }
  .sys-integration-con .book-box .book-box-right {
    width: calc(100% - 245px);
    padding: 20px 0 0;
    margin: 0;
  }
  .sys-integration-con .book-box .book-box-right .book-list .book-list-inside {
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .sys-integration-con .book-box .book-box-right .book-list a {
    position: absolute;
    bottom: 11px;
    left: 50%;
  }
  .sys-integration-con .book-box .wallet-box-right {
    padding: 24px 0 0;
  }
  .sys-integration-con .book-box .wallet-box-right .wallet-list-box {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .sys-integration-con .book-box .wallet-box-right a {
    position: absolute;
    float: left;
    bottom: 20px;
    right: 20px;
    margin: 0 0 0 0;
  }
  /*home页系统集成*END*Ren.jq*2017-03-03*/
}
@media only screen and (max-width: 690px) {
  /*home页系统集成*START*Ren.jq*2017-03-03
	.sys-integration-con{
		.book-box{
			.book-box-right{
				.book-list{float:left;position:relative;
					.book-list-inside{float:left;height:70px;overflow:hidden;width:100%;}
					a{position: relative;bottom: auto; left: auto;}
				}
			}
		}
	}
	home页系统集成*END*Ren.jq*2017-03-03*/
  /*home页系统集成*START*Ren.jq*2017-03-03*/
  .sys-integration-con .sys-integration-down {
    height: auto;
  }
  .sys-integration-con .book-box .book-box-left {
    width: calc(100% - 40px);
  }
  .sys-integration-con .book-box .book-box-right {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0 0 20px;
  }
  .sys-integration-con .book-box .book-box-right .book-list {
    float: left;
    position: relative;
  }
  .sys-integration-con .book-box .book-box-right .book-list .book-list-inside {
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .sys-integration-con .book-box .book-box-right .book-list a {
    position: relative;
    bottom: auto;
    left: auto;
  }
  /*home页系统集成*END*Ren.jq*2017-03-03*/
}
@media only screen and (max-width: 646px) {
  /*home页办事大厅*START*maqt*2016-10-11*/
  .depart-con .col-md-4 {
    float: left;
    width: 33.3%;
  }
  .depart-con .col-md-4 .depart-bar {
    background-position: 2px 76px;
    margin-right: 20px;
  }
  .depart-con .col-md-4 .depart-bar .depart-num {
    width: 100%;
    margin-top: 11px;
    font-size: 4rem;
  }
  .depart-con .col-md-4 .depart-bar .depart-letter {
    background-position: calc(100% / 2) 0;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin-top: 9px;
  }
  .depart-con .col-md-4 .depart-bar .depart-ing {
    background-position: calc(100% / 2) 0;
  }
  .depart-con .col-md-4 .depart-bar .depart-ed {
    background-position: calc(100% / 2) 0;
  }
  .depart-con .col-md-4 .depart-ing-bg {
    background-position: -5px 100px;
  }
  .depart-con .col-md-4 .depart-ed-bg {
    background-position: -14px 104px;
  }
  /*home页办事大厅*END*maqt*2016-10-11*/
}
@media only screen and (max-width: 615px) {
  /*home页日程*START*ren.jq*2016-10-10*/
  .calendar-con {
    width: 100%;
    padding-top: 124px;
  }
  .calendar-con .calendar-time .calendar-right {
    margin-left: 10px;
  }
  .calendar-con .calendar-time .calendar-goback {
    display: block;
    float: right;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .calendar-con .calendar-time .calendar-outsize-con {
    background-color: #fff;
    width: calc(100% - 20px);
    height: 115px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: -113px;
    z-index: 3;
    border-radius: 6px;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize {
    padding: 5px 13px;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div {
    display: none;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-fullsize-title {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.calendar-week-title {
    display: block;
  }
  .calendar-con .calendar-time .calendar-outsize-con .calendar-fullsize > div.this-week {
    display: block;
  }
  .calendar-con .calendar-box .calendar-bar {
    width: 100%;
  }
  .calendar-con .calendar-box .calendar-list li {
    width: 100%;
  }
  /*home页日程*END*ren.jq*2016-10-10*/
  /*home页校园信息*START*ren.jq*2017-03-02*/
  .school-info-con {
    width: 100%;
  }
  .school-info-con .school-info-box {
    width: 100%;
    float: left;
    padding-left: 0px;
  }
  .school-info-con .school-info-box .school-info-list {
    float: left;
    width: 100%;
  }
  .school-info-con .school-info-box .school-info-list .info-list {
    height: 36px;
    width: 100%;
    line-height: 36px;
    float: left;
  }
  .school-info-con .school-info-box .school-info-list .info-list i.info-list-point {
    display: none;
  }
  .school-info-con .school-info-box .school-info-list .info-list span.info-list-text {
    width: calc(100% - 70px);
  }
  .school-info-con .school-info-box .school-info-list .info-list span.info-list-time {
    text-align: right;
    overflow: hidden;
    width: 50px;
    white-space: nowrap;
  }
  /*home页校园信息*END*ren.jq*2017-03-02*/
}
@media only screen and (max-width: 615px) and (min-width: 560px) {
  /*home页资源中心*START*Ren.jq*2016-10-10*/
  .resource-con .resource-box .resource-box-inside .res-text p {
    margin: 0;
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*home页资源中心*END*Ren.jq*2016-10-10*/
}
@media only screen and (max-width: 560px) {
  /*home页办事大厅*START*maqt*2016-10-11*/
  .depart-con .depart-list {
    margin-top: 11px;
    float: left;
  }
  .depart-con .depart-list li {
    width: 50%;
    padding: 17px 0;
  }
  .depart-con .depart-list li:nth-child(3n+0) {
    border-right: 1px solid #e4e4e4;
  }
  .depart-con .depart-list li:nth-child(2n+0) {
    border-right: 0;
  }
  .depart-con .depart-list li .depart-new {
    left: 5px;
  }
  /*home页办事大厅*END*maqt*2016-10-11*/
  /*home页资源中心*START*Ren.jq*2016-10-10*/
  .resource-con .resource-box .resource-box-inside {
    width: 100%;
  }
  .resource-con .resource-box .resource-box-inside .res-text p {
    margin: 0;
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .resource-con .resource-foot {
    font-size: 15px;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0 6px;
  }
  .resource-con .resource-foot a {
    float: right;
    color: #444;
    margin-left: 20px;
    cursor: pointer;
  }
  .resource-con .resource-foot a font {
    margin-left: 10px;
  }
  .resource-con .resource-foot span {
    color: #888;
    float: right;
    position: relative;
    right: auto;
    margin-bottom: 12px;
  }
  /*home页资源中心*END*Ren.jq*2016-10-10*/
  /*home页交流中心*START*maqt*2016-10-12*/
  .exchange-con .exchange-box {
    width: 100%;
  }
  /*home页交流中心*END*maqt*2016-10-12*/
  /*home页活动中心*START*Ren.jq*2016-10-10*/
  .activity-con .activity-box {
    width: 100%;
    padding: 0 0 6px;
  }
  .activity-con .activity-box .activity-box-inside {
    width: 100%;
    float: left;
    height: 142px;
    margin-top: 20px;
  }
  .activity-con .activity-box .activity-box-inside .act-text {
    float: left;
    margin-left: 10px;
    width: calc(100% - 110px);
  }
  .activity-con .activity-box .activity-box-inside .act-text p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 20px;
  }
  .activity-con .activity-box .activity-box-inside .act-text p .act-time {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-con .activity-box .activity-box-inside .act-text p .act-tit {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    width: auto;
  }
  /*home页活动中心*END*Ren.jq*2016-10-10*/
  /*home页常用应用*START*Ren.jq*2017-03-02*/
  .frequently-used-con {
    width: 100%;
  }
  .frequently-used-con .frequently-used-app {
    width: calc(100% / 3);
  }
  /*home页常用应用*END*Ren.jq*2017-03-02*/
}
@media only screen and (max-width: 460px) {
  /*home页常用应用*START*Ren.jq*2017-03-02*/
  .frequently-used-con {
    width: 100%;
  }
  .frequently-used-con .frequently-used-app {
    width: calc(100% / 2);
  }
  /*home页常用应用*END*Ren.jq*2017-03-02*/
}
/*自适应代码部分*END*/
.apps-home-content {
  padding: 0 20px;
}
.apps-home-content .panel .panel-body {
  padding: 16px 20px 0;
}
.apps-home-content .apps-title {
  width: 100%;
  float: left;
}
.apps-home-content .apps-title span {
  font-size: 16px;
  color: #333;
  margin: 0 0 0;
}
.apps-home-content .apps-title a {
  float: right;
  font-size: 14px;
  color: #abc0df;
}
.recommend-apps,
.common-apps {
  width: 100%;
}
.recommend-apps .apps-content,
.common-apps .apps-content,
.recommend-apps .apps-menu-content,
.common-apps .apps-menu-content {
  position: relative;
  padding: 0 0 10px;
  width: 134px;
  height: 166px;
  margin-bottom: 20px;
  border: 1px solid #b8d8e1;
  background-color: #f5f9fc;
  border-radius: 6px;
  float: left;
}
.recommend-apps .apps-content .apps-content-title,
.common-apps .apps-content .apps-content-title,
.recommend-apps .apps-menu-content .apps-content-title,
.common-apps .apps-menu-content .apps-content-title {
  height: 26px;
  border-radius: 6px 6px 0 0;
  background-color: #ebf4fa;
  border-bottom: 1px solid #b8d8e1;
}
.recommend-apps .apps-content .apps-content-title .apps-new,
.common-apps .apps-content .apps-content-title .apps-new,
.recommend-apps .apps-menu-content .apps-content-title .apps-new,
.common-apps .apps-menu-content .apps-content-title .apps-new {
  color: #fe706f;
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  float: left;
  line-height: 2rem;
}
.recommend-apps .apps-content .apps-content-title .apps-new i,
.common-apps .apps-content .apps-content-title .apps-new i,
.recommend-apps .apps-menu-content .apps-content-title .apps-new i,
.common-apps .apps-menu-content .apps-content-title .apps-new i {
  font-size: 14px;
  margin: 5px 0 0 0;
  float: left;
}
.recommend-apps .apps-content .apps-content-title .save,
.common-apps .apps-content .apps-content-title .save,
.recommend-apps .apps-menu-content .apps-content-title .save,
.common-apps .apps-menu-content .apps-content-title .save {
  float: right;
  margin: 0 6px 0 5px;
  height: 25px;
  width: 14px;
  background: url('../../../image/apps/star.png') 0 -12px no-repeat;
}
.recommend-apps .apps-content .apps-content-title .checked,
.common-apps .apps-content .apps-content-title .checked,
.recommend-apps .apps-menu-content .apps-content-title .checked,
.common-apps .apps-menu-content .apps-content-title .checked {
  background: url('../../../image/apps/star-active.png') 0 -12px no-repeat;
}
.recommend-apps .apps-content .apps-img,
.common-apps .apps-content .apps-img,
.recommend-apps .apps-menu-content .apps-img,
.common-apps .apps-menu-content .apps-img {
  height: 70px;
  width: 70px;
  margin: 11px auto 7px;
}
.recommend-apps .apps-content .apps-img .apps-pic,
.common-apps .apps-content .apps-img .apps-pic,
.recommend-apps .apps-menu-content .apps-img .apps-pic,
.common-apps .apps-menu-content .apps-img .apps-pic {
  height: 70px;
  width: 70px;
}
.recommend-apps .apps-content .apps-text,
.common-apps .apps-content .apps-text,
.recommend-apps .apps-menu-content .apps-text,
.common-apps .apps-menu-content .apps-text {
  float: right;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.recommend-apps .apps-content .set,
.common-apps .apps-content .set,
.recommend-apps .apps-menu-content .set,
.common-apps .apps-menu-content .set {
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 14px;
  color: #abc0df;
}
.recommend-apps .apps-content .collect,
.common-apps .apps-content .collect,
.recommend-apps .apps-menu-content .collect,
.common-apps .apps-menu-content .collect {
  margin: 6px 7px 0 0;
  font-size: 14px;
  color: #bfdcef;
}
.recommend-apps .apps-content .active,
.common-apps .apps-content .active,
.recommend-apps .apps-menu-content .active,
.common-apps .apps-menu-content .active {
  color: #4c9cd1!important;
}
.recommend-apps .apps-content,
.common-apps .apps-content {
  margin-right: calc((100% - 8*134px) / 7);
}
.recommend-apps .apps-content:nth-child(8n),
.common-apps .apps-content:nth-child(8n) {
  margin-right: 0;
}
.recommend-apps .apps-content a,
.common-apps .apps-content a {
  color: #333;
}
.recommend-apps .apps-menu-content,
.common-apps .apps-menu-content {
  margin-right: calc((100% - 7*134px) / 6);
}
.recommend-apps .apps-menu-content:nth-child(7n),
.common-apps .apps-menu-content:nth-child(7n) {
  margin-right: 0;
}
.common-apps {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}
.apps-light {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 60px) / 4);
  height: 170px;
  border: 1px solid #b8d8e1;
  background-color: #f5f9fc;
  border-radius: 4px;
}
.apps-light .apps-light-title {
  width: 100%;
  padding: 0 10px 0 12px;
  height: 46px;
  background-color: #ebf4fa;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #b8d8e1;
}
.apps-light .apps-light-title .name {
  float: left;
  font-size: 1.6rem;
  color: #0073be;
  line-height: 46px;
}
.apps-light .apps-light-title .pic {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px 5px 0 0;
}
.apps-light .apps-light-title .save {
  float: left;
  margin: -11px 0 0 12px;
  height: 37px;
  width: 14px;
  background: url('../../../image/apps/star.png') no-repeat;
}
.apps-light .apps-light-title .checked {
  background: url('../../../image/apps/star-active.png') no-repeat;
}
.apps-light .apps-light-list {
  padding: 0 10px 4px;
  width: 100%;
  min-height: 120px;
}
.apps-light .apps-light-list li {
  border-bottom: 1px dashed #b7d8e1;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 5px;
}
.apps-light .apps-light-list li .name,
.apps-light .apps-light-list li .news-name {
  width: calc(100% - 124px);
  float: left;
  line-height: 30px;
  margin-right: 10px;
}
.apps-light .apps-light-list li .name a,
.apps-light .apps-light-list li .news-name a {
  color: #333;
}
.apps-light .apps-light-list li .news-name {
  width: 100%;
}
.apps-light .apps-light-list li .number {
  font-size: 1rem;
  float: right;
  color: #0ea3e5;
}
.apps-light .apps-light-list li:last-child {
  border-bottom: none;
}
.apps-light .apps-light-empty {
  width: 185px;
  margin: 0 auto;
}
.apps-light .apps-light-empty img.empty {
  float: left;
  margin: 27px 10px 0 0;
}
.apps-light .apps-light-empty img.icon {
  float: left;
  margin: 27px 10px 0 0;
}
.apps-light .apps-light-empty span {
  float: left;
  font-size: 1.6rem;
  color: #999;
  margin: 50px 0 0 0;
}
.apps-light:nth-child(4n) {
  margin-right: 0;
}
.apps-new {
  color: #fe706f;
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  float: left;
  line-height: 2rem;
}
.apps-new i {
  font-size: 14px;
  margin: 5px 0 0 0;
  float: left;
}
.apps-code {
  float: left;
  width: 100%;
  padding-top: 58px;
  height: 159px;
  background: url('../../../image/apps/code-bg.png') 322px 35px no-repeat;
}
.apps-message-code {
  float: left;
  width: 100%;
  padding-top: 32px;
  height: 159px;
  background: url('../../../image/apps/message-code.png') 319px 32px no-repeat;
}
.apps-code-input {
  width: 25%;
  float: left;
  margin-right: 10px;
}
/*信息中心-START*/
.data-tab-con {
  background: #f5f5f5 url('../../../image/common/bg.png');
}
.data-center-tabcon {
  width: 100%;
  height: 61px;
  margin-bottom: 10px;
}
.data-center-tabcon.data-center-tabcon {
  height: 50px;
  padding: 0;
}
.data-center-tabcon .block-none {
  height: 10px;
  width: 100%;
  background-color: #ffffff;
}
.data-center-tabcon .info-center-tab {
  height: 39px;
  border-bottom: 1px solid #c4c4c3;
  background-color: #ffffff;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
}
.data-center-tabcon .info-center-tab li {
  float: left;
}
.data-center-tabcon .info-center-tab li a {
  padding: 0 21px;
  height: 43px;
  line-height: 38px;
  display: block;
  font-size: 1.6rem;
  color: #333;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.data-center-tabcon .info-center-tab li a span.shadow {
  width: calc(100% + 2px);
  position: absolute;
  bottom: 0;
  height: 3px;
  border-left: 1px solid #efefee;
  border-right: 1px solid #efefee;
  left: -1px;
}
.data-center-tabcon .info-center-tab li.active > a {
  padding: 0 20px;
  background-image: url(../../../image/common/bg.png);
  border: 1px solid #c4c4c3;
  border-bottom: none;
  background-color: #f5f5f5;
  color: #333;
}
.info-center-tabcon {
  width: 100%;
  height: 61px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px 0 0;
}
.info-center-tabcon.data-center-tabcon {
  height: 51px;
  padding: 10px 0 0;
}
.info-center-tabcon .info-center-tab {
  height: 40px;
  border-bottom: 1px solid #c4c4c3;
  background-color: #fff;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.info-center-tabcon .info-center-tab li {
  float: left;
}
.info-center-tabcon .info-center-tab li a {
  padding: 0 21px;
  height: 41px;
  line-height: 38px;
  display: block;
  font-size: 1.6rem;
  color: #333;
  border-radius: 6px 6px 0 0;
}
.info-center-tabcon .info-center-tab li.active > a {
  padding: 0 20px;
  background-image: url(../../../image/common/bg.png);
  border: 1px solid #c4c4c3;
  border-bottom: none;
  background-color: #f5f5f5;
}
.info-center-home {
  width: 100%;
  float: left;
}
.info-center-home .info-center-tabcon {
  width: 100%;
  height: 60px;
  background-color: #fff;
  float: left;
  margin-bottom: 10px;
}
.info-center-home .info-center-tabcon .info-center-tab {
  height: 40px;
  border-bottom: 1px solid #c4c4c3;
  background-color: #fff;
  margin: 20px 0 0;
  float: left;
  width: 100%;
  padding: 0 20px;
}
.info-center-home .info-center-tabcon .info-center-tab li {
  float: left;
}
.info-center-home .info-center-tabcon .info-center-tab li a {
  padding: 0 21px;
  height: 40px;
  line-height: 38px;
  display: block;
  font-size: 1.6rem;
  color: #333;
  border-radius: 6px 6px 0 0;
}
.info-center-home .info-center-tabcon .info-center-tab li.active > a {
  padding: 0 20px;
  background-image: url(../../../image/common/bg.png);
  border: 1px solid #c4c4c3;
  border-bottom: none;
  background-color: #f5f5f5;
}
.info-center-home .info-center-tabpage {
  padding: 0 10px;
  width: 100%;
  float: left;
}
.info-center-home .info-center-tabpage .info-block-1,
.info-center-home .info-center-tabpage .info-block-2 {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
  float: left;
  margin: 10px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px 20px;
  border: 1px solid #c4c4c3;
}
.info-center-home .info-center-tabpage .info-block-1.info-block-1,
.info-center-home .info-center-tabpage .info-block-2.info-block-1 {
  width: calc(100% / 3 - 20.01px);
  padding: 10px 20px 18px;
}
.info-center-home .info-center-tabpage .info-block-1.info-block-1 .info-block-content,
.info-center-home .info-center-tabpage .info-block-2.info-block-1 .info-block-content {
  margin: 8px 0 0;
}
.info-center-home .info-center-tabpage .info-block-1.info-block-1 .info-block-content .list-box .list-line,
.info-center-home .info-center-tabpage .info-block-2.info-block-1 .info-block-content .list-box .list-line {
  padding: 0;
}
.info-center-home .info-center-tabpage .info-block-1.info-block-2,
.info-center-home .info-center-tabpage .info-block-2.info-block-2 {
  width: calc(100% / 2 - 20.01px);
}
.info-center-home .info-center-tabpage .info-block-1 .infopage-mod-title,
.info-center-home .info-center-tabpage .info-block-2 .infopage-mod-title {
  width: 100%;
  margin: 0;
}
.info-center-home .info-center-tabpage .info-block-1 .infopage-mod-title h4,
.info-center-home .info-center-tabpage .info-block-2 .infopage-mod-title h4 {
  margin: 0;
  font-size: 1.7rem;
  color: #333;
  height: 36px;
  line-height: 35px;
  float: left;
}
.info-center-home .info-center-tabpage .info-block-1 .infopage-mod-title a,
.info-center-home .info-center-tabpage .info-block-2 .infopage-mod-title a {
  float: right;
  font-size: 3.0rem;
  color: rgba(13, 165, 229, 0.5);
  margin: 2px 0 0;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content {
  width: 100%;
  float: left;
  margin: 10px 0 0;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .img,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .img {
  width: 180px;
  height: 357px;
  border-radius: 6px;
  overflow: hidden;
  float: left;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .img img,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .img img {
  border-radius: 6px;
  float: left;
  height: auto;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box {
  width: 100%;
  float: right;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box.list-width-1,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box.list-width-1 {
  width: calc(100% - 210px);
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line {
  height: 36px;
  width: 100%;
  border-radius: 6px;
  padding: 0 10px;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line.list-line-color:nth-child(2n - 1),
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line.list-line-color:nth-child(2n - 1) {
  background-color: #fff;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line.list-line-color:nth-child(2n),
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line.list-line-color:nth-child(2n) {
  background-color: rgba(13, 165, 229, 0.05);
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line i,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line i {
  float: left;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line i.top,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line i.top {
  font-size: 12px;
  color: #004190;
  margin: 11px 8px 0 -3px;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line i.point,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line i.point {
  height: 8px;
  width: 8px;
  float: left;
  border-radius: 4px;
  display: block;
  margin: 14px 10px 0 0;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line a,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line a {
  font-size: 12px;
  color: #666;
  line-height: 36px;
  display: block;
  float: left;
  max-width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line a.top-text,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line a.top-text {
  font-weight: bold;
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line font.new,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line font.new {
  padding: 0 3px;
  float: left;
  margin: 12px 5px 0 0;
  height: 14px;
  width: 28px;
  background-image: url(../../../image/info/info-new.png);
}
.info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box .list-line span,
.info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box .list-line span {
  line-height: 36px;
  font-size: 12px;
  color: #999;
  float: right;
}
.info-center-home .info-center-tabpage .info-ad-box {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
  width: calc(100% - 20px);
  float: left;
  margin: 10px;
  overflow: hidden;
  height: 100px;
  border: 1px solid #c6c6c5;
  border-radius: 4px;
}
/*信息中心-END*/
/*数据中心-START*/
.data-profile-barbox {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.data-profile-bar {
  width: 100%;
  float: left;
  background-color: #e5f1f8;
  border: 1px solid #b2d4eb;
  border-radius: 6px;
  min-height: 58px;
  padding: 0 15px;
}
.data-profile-bar div {
  min-height: 30px;
  line-height: 30px;
  margin: 15px 0 12px;
}
.data-profile-bar div.img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  float: left;
  margin: 13px 10px 12px 0;
}
.data-profile-bar div.name {
  font-size: 16px;
  color: #333;
  float: left;
  margin-right: 20px;
  line-height: 30px;
}
.data-profile-bar div.num {
  float: left;
  line-height: 30px;
}
.data-profile-bar div.num span {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
  min-height: 30px;
  line-height: 30px;
}
.data-profile-bar div.num font {
  font-size: 16px;
  color: #0072bd;
  font-weight: bold;
  min-height: 30px;
}
.data-profile-bar div.research {
  float: left;
  line-height: 30px;
}
.data-profile-bar div.research span {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
  min-height: 30px;
  line-height: 30px;
  float: left;
}
.data-profile-bar div.research font {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  height: 26px;
  margin: 2px 0 0 0px;
  background-color: #4c9cd1;
  border-radius: 4px;
  display: block;
  float: left;
  padding: 0 10px;
}
.data-profile-bar div.text-01 {
  float: right;
  line-height: 30px;
  margin-right: 10px;
}
.data-profile-bar div.text-01 span {
  font-size: 12px;
  color: #999;
  min-height: 30px;
}
.data-profile-bar div.text-01 font {
  font-size: 16px;
  color: #0072bd;
  font-weight: bold;
  min-height: 30px;
  line-height: 30px;
}
.data-profile-bar div.text-02 {
  font-size: 12px;
  color: #666;
  float: right;
  line-height: 30px;
}
.data-center-home {
  width: 100%;
  float: left;
}
.data-center-home .data-center-tabpage {
  padding: 0 10px;
  width: 100%;
  float: left;
}
.data-center-home .data-center-tabpage .bbook-content-70 {
  float: left;
  width: 70%;
}
.data-center-home .data-center-tabpage .bbook-content-30 {
  float: left;
  width: 30%;
}
.data-center-home .data-center-tabpage .data-block-1,
.data-center-home .data-center-tabpage .data-block-2,
.data-center-home .data-center-tabpage .data-block-3,
.data-center-home .data-center-tabpage .data-block-4,
.data-center-home .data-center-tabpage .data-block-5,
.data-center-home .data-center-tabpage .data-block-6 {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
  float: left;
  margin: 10px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px 20px;
  border: 1px solid #c4c4c3;
}
.data-center-home .data-center-tabpage .data-block-1.data-block-1,
.data-center-home .data-center-tabpage .data-block-2.data-block-1,
.data-center-home .data-center-tabpage .data-block-3.data-block-1,
.data-center-home .data-center-tabpage .data-block-4.data-block-1,
.data-center-home .data-center-tabpage .data-block-5.data-block-1,
.data-center-home .data-center-tabpage .data-block-6.data-block-1 {
  width: calc(100% - 20.01px);
}
.data-center-home .data-center-tabpage .data-block-1.data-block-2,
.data-center-home .data-center-tabpage .data-block-2.data-block-2,
.data-center-home .data-center-tabpage .data-block-3.data-block-2,
.data-center-home .data-center-tabpage .data-block-4.data-block-2,
.data-center-home .data-center-tabpage .data-block-5.data-block-2,
.data-center-home .data-center-tabpage .data-block-6.data-block-2 {
  width: calc(60% - 20.01px);
}
.data-center-home .data-center-tabpage .data-block-1.data-block-3,
.data-center-home .data-center-tabpage .data-block-2.data-block-3,
.data-center-home .data-center-tabpage .data-block-3.data-block-3,
.data-center-home .data-center-tabpage .data-block-4.data-block-3,
.data-center-home .data-center-tabpage .data-block-5.data-block-3,
.data-center-home .data-center-tabpage .data-block-6.data-block-3 {
  width: calc(40% - 20.01px);
}
.data-center-home .data-center-tabpage .data-block-1.data-block-4,
.data-center-home .data-center-tabpage .data-block-2.data-block-4,
.data-center-home .data-center-tabpage .data-block-3.data-block-4,
.data-center-home .data-center-tabpage .data-block-4.data-block-4,
.data-center-home .data-center-tabpage .data-block-5.data-block-4,
.data-center-home .data-center-tabpage .data-block-6.data-block-4 {
  width: calc(50% - 20.01px);
}
.data-center-home .data-center-tabpage .data-block-1.data-block-5,
.data-center-home .data-center-tabpage .data-block-2.data-block-5,
.data-center-home .data-center-tabpage .data-block-3.data-block-5,
.data-center-home .data-center-tabpage .data-block-4.data-block-5,
.data-center-home .data-center-tabpage .data-block-5.data-block-5,
.data-center-home .data-center-tabpage .data-block-6.data-block-5 {
  width: calc(35% - 20.01px);
}
.data-center-home .data-center-tabpage .data-block-1.data-block-6,
.data-center-home .data-center-tabpage .data-block-2.data-block-6,
.data-center-home .data-center-tabpage .data-block-3.data-block-6,
.data-center-home .data-center-tabpage .data-block-4.data-block-6,
.data-center-home .data-center-tabpage .data-block-5.data-block-6,
.data-center-home .data-center-tabpage .data-block-6.data-block-6 {
  width: calc(65% - 20.01px);
}
.data-center-home .data-center-tabpage .datapage-mod-title {
  width: 100%;
  margin: 0;
}
.data-center-home .data-center-tabpage .datapage-mod-title h4 {
  margin: 0;
  font-size: 16px;
  color: #333;
  height: 36px;
  line-height: 35px;
  float: left;
}
.data-center-home .data-center-tabpage .datapage-mod-title a {
  float: right;
  font-size: 30px;
  color: rgba(13, 165, 229, 0.5);
  margin: 2px 0 0;
}
.data-profile-list {
  border-top: 1px solid #c7c7c7;
  float: left;
  width: calc(100% - 10.00px);
  margin: 24px 0 0 10px;
  overflow: auto;
}
.data-profile-list .profile-list-title,
.data-profile-list .profile-list {
  border-bottom: 1px solid #c7c7c7;
  float: left;
  width: 100%;
  min-width: 590px;
}
.data-profile-list .profile-list-title p,
.data-profile-list .profile-list p {
  padding: 0 20px;
  margin: 0;
  float: left;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #666;
  text-align: left;
}
.data-profile-list .profile-list-title p a,
.data-profile-list .profile-list p a {
  color: #666666;
}
.data-profile-list .profile-list-title p a:hover,
.data-profile-list .profile-list p a:hover {
  color: #666;
}
.data-profile-list .profile-list-title p:nth-child(1),
.data-profile-list .profile-list p:nth-child(1) {
  width: 28%;
}
.data-profile-list .profile-list-title p:nth-child(2),
.data-profile-list .profile-list p:nth-child(2) {
  width: 16%;
}
.data-profile-list .profile-list-title p:nth-child(3),
.data-profile-list .profile-list p:nth-child(3) {
  width: 16%;
}
.data-profile-list .profile-list-title p:nth-child(4),
.data-profile-list .profile-list p:nth-child(4) {
  width: 20%;
}
.data-profile-list .profile-list-title p:nth-child(5),
.data-profile-list .profile-list p:nth-child(5) {
  width: 20%;
}
.data-profile-list .profile-list-title {
  background-color: #fafafa;
}
.data-profile-list .profile-list-title p {
  font-weight: bold;
}
.data-block-content {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  /*数据中心-能力评估*/
  /*个人研究水平*/
  /*个人研究水平*/
  /*数据中心-基础能力与投入*/
  /*数据中心-基础能力与投入*/
  /*数据中心-图书借阅*/
  /*数据中心-图书借阅*/
  /*数据中心-一卡通*/
  /*数据中心-一卡通*/
  /*学生首页*/
}
.data-block-content .ytox-tabs {
  height: 382px;
}
.data-block-content .ytox-tabs .ytox-tabs-box font {
  font-size: 41px;
}
.data-block-content .data-profile-content {
  padding: 0 0 0 10px;
  width: calc(100% - 99px);
  float: left;
}
.data-block-content .data-profile-content .data-profile-left {
  margin: 0 10px;
  width: calc(100% / 2 - 30.51px);
  float: left;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-title {
  float: left;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  margin: 0 0 10px 0;
  height: 56px;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-title .name {
  float: left;
  font-size: 26px;
  color: #666;
  line-height: 44px;
  margin-right: 10px;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-title .state {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  display: block;
  height: 18px;
  line-height: 18px;
  background-color: #004190;
  border-radius: 4px;
  margin: 18px 10px 0 0;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-title .post {
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin: 18px 0 0;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-info {
  float: left;
  width: 100%;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-info p {
  float: left;
  width: 100%;
  margin: 0;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-info p span {
  font-size: 12px;
  float: left;
  display: block;
  color: #666;
  height: 32px;
  line-height: 32px;
  margin: 0;
}
.data-block-content .data-profile-content .data-profile-left .profile-l-info p span.info-tit {
  color: #999;
  margin: 0 ;
  text-align: right;
  width: 72px;
}
.data-block-content .data-profile-content .data-profile-line {
  height: 190px;
  width: 1px;
  background-color: #d3d3d3;
  margin: 0 10px;
  float: left;
}
.data-block-content .data-profile-content .data-profile-right {
  margin: 0 0 0 10px;
  width: calc(100% / 2 - 20.51px);
  float: left;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-title {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state {
  float: left;
  width: 100%;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .state-text {
  width: auto;
  float: left;
  margin: 9px 0 0 5px;
  width: 140px;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .state-text p {
  float: left;
  margin: 0;
  width: 100%;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .state-text p span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .state-text p span.state-tit {
  font-size: 12px;
  color: #666;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .state-text p span.percent {
  font-size: 16px;
  font-weight: bold;
  color: #590000;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent {
  width: 144px;
  float: right;
  border: 6px solid #ecfccd;
  border-radius: 50%;
  position: relative;
  height: 144px;
  margin: 4px 0 0;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #a2cf4c;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left,
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left .per_left,
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right .per_left,
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left .per_right,
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right .per_right {
  display: block;
  width: 100%;
  height: 100%;
  background: #d6eea6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(30deg);
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right,
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_right {
  clip: rect(0, auto, auto, 66px);
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left,
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_left {
  clip: rect(0, 66px, auto, 0);
}
.data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .mask {
  border: 6px solid #ecfccd;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  left: 6px;
  top: 6px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 106px;
  font-size: 24px;
  color: #8db645;
}
.data-block-content .data-ability-content {
  width: 100%;
  float: left;
}
.data-block-content .data-ability-left {
  width: calc(100% / 2 - 20.51px);
  margin: 0 10px 0 0;
  float: left;
}
.data-block-content .data-profile-line {
  height: 240px;
  width: 1px;
  background-color: #d3d3d3;
  margin: 0 10px;
  float: left;
}
.data-block-content .data-ability-right {
  width: calc(100% / 2 - 20.51px);
  margin: 0 0 0 10px;
  float: left;
}
.data-block-content .data-ability-right .score-pic {
  width: 142px;
  height: 134px;
  background-image: url(../../../image/data/data-sc-pic.png);
  margin: -3px auto;
}
.data-block-content .data-ability-right .score-pic p {
  font-size: 42px;
  font-weight: bold;
  color: #e6ad00;
  text-align: center;
  width: 98px;
  height: 90px;
  line-height: 90px;
  margin: 22px 20px 0;
  float: left;
}
.data-block-content .data-ability-right .score-num {
  margin: 8px 0 0;
  font-size: 16px;
  color: #666;
  text-align: center;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.data-block-content .data-ability-right .score-per {
  font-size: 14px;
  color: #f5b301;
  text-align: center;
  line-height: 26px;
  height: 26px;
  width: 100%;
}
.data-block-content .data-ability-right .score-per span {
  font-size: 19px;
  font-weight: bold;
}
.data-block-content .data-ability-right .score-text {
  margin: 5px 0 0;
  font-size: 12px;
  color: #666;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background-color: #fafafa;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.data-block-content .data-ability-down {
  margin-top: 21px;
  width: calc(100% + 42.00px);
  height: 143px;
  float: left;
  margin-left: -21px;
  border: 1px solid #004190;
  border-radius: 0 0 6px 6px;
  background-color: rgba(13, 165, 229, 0.2);
  padding-top: 10px;
}
.data-block-content .data-ability-down .ability-down-box {
  width: calc(100% / 3.01 );
  padding: 0 20px;
  border-right: 1px solid #004190;
  float: left;
}
.data-block-content .data-ability-down .ability-down-box:nth-child(3) {
  border-right: none;
}
.data-block-content .data-ability-down .ability-down-box:nth-child(6) {
  border-right: none;
}
.data-block-content .data-ability-down .ability-down-box:nth-child(4) .ability-line,
.data-block-content .data-ability-down .ability-down-box:nth-child(5) .ability-line,
.data-block-content .data-ability-down .ability-down-box:nth-child(6) .ability-line {
  display: none;
}
.data-block-content .data-ability-down .ability-down-box .ability-box {
  height: 40px;
  margin: 5px 0 5px;
  float: left;
  width: 100%;
}
.data-block-content .data-ability-down .ability-down-box .ability-box p:first-child {
  float: left;
  color: #004190;
  margin: 0;
  width: calc(100% - 48px );
  font-size: 12px;
  height: 40px;
  padding: 5px 0;
  line-height: 30px;
}
.data-block-content .data-ability-down .ability-down-box .ability-box p:first-child i {
  font-size: 16px;
}
.data-block-content .data-ability-down .ability-down-box .ability-box p:last-child {
  height: 40px;
  line-height: 38px;
  width: 48px;
  text-align: center;
  border: 1px solid #004190;
  background-color: rgba(13, 165, 229, 0.7);
  font-size: 32px;
  color: #fff;
  border-radius: 4px;
  float: right;
}
.data-block-content .data-ability-down .ability-down-box .ability-line {
  height: 1px;
  width: 100%;
  margin: 10px 0;
  background-color: #004190;
  float: left;
}
.data-block-content .data-career {
  width: calc((100% - 120px) / 4);
  padding: 7px 0 4px 0;
  float: left;
  margin-right: 40px;
}
.data-block-content .data-career .data-zy-icon {
  margin: 0 auto;
  width: 100px;
}
.data-block-content .data-career .data-career-title {
  margin-top: 27px;
  width: 100%;
  border-top: 1px solid #4c9cd1;
  height: 9px;
}
.data-block-content .data-career .data-career-title div {
  color: #4c9cd1;
  background-color: #fff;
  margin: -10px auto 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 70px;
}
.data-block-content .data-career .data-zy-box {
  border-left: 6px solid #4c9cd1;
  margin-top: 7px;
  overflow: hidden;
  padding: 11px 20px 9px 0;
  width: 100%;
  background-color: #cfedfa;
  max-height: 108px;
  border-radius: 6px;
}
.data-block-content .data-career .data-zy-box .data-zy-list {
  width: calc(100% - 26px);
  float: right;
}
.data-block-content .data-career .data-zy-box .data-zy-list .data-zy-li {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #4c9cd1;
}
.data-block-content .data-career .data-zy-box .data-zy-list .data-zy-li:nth-child(2n) {
  font-weight: normal;
}
.data-block-content .data-career:nth-child(2n) .data-career-title {
  border-top: 1px solid #b8b8b8;
}
.data-block-content .data-career:nth-child(2n) .data-career-title div {
  color: #666;
}
.data-block-content .data-career:nth-child(2n) .data-zy-box {
  background-color: #eeeeee;
  border-left: 6px solid #ffaa06;
}
.data-block-content .data-career:nth-child(2n) .data-zy-box .data-zy-list .data-zy-li {
  color: #666;
}
.data-block-content .data-career:nth-child(4) {
  margin-right: 0;
}
.data-block-content .data-achieve-content {
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
  float: left;
}
.data-block-content .data-achieve-content .achieve-block {
  width: calc(100% / 4 - 40.01px);
  margin: 0 20px;
  float: left;
  padding: 0 0 10px;
}
.data-block-content .data-achieve-content .achieve-block.bgc-01 .achieve-block-up {
  background-color: #54b6cf;
}
.data-block-content .data-achieve-content .achieve-block.bgc-01 .achieve-block-down {
  border-color: rgba(84, 182, 207, 0.5);
  background-color: #eef7fa;
}
.data-block-content .data-achieve-content .achieve-block.bgc-01 .achieve-block-down .achieve-l-box {
  color: #54b6cf;
}
.data-block-content .data-achieve-content .achieve-block.bgc-02 .achieve-block-up {
  background-color: #ffaa06;
}
.data-block-content .data-achieve-content .achieve-block.bgc-02 .achieve-block-down {
  border-color: rgba(255, 170, 6, 0.5);
  background-color: #fff6e6;
}
.data-block-content .data-achieve-content .achieve-block.bgc-02 .achieve-block-down .achieve-l-box {
  color: #ffaa06;
}
.data-block-content .data-achieve-content .achieve-block.bgc-03 .achieve-block-up {
  background-color: #ee4207;
}
.data-block-content .data-achieve-content .achieve-block.bgc-03 .achieve-block-down {
  border-color: rgba(238, 66, 7, 0.5);
  background-color: #fdece6;
}
.data-block-content .data-achieve-content .achieve-block.bgc-03 .achieve-block-down .achieve-l-box {
  color: #ee4207;
}
.data-block-content .data-achieve-content .achieve-block.bgc-03 .achieve-block-down .achieve-r-box p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 2px;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-up {
  width: 100%;
  height: 68px;
  border-radius: 6px;
  padding: 14px 20px;
  float: left;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-up span {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  float: left;
  display: block;
  margin: 3px 0;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-up img {
  height: 40px;
  float: right;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down {
  width: 100%;
  height: 100px;
  border-radius: 6px;
  border: 1px solid;
  float: left;
  margin: 10px 0;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-bar {
  width: calc(100% - 50.00px);
  float: left;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-l-box {
  padding: 0 20px;
  float: left;
  margin: 15px 0 0;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-l-box p {
  margin: 0;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-l-box p.title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-l-box p.text {
  font-size: 12px;
  line-height: 1;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-l-box p.text span {
  font-size: 46px;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .more {
  color: #ee4207;
  font-size: 12px;
  font-weight: bold;
  margin: 19px 20px 0 0;
  float: right;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .line {
  width: 1px;
  height: 70px;
  background-color: #ccd0d2;
  float: left;
  margin: 15px 0 0;
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-r-box {
  padding: 0 0 0 20px;
  float: left;
  color: #666;
  font-family: 'Microsoft YaHei UI';
}
.data-block-content .data-achieve-content .achieve-block .achieve-block-down .achieve-r-box p {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}
.data-block-content .data-achieve-content .achieve-rank {
  width: calc(100% / 4 - 40.01px);
  margin: 0 20px;
  float: left;
  height: 179px;
  border-left: 1px solid #b8b8b8;
  padding: 0 0 0 20px;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-tit {
  width: 100%;
  background-image: url(../../../image/data/icon-04.png);
  background-repeat: no-repeat;
  min-height: 51px;
  background-position: 0 3px;
  float: left;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-tit .ach-rank-text {
  min-height: 51px;
  width: calc(100% - 50px);
  background-color: #f5f5f5;
  border-radius: 6px;
  float: right;
  position: relative;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  padding: 7px 15px;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-tit .ach-rank-text img {
  position: absolute;
  top: 16px;
  left: -7px;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-tit .ach-rank-text span {
  color: #f16839;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-tit .ach-rank-text span.num {
  font-weight: bold;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-pic {
  margin: 16px 0 0;
  width: 100%;
  float: left;
}
.data-block-content .data-achieve-content .achieve-rank .ach-rank-pic img {
  margin: 0 auto;
  max-width: 255px;
  width: 84%;
  display: block;
}
.data-block-content .data-teach {
  width: calc((100% - 41.01px) / 2);
  float: left;
}
.data-block-content .data-teach .data-teach-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #dbdbdb;
  color: #333;
}
.data-block-content .data-teach .data-teach-left {
  width: calc(100% - 330px);
  float: left;
}
.data-block-content .data-teach .data-teach-left .data-teach-time {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #79cdf1;
  background-color: #cfedfa;
  height: 60px;
}
.data-block-content .data-teach .data-teach-left .data-teach-time .time {
  float: left;
  font-size: 1.8rem;
  line-height: 40px;
  color: #58a3d4;
}
.data-block-content .data-teach .data-teach-left .data-teach-time .number {
  padding: 0 4px;
  border-radius: 5px;
  font-size: 33px;
  fongt-weight: bold;
  color: #fff;
  float: right;
  height: 38px;
  line-height: 35px;
  border: 1px solid #004190;
  background-color: #47baeb;
}
.data-block-content .data-teach .data-teach-left .data-teach-list {
  margin-top: 15px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  width: 100%;
  padding: 2px 10px;
}
.data-block-content .data-teach .data-teach-left .data-teach-list li {
  border-bottom: 1px dashed #b8b8b8;
  height: 36px;
  line-height: 36px;
}
.data-block-content .data-teach .data-teach-left .data-teach-list li:last-child {
  border-bottom: none;
}
.data-block-content .data-teach .data-teach-left .data-teach-more {
  color: #58a3d4;
  float: right;
  margin-top: 7px;
}
.data-block-content .data-teach .data-teach-right {
  width: 310px;
  float: right;
  margin-top: 4px;
}
.data-block-content .data-teach .data-teach-right .person-box {
  width: 190px;
  float: left;
}
.data-block-content .data-teach .data-teach-right .person-box span {
  margin: 0 6px 6px 0;
  width: 13px;
  height: 26px;
  background: url(../../../image/data/data-person.png);
  float: left;
}
.data-block-content .data-teach .data-teach-right .person-box span.blue {
  background: url(../../../image/data/data-person-blue.png);
}
.data-block-content .data-teach .data-teach-right .person-box span.yellow {
  background: url(../../../image/data/data-person-yellow.png);
}
.data-block-content .data-teach .data-teach-right .number {
  float: right;
  font-size: 40px;
  color: #e6ad00;
  margin-top: 110px;
  width: 107px;
}
.data-block-content .data-teach .data-teach-right .number font {
  font-size: 15px;
}
.data-block-content .data-teach .data-all {
  float: left;
  background-color: #f5b301;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.data-block-content .data-teach .data-all font {
  font-weight: bold;
}
.data-block-content .data-teach-line {
  float: left;
  border-left: 1px solid #b8b8b8;
  height: 255px;
  width: auto;
  margin: 0 20px;
}
.data-block-content .data-evaluate {
  width: calc((100% - 41px) / 2);
  float: right;
}
.data-block-content .data-evaluate .data-evaluate-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #dbdbdb;
  color: #333;
}
.data-block-content .data-evaluate .data-evaluate-left {
  float: left;
  width: calc(100% - 345px);
}
.data-block-content .data-evaluate .data-evaluate-left li {
  width: 100%;
  border-bottom: 1px dashed #b8b8b8;
  height: 36px;
  line-height: 36px;
}
.data-block-content .data-evaluate .data-evaluate-left li span {
  float: left;
  width: calc(100% - 65px);
}
.data-block-content .data-evaluate .data-evaluate-left li font {
  float: right;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}
.data-block-content .data-evaluate .data-evaluate-line {
  float: left;
  height: 200px;
  border-left: 1px dashed #dbdbdb;
  margin: 14px 20px 0;
}
.data-block-content .data-evaluate .data-evaluate-right {
  float: right;
  width: 304px;
}
.data-block-content .data-evaluate .data-evaluate-right p {
  font-size: 14px;
  width: 100%;
  border-bottom: 0;
}
.data-block-content .data-evaluate .data-evaluate-right img {
  max-width: 100%;
  height: auto;
}
.data-block-content .data-book-content {
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
  float: left;
}
.data-block-content .data-book-content .data-book-box {
  width: calc(50% - 0.51px);
  float: left;
}
.data-block-content .data-book-content .data-book-box div.title {
  width: calc(100% - 40.00px);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 9px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 20px;
  float: left;
  color: #333;
}
.data-block-content .data-book-content .data-book-box div.box {
  width: calc(50% - 40.00px);
  float: left;
  margin: 0 20px;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-list-title {
  color: #4c9cd1;
  line-height: 40px;
  width: 100%;
  float: left;
  height: 66px;
  padding: 15px 0 0;
  border-bottom: 1px solid #dbdbdb;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-list-title i {
  font-size: 40px;
  float: left;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-list-title .num {
  font-size: 36px;
  float: right;
  margin-left: 20px;
  line-height: 30px;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-list-title .num-tit {
  font-size: 12px;
  float: right;
  line-height: 38px;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list {
  width: 100%;
  float: left;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.book {
  color: #666;
  font-size: 12px;
  line-height: 32px;
  height: 33px;
  border-bottom: 1px dashed #dbdbdb;
  margin: 0;
  width: 100%;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.book i {
  color: #7dcff1;
  font-size: 16px;
  line-height: 32px;
  height: 33px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.book span {
  color: #666;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.book:last-child {
  border-bottom-style: solid;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.title {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 7px 0 0;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.title span {
  font-size: 12px;
  color: #999;
  float: left;
}
.data-block-content .data-book-content .data-book-box .book-list-box .book-name-list p.title a {
  font-size: 12px;
  color: #4c9cd1;
  float: right;
}
.data-block-content .data-book-content .data-book-box .book-bar-cart img {
  width: 100%;
}
.data-block-content .data-book-content .data-book-box .book-bar-cart p {
  font-size: 14px;
  line-height: 1;
  color: #666;
  margin: 6px 0 0;
}
.data-block-content .data-book-content .data-book-box .book-bar-cart p span {
  font-size: 22px;
  color: #e6ad00;
}
.data-block-content .data-book-content .data-book-box div.book-pie-cart {
  width: calc(50% - 40.51px);
}
.data-block-content .data-book-content .data-book-box div.book-pic-text {
  width: calc(50% - 40.51px);
}
.data-block-content .data-book-content .data-book-box div.book-pic-text p {
  width: calc(100% - 30.00px);
  border: 1px solid #9b9896;
  border-radius: 14px;
  background-color: #eee;
  float: right;
  padding: 8px 15px;
  margin: 25px 0 0;
}
.data-block-content .data-book-content .data-book-box div.book-pic-text p span {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.data-block-content .data-book-content .data-book-box div.book-pic-text p span:nth-child(2),
.data-block-content .data-book-content .data-book-box div.book-pic-text p span:nth-child(3) {
  float: right;
}
.data-block-content .data-book-content .data-book-box div.book-pic-text p span font {
  color: #d69c01;
}
.data-block-content .data-book-content .data-book-box div.book-pic-text p span font.big {
  font-size: 18px;
  font-weight: bold;
}
.data-block-content .data-book-content .data-book-box div.book-pic-text img {
  margin: -36px 0 0 -4px;
}
.data-block-content .data-book-content .data-book-box .dashed-line {
  border-left: 1px dashed #dbdbdb;
  width: 1px;
  height: 208px;
  float: left;
  margin: 17px 0 0;
}
.data-block-content .data-book-content .data-book-line {
  height: 248px;
  width: 1px;
  float: left;
  background-color: #b8b8b8;
}
.data-block-content .data-consume-content {
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
  float: left;
}
.data-block-content .data-consume-content .data-consume-left {
  width: calc(40% - 40.00px);
  margin: 0 20px;
  float: left;
}
.data-block-content .data-consume-content .data-consume-left .picture {
  width: 40%;
  float: left;
  max-width: 194px;
  margin: 24px 20px 0 5px;
}
.data-block-content .data-consume-content .data-consume-left .picture img {
  width: 100%;
}
.data-block-content .data-consume-content .data-consume-left .text {
  width: calc(60% - 25.00px);
  float: right;
}
.data-block-content .data-consume-content .data-consume-left .text p {
  height: 65px;
  width: 100%;
  border: 1px solid;
  line-height: 63px;
  border-left-width: 15px;
  padding: 0 20px 0 15px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 15px;
}
.data-block-content .data-consume-content .data-consume-left .text p > font {
  font-size: 12px;
  float: left;
}
.data-block-content .data-consume-content .data-consume-left .text p span {
  font-size: 29px;
  float: right;
}
.data-block-content .data-consume-content .data-consume-left .text p span > font {
  font-size: 23px;
}
.data-block-content .data-consume-content .data-consume-left .text p:nth-child(1) {
  background-color: #ffdd9b;
  border-color: #ffaa06;
  color: #b67801;
}
.data-block-content .data-consume-content .data-consume-left .text p:nth-child(2) {
  background-color: #bbe2ec;
  border-color: #54b6cf;
  color: #0788a9;
}
.data-block-content .data-consume-content .data-consume-left .text p:nth-child(3) {
  background-color: #f8b39c;
  border-color: #ee4207;
  color: #ee4207;
  margin-bottom: 0;
}
.data-block-content .data-consume-content .data-consume-right {
  width: calc(60% - 40.00px);
  margin: 0 20px;
  float: left;
}
.data-block-content .data-consume-content .data-consume-right .data-sc-line {
  width: calc(57% - 20.00px);
  margin: 0 20px 0 0;
  float: left;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level {
  width: calc(43% - 20.00px);
  margin: 0 0 0 20px;
  float: left;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box {
  width: 100%;
  float: left;
  height: 72px;
  margin: 0 0 10px;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .consumption-level-per {
  float: left;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .consumption-level-per p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin: 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .consumption-level-per p:nth-child(1) {
  margin: 15px 0 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .consumption-level-per p:nth-child(2) span {
  color: #ffaa06;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box {
  float: right;
  width: 70px;
  height: 70px;
  border: 1px solid #ffe1a9;
  border-radius: 50%;
  position: relative;
  margin-top: 2px;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #ffe5b4;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_left,
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_left .per_left,
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_right .per_left,
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_left .per_right,
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_right .per_right {
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(30deg);
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_right,
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .per_right {
  clip: rect(0, auto, auto, 34px);
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .pie_left,
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .per_left {
  clip: rect(0, 34px, auto, 0);
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .mask {
  border: 1px solid #ffaa06;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 58px;
  font-size: 14px;
  color: #ffaa06;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-level-box .circle-box .circle .mask span {
  font-size: 27px;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-site {
  float: left;
  width: 100%;
  background-color: #ffaa06;
  color: #fff;
  height: 68px;
  border-radius: 6px;
  padding: 0 20px;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-site .text {
  float: left;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-site .text p {
  margin: 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-site .text p:nth-child(1) {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-site .text p:nth-child(2) {
  font-size: 22px;
  line-height: 30px;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-site .icon {
  width: 36px;
  float: right;
  margin: 17px 0 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  height: 64px;
  border-bottom: 1px dashed #b8b8b8;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title .title-text {
  float: left;
  width: calc(100% - 145.00px);
  font-size: 14px;
  color: #666;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title .title-text p {
  line-height: 1;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title .title-text p:nth-child(1) {
  margin: 5px 0 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title .title-text p:nth-child(2) {
  margin: 10px 0 0;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title .title-text p:nth-child(2) span {
  color: #c70b1a;
  font-size: 22px;
}
.data-block-content .data-consume-content .data-consume-right .consumption-level .consumption-title .title-picture {
  float: right;
  width: 145px;
}
.data-block-content .data-assessment {
  width: calc(50% - 10.51px);
  padding: 0 20px;
  float: left;
  margin-top: 10px;
}
.data-block-content .data-assessment .data-assessment-lup {
  float: left;
  border-bottom: 1px dashed #c8c8c8;
  height: 37px;
  width: 100%;
}
.data-block-content .data-assessment .data-assessment-lup .title {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #999;
  float: left;
}
.data-block-content .data-assessment .data-assessment-lup .tag-text {
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #004190;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  float: left;
  margin: 0 5px;
}
.data-block-content .data-assessment .data-assessment-ldown {
  float: left;
  width: 100%;
}
.data-block-content .data-assessment .data-assessment-ldown .data-assessment-chart {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.data-block-content .data-assessment .data-assessment-ldown .data-assessment-list {
  float: left;
  margin-top: 12px;
  width: 100%;
}
.data-block-content .data-assessment .data-assessment-ldown .data-assessment-list .list-box {
  margin: 0;
  width: 100%;
}
.data-block-content .data-assessment .data-assessment-rup {
  float: left;
  width: 100%;
}
.data-block-content .data-assessment .data-assessment-rdown {
  float: left;
  width: 100%;
}
.data-block-content .data-assess-line {
  width: 1px;
  height: 468px;
  border-left: 1px solid #d3d3d3;
  margin: 0 10px;
  float: left;
}
.data-block-content .ability-con-01 {
  width: calc(100% / 2 - 20.51px);
  float: left;
  margin: 0 20px 0 0;
}
.data-block-content .ability-con-line {
  width: 1px;
  height: 240px;
  border-left: 1px solid #d3d3d3;
  margin: 0;
  float: left;
}
.data-block-content .ability-con-02 {
  width: calc(100% / 2 - 20.51px);
  float: left;
  margin: 0 0 0 20px;
}
.data-block-content .ability-con-02 .text-tit {
  margin: 0;
  width: 100%;
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
.data-block-content .ability-con-02 .text-tit span {
  color: #004190;
}
.data-block-content .ability-con-02 .ability-pic {
  background-image: url(../../../image/data/ability-pic.png);
  width: 206px;
  height: 173px;
  margin: 28px auto 0;
  padding: 62px 0 0 7px;
}
.data-block-content .ability-con-02 .ability-pic > p {
  height: 36px;
  line-height: 36px;
  width: 184px;
  text-align: center;
  font-size: 1.6rem;
  color: #fffece;
}
.data-block-content .bg-color-01 {
  background-color: #54b6cf;
}
.data-block-content .bg-color-02 {
  background-color: #ee4207;
}
.data-block-content .bg-color-03 {
  background-color: #ffaa06;
}
.data-block-content .bg-color-04 {
  background-color: #c65fd8;
}
.data-block-content .bg-color-05 {
  background-color: #36c681;
}
.data-block-content .bg-color-06 {
  background-color: #36b3c6;
}
.data-block-content .bg-color-07 {
  background-color: #eef7fa;
}
.data-block-content .bg-color-08 {
  background-color: #9ac843;
}
.data-block-content .bg-color-09 {
  background-color: #fff6e6;
}
.data-block-content .bg-color-10 {
  background-color: #fdece6;
}
.data-block-content .bg-color-11 {
  background-color: #f5f9ec;
}
.data-block-content .border-color-01 {
  border-color: #ffd482!important;
}
.data-block-content .border-color-02 {
  border-color: #f9c3b1!important;
}
.data-block-content .border-color-03 {
  border-color: #d9ebb8!important;
}
.data-block-content .border-color-04 {
  border-color: #d5ebf1!important;
}
.data-block-content .font-color-01 {
  color: #ffaa06;
}
.data-block-content .font-color-02 {
  color: #ee4207;
}
.data-block-content .font-color-03 {
  color: #9ac843;
}
.data-block-content .font-color-04 {
  color: #c85ada;
}
.data-block-content .font-color-05 {
  color: #54b6cf;
}
.data-block-content .font-color-06 {
  color: #7dbb07;
}
.data-block-content .font-color-07 {
  color: #bb9307;
}
.data-block-content .bg-rh-01 {
  background-image: url(../../../image/data/rh-pic-01.png);
  background-position: 0 0;
}
.data-block-content .bg-rh-02 {
  background-image: url(../../../image/data/rh-pic-02.png);
  background-position: 0 0;
}
.data-block-content .bg-rh-03 {
  background-image: url(../../../image/data/rh-pic-03.png);
  background-position: 0 0;
}
.data-block-content .title-highlight-box {
  height: 44px;
  width: 100%;
  padding: 0 20px;
  line-height: 44px;
  border-radius: 5px;
  color: #fff;
  text-align: right;
  background-repeat: no-repeat;
  overflow-y: hidden;
  font-size: 14px;
}
.data-block-content .title-highlight-box.bg-rh-01 {
  background-image: url(../../../image/data/rh-pic-01.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.bg-rh-02 {
  background-image: url(../../../image/data/rh-pic-02.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.bg-rh-03 {
  background-image: url(../../../image/data/rh-pic-03.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.bg-rh-04 {
  background-image: url(../../../image/data/rh-pic-05.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.bg-rh-05 {
  background-image: url(../../../image/data/rh-pic-06.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.bg-rh-06 {
  background-image: url(../../../image/data/rh-pic-07.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.bg-rh-07 {
  background-image: url(../../../image/data/rh-pic-08.png);
  background-position: 10px 10px;
}
.data-block-content .title-highlight-box.border {
  border: 1px solid #a9dae7;
}
.data-block-content .title-highlight-box.text-color font {
  color: #54b6cf;
}
.data-block-content .title-highlight-box.text-color span {
  color: #666;
}
.data-block-content .title-highlight-box font {
  font-size: 32px;
  float: right;
}
.data-block-content .title-highlight-box span {
  font-size: 13px;
  float: right;
}
.data-block-content .research-highlight-con {
  width: calc(100% + 20.00px);
  margin-left: -10px;
}
.data-block-content .research-highlight-con .research-highlight-box {
  height: 124px;
  width: calc(100% / 3 - 20.00px);
  margin: 10px;
  float: left;
  padding: 10px;
  border-radius: 5px;
}
.data-block-content .research-highlight-con .research-highlight-box.bg-color-11 {
  border: 1px solid #dcdcdc;
  padding: 9px 10px 10px;
}
.data-block-content .research-highlight-con .research-highlight-box.bg-color-11 p.title {
  border-bottom: 1px solid #e4e3e3;
  color: #999;
}
.data-block-content .research-highlight-con .research-highlight-box.bg-color-11 p span.none {
  color: rgba(153, 153, 153, 0.4);
  font-size: 14px;
  margin-top: 36px;
  line-height: 1;
}
.data-block-content .research-highlight-con .research-highlight-box p {
  width: 100%;
}
.data-block-content .research-highlight-con .research-highlight-box p.title {
  padding: 0 10px 10px;
  height: 34px;
  line-height: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
}
.data-block-content .research-highlight-con .research-highlight-box p.text {
  height: 60px;
  line-height: 54px;
  margin: 10px 0 0;
  padding: 0 10px;
}
.data-block-content .research-highlight-con .research-highlight-box p img {
  float: left;
  display: block;
}
.data-block-content .research-highlight-con .research-highlight-box p span {
  color: #fff;
  font-size: 50px;
  float: right;
  display: block;
}
.data-block-content .research-highlight-con .research-highlight-box p span.num {
  font-size: 28px;
  line-height: 1;
  margin-top: 29px;
}
.data-block-content .research-highlight-con .research-highlight-box p span.num font {
  font-size: 12px;
}
.data-block-content .research-highlight-con .research-highlight-box p span.teach-num {
  font-size: 30px;
  line-height: 1;
  margin-top: 21px;
}
.data-block-content .research-highlight-con .research-highlight-box p span.teach-num font {
  font-size: 12px;
}
.data-block-content .thesis-title-box {
  min-height: 32px;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 6px 0;
}
.data-block-content .thesis-substance {
  font-size: 12px;
  color: #666;
  min-height: 33px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background-color: #fafafa;
  line-height: 20px;
  padding: 6px 0;
}
.data-block-content .thesis-substance font {
  font-size: 18px;
  color: #3a87c5;
  font-style: italic;
}
.data-block-content .funds-content .data-funds-half {
  float: left;
}
.data-block-content .funds-content .data-funds-half.funds-half-01 {
  width: calc(60% - 20.51px);
}
.data-block-content .funds-content .data-funds-half.funds-half-02 {
  width: calc(40% - 20.51px);
}
.data-block-content .funds-content .data-funds-half .completion-percent {
  width: 144px;
  border: 6px solid #ecfccd;
  border-radius: 50%;
  position: relative;
  height: 144px;
  margin: 4px auto 0;
}
.data-block-content .funds-content .data-funds-half .completion-percent .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #a2cf4c;
}
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_left,
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_left .per_left,
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_right .per_left,
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_left .per_right,
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_right .per_right {
  display: block;
  width: 100%;
  height: 100%;
  background: #d6eea6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(30deg);
}
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_right,
.data-block-content .funds-content .data-funds-half .completion-percent .circle .per_right {
  clip: rect(0, auto, auto, 66px);
}
.data-block-content .funds-content .data-funds-half .completion-percent .circle .pie_left,
.data-block-content .funds-content .data-funds-half .completion-percent .circle .per_left {
  clip: rect(0, 66px, auto, 0);
}
.data-block-content .funds-content .data-funds-half .completion-percent .circle .mask {
  border: 6px solid #ecfccd;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  left: 6px;
  top: 6px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 106px;
  font-size: 24px;
  color: #8db645;
}
.data-block-content .funds-content .data-funds-half .funds-down-content {
  border-radius: 5px;
  border: 1px solid #ffd482;
  background-color: #fff6e6;
  padding: 10px;
  width: 100%;
  float: left;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .title {
  font-size: 12px;
  color: #ffaa06;
  line-height: 22px;
  padding: 0 10px;
  font-weight: bold;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .num {
  height: 58px;
  width: calc(100% - 20.00px);
  margin: 14px 10px 0;
  padding: 0 0 15px;
  line-height: 42px;
  font-size: 38px;
  color: #ffaa06;
  border-bottom: 1px solid #d4d0c8;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .num font {
  font-size: 12px;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .details {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .details img {
  float: right;
  margin: 35px 20px 0 0;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .details .details-text {
  float: right;
  margin: 31px 0 0;
  padding: 0 0 4px;
}
.data-block-content .funds-content .data-funds-half .funds-down-content .details .details-text span {
  font-size: 14px;
  color: #666;
  height: 25px;
  line-height: 25px;
  display: block;
}
.data-block-content .funds-content .data-funds-half .bar-pic {
  margin: 72px auto 0;
}
.data-block-content .funds-content .data-funds-half .bar-pic span {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-right: 10px;
}
.data-block-content .funds-content .data-funds-half .bar-pic span.bar-box-01 {
  background-color: #d0e7a5;
  border: 1px solid #a2cf4c;
}
.data-block-content .funds-content .data-funds-half .bar-pic span.bar-box-02 {
  background-color: #f5fde6;
  border: 1px solid #a2cf4c;
}
.data-block-content .funds-content .data-funds-half .bar-pic font {
  display: block;
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 14px;
}
.data-block-content .funds-content .data-funds-half .bar-pic img {
  margin: 0 auto 0;
  display: block;
}
.data-block-content .data-person-content {
  width: 100%;
  float: right;
}
.data-block-content .data-person-content .person-box {
  max-width: 350px;
  float: left;
}
.data-block-content .data-person-content .person-box span {
  margin: 0 20px 2px 0;
  width: 15px;
  height: 29px;
  background: url(../../../image/data/data-person-02.png);
  float: left;
}
.data-block-content .data-person-content .person-box span.blue {
  background: url(../../../image/data/data-person-blue-02.png);
}
.data-block-content .data-person-content .person-box span.yellow {
  background: url(../../../image/data/data-person-yellow-02.png);
}
.data-block-content .data-person-content .number {
  float: right;
  font-size: 50px;
  color: #e6ad00;
  margin-top: 105px;
  line-height: 1;
}
.data-block-content .data-person-content .number font {
  font-size: 15px;
}
.data-block-content .data-all {
  margin-top: 10px;
  float: left;
  background-color: #f5b301;
  min-height: 40px;
  line-height: 17px;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 11px 20px;
}
.data-block-content .data-all.teach-data-all {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
.data-block-content .data-all.teach-data-all font {
  font-size: 14px;
}
.data-block-content .data-all font {
  font-weight: bold;
  font-size: 16px;
}
.data-block-content .data-details-listbox {
  padding: 10px 0 10px 20px;
  border: 1px solid;
  float: left;
  width: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
}
.data-block-content .data-details-listbox.bg-img-01 {
  background-image: url(../../../image/data/data-bgimg-01.png);
  background-position: calc(105.2%) 25px;
}
.data-block-content .data-details-listbox.bg-img-02 {
  background-image: url(../../../image/data/data-bgimg-02.png);
  background-position: calc(105.3%) 25px;
}
.data-block-content .data-details-listbox.bg-img-03 {
  background-image: url(../../../image/data/data-bgimg-03.png);
  background-position: calc(105.3%) 25px;
}
.data-block-content .data-details-listbox.bg-img-04 {
  background-image: url(../../../image/data/data-bgimg-04.png);
  background-position: calc(105.3%) 25px;
}
.data-block-content .data-details-listbox .title {
  float: left;
  width: 152px;
}
.data-block-content .data-details-listbox .title p {
  margin: 0;
  line-height: 1;
}
.data-block-content .data-details-listbox .title p.years {
  margin: 6px 0 0;
}
.data-block-content .data-details-listbox .title p.years font {
  font-size: 18px;
}
.data-block-content .data-details-listbox .title p.years span {
  font-size: 12px;
}
.data-block-content .data-details-listbox .title p.title-name {
  margin: 7px 0 0;
}
.data-block-content .data-details-listbox .title p.title-name font {
  font-size: 24px;
}
.data-block-content .data-details-listbox .title p.title-name span {
  font-size: 12px;
}
.data-block-content .data-details-listbox .details {
  float: left;
  border-left: 1px solid #ddd;
  padding: 5px 0 10px 20px;
}
.data-block-content .data-details-listbox .details p {
  line-height: 20px;
  color: #666;
  font-size: 12px;
  margin: 0;
}
.data-block-content .data-details-listbox .details p font {
  font-size: 14px;
  font-weight: bold;
}
.data-block-content .data-text-content {
  float: left;
  width: 100%;
  border-radius: 5px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  padding: 14px 20px 15px;
  border: 1px solid;
}
.data-block-content .data-text-content font {
  font-size: 16px;
  font-weight: bold;
}
.data-block-content .data-income-box {
  width: calc(50% - 20.51px);
  float: left;
}
.data-block-content .data-income-box .title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  padding: 0 0 10px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.data-block-content .data-income-box .chart-half-box {
  width: 100%;
  float: left;
}
.data-block-content .data-income-line {
  width: 1px;
  margin: 0 20px;
  float: left;
  height: 280px;
  border-left: 1px solid #dbdbdb;
}
.data-block-content .data-timeline-con {
  width: calc(50% - 20.51px);
  float: left;
  position: relative;
}
.data-block-content .data-timeline-con .data-timeline-center {
  width: 1px;
  background-color: #54b6cf;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  z-index: 0;
}
.data-block-content .data-timeline-con .data-timeline-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-circle {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  background-color: #54b6cf;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 9px;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card {
  width: 100%;
  background-image: url(../../../image/data/timeline-point.png);
  background-position: center 6px;
  background-repeat: no-repeat;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card:nth-child(2n) .timeline-card-text {
  float: left;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card:nth-child(2n) .timeline-card-text .arr-img {
  width: 12px;
  height: 14px;
  right: -6px;
  left: auto;
  background-image: url(../../../image/data/time-arr-right.png);
  background-position: center;
  background-repeat: no-repeat;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card:nth-child(2n) .timeline-card-text .up {
  text-align: right;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card .timeline-card-text {
  border-radius: 2px;
  width: calc(50% - 12.51px);
  float: right;
  margin: 0 0 6px;
  position: relative;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card .timeline-card-text .arr-img {
  position: absolute;
  width: 12px;
  height: 14px;
  left: -6px;
  top: 3px;
  background-image: url(../../../image/data/time-arr-left.png);
  background-position: center;
  background-repeat: no-repeat;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card .timeline-card-text .up {
  border-radius: 2px 2px 0 0;
  background-color: #54b6cf;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  text-align: left;
}
.data-block-content .data-timeline-con .data-timeline-box .timeline-card .timeline-card-text .down {
  border-radius: 0 0 2px 2px;
  background-color: #f2f2f2;
  height: 31px;
  padding-bottom: 2px;
  line-height: 29px;
  font-size: 14px;
  padding: 0 0 2px 10px;
}
.data-block-content .data-timeline-con .circle-content {
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  float: left;
  height: 275px;
}
.data-block-content .data-timeline-con .circle-content div {
  width: calc(100% - 22px);
  float: right;
  position: relative;
}
.data-block-content .data-timeline-con .circle-content div .sm-circle-line {
  height: 1px;
  width: calc(100% - 3px);
  background-color: #40dc93;
  position: absolute;
  top: 63px;
  transform: rotate(-10deg);
  margin-left: 3px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-01 {
  height: 94px;
  width: 94px;
  border: 1px solid #9fc84f;
  border-radius: 47px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-01 .sm-circle {
  background-image: url(../../../image/data/sm-circle-01.png);
  background-repeat: no-repeat;
  width: 88px;
  height: 38px;
  position: absolute;
  left: -86px;
  top: -8px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-01 p {
  height: 92px;
  width: 92px;
  border: 5px solid #fff;
  color: #fff;
  background-color: #9fc84f;
  border-radius: 46px;
  line-height: 82px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-02 {
  height: 72px;
  width: 72px;
  border: 1px solid #40dc93;
  border-radius: 36px;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 10;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-02 .sm-circle {
  background-image: url(../../../image/data/sm-circle-02.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 21px;
  position: absolute;
  left: 62px;
  top: 59px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-02 p {
  height: 70px;
  width: 70px;
  border: 5px solid #fff;
  color: #fff;
  background-color: #40dc93;
  border-radius: 35px;
  line-height: 1;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-02 p span {
  disply: block;
  margin: 18px 0 0;
  width: 100%;
  float: left;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-02 p font {
  disply: block;
  margin: 6px 0 0;
  width: 100%;
  float: left;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-03 {
  height: 84px;
  width: 84px;
  border: 1px solid #f5b334;
  border-radius: 42px;
  position: absolute;
  left: 20px;
  top: 167px;
  z-index: 10;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-03 .sm-circle {
  background-image: url(../../../image/data/sm-circle-03.png);
  background-repeat: no-repeat;
  width: 65px;
  height: 14px;
  position: absolute;
  right: -65px;
  top: 42px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-03 .sm-circle {
  background-image: url(../../../image/data/sm-line-01.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 43px;
  position: absolute;
  left: 24px;
  top: -43px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-03 p {
  height: 82px;
  width: 82px;
  border: 5px solid #fff;
  color: #fff;
  background-color: #f5b334;
  border-radius: 41px;
  line-height: 1;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-03 p span {
  disply: block;
  margin: 25px 0 0;
  width: 100%;
  float: left;
}
.data-block-content .data-timeline-con .circle-content div div.big-circle-03 p font {
  disply: block;
  margin: 6px 0 0;
  width: 100%;
  float: left;
}
.data-block-content .data-timeline-con .honor-content {
  height: 61px;
  width: 100%;
  float: left;
  border-left: 8px solid #f54b9b;
  border-radius: 5px;
  padding: 0 0 0 20px;
  background-color: #eee;
}
.data-block-content .data-timeline-con .honor-content p {
  float: left;
  margin: 0;
  color: #666;
  width: 100%;
}
.data-block-content .data-timeline-con .honor-content p:first-child {
  font-size: 12px;
  margin: 14px 0 0;
  line-height: 1;
}
.data-block-content .data-timeline-con .honor-content p:last-child {
  font-size: 14px;
  margin: 6px 0 0;
  line-height: 1;
}
.data-block-content .data-timeline-con .honor-content p:last-child span {
  font-weight: bold;
}
.data-block-content .data-timeline-con .honor-content p:last-child font {
  margin-left: 20px;
}
.data-block-content .data-timeline-line {
  width: 1px;
  margin: 0 20px;
  float: left;
  height: 280px;
  border-left: 1px solid #dbdbdb;
}
.data-block-content .data-state-con {
  width: calc(100% + 22px);
  float: left;
  margin-left: -11px;
}
.data-block-content .data-state-con .data-career {
  width: calc((100% - 66px) / 3);
  padding: 13px 0 4px 0;
  float: left;
  margin: 0 11px;
}
.data-block-content .data-state-con .data-career .data-zy-icon {
  margin: 0 auto;
  width: 100px;
  height: 75px;
}
.data-block-content .data-state-con .data-career .data-zy-icon img {
  margin: 0 auto;
  display: block;
}
.data-block-content .data-state-con .data-career .data-career-title {
  margin-top: 16px;
  width: 100%;
  border-top: 1px solid #4c9cd1;
  height: 9px;
}
.data-block-content .data-state-con .data-career .data-career-title div {
  color: #4c9cd1;
  background-color: #fff;
  margin: -10px auto 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 70px;
}
.data-block-content .data-state-con .data-career .data-zy-box {
  border-left: 6px solid #4c9cd1;
  margin-top: 5px;
  overflow: hidden;
  padding: 7px 0 13px 10px;
  width: 100%;
  background-color: #cfedfa;
  max-height: 108px;
  border-radius: 6px;
}
.data-block-content .data-state-con .data-career .data-zy-box .data-zy-list {
  width: 100%;
  float: left;
}
.data-block-content .data-state-con .data-career .data-zy-box .data-zy-list .data-zy-li {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #4c9cd1;
}
.data-block-content .data-state-con .data-career .data-zy-box .data-zy-list .data-zy-li:nth-child(2n - 1) {
  font-weight: normal;
}
.data-block-content .data-state-con .data-career:nth-child(2n) .data-career-title {
  border-top: 1px solid #b8b8b8;
}
.data-block-content .data-state-con .data-career:nth-child(2n) .data-career-title div {
  color: #666;
}
.data-block-content .data-state-con .data-career:nth-child(2n) .data-zy-box {
  background-color: #eeeeee;
  border-left: 6px solid #ffaa06;
}
.data-block-content .data-state-con .data-career:nth-child(2n) .data-zy-box .data-zy-list .data-zy-li {
  color: #666;
}
.data-block-content .professional-rank-con {
  width: 100%;
  float: left;
}
.data-block-content .professional-rank-con .professional-half-block {
  width: calc(50% - 20.51px);
  float: left;
}
.data-block-content .professional-rank-con .professional-half-block .title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  padding: 0 0 10px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.data-block-content .professional-rank-con .professional-half-block .professional-list-box {
  width: 100%;
  float: left;
  margin-top: 3px;
}
.data-block-content .professional-rank-con .professional-half-block .professional-list-box .professional-list {
  font-size: 12px;
  color: #666;
  line-height: 37px;
  height: 38px;
  border-bottom: 1px dashed #b8b8b8;
  width: 100%;
  margin: 0;
}
.data-block-content .professional-rank-con .professional-half-block .professional-list-box .professional-list span {
  font-size: 12px;
  color: #666;
  line-height: 37px;
}
.data-block-content .professional-rank-con .professional-half-block .professional-list-box .professional-list span font {
  font-size: 14px;
  font-weight: bold;
}
.data-block-content .professional-rank-con .professional-half-line {
  width: 1px;
  margin: 44px 20px 0;
  float: left;
  height: 118px;
  border-left: 1px solid #dbdbdb;
}
.data-block-content .professional-circle-percent {
  width: 100%;
  float: left;
  position: relative;
}
.data-block-content .professional-circle-percent .name-box {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 100%;
  position: absolute;
}
.data-block-content .professional-circle-percent .name-box p {
  float: left;
  margin: 0;
}
.data-block-content .professional-circle-percent .name-box p font {
  font-size: 14px;
}
.data-block-content .professional-circle-percent .name-box p.line {
  height: 16px;
  float: left;
}
.data-block-content .professional-circle-percent .name-box.name-box-00 {
  top: 74px;
  left: 57px;
}
.data-block-content .professional-circle-percent .name-box.name-box-00 p.line {
  width: 35%;
  border-bottom: 1px solid #f0b5fa;
}
.data-block-content .professional-circle-percent .name-box.name-box-01 {
  top: 47px;
  left: 72px;
}
.data-block-content .professional-circle-percent .name-box.name-box-01 p.line {
  width: 25%;
  border-bottom: 1px solid #e794f5;
}
.data-block-content .professional-circle-percent .name-box.name-box-02 {
  font-weight: bold;
  top: 11px;
  left: 88px;
}
.data-block-content .professional-circle-percent .name-box.name-box-02 p.line {
  width: 8%;
  border-bottom: 1px solid #d073df;
}
.data-block-content .professional-circle-percent .professional-circle-2 {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background-color: #d073df;
  position: relative;
}
.data-block-content .professional-circle-percent .professional-circle-2 .professional-circle-1 {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #e794f5;
  position: absolute;
  bottom: 0;
  left: 21px;
}
.data-block-content .professional-circle-percent .professional-circle-2 .professional-circle-1 .professional-circle-0 {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #f0b5fa;
  position: absolute;
  bottom: 0;
  left: 19px;
}
.data-block-content .bbook-block-box {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 15px;
}
.data-block-content .bbook-block-box .swiper-booktab-container {
  width: calc(100% - 95.00px);
  position: relative;
  overflow: hidden;
  margin-left: 45px;
}
.data-block-content .bbook-block-box .swiper-booktab-container .swiper-wrapper {
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  -webkit-transition-property: all transform ease;
  -moz-transition-property: all transform ease;
  -o-transition-property: all transform ease;
  -ms-transition-property: all transform ease;
  transition-property: all transform ease;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.data-block-content .bbook-block-box .swiper-booktab-container .swiper-wrapper .swiper-slide {
  float: left;
  flex-shrink: 0;
  position: relative;
}
.data-block-content .bbook-block-box .bbook-pic-block {
  width: 120px;
  float: left;
  cursor: pointer;
}
.data-block-content .bbook-block-box .bbook-pic-block img {
  display: block;
  margin: 0 auto;
  height: 130px;
  width: 85px;
}
.data-block-content .bbook-block-box .bbook-pic-block span {
  padding: 0 6px;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
  display: block;
  color: #666;
}
.data-block-content .bbook-block-box .swiper-button-prev,
.data-block-content .bbook-block-box .swiper-button-next {
  font-size: 52px;
  color: #adadad;
  cursor: pointer;
}
.data-block-content .bbook-block-box .swiper-button-prev {
  position: absolute;
  top: 43px;
  left: 0px;
}
.data-block-content .bbook-block-box .swiper-button-next {
  position: absolute;
  top: 43px;
  right: 0px;
}
.data-block-content .borrow-block-box {
  width: 100%;
  float: left;
  position: relative;
}
.data-block-content .borrow-block-box .swiper-borrowtab-container {
  width: calc(100% - 40.00px);
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.data-block-content .borrow-block-box .swiper-borrowtab-container .swiper-wrapper {
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  -webkit-transition-property: all transform ease;
  -moz-transition-property: all transform ease;
  -o-transition-property: all transform ease;
  -ms-transition-property: all transform ease;
  transition-property: all transform ease;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.data-block-content .borrow-block-box .swiper-borrowtab-container .swiper-wrapper .swiper-slide {
  float: left;
  flex-shrink: 0;
  position: relative;
}
.data-block-content .borrow-block-box .borrow-pic-block {
  width: 116px;
  float: left;
  cursor: pointer;
}
.data-block-content .borrow-block-box .borrow-pic-block img {
  display: block;
  margin: 0 auto;
  height: 133px;
  width: 98px;
}
.data-block-content .borrow-block-box .borrow-pic-block span.text {
  padding: 0;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
  display: block;
  color: #666;
  height: 34px;
}
.data-block-content .borrow-block-box .borrow-pic-block span.text.overtime {
  color: #fd7066;
}
.data-block-content .borrow-block-box .borrow-pic-block span.text.moretime {
  color: #666666;
}
.data-block-content .borrow-block-box .borrow-pic-block span.text.lasttime {
  color: #5ea6d6;
}
.data-block-content .borrow-block-box .borrow-pic-block span.book-borrow-time {
  width: 116px;
  height: 24px;
  line-height: 24px;
  margin: 9px auto 0;
  color: #fff;
  border-radius: 3px;
  display: block;
  text-align: center;
}
.data-block-content .borrow-block-box .borrow-pic-block span.book-borrow-time.overtime {
  background-color: #fd7066;
  color: #fff;
}
.data-block-content .borrow-block-box .borrow-pic-block span.book-borrow-time.moretime {
  background-color: #bab7b7;
  color: #fff;
}
.data-block-content .borrow-block-box .borrow-pic-block span.book-borrow-time.lasttime {
  background-color: #5ea6d6;
  color: #fff;
}
.data-block-content .borrow-block-box .swiper-button-prev-02,
.data-block-content .borrow-block-box .swiper-button-next-02 {
  font-size: 52px;
  color: #adadad;
  cursor: pointer;
}
.data-block-content .borrow-block-box .swiper-button-prev-02 {
  position: absolute;
  top: 46px;
  left: 0px;
}
.data-block-content .borrow-block-box .swiper-button-next-02 {
  position: absolute;
  top: 46px;
  right: 0px;
}
.data-block-content .explain-box {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.data-block-content .explain-box .overtime-box {
  float: right;
  background-image: url(../../../image/data/sm-box-01.png);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 0 24px;
}
.data-block-content .explain-box .lasttime-box {
  float: right;
  background-image: url(../../../image/data/sm-box-02.png);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 0 24px;
}
.data-block-content .book-summary-container {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 19px 0 12px;
}
.data-block-content .book-summary-container .book-pic {
  float: left;
  width: 70px;
  height: 103px;
  margin-right: 20px;
}
.data-block-content .book-summary-container .book-pic img {
  width: 100%;
  display: block;
  float: left;
}
.data-block-content .book-summary-container .book-info-content {
  float: left;
  width: calc(100% - 91.00px);
}
.data-block-content .book-summary-container .book-info-content .book-title {
  width: 100%;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 1;
}
.data-block-content .book-summary-container .book-info-content .book-info-box {
  width: 100%;
  margin: 20px 0 0;
}
.data-block-content .book-summary-container .book-info-content .book-info-box p {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin: 8px 0 0;
}
.data-block-content .year-title-box {
  line-height: 1;
  font-size: 14px;
  color: #333;
  margin: 0 0 5px;
}
.data-block-content .shop-rank-container {
  width: 100%;
  float: left;
  padding: 15px 0 20px;
  border-bottom: 1px dashed #d3d3d3;
}
.data-block-content .shop-rank-container.rank-01 .shop-rank-info .shop-rank-title {
  color: #f1c85f;
}
.data-block-content .shop-rank-container.rank-01 .shop-rank-info .rank-info-box {
  border: 1px solid #d29b07;
  background-color: #ffda48;
}
.data-block-content .shop-rank-container.rank-01 .shop-rank-info .rank-info-box p {
  color: #b67801;
  border-left: 1px solid #d29b07;
  background-color: #fff2bf;
  background-image: url(../../../image/data/rank-infobg-01.png);
}
.data-block-content .shop-rank-container.rank-02 .shop-rank-info .shop-rank-title {
  color: #c5c4bf;
}
.data-block-content .shop-rank-container.rank-02 .shop-rank-info .rank-info-box {
  border: 1px solid #9b999f;
  background-color: #d2d1c8;
}
.data-block-content .shop-rank-container.rank-02 .shop-rank-info .rank-info-box p {
  color: #7e7e79;
  border-left: 1px solid #9b999f;
  background-color: #e9e9e5;
  background-image: url(../../../image/data/rank-infobg-02.png);
}
.data-block-content .shop-rank-container.rank-03 {
  border-bottom: none;
}
.data-block-content .shop-rank-container.rank-03 .shop-rank-info .shop-rank-title {
  color: #d2a87e;
}
.data-block-content .shop-rank-container.rank-03 .shop-rank-info .rank-info-box {
  border: 1px solid #ae6f28;
  background-color: #d1a67d;
}
.data-block-content .shop-rank-container.rank-03 .shop-rank-info .rank-info-box p {
  color: #a16229;
  border-left: 1px solid #ae6f28;
  background-color: #fcf3e4;
  background-image: url(../../../image/data/rank-infobg-03.png);
}
.data-block-content .shop-rank-container .shop-rank-img {
  float: left;
  width: 106px;
  height: 102px;
  margin: 0 20px 0 0;
}
.data-block-content .shop-rank-container .shop-rank-img img {
  float: left;
  display: block;
  width: 100%;
}
.data-block-content .shop-rank-container .shop-rank-info {
  width: calc(100% - 126.00px);
  float: left;
}
.data-block-content .shop-rank-container .shop-rank-info .shop-rank-title {
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  margin: 4px 0 0;
}
.data-block-content .shop-rank-container .shop-rank-info .rank-info-box {
  width: 100%;
  height: 65px;
  padding-left: 13px;
  margin: 10px 0 1px;
  border-radius: 0 8px 8px 0;
}
.data-block-content .shop-rank-container .shop-rank-info .rank-info-box p {
  height: 63px;
  line-height: 62px;
  padding: 0 15px 0 10px;
  border-radius: 0 8px 8px 0;
  background-repeat: no-repeat;
  background-position: calc(100% - 15.00px) center;
}
.data-block-content .shop-rank-container .shop-rank-info .rank-info-box p span {
  height: 63px;
  line-height: 63px;
}
.data-block-content .shop-rank-container .shop-rank-info .rank-info-box p span:first-child {
  float: left;
  font-size: 18px;
}
.data-block-content .shop-rank-container .shop-rank-info .rank-info-box p span:last-child {
  float: right;
  font-size: 14px;
}
.data-block-content .data-food-container {
  width: 100%;
  float: left;
  margin: 11px 0 0;
}
.data-block-content .data-food-container .data-food-img {
  float: left;
  width: 136px;
  height: 116px;
  margin: 17px 26px 0 0;
}
.data-block-content .data-food-container .data-food-img img {
  float: left;
  display: block;
  width: 100%;
}
.data-block-content .data-food-container .food-info-box {
  width: calc(100% - 162.00px);
  float: left;
}
.data-block-content .data-food-container .food-info-box p.food-info-list {
  width: 100%;
  min-height: 51px;
  margin: 0;
  padding: 10px 0 0;
  float: left;
}
.data-block-content .data-food-container .food-info-box p.food-info-list span {
  color: #666;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.data-block-content .data-food-container .food-info-box p.food-info-list span font {
  color: #328dc9;
}
.data-block-content .data-food-container .food-info-box p.food-info-list span font.num {
  font-size: 24px;
}
.data-block-content .data-food-container .food-info-box p.food-info-list span:first-child {
  float: left;
}
.data-block-content .data-food-container .food-info-box p.food-info-list span:last-child {
  float: right;
  color: #328dc9;
  font-size: 14px;
}
.data-block-content .data-food-container .food-info-box p.food-info-list span:last-child font {
  font-size: 18px;
}
.data-block-content .data-food-container .food-info-box p.food-info-list:first-child {
  border-bottom: 1px dashed #d3d3d3;
}
.data-block-content .data-food-container .food-info-box p.food-info-state {
  text-align: center;
  color: #666;
  font-size: 12px;
  background-color: #fafafa;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  height: 32px;
  line-height: 30px;
  margin: 5px 0 0;
  float: left;
  width: 100%;
}
.data-block-content .favorite-restaurant {
  font-size: 14px;
  color: #ffaa06;
  background-image: url(../../../image/data/favorite-restaurant.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 26px;
  padding: 12px 0 0 38px;
  line-height: 1;
  width: 100%;
  float: left;
  margin: 23px 0 0;
}
.data-block-content .consume-block-content {
  width: 100%;
  float: left;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d3d3d3;
  margin: 22px 0 0;
}
.data-block-content .consume-block-content .consume-img {
  width: 148px;
  height: 129px;
  float: left;
  margin: 0px 26px 0 0;
}
.data-block-content .consume-block-content .consume-img img {
  float: left;
  display: block;
  width: 100%;
}
.data-block-content .consume-block-content .consume-info-box {
  float: right;
  width: calc(100% - 174.00px);
  min-width: 252px;
  height: 65px;
  padding: 1px 1px 1px 15px;
  background-color: #ffaa06;
  margin: 30px 0 0;
  border-radius: 0 8px 8px 0;
}
.data-block-content .consume-block-content .consume-info-box p {
  width: 100%;
  background-color: #ffdd9b;
  height: 63px;
  padding: 0 20px;
  border-radius: 0 8px 8px 0;
}
.data-block-content .consume-block-content .consume-info-box p span {
  height: 63px;
  line-height: 63px;
  color: #b67801;
}
.data-block-content .consume-block-content .consume-info-box p span:first-child {
  float: left;
  font-size: 12px;
}
.data-block-content .consume-block-content .consume-info-box p span:last-child {
  float: right;
  font-size: 29px;
}
.data-block-content .consume-block-content .consume-info-box p span:last-child font {
  font-size: 23px;
}
.data-block-content .consume-info-rank {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.data-block-content .consume-info-rank .consume-half-line {
  margin: 0 20px;
  width: 1px;
  border-left: 1px dashed #d3d3d3;
  float: left;
}
.data-block-content .consume-info-rank .consume-half-block {
  width: calc(50% - 20.51px);
  float: left;
  margin: 7px 0 0;
}
.data-block-content .consume-info-rank .consume-half-block .percent-bg-01,
.data-block-content .consume-info-rank .consume-half-block .percent-bg-02 {
  float: left;
  background-repeat: no-repeat;
  width: 104px;
  height: 87px;
  margin: 0px 20px 0 0;
  font-size: 34px;
  text-align: center;
  color: #fff;
  padding: 24px 0;
  line-height: 1;
}
.data-block-content .consume-info-rank .consume-half-block .percent-bg-01 font,
.data-block-content .consume-info-rank .consume-half-block .percent-bg-02 font {
  font-size: 20px;
}
.data-block-content .consume-info-rank .consume-half-block .percent-bg-01 {
  background-image: url(../../../image/data/percent-bg-01.png);
  margin: 2px 20px 0 0;
}
.data-block-content .consume-info-rank .consume-half-block .percent-bg-02 {
  background-image: url(../../../image/data/percent-bg-02.png);
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box {
  width: calc(100% - 125.00px);
  float: left;
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box .consume-rank {
  float: left;
  width: 100%;
  margin: 0;
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box .consume-rank.color-2 span {
  color: #dd9c20;
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box .consume-rank span {
  color: #3a74a3;
  line-height: 1;
  display: block;
  float: left;
  width: 100%;
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box .consume-rank span:first-child {
  font-size: 14px;
  margin: 8px 0 0;
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box .consume-rank span:last-child {
  font-size: 22px;
  font-weight: bold;
  margin: 8px 0 0;
}
.data-block-content .consume-info-rank .consume-half-block .consume-rankinfo-box .consume-info-text {
  margin: 8px 0 0;
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background-color: #fafafa;
  color: #666;
  text-align: center;
  font-size: 12px;
}
.data-block-content .most-consume-container {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #d3d3d3;
  padding: 0 0 10px 0;
}
.data-block-content .most-consume-container img {
  float: left;
  display: block;
  margin: 0 42px 0 0;
}
.data-block-content .most-consume-container .most-consume-con {
  width: calc(100% - 183.01px);
  float: left;
  min-width: 245px;
}
.data-block-content .most-consume-container .most-consume-con .title {
  font-size: 24px;
  color: #666;
  border-bottom: 1px dashed #d3d3d3;
  line-height: 24px;
  padding: 2px 0 17px;
  margin: 0;
}
.data-block-content .most-consume-container .most-consume-con .info {
  font-size: 14px;
  color: #666;
  height: 32px;
  line-height: 32px;
  margin: 0;
}
.data-block-content .most-consume-container .most-consume-con .num {
  font-size: 32px;
  color: #bb8014;
  margin: 5px 0 0px;
  text-align: right;
}
.data-block-content .shop-list-con {
  width: 100%;
  float: left;
}
.data-block-content .shop-list-con .shop-box {
  border-bottom: 1px dashed #d3d3d3;
  height: 77px;
  padding: 0 12px 0 0;
}
.data-block-content .shop-list-con .shop-box:last-child {
  border-bottom: none;
}
.data-block-content .shop-list-con .shop-box img {
  float: left;
  display: block;
  margin: 12px 0 0 10px;
}
.data-block-content .shop-list-con .shop-box .title {
  font-size: 14px;
  color: #666;
  float: left;
  line-height: 24px;
  margin: 28px 0 0 18px;
}
.data-block-content .shop-list-con .shop-box .text {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  float: right;
  line-height: 24px;
  margin: 28px 0 0;
}
.data-block-content .student-profile-content {
  padding: 0;
  width: 100%;
  float: left;
  margin: 9px 0 0;
}
.data-block-content .student-profile-content .data-profile-left {
  margin: 0 2px 0 0;
  width: calc(100% / 2 - 12.51px);
  float: left;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-title {
  float: left;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  margin: 0 0 9px 0;
  height: 57px;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-title .name {
  float: left;
  font-size: 26px;
  color: #666;
  line-height: 44px;
  margin-right: 10px;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-title .state {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  display: block;
  height: 18px;
  line-height: 18px;
  background-color: #004190;
  border-radius: 4px;
  margin: 18px 10px 0 0;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-title .post {
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin: 18px 0 0;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-info {
  float: left;
  width: 100%;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-info p {
  float: left;
  width: 100%;
  margin: 0;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-info p span {
  font-size: 12px;
  float: left;
  display: block;
  color: #666;
  height: 32px;
  line-height: 32px;
  margin: 0;
}
.data-block-content .student-profile-content .data-profile-left .profile-l-info p span.info-tit {
  color: #999;
  margin: 0 5px 0 0;
  text-align: right;
  width: 48px;
}
.data-block-content .student-profile-content .data-profile-line {
  height: 190px;
  width: 1px;
  background-color: #d3d3d3;
  margin: 1px 10px 0;
  float: left;
}
.data-block-content .student-profile-content .data-profile-right {
  margin: 0 0 0 10px;
  width: calc(100% / 2 - 20.51px);
  float: left;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-title {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  margin: 12px 0 0;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state {
  float: left;
  width: 100%;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text {
  width: auto;
  margin: 9px auto 0;
  width: 140px;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p {
  float: left;
  margin: 0;
  width: 100%;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span {
  display: block;
  float: left;
  height: 30px;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span.state-tit {
  font-size: 12px;
  color: #666;
  margin: 0 4px 0 0;
  line-height: 20px;
  padding: 5px 0 0;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span.percent {
  font-size: 16px;
  font-weight: bold;
  color: #590000;
  line-height: 21px;
  padding: 5px 0 0;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span.percent font {
  font-size: 14px;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span.percent.text-color-01 {
  color: #83b02d;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span.percent.text-color-02 {
  color: #b9261f;
}
.data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text p span.percent.text-color-03 {
  color: #da8000;
}
.data-block-content .student-profile-content .data-profile-right .student-percent-circle {
  max-width: 144px;
  margin: 25px auto 26px;
}
.data-block-content .mystudy-content {
  width: calc(100% + 40.01px);
  margin-left: -20px;
  float: left;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-title {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-weight: bold;
  padding: 0 0 10px;
}
.data-block-content .mystudy-content .mystudy-box.mystudy-box-01 {
  width: calc(25% - 40.01px);
  margin: 0 20px;
  float: left;
}
.data-block-content .mystudy-content .mystudy-box.mystudy-box-02 {
  width: calc(50% - 40.01px);
  margin: 0 20px;
  float: left;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score {
  width: 100%;
  float: left;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank {
  margin: 20px 0 0;
  width: 100%;
  float: left;
  height: 85px;
  border-width: 1px;
  border-left-width: 15px;
  border-style: solid;
  border-radius: 0 8px 8px 0;
  padding: 10px 20px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-title {
  line-height: 57px;
  font-size: 18px;
  float: left;
  margin: 0;
  height: 63px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-text {
  float: right;
  line-height: 49px;
  margin: 0;
  height: 63px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-text span {
  font-size: 40px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-text font {
  font-size: 29px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank.color-01 {
  background-color: #ffdd9b;
  border-color: #ffaa06;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank.color-01 .mystudy-score-title {
  color: #b67801;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank.color-01 .mystudy-score-text {
  color: #b67801;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank.color-02 {
  background-color: #add1e9;
  border-color: #328dc9;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank.color-02 .mystudy-score-title {
  color: #328dc9;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank.color-02 .mystudy-score-text {
  color: #328dc9;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-course {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-course .mystudy-course-title {
  height: 32px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background-color: #fafafa;
  padding: 0 8px;
  float: left;
  width: 100%;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-course .mystudy-course-title p {
  margin: 0;
  font-size: 12px;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-course .mystudy-course-list {
  height: 37px;
  border-bottom: 1px dashed #b8b8b8;
  padding: 0 8px;
  float: left;
  width: 100%;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-course .mystudy-course-list p {
  margin: 0;
  font-size: 12px;
  color: #666;
  height: 36px;
  line-height: 36px;
}
.data-block-content .mystudy-content .mystudy-box .mystudy-course .mystudy-course-list p:last-child {
  font-size: 14px;
  font-weight: bold;
}
.data-block-content .personal-presence-block {
  width: calc(50% - 20.51px);
  float: left;
}
.data-block-content .personal-presence-block .personal-presence-up {
  border-bottom: 1px solid #d3d3d3;
  float: left;
  width: 100%;
}
.data-block-content .personal-presence-block .personal-presence-up .major-rank-box {
  float: left;
  margin: -3px 0 0 10px;
}
.data-block-content .personal-presence-block .personal-presence-up .major-rank-box .major-rank-pic {
  background-image: url(../../../image/data/data-sc-pic-02.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 135px;
  background-size: 100%;
}
.data-block-content .personal-presence-block .personal-presence-up .major-rank-box .major-rank-pic p {
  margin: 46px 0 0;
  font-size: 42px;
  line-height: 1;
  color: #e6ad00;
  text-align: center;
  width: 100%;
  float: left;
}
.data-block-content .personal-presence-block .personal-presence-up .major-rank-box .major-rank-text {
  line-height: 1;
  color: #f5b301;
  font-size: 16px;
  text-align: center;
  margin: 16px 0 28px;
}
.data-block-content .personal-presence-block .personal-presence-up .major-study-box {
  float: right;
  width: calc(100% - 166px);
}
.data-block-content .personal-presence-block .personal-presence-up .major-study-box .major-study-title {
  width: 216px;
  height: 106px;
  margin: 18px auto 17px;
}
.data-block-content .personal-presence-block .personal-presence-up .major-study-box .major-study-text {
  float: left;
  width: 100%;
  height: 32px;
  line-height: 30px;
  background-color: #fafafa;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.data-block-content .personal-presence-block .personal-presence-down {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic {
  float: left;
  width: 100%;
  padding: 0 0 0 10px;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-01 {
  width: 154px;
  height: 120px;
  background-image: url(../../../image/data/percent-bg-04.png);
  background-repeat: no-repeat;
  float: left;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-01 .num {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin: 28px 0 0;
  text-align: center;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-01 .num span {
  font-size: 42px;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-01 .num font {
  font-size: 14px;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-02 {
  width: 143px;
  height: 128px;
  float: left;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-02 img {
  margin-top: 9px;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .read-book-pic {
  width: 204px;
  height: 108px;
  float: right;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .consume-rank-pic {
  width: calc(100% - 153px);
  height: 126px;
  float: right;
  max-width: 235px;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-text-box {
  height: 32px;
  line-height: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 12px;
  float: left;
  width: 100%;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-text-box.color-01 {
  border-color: #0072bd;
  background-color: #cce3f2;
  color: #0072bd;
  margin: 17px 0 0;
}
.data-block-content .personal-presence-block .personal-presence-down .presence-text-box.color-02 {
  border-color: #ffaa06;
  background-color: #ffeecd;
  color: #bb8014;
  margin: 9px 0 0;
}
.data-block-content .personal-presence-line {
  width: 1px;
  margin: 0 20px;
  float: left;
  border-left: 1px solid #d3d3d3;
}
.data-block-content.teach-right-content {
  margin: 43px 0 0;
}
.data-block-content .teach-chart-title {
  color: #333;
  float: left;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 0 0 10px;
}
.data-block-content .teach-static-title {
  color: #333;
  float: left;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  width: 100%;
  padding: 0 0 10px;
}
.data-block-content .teach-person-box {
  float: right;
  margin-top: 60px;
}
.data-block-content .teach-person-box .person-box {
  width: 210px;
  float: left;
}
.data-block-content .teach-person-box .person-box span {
  margin: 0 6px 6px 0;
  width: 15px;
  height: 29px;
  background: url(../../../image/data/data-person-03.png);
  float: left;
}
.data-block-content .teach-person-box .person-box span.blue {
  background: url(../../../image/data/data-person-blue-03.png);
}
.data-block-content .teach-person-box .person-box span.yellow {
  background: url(../../../image/data/data-person-yellow-03.png);
}
.data-block-content .teach-person-box .number {
  float: right;
  font-size: 40px;
  color: #e6ad00;
  margin-top: 110px;
  width: calc(100% - 210px);
  text-align: right;
}
.data-block-content .teach-person-box .number.teach-number {
  margin-top: 133px;
  line-height: 1;
  letter-spacing: -2px;
}
.data-block-content .teach-person-box .number font {
  font-size: 15px;
}
.data-block-content .teach-static-half {
  width: calc(50% - 20.51px);
  float: left;
}
.data-block-content .teach-static-line {
  width: 1px;
  margin: 20px 20px 0;
  border-left: 1px dashed #efefef;
  float: left;
}
.data-block-content .ts-num-con {
  width: 100%;
  float: left;
}
.data-block-content .ts-num-con .tstudent-num-box {
  width: 55%;
  padding: 0 0 0 93px;
  height: 93px;
  float: left;
  border-radius: 5px;
  background-repeat: no-repeat;
}
.data-block-content .ts-num-con .tstudent-num-box .student-num-box {
  padding: 0 0 0 20px;
  width: calc(100% - 2px);
  float: right;
  height: 91px;
  margin: 1px;
  border-radius: 0 5px 5px 0;
}
.data-block-content .ts-num-con .tstudent-num-box .student-num-box .title {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1;
}
.data-block-content .ts-num-con .tstudent-num-box .student-num-box .text {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  padding: 0 10px 0 0;
}
.data-block-content .ts-num-con .tstudent-num-box .student-num-box .text font {
  font-size: 36px;
  font-weight: normal;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-01 {
  background-color: #ffaa06;
  background-image: url(../../../image/data/rh-pic-14.png);
  background-position: 25px 23px;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-01 .student-num-box {
  background-color: #fff6e6;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-01 .student-num-box .title {
  color: #ffaa06;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-01 .student-num-box .text {
  color: #ffaa06;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-02 {
  background-color: #c65fd8;
  background-image: url(../../../image/data/rh-pic-15.png);
  background-position: 25px 25px;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-02 .student-num-box {
  background-color: #f9effb;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-02 .student-num-box .title {
  color: #c65fd8;
}
.data-block-content .ts-num-con .tstudent-num-box.student-num-02 .student-num-box .text {
  color: #c65fd8;
}
.data-block-content .ts-num-con .ts-per-con {
  width: calc(45% - 20px);
  float: right;
}
.data-block-content .ts-num-con .ts-per-con .ts-per-num {
  width: calc(100% - 96px);
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  margin: 28px 0 0;
}
.data-block-content .ts-num-con .ts-per-con .ts-per-num font.color-01 {
  color: #bb9307;
  font-size: 14px;
  font-weight: bold;
}
.data-block-content .ts-num-con .ts-per-con .ts-per-num font.color-02 {
  color: #aa12c4;
  font-size: 14px;
  font-weight: bold;
}
.data-block-content .ts-num-con .ts-per-con .ts-per-box {
  width: 86px;
  height: 86px;
  float: right;
}
.data-block-content .ts-num-con .ts-per-con .ts-per-box .percent-circle-box .circle .mask {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.data-block-content .ts-num-con .ts-per-con .ts-per-box .percent-circle-box .circle .mask.bgi-01 {
  background-image: url(../../../image/data/bgi-01.png);
}
.data-block-content .ts-num-con .ts-per-con .ts-per-box .percent-circle-box .circle .mask.bgi-02 {
  background-image: url(../../../image/data/bgi-02.png);
}
.data-block-content .inkstand-box {
  max-width: 184px;
  width: 40%;
  height: 179px;
  float: left;
  background-image: url(../../../image/data/inkstand-pic.png);
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.data-block-content .teach-graduate-static {
  min-width: 210px;
  width: calc(100% - 214px);
  float: right;
  padding: 13px 0 0;
}
.data-block-content .teach-graduate-static .graduate-list {
  width: 100%;
  height: 53px;
  border-top: 1px dashed #d3d3d3;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  line-height: 42px;
}
.data-block-content .teach-graduate-static .graduate-list:first-child {
  border-top: none;
}
.data-block-content .teach-graduate-static .graduate-list font {
  font-size: 30px;
  color: #3ca9c6;
}
.data-block-content .teach-graduate-static .graduate-list span {
  font-size: 14px;
  color: #3ca9c6;
}
.data-block-content .teach-graduate-static .graduate-text {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f7f7f7;
  line-height: 48px;
  color: #666;
  text-align: center;
  font-size: 14px;
  margin: 1px 0 0;
}
.data-block-content .instrument-panel-con {
  width: 238px;
  margin: 62px auto 0;
}
.data-block-content .instrument-panel-con .instrument-panel {
  width: 238px;
  height: 201px;
  background-color: #cdcbcb;
  position: relative;
}
.data-block-content .instrument-panel-con .instrument-panel .instrument-panel-pic {
  width: 238px;
  height: 201px;
  position: absolute;
  background: url(../../../image/data/instrument-panel.png);
}
.data-block-content .instrument-panel-con .instrument-panel .instrument-panel-per {
  width: 200px;
  height: 165px;
  position: absolute;
  top: 18px;
  left: 20px;
}
.data-block-content .instrument-panel-con .instrument-panel .instrument-panel-per .ins-left {
  width: 200px;
  height: 165px;
  position: absolute;
  clip: rect(0px, 100px, auto, auto);
  background: linear-gradient(to right, #ffda00, #ff0000);
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda00', endColorstr='#ff0000', GradientType=0);
}
.data-block-content .instrument-panel-con .instrument-panel .instrument-panel-per .ins-right {
  width: 200px;
  height: 165px;
  position: absolute;
  clip: rect(0px, auto, auto, 100px);
  background: linear-gradient(to right, #ffda00, #ff0000);
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda00', endColorstr='#ff0000', GradientType=0);
}
.data-block-content .instrument-panel-con .instrument-panel .ins-word {
  width: 100%;
  position: absolute;
  top: 82px;
}
.data-block-content .instrument-panel-con .instrument-panel .ins-word .ins-num {
  font-size: 60px;
  color: #fb5a53;
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
}
.data-block-content .instrument-panel-con .instrument-panel .ins-word .ins-text {
  font-size: 16px;
  color: #999;
  line-height: 1;
  width: 100%;
  margin: 7px 0 0;
  text-align: center;
}
.data-block-content .instrument-panel-con .ins-tit {
  width: 100%;
  padding: 6px 23px 0 43px;
  clear: both;
}
.data-block-content .instrument-panel-con .ins-tit span {
  font-size: 15px;
  color: #999;
}
.data-block-content .instrument-panel-con .ins-tit span:first-child {
  float: left;
}
.data-block-content .instrument-panel-con .ins-tit span:last-child {
  float: right;
}
.fp-page.data-pager .arrow {
  background-color: #bfcedd;
}
.fp-page.data-pager .arrow.active {
  background-color: #7f9dbb;
}
.data-half-block {
  width: calc(50% - 0.5px);
  float: left;
}
.data-half-block:first-child {
  padding: 0 30px 0 20px;
}
.data-half-block:last-child {
  padding: 0 20px 0 30px ;
}
.data-half-block-02 {
  width: calc(50% - 0.5px);
  float: left;
}
.data-half-block-02:first-child {
  padding: 0 20px 0 20px;
}
.data-half-block-02:last-child {
  padding: 0 20px 0 20px ;
}
.data-third-block {
  width: calc((100% / 3) - 1px);
  float: left;
  padding: 0 20px 0 20px;
}
.data-third-line {
  width: 1px;
  background-color: #d3d3d3;
  float: left;
  margin: 10px 0 0;
}
.data-half-line {
  width: 1px;
  background-color: #d3d3d3;
  float: left;
  margin: 10px 0 0;
}
.data-lefthalf-block {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.data-righthalf-block {
  width: 50%;
  float: left;
  padding: 0 20px 0 30px;
}
.data-righthalf-block .list-box {
  margin: 10px 0 0;
  width: 100%;
}
.data-chartbox-01 {
  width: 100%;
  padding-right: 10px;
}
.datapage-tab-title {
  padding: 10px 15px 0;
}
/*数据中心-校情展示-START*/
.data-row-container {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
  float: left;
  margin: 10px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 0 20px;
  border: 1px solid #c4c4c3;
  width: calc(100% - 20.01px);
}
.data-row-container .data-row-line {
  float: left;
  width: 1px;
  border-left: 1px solid #d3d3d3;
  margin: 10px 20px 0;
}
.data-row-container .data-row-insideline {
  float: left;
  width: 1px;
  border-left: 1px solid #d3d3d3;
  margin: 0 0;
  display: none;
}
.data-row-container .data-first-row {
  width: calc(40% - 41.01px);
  margin: 0 0 0 20px;
}
.data-row-container .data-second-row {
  width: calc(35% - 41.01px);
  margin: 0;
}
.data-row-container .data-throw-row {
  width: calc(25% - 40.00px);
  margin: 0 20px 0 0;
}
.data-row-container .data-throw-row .data-row-inside.data-row-inside-02 .data-first-title {
  margin-top: 26px;
}
.data-row-container .data-row {
  float: left;
}
.data-row-container .data-row .data-first-title {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  float: left;
  margin: 8px 0 0;
  color: #333;
}
.data-row-container .data-row .data-second-title {
  font-size: 14px;
  line-height: 1;
  width: 100%;
  float: left;
  margin: 18px 0 0;
  color: #666;
}
.data-row-container .school-ranking {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #d3d3d3;
  margin: 31px 0 0;
  padding: 0 0 19px;
}
.data-row-container .school-ranking .school-ranking-title {
  width: calc(100% - 162.00px);
  float: left;
  padding: 0 0 0 30px;
  margin: 21px 0 0;
}
.data-row-container .school-ranking .school-ranking-title .school-ranking-text {
  min-height: 75px;
  width: calc(100% - 30.00px);
  float: left;
  position: relative;
  background-color: #ffdd9b;
  border: 1px solid #ffaa06;
  border-radius: 8px;
}
.data-row-container .school-ranking .school-ranking-title .school-ranking-text img {
  display: block;
  position: absolute;
  bottom: -24px;
  left: -20px;
}
.data-row-container .school-ranking .school-ranking-title .school-ranking-text div {
  float: right;
  width: calc(100% - 82.00px);
}
.data-row-container .school-ranking .school-ranking-title .school-ranking-text div p {
  color: #b67801;
  line-height: 1;
  width: 100%;
  float: left;
}
.data-row-container .school-ranking .school-ranking-title .school-ranking-text div p:first-child {
  font-size: 16px;
  margin: 10px 0 0;
}
.data-row-container .school-ranking .school-ranking-title .school-ranking-text div p:last-child {
  font-size: 22px;
  margin: 10px 0 0 4px;
}
.data-row-container .school-ranking .school-rank-pic {
  width: 142px;
  height: 130px;
  margin: 0 10px;
  background-image: url(../../../image/data/percent-bg-03.png);
  float: right;
  padding: 31px 0 0;
}
.data-row-container .school-ranking .school-rank-pic p {
  font-size: 60px;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.data-row-container .ranking-history {
  border-bottom: 1px solid #d3d3d3;
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
.data-row-container .number-of-people {
  border-bottom: 1px solid #d3d3d3;
  float: left;
  width: 100%;
  padding: 13px 0 19px;
}
.data-row-container .number-of-people.blue-block {
  border-bottom: 1px dashed #d3d3d3;
  padding: 13px 0 20px;
}
.data-row-container .number-of-people.blue-block .nop-box {
  border: 1px solid #54b6cf;
}
.data-row-container .number-of-people.blue-block .nop-box p:first-child {
  background-color: #eef8fa;
  line-height: 20px;
  height: 74px;
  color: #54b6cf;
  padding: 15px 15px 19px;
  overflow: hidden;
}
.data-row-container .number-of-people.blue-block .nop-box p:last-child {
  background-color: #54b6cf;
  height: 64px;
  line-height: 60px;
}
.data-row-container .number-of-people .nop-box {
  width: calc(100% /3 - 20.01px);
  margin: 0 10px;
  border: 1px solid #ffaa07;
  border-radius: 6px;
  float: left;
}
.data-row-container .number-of-people .nop-box p {
  text-align: center;
  width: 100%;
  float: left;
  margin: 0;
}
.data-row-container .number-of-people .nop-box p:first-child {
  height: 51px;
  line-height: 50px;
  background-color: #fff6e6;
  color: #ffaa06;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
}
.data-row-container .number-of-people .nop-box p:last-child {
  height: 71px;
  background-color: #ffaa06;
  color: #fff;
  font-size: 36px;
  line-height: 66px;
}
.data-row-container .course-rank-con {
  float: left;
  width: 100%;
}
.data-row-container .team-size-con {
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.data-row-container .team-size-con .team-size-box {
  width: 50%;
  padding: 0 20px 0 0;
  float: left;
}
.data-row-container .team-size-con .team-size-box .team-number {
  width: 50%;
  border-right: 1px solid #d3d3d3;
  float: left;
  padding: 0 0 10px;
  margin: 3px 0 0;
}
.data-row-container .team-size-con .team-size-box .team-number p {
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}
.data-row-container .team-size-con .team-size-box .team-number p:first-child {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: #666;
}
.data-row-container .team-size-con .team-size-box .team-number p:last-child {
  font-size: 32px;
  height: 46px;
  line-height: 46px;
  color: #9bc745;
  margin: 2px 0 0;
}
.data-row-container .team-size-con .team-size-percent {
  width: 50%;
  float: left;
}
.data-row-container .percent-info-con {
  width: 100%;
  float: left;
}
.data-row-container .percent-info-con .percent-info {
  margin-top: 15px;
  min-height: 44px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  float: left;
  width: calc(100% - 112.00px);
  background-color: #fafafa;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 15px;
}
.data-row-container .percent-info-con .percent-info-box {
  width: 92px;
  height: 92px;
  float: right;
}
.data-row-container .enrol-students-con {
  width: 100%;
  float: left;
}
.data-row-container .enrol-students-con .title {
  color: #333;
  font-size: 14px;
  line-height: 1;
  margin: 21px 0 0;
  width: 100%;
  float: left;
}
.data-row-container .enrol-students-state {
  width: 100%;
  float: left;
}
.data-row-container .enrol-students-state .title {
  color: #666;
  font-size: 12px;
  line-height: 1;
  margin: 21px 0 0;
  width: 100%;
  float: left;
}
.data-row-container .research-poj-con {
  width: 100%;
  float: left;
}
.data-row-container .research-poj-con .research-poj-box {
  width: 50%;
  float: left;
  padding: 9px 12px 0;
  margin: 2px 0 0;
}
.data-row-container .research-poj-con .research-poj-box:first-child {
  border-right: 1px solid #d3d3d3;
}
.data-row-container .research-poj-con .research-poj-box p {
  margin: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.data-row-container .research-poj-con .research-poj-box p:first-child {
  font-size: 14px;
  color: #666;
  line-height: 21px;
  height: 45px;
}
.data-row-container .research-poj-con .research-poj-box p:last-child {
  font-size: 16px;
  color: #54b6cf;
  line-height: 1;
  margin: 7px 0 0;
  padding: 0 0 19px;
}
.data-row-container .research-poj-con .research-poj-box p:last-child font {
  font-size: 32px;
}
.data-row-container .research-fund-con {
  width: 100%;
  float: left;
  background-color: #54b6cf;
  border-radius: 5px;
  padding: 10px;
  height: 124px;
}
.data-row-container .research-fund-con .title {
  width: 100%;
  line-height: 22px;
  height: 34px;
  border-bottom: 1px solid #aadbe7;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}
.data-row-container .research-fund-con img {
  display: block;
  float: left;
  margin: 20px 0 0 10px;
}
.data-row-container .research-fund-con .text {
  float: right;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin: 13px 0 0;
}
.data-row-container .research-fund-con .text font {
  font-size: 50px;
}
.data-row-container .research-poj-rank {
  width: 100%;
  float: left;
}
.data-row-container .research-poj-rank .title {
  color: #333;
  font-size: 14px;
  line-height: 1;
  margin: 28px 0 0;
  width: 100%;
  float: left;
}
.data-row-container .teaching-analysis-box {
  width: 100%;
  float: left;
  border-radius: 5px;
  height: 103px;
}
.data-row-container .teaching-analysis-box.color-01 {
  border: 1px solid #ffaa06;
}
.data-row-container .teaching-analysis-box.color-01 .teaching-analysis-icon {
  background-color: #ffaa06;
}
.data-row-container .teaching-analysis-box.color-01 .teaching-analysis-icon img {
  display: block;
  margin: 27px 0 0 20px;
}
.data-row-container .teaching-analysis-box.color-01 .teaching-analysis-text {
  background-color: #fff6e6;
}
.data-row-container .teaching-analysis-box.color-01 .teaching-analysis-text p {
  color: #ffaa06;
}
.data-row-container .teaching-analysis-box.color-02 {
  border: 1px solid #ee4207;
}
.data-row-container .teaching-analysis-box.color-02 .teaching-analysis-icon {
  background-color: #ee4207;
}
.data-row-container .teaching-analysis-box.color-02 .teaching-analysis-icon img {
  display: block;
  margin: 21px 0 0 19px;
}
.data-row-container .teaching-analysis-box.color-02 .teaching-analysis-text {
  background-color: #fdece6;
}
.data-row-container .teaching-analysis-box.color-02 .teaching-analysis-text p {
  color: #ee4207;
}
.data-row-container .teaching-analysis-box .teaching-analysis-icon {
  width: 102px;
  height: 101px;
  float: left;
  border-radius: 5px 0 0 5px;
}
.data-row-container .teaching-analysis-box .teaching-analysis-text {
  width: calc(100%  - 102.00px);
  float: left;
  height: 101px;
  border-radius: 0 5px 5px 0;
}
.data-row-container .teaching-analysis-box .teaching-analysis-text p {
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
}
.data-row-container .teaching-analysis-box .teaching-analysis-text p:first-child {
  font-size: 14px;
  line-height: 1;
  margin: 19px 0 0;
}
.data-row-container .teaching-analysis-box .teaching-analysis-text p:last-child {
  font-size: 14px;
  line-height: 1;
  margin: 15px 0 0;
}
.data-row-container .teaching-analysis-box .teaching-analysis-text p:last-child font {
  font-size: 36px;
}
/*数据中心-校情展示-END*/
/*百分比圆圈*/
.adped-percent {
  float: right;
  border: 7px solid #ecfccd;
  border-radius: 50%;
  position: relative;
  margin: 0 0;
}
.adped-percent .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #a2cf4c;
}
.adped-percent .circle .pie_left,
.adped-percent .circle .pie_right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.adped-percent .circle .pie_left .per_left,
.adped-percent .circle .pie_right .per_left,
.adped-percent .circle .pie_left .per_right,
.adped-percent .circle .pie_right .per_right {
  display: block;
  width: 100%;
  height: 100%;
  background: #d6eea6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(30deg);
}
.adped-percent .circle .mask {
  border: 6px solid #ecfccd;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  left: 6px;
  top: 6px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 106px;
  font-size: 26px;
  color: #8db645;
}
/*
.completion-percent{width:144px;border:6px solid #ecfccd;border-radius:50%;position: relative;height:144px;margin:4px auto 0;
	.circle {width: 100%;height: 100%;  position: absolute;border-radius: 50%;background: #a2cf4c;
		.pie_left, .pie_right {width: 100%; height: 100%; position: absolute; top: 0;left: 0;
			.per_left, .per_right {display: block;width:100%; height:100%;background:#d6eea6;border-radius: 50%;position: absolute;top: 0;left: 0;transform: rotate(30deg);}
		}
		.pie_right, .per_right {clip:rect(0,auto,auto,66px);}
		.pie_left, .per_left {clip:rect(0,66px,auto,0);}
		.mask {border:6px solid #ecfccd;border-radius:50%;width:~"calc(100% - 12px)";height:~"calc(100% - 12px)";border-radius: 50%;left: 6px;top: 6px;background: #FFF;position: absolute;text-align: center;line-height: 106px;font-size: 24px;color:#8db645;
		
		}
	}
}
*/
/*百分比圆圈*/
/*数据中心-END*/
.remind-subscription {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.remind-subscription li {
  position: relative;
  border-radius: 4px;
  width: calc((100% - 4*30px) / 5);
  float: left;
  margin: 30px 30px 0 0;
  border: 1px solid #dbebef;
  background-color: #f9fbfc;
  padding-bottom: 17px;
}
.remind-subscription li i {
  font-size: 4.6rem;
  color: #ccc;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 30px;
}
.remind-subscription li .name {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 20px;
}
.remind-subscription li .fa-check {
  display: none;
}
.remind-subscription li:hover {
  cursor: pointer;
}
.remind-subscription li:nth-child(5n) {
  margin-right: 0;
}
.remind-subscription li.active {
  border: 1px solid #b8d8e1;
  background-color: #e4f0f7;
}
.remind-subscription li.active i {
  color: #0070c0;
}
.remind-subscription li.active .fa-check {
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #72b1da;
  border-radius: 3px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .remind-subscription li {
    width: calc((100% - 2*30px) / 3);
  }
  .remind-subscription li:nth-child(5n) {
    margin-right: 30px;
  }
  .remind-subscription li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .remind-subscription li {
    width: calc((100% - 1*30px) / 2);
  }
  .remind-subscription li:nth-child(5n) {
    margin-right: 30px;
  }
  .remind-subscription li:nth-child(3n) {
    margin-right: 30px;
  }
  .remind-subscription li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .recommend-apps .apps-menu-content,
  .common-apps .apps-menu-content {
    margin-right: calc((100% - 6*134px) / 5);
  }
  .recommend-apps .apps-menu-content:nth-child(7n),
  .common-apps .apps-menu-content:nth-child(7n) {
    margin-right: calc((100% - 6*134px) / 5);
  }
  .recommend-apps .apps-menu-content:nth-child(6n),
  .common-apps .apps-menu-content:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1210px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content {
    margin-right: calc((100% - 7*134px) / 6);
  }
  .recommend-apps .apps-content:nth-child(8n),
  .common-apps .apps-content:nth-child(8n) {
    margin-right: calc((100% - 7*134px) / 6) !important;
  }
  .recommend-apps .apps-content:nth-child(7n),
  .common-apps .apps-content:nth-child(7n) {
    margin-right: 0;
  }
  .recommend-apps .apps-menu-content,
  .common-apps .apps-menu-content {
    margin-right: calc((100% - 5*134px) / 4);
  }
  .recommend-apps .apps-menu-content:nth-child(7n),
  .common-apps .apps-menu-content:nth-child(7n) {
    margin-right: calc((100% - 5*134px) / 4);
  }
  .recommend-apps .apps-menu-content:nth-child(6n),
  .common-apps .apps-menu-content:nth-child(6n) {
    margin-right: calc((100% - 5*134px) / 4);
  }
  .recommend-apps .apps-menu-content:nth-child(5n),
  .common-apps .apps-menu-content:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1107px) {
  .apps-light {
    width: calc((100% - 40px) / 3);
  }
  .apps-light:nth-child(4n) {
    margin-right: 20px;
  }
  .apps-light:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content {
    margin-right: calc((100% - 6*134px) / 5);
  }
  .recommend-apps .apps-content:nth-child(8n),
  .common-apps .apps-content:nth-child(8n) {
    margin-right: calc((100% - 6*134px) / 5) !important;
  }
  .recommend-apps .apps-content:nth-child(7n),
  .common-apps .apps-content:nth-child(7n) {
    margin-right: calc((100% - 6*134px) / 5) !important;
  }
  .recommend-apps .apps-content:nth-child(6n),
  .common-apps .apps-content:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content {
    margin-right: 20px;
    width: calc((100% - 80px) / 5);
  }
  .recommend-apps .apps-content:nth-child(8n),
  .common-apps .apps-content:nth-child(8n) {
    margin-right: 20px!important;
  }
  .recommend-apps .apps-content:nth-child(7n),
  .common-apps .apps-content:nth-child(7n) {
    margin-right: 20px!important;
  }
  .recommend-apps .apps-content:nth-child(6n),
  .common-apps .apps-content:nth-child(6n) {
    margin-right: 20px!important;
  }
  .recommend-apps .apps-content:nth-child(5n),
  .common-apps .apps-content:nth-child(5n) {
    margin-right: 0;
  }
  .data-center-tabcon {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 797px) {
  .apps-light {
    width: calc((100% - 20px) / 2);
  }
  .apps-light:nth-child(4n) {
    margin-right: 20px;
  }
  .apps-light:nth-child(3n) {
    margin-right: 20px;
  }
  .apps-light:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content {
    margin-right: 20px;
    width: calc((100% - 60px) / 4);
  }
  .recommend-apps .apps-content:nth-child(5n),
  .common-apps .apps-content:nth-child(5n) {
    margin-right: 20px!important;
  }
  .recommend-apps .apps-content:nth-child(4n),
  .common-apps .apps-content:nth-child(4n) {
    margin-right: 0!important;
  }
}
@media only screen and (max-width: 672px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content {
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
  }
  .recommend-apps .apps-content:nth-child(4n),
  .common-apps .apps-content:nth-child(4n) {
    margin-right: 20px!important;
  }
  .recommend-apps .apps-content:nth-child(3n),
  .common-apps .apps-content:nth-child(3n) {
    margin-right: 0!important;
  }
}
@media only screen and (max-width: 656px) {
  .apps-light {
    width: 100%;
    margin-right: 0!important;
  }
}
@media only screen and (max-width: 504px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }
  .recommend-apps .apps-content:nth-child(3n),
  .common-apps .apps-content:nth-child(3n) {
    margin-right: 20px!important;
  }
  .recommend-apps .apps-content:nth-child(2n),
  .common-apps .apps-content:nth-child(2n) {
    margin-right: 0!important;
  }
}
@media only screen and (max-width: 365px) {
  .recommend-apps .apps-content,
  .common-apps .apps-content,
  .recommend-apps .apps-menu-content,
  .common-apps .apps-menu-content {
    margin-right: 0!important;
    width: 100%;
  }
  .recommend-apps .apps-content .apps-img,
  .common-apps .apps-content .apps-img,
  .recommend-apps .apps-menu-content .apps-img,
  .common-apps .apps-menu-content .apps-img {
    margin-left: calc((100% - 75px) / 2);
  }
}
/*信息中心-START*/
@media only screen and (max-width: 1280px) {
  .info-center-home .info-center-tabpage .info-block-1.info-block-1,
  .info-center-home .info-center-tabpage .info-block-2.info-block-1 {
    width: calc(100% / 2 - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1.info-block-2,
  .info-center-home .info-center-tabpage .info-block-2.info-block-2 {
    width: calc(100% / 2 - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content {
    width: 100%;
    float: left;
    margin: 10px 0 0;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .img,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .img {
    display: block;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box.list-width-1,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box.list-width-1 {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 1180px) {
  .info-center-home .info-center-tabpage .info-block-1.info-block-1,
  .info-center-home .info-center-tabpage .info-block-2.info-block-1 {
    width: calc(100% / 2 - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1.info-block-2,
  .info-center-home .info-center-tabpage .info-block-2.info-block-2 {
    width: calc(100% / 2 - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content {
    width: 100%;
    float: left;
    margin: 10px 0 0;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .img,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .img {
    display: none;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box.list-width-1,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box.list-width-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .info-center-home .info-center-tabpage .info-ad-box {
    height: auto;
  }
  .info-center-home .info-center-tabpage .info-ad-box img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .info-center-home .info-center-tabpage {
    padding: 0;
  }
  .info-center-home .info-center-tabpage .info-block-1,
  .info-center-home .info-center-tabpage .info-block-2 {
    padding: 10px 15px 20px;
  }
  .data-profile-barbox {
    width: 100%;
    float: left;
    padding: 0 0px;
  }
}
@media only screen and (max-width: 800px) {
  .info-center-home .info-center-tabpage .info-block-1.info-block-1,
  .info-center-home .info-center-tabpage .info-block-2.info-block-1 {
    width: calc(100% - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1.info-block-2,
  .info-center-home .info-center-tabpage .info-block-2.info-block-2 {
    width: calc(100% - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content {
    width: 100%;
    float: left;
    margin: 10px 0 0;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .img,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .img {
    display: block;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box.list-width-1,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box.list-width-1 {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 679px) {
  .info-center-home .info-center-tabpage .info-block-1.info-block-1,
  .info-center-home .info-center-tabpage .info-block-2.info-block-1 {
    width: calc(100% - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1.info-block-2,
  .info-center-home .info-center-tabpage .info-block-2.info-block-2 {
    width: calc(100% - 20.01px);
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content {
    width: 100%;
    float: left;
    margin: 10px 0 0;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .img,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .img {
    display: none;
  }
  .info-center-home .info-center-tabpage .info-block-1 .info-block-content .list-box.list-width-1,
  .info-center-home .info-center-tabpage .info-block-2 .info-block-content .list-box.list-width-1 {
    width: 100%;
  }
}
/*数据中心-START-自适应*/
@media only screen and (max-width: 1390px) {
  .data-block-content .teach-person-box .number.teach-number {
    font-size: 26px;
    margin-top: 143px;
  }
}
@media only screen and (max-width: 1366px) {
  .data-block-content {
    /*数据中心-基础能力与投入*/
    /*数据中心-基础能力与投入*/
  }
  .data-block-content .research-highlight-con {
    width: calc(100% + 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box {
    width: calc(100% / 3 - 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box p {
    width: 100%;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span {
    color: #fff;
    font-size: 38px;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span.num {
    font-size: 24px;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span.num font {
    font-size: 12px;
  }
  .data-block-content .data-person-content .person-box {
    max-width: 300px;
    float: left;
  }
  .data-block-content .data-person-content .person-box span {
    margin: 0 15px 2px 0;
    width: 15px;
    height: 29px;
  }
}
@media only screen and (max-width: 1360px) {
  /*数据中心-START*/
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent {
    width: 120px;
    height: 120px;
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right,
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_right {
    clip: rect(0, auto, auto, 59px);
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left,
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_left {
    clip: rect(0, 59px, auto, 0);
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .mask {
    line-height: 88px;
  }
  .data-block-content .data-profile-content .data-profile-list {
    margin-left: 0;
    width: 100%;
  }
  .data-block-content .research-highlight-con {
    width: calc(100% + 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box {
    width: calc(100% / 2 - 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box p {
    width: 100%;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span {
    color: #fff;
    font-size: 38px;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span.num {
    font-size: 24px;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span.num font {
    font-size: 12px;
  }
  .data-block-content .funds-content .data-half-line {
    display: none;
  }
  .data-block-content .funds-content .data-funds-half {
    width: 100%;
  }
  .data-block-content .funds-content .data-funds-half.funds-half-01 {
    width: 100%;
  }
  .data-block-content .funds-content .data-funds-half.funds-half-02 {
    width: 100%;
  }
  .data-block-content .funds-content .data-funds-half .completion-percent {
    margin: 8px auto 0;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .num {
    height: 58px;
    width: calc(100% - 20.00px);
    margin: 5px 10px 0;
    padding: 0 0 15px;
    line-height: 42px;
    font-size: 38px;
    color: #ffaa06;
    border-bottom: 1px solid #d4d0c8;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .num font {
    font-size: 12px;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .details img {
    margin: 15px 20px 0 0;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .details .details-text {
    margin: 11px 0 0;
    padding: 0 0 4px;
  }
  .data-block-content .funds-content .data-funds-half .bar-pic {
    margin: 5px auto 0;
  }
  .data-block-content .funds-content .data-funds-half .bar-pic img {
    margin: 0 auto 0;
    display: block;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 1341px) {
  .data-center-home .data-center-tabpage .data-block-1.data-block-5,
  .data-center-home .data-center-tabpage .data-block-2.data-block-5,
  .data-center-home .data-center-tabpage .data-block-3.data-block-5,
  .data-center-home .data-center-tabpage .data-block-4.data-block-5,
  .data-center-home .data-center-tabpage .data-block-5.data-block-5,
  .data-center-home .data-center-tabpage .data-block-6.data-block-5 {
    width: calc(100% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-6,
  .data-center-home .data-center-tabpage .data-block-2.data-block-6,
  .data-center-home .data-center-tabpage .data-block-3.data-block-6,
  .data-center-home .data-center-tabpage .data-block-4.data-block-6,
  .data-center-home .data-center-tabpage .data-block-5.data-block-6,
  .data-center-home .data-center-tabpage .data-block-6.data-block-6 {
    width: calc(100% - 20.01px);
  }
  .data-block-content .student-profile-content {
    padding: 0;
    width: 100%;
    float: left;
    margin: 9px 0 0;
  }
  .data-block-content .student-profile-content .data-profile-right {
    margin: 0 0 0 10px;
    width: calc(100% / 2 - 20.51px);
    float: left;
  }
  .data-block-content .student-profile-content .data-profile-right .profile-r-state {
    float: left;
    width: auto;
    margin: 25px 0 0 30px;
  }
  .data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text {
    width: auto;
    margin: 9px auto 0;
    width: 140px;
    float: left;
  }
  .data-block-content .student-profile-content .data-profile-right .student-percent-circle {
    max-width: 144px;
    width: 144px;
    height: 144px;
    margin: 25px auto 26px 20px;
    float: left;
  }
}
@media only screen and (max-width: 1300px) {
  /*数据中心-START*/
  .data-center-home .data-center-tabpage .data-block-1.data-block-1,
  .data-center-home .data-center-tabpage .data-block-2.data-block-1,
  .data-center-home .data-center-tabpage .data-block-3.data-block-1 {
    width: calc(100% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-2,
  .data-center-home .data-center-tabpage .data-block-2.data-block-2,
  .data-center-home .data-center-tabpage .data-block-3.data-block-2 {
    width: calc(60% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-3,
  .data-center-home .data-center-tabpage .data-block-2.data-block-3,
  .data-center-home .data-center-tabpage .data-block-3.data-block-3 {
    width: calc(40% - 20.01px);
  }
  .data-block-content .ytox-tabs {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0px;
    padding: 0;
    border-right: none;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box {
    float: left;
    height: 40px;
    width: auto;
    display: block;
    border: 1px solid #fff;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 15px;
    position: relative;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box.active {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    border-bottom: 1px solid #fff;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box font {
    display: none;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box span {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #333;
    float: left;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box i.point {
    top: 5px;
    right: 5px;
  }
  .data-block-content .data-profile-content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  .data-block-content .data-profile-content .data-profile-list {
    margin-left: 0;
    width: 100%;
  }
  .data-block-content .data-ability-content .data-profile-line {
    height: 235px;
  }
  .data-block-content .data-ability-content .data-ability-down {
    margin-top: 12px;
    min-height: 143px;
    height: auto;
    padding: 10px 0;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box {
    width: calc(100% / 2 );
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(2) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) .ability-line {
    display: block;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(3) {
    border-right: 1px solid #004190;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(5) .ability-line,
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) .ability-line {
    display: none;
  }
  .data-block-content .data-achieve-content .achieve-block {
    width: calc(100% / 2 - 40.01px);
  }
  .data-block-content .data-achieve-content .achieve-rank {
    width: calc(100% / 2 - 40.01px);
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 1279px) {
  .data-center-home .data-center-tabpage .data-block-4.data-block4-adpe {
    width: calc(100% - 20.01px);
    height: auto!important;
  }
  .data-center-home .data-center-tabpage .bbook-content-70,
  .data-center-home .data-center-tabpage .bbook-content-30 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .book-summary-container {
    width: 50%;
  }
  .data-center-home .data-center-tabpage .data-block-4.food-height-03,
  .data-center-home .data-center-tabpage .data-block-4.food-height-04 {
    width: calc(100% - 20.01px) !important;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-half-block {
    width: 100%;
    margin: 0 0 20px;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-half-line {
    display: none;
  }
  .data-half-adpe .data-half-block {
    width: 100%;
  }
  .data-half-adpe .data-half-block-02 {
    width: 100%;
  }
  .data-half-adpe .data-third-block {
    width: calc(50% - 1.01px);
  }
  .data-half-adpe .data-third-block:last-child {
    width: 100%;
  }
  .data-half-adpe .data-third-block .ts-num-con {
    width: calc(50% - 20.01px);
    float: left;
    margin: 0 10px;
  }
  .data-half-adpe .data-half-line {
    display: none;
  }
  .data-block-content .mystudy-content {
    width: calc(100% + 40.01px);
    margin-left: -20px;
    float: left;
  }
  .data-block-content .mystudy-content .mystudy-box .mystudy-title {
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #dbdbdb;
    color: #333;
    font-weight: bold;
    padding: 0 0 10px;
  }
  .data-block-content .mystudy-content .mystudy-box.mystudy-box-01 {
    width: calc(50% - 40.01px);
    margin: 0 20px;
    float: left;
  }
  .data-block-content .mystudy-content .mystudy-box.mystudy-box-02 {
    width: calc(100% - 40.01px);
    margin: 20px 20px 0;
    float: left;
  }
  .data-block-content .teach-person-box .number.teach-number {
    font-size: 40px;
    margin-top: 133px;
  }
}
@media only screen and (max-width: 1268px) {
  .data-center-home .data-assess-line {
    display: none;
  }
  .data-center-home .data-assessment {
    width: 100%;
  }
  .data-center-home .data-lefthalf-block {
    width: 100%;
  }
  .data-center-home .data-righthalf-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1259px) {
  .data-row-container .data-row-line-02 {
    display: none;
  }
  .data-row-container .data-first-row {
    width: calc(50% - 41.01px);
    margin: 0 0 0 20px;
  }
  .data-row-container .data-second-row {
    width: calc(50% - 41.01px);
    margin: 0 20px 0 0;
  }
  .data-row-container .data-throw-row {
    width: calc(100%);
    margin: 0 0px;
  }
  .data-row-container .data-throw-row .data-row-inside {
    width: calc(50% - 41.00px);
    margin: 0 20px;
    float: left;
  }
  .data-row-container .data-throw-row .data-row-inside.data-row-inside-02 .data-first-title {
    margin-top: 8px;
  }
  .data-row-container .data-throw-row .data-row-insideline {
    display: block;
  }
  .data-row-container .chart-image {
    max-width: 426px;
  }
}
@media only screen and (max-width: 1200px) {
  .data-block-content .data-consume-content {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-left {
    width: calc(100% - 40.00px);
    margin: 0 20px;
    float: left;
    margin-bottom: 10px;
  }
  .data-block-content .data-consume-content .data-consume-right {
    width: calc(100% - 40.00px);
    margin: 18px 20px 0;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-right .data-sc-line {
    width: calc(57% - 20.00px);
    margin: 0 20px 0 0;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-right .consumption-level {
    width: calc(43% - 20.00px);
    margin: 0 0 0 20px;
    float: left;
  }
  .data-profile-bar div {
    float: none;
  }
  .data-profile-bar div.text-01 {
    margin: 0 10px 14px 0;
    float: left;
  }
  .data-profile-bar div.text-02 {
    margin: 0 10px 0 0;
    float: left;
    clear: both;
  }
}
@media only screen and (max-width: 1173px) {
  /*数据中心-START*/
  .data-block-content .data-profile-content .data-profile-line {
    height: 315px;
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent {
    width: 144px;
    height: 144px;
    float: left;
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right,
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_right {
    clip: rect(0, auto, auto, 66px);
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left,
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_left {
    clip: rect(0, 66px, auto, 0);
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .mask {
    line-height: 106px;
  }
  .data-block-content .data-ability-content .data-ability-left {
    width: calc(100% - 20.00px);
    margin: 0 10px;
    float: left;
  }
  .data-block-content .data-ability-content .data-ability-left p {
    margin: 0 auto;
    width: 206px;
    padding-bottom: 5px;
  }
  .data-block-content .data-ability-content .data-profile-line {
    display: none;
  }
  .data-block-content .data-ability-content .data-ability-right {
    width: 100%;
    margin: 0;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
  }
  .data-block-content .data-ability-content .data-ability-right .score-pic {
    float: left;
  }
  .data-block-content .data-ability-content .data-ability-right .score-d-box {
    width: calc(100% - 152.00px);
    float: right;
  }
  .data-block-content .data-ability-content .data-ability-down {
    margin-top: 21px;
    min-height: 143px;
    height: auto;
    padding: 10px 0;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box {
    width: calc(100% / 2 );
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(2) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) .ability-line {
    display: block;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(3) {
    border-right: 1px solid #004190;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(5) .ability-line,
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) .ability-line {
    display: none;
  }
  .data-block-content .data-teach {
    width: 100%;
  }
  .data-block-content .data-evaluate {
    width: 100%;
    float: left;
  }
  .data-block-content .data-teach-line {
    display: none;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 1155px) {
  /*数据中心-START*/
  .data-center-home .data-center-tabpage .data-block-1.data-block-1,
  .data-center-home .data-center-tabpage .data-block-2.data-block-1,
  .data-center-home .data-center-tabpage .data-block-3.data-block-1 {
    width: calc(100% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-2,
  .data-center-home .data-center-tabpage .data-block-2.data-block-2,
  .data-center-home .data-center-tabpage .data-block-3.data-block-2 {
    width: calc(60% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-3,
  .data-center-home .data-center-tabpage .data-block-2.data-block-3,
  .data-center-home .data-center-tabpage .data-block-3.data-block-3 {
    width: calc(40% - 20.01px);
  }
  .data-block-content .data-profile-content {
    width: 100%;
    margin-top: 20px;
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent {
    float: left;
  }
  /*数据中心-END*/
  /*数据中心 我的教学 maqt start */
}
@media only screen and (max-width: 1023px) {
  /*数据中心-START*/
  .data-center-home .data-center-tabpage .data-block-1.data-block-1,
  .data-center-home .data-center-tabpage .data-block-2.data-block-1,
  .data-center-home .data-center-tabpage .data-block-3.data-block-1 {
    width: calc(100% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-2,
  .data-center-home .data-center-tabpage .data-block-2.data-block-2,
  .data-center-home .data-center-tabpage .data-block-3.data-block-2 {
    width: calc(100% - 20.01px);
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-3,
  .data-center-home .data-center-tabpage .data-block-2.data-block-3,
  .data-center-home .data-center-tabpage .data-block-3.data-block-3 {
    width: calc(100% - 20.01px);
  }
  .data-block-content {
    margin-top: 10px;
  }
  .data-block-content .ytox-tabs {
    width: 99px;
    height: 410px;
    float: left;
    padding: 10px 0 0;
    border-right: 1px solid #d3d3d3;
    border-bottom: none;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box {
    height: 105px;
    width: 99px;
    display: block;
    border: 1px solid #fff;
    border-right: 1px solid #d3d3d3;
    padding: 20px 0;
    position: relative;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box.active {
    border: 1px solid #d3d3d3;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #fff;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box.active font,
  .data-block-content .ytox-tabs .ytox-tabs-box.active span {
    color: #004190;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box font {
    font-size: 40px;
    display: block;
    width: 100%;
    margin: 0 auto;
    width: 40px;
    color: #999;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box span {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 12px 0 0 25px;
    color: #333;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box i.point {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #ff0000;
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .data-block-content .data-profile-content {
    width: calc(100% - 99px);
    margin-left: 0;
    padding-left: 10px;
  }
  .data-block-content .data-profile-content .data-profile-left {
    margin: 0 10px;
    width: calc(100% / 2 - 30.51px);
    float: left;
  }
  .data-block-content .data-profile-content .data-profile-line {
    display: block;
    height: 190px;
  }
  .data-block-content .data-profile-content .data-profile-right {
    margin: 0 10px;
    width: calc(100% / 2 - 30.51px);
    float: left;
    border-top: none;
    padding: 0;
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent {
    width: 120px;
    float: right;
    border: 6px solid #ecfccd;
    border-radius: 50%;
    position: relative;
    height: 120px;
    margin: 4px 0 0;
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_right,
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_right {
    clip: rect(0, auto, auto, 59px);
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .pie_left,
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .per_left {
    clip: rect(0, 59px, auto, 0);
  }
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent .circle .mask {
    line-height: 88px;
  }
  .data-block-content .data-profile-list {
    overflow: auto;
    margin-left: 10px;
    width: calc(100% - 10px);
  }
  .data-block-content .data-ability-content .data-ability-left {
    width: calc(100% / 2 - 20.51px);
    margin: 0 10px 0 0;
    float: left;
  }
  .data-block-content .data-ability-content .data-ability-left p {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0px;
  }
  .data-block-content .data-ability-content .data-profile-line {
    display: block;
    height: 240px;
  }
  .data-block-content .data-ability-content .data-ability-right {
    width: calc(100% / 2 - 20.51px);
    margin: 0 0 0 10px;
    float: left;
    padding-top: 0px;
    border-top: none;
  }
  .data-block-content .data-ability-content .data-ability-right .score-pic {
    float: none;
  }
  .data-block-content .data-ability-content .data-ability-right .score-d-box {
    width: 100%;
    float: none;
  }
  .data-block-content .data-ability-content .data-ability-down {
    margin-top: 12px;
    min-height: 143px;
    height: auto;
    padding: 10px 0;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box {
    width: calc(100% / 3.01 );
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(2) {
    border-right: 1px solid #004190;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) .ability-line {
    display: block;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(3) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) .ability-line,
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(5) .ability-line,
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) .ability-line {
    display: none;
  }
  .data-block-content .data-career {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .data-block-content .data-career:nth-child(2n) {
    margin-right: 0;
  }
  .data-block-content .data-book-content .data-book-box {
    width: 100%;
    float: left;
  }
  .data-block-content .data-book-content .data-book-box:first-child {
    margin-bottom: 20px;
  }
  .data-block-content .data-book-content .data-book-box div.title {
    width: calc(100% - 40.00px);
  }
  .data-block-content .data-book-content .data-book-box div.box {
    width: calc(50% - 40.00px);
    float: left;
    margin: 0 20px;
  }
  .data-block-content .data-book-content .data-book-box div.book-pie-cart {
    width: calc(50% - 40.51px);
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text {
    width: calc(50% - 40.51px);
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span:nth-child(2),
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span:nth-child(3) {
    float: right;
    width: 100%;
    padding-left: 50px;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span font {
    color: #d69c01;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span font.big {
    font-size: 18px;
    font-weight: bold;
  }
  .data-block-content .data-book-content .data-book-box .dashed-line {
    border-left: 1px dashed #dbdbdb;
    width: 1px;
    height: 208px;
    float: left;
    margin: 17px 0 0;
  }
  .data-block-content .data-book-content .data-book-line {
    display: none;
  }
  .data-row-container .data-row-line {
    display: none;
  }
  .data-row-container .data-first-row {
    width: calc(100% - 40.01px);
    margin: 0 20px;
  }
  .data-row-container .data-second-row {
    width: calc(100% - 40.01px);
    margin: 0 20px;
  }
  .data-row-container .data-throw-row {
    width: calc(100% - 40.01px);
    margin: 0 20px;
  }
  .data-row-container .data-throw-row .data-row-inside {
    width: 100%;
    margin: 0;
    float: left;
  }
  .data-row-container .data-throw-row .data-row-inside.data-row-inside-02 .data-first-title {
    margin-top: 26px;
  }
  .data-row-container .data-throw-row .data-row-insideline {
    display: none;
  }
  .data-row-container .chart-image {
    max-width: 100%;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 900px) {
  .data-block-content .teach-person-box .number.teach-number {
    font-size: 20px;
    margin-top: 148px;
  }
  .data-block-content .teach-static-half {
    width: 100%;
  }
  .data-block-content .teach-static-half .teach-person-box {
    margin: 20px 0 0;
    float: none;
  }
  .data-block-content .teach-static-half .instrument-panel-con {
    margin: 20px auto;
  }
  .data-block-content .teach-static-line {
    display: none;
  }
  .data-half-adpe .data-third-block {
    width: 100%;
  }
  .data-half-adpe .data-third-block .teach-right-content {
    margin-top: 25px;
  }
  .data-half-adpe .data-third-block .ts-num-con {
    width: 100%;
  }
  .data-half-adpe .data-third-line {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .data-block-content .personal-presence-block {
    width: calc(100% - 20.00px);
    float: left;
  }
  .data-block-content .personal-presence-line {
    width: calc(100% - 20.00px);
    margin: 20px 0 ;
    float: left;
    background-color: #d3d3d3;
    height: 1px!important;
  }
  .data-block-content .student-profile-content {
    padding: 0;
    width: 100%;
    float: left;
    margin: 9px 0 0;
  }
  .data-block-content .student-profile-content .data-profile-right {
    margin: 0 0 0 10px;
    width: calc(100% / 2 - 20.51px);
    float: left;
  }
  .data-block-content .student-profile-content .data-profile-right .profile-r-state {
    float: none;
    width: 100%;
    margin: 0 ;
  }
  .data-block-content .student-profile-content .data-profile-right .profile-r-state .state-text {
    width: auto;
    margin: 9px auto 0;
    width: 140px;
    float: none;
  }
  .data-block-content .student-profile-content .data-profile-right .student-percent-circle {
    max-width: 144px;
    width: 144px;
    height: 144px;
    margin: 25px auto 26px;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .data-center-home .data-center-tabpage .bbook-content-70,
  .data-center-home .data-center-tabpage .bbook-content-30 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .book-summary-container {
    width: 100%;
  }
  /*数据中心-START*/
  .data-center-home .data-center-tabpage .data-block-1,
  .data-center-home .data-center-tabpage .data-block-2,
  .data-center-home .data-center-tabpage .data-block-3,
  .data-center-home .data-center-tabpage .data-block-4,
  .data-center-home .data-center-tabpage .data-block-5,
  .data-center-home .data-center-tabpage .data-block-6 {
    margin: 10px 0;
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-1,
  .data-center-home .data-center-tabpage .data-block-2.data-block-1,
  .data-center-home .data-center-tabpage .data-block-3.data-block-1,
  .data-center-home .data-center-tabpage .data-block-4.data-block-1,
  .data-center-home .data-center-tabpage .data-block-5.data-block-1,
  .data-center-home .data-center-tabpage .data-block-6.data-block-1 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-2,
  .data-center-home .data-center-tabpage .data-block-2.data-block-2,
  .data-center-home .data-center-tabpage .data-block-3.data-block-2,
  .data-center-home .data-center-tabpage .data-block-4.data-block-2,
  .data-center-home .data-center-tabpage .data-block-5.data-block-2,
  .data-center-home .data-center-tabpage .data-block-6.data-block-2 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-3,
  .data-center-home .data-center-tabpage .data-block-2.data-block-3,
  .data-center-home .data-center-tabpage .data-block-3.data-block-3,
  .data-center-home .data-center-tabpage .data-block-4.data-block-3,
  .data-center-home .data-center-tabpage .data-block-5.data-block-3,
  .data-center-home .data-center-tabpage .data-block-6.data-block-3 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-4,
  .data-center-home .data-center-tabpage .data-block-2.data-block-4,
  .data-center-home .data-center-tabpage .data-block-3.data-block-4,
  .data-center-home .data-center-tabpage .data-block-4.data-block-4,
  .data-center-home .data-center-tabpage .data-block-5.data-block-4,
  .data-center-home .data-center-tabpage .data-block-6.data-block-4 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-5,
  .data-center-home .data-center-tabpage .data-block-2.data-block-5,
  .data-center-home .data-center-tabpage .data-block-3.data-block-5,
  .data-center-home .data-center-tabpage .data-block-4.data-block-5,
  .data-center-home .data-center-tabpage .data-block-5.data-block-5,
  .data-center-home .data-center-tabpage .data-block-6.data-block-5 {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .data-block-1.data-block-6,
  .data-center-home .data-center-tabpage .data-block-2.data-block-6,
  .data-center-home .data-center-tabpage .data-block-3.data-block-6,
  .data-center-home .data-center-tabpage .data-block-4.data-block-6,
  .data-center-home .data-center-tabpage .data-block-5.data-block-6,
  .data-center-home .data-center-tabpage .data-block-6.data-block-6 {
    width: 100%;
  }
  .data-block-content {
    margin-top: 20px;
  }
  .data-block-content .personal-presence-block {
    width: 100%;
    float: left;
  }
  .data-block-content .personal-presence-line {
    width: 100%;
    margin: 20px 0 ;
    float: left;
    background-color: #d3d3d3;
    height: 1px!important;
  }
  .data-block-content .ytox-tabs {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding: 0;
    border-right: none;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box {
    float: left;
    height: 40px;
    width: auto;
    display: block;
    border: 1px solid #fff;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 15px;
    position: relative;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box.active {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    border-bottom: 1px solid #fff;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box font {
    display: none;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box span {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #333;
    float: left;
  }
  .data-block-content .ytox-tabs .ytox-tabs-box i.point {
    top: 5px;
    right: 5px;
  }
  .data-block-content .data-profile-content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .data-block-content .data-profile-content .data-profile-left {
    margin: 0;
    width: 100%;
  }
  .data-block-content .data-profile-content .data-profile-line {
    display: none;
  }
  .data-block-content .data-profile-content .data-profile-right {
    margin: 10px 0 0;
    width: 100%;
    border-top: 1px solid #dedede;
    padding: 10px 0 0;
  }
  .data-block-content .data-profile-content .data-profile-list {
    overflow-y: auto;
    margin-left: 0;
    width: 100%;
  }
  .data-block-content .data-ability-content .data-ability-left {
    width: calc(100% - 20.00px);
    margin: 0 10px;
    float: left;
  }
  .data-block-content .data-ability-content .data-ability-left p {
    margin: 0 auto;
    width: 206px;
    padding-bottom: 5px;
  }
  .data-block-content .data-ability-content .data-profile-line {
    display: none;
  }
  .data-block-content .data-ability-content .data-ability-right {
    width: 100%;
    margin: 0;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
  }
  .data-block-content .data-ability-content .data-ability-right .score-pic {
    float: left;
  }
  .data-block-content .data-ability-content .data-ability-right .score-d-box {
    width: calc(100% - 152.00px);
    float: right;
  }
  .data-block-content .data-ability-content .data-ability-down {
    margin-top: 12px;
    min-height: 143px;
    height: auto;
    padding: 10px 0;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box {
    width: calc(100% / 2 );
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(2) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) .ability-line {
    display: block;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(3) {
    border-right: 1px solid #004190;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(5) .ability-line,
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) .ability-line {
    display: none;
  }
  .data-block-content .data-book-content .data-book-box {
    width: 100%;
    float: left;
  }
  .data-block-content .data-book-content .data-book-box:first-child {
    margin-bottom: 20px;
  }
  .data-block-content .data-book-content .data-book-box div.title {
    width: calc(100% - 40.00px);
  }
  .data-block-content .data-book-content .data-book-box div.box {
    width: calc(100% - 40.00px);
    float: left;
    margin: 0 20px;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span:nth-child(2),
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span:nth-child(3) {
    float: right;
    width: 100%;
    padding-left: 50px;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span font {
    color: #d69c01;
  }
  .data-block-content .data-book-content .data-book-box div.book-pic-text p span font.big {
    font-size: 18px;
    font-weight: bold;
  }
  .data-block-content .data-book-content .data-book-box .dashed-line {
    display: none;
  }
  .data-block-content .data-book-content .data-book-line {
    display: none;
  }
  .data-block-content .data-consume-content {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-left {
    width: calc(100% - 40.00px);
    margin: 0 20px;
    float: left;
    margin-bottom: 15px;
  }
  .data-block-content .data-consume-content .data-consume-left .picture {
    width: 30%;
    float: left;
    max-width: 194px;
    margin: 58px 20px 0 0;
  }
  .data-block-content .data-consume-content .data-consume-left .picture img {
    width: 100%;
  }
  .data-block-content .data-consume-content .data-consume-left .text {
    width: calc(70% - 20.00px);
    float: right;
  }
  .data-block-content .data-consume-content .data-consume-right {
    width: calc(100% - 40.00px);
    margin: 0 20px;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-right .data-sc-line {
    width: calc(100%);
    margin: 0 0 15px 0;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-right .consumption-level {
    width: calc(100%);
    margin: 0 0 0 0px;
    float: left;
  }
  .data-block-content .research-highlight-con {
    width: calc(100% + 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box {
    width: calc(100% / 3 - 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box p {
    width: 100%;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span {
    color: #fff;
    font-size: 38px;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span.num {
    font-size: 24px;
  }
  .data-block-content .research-highlight-con .research-highlight-box p span.num font {
    font-size: 12px;
  }
  .data-block-content .funds-content .data-half-line {
    display: block;
    height: 260px;
  }
  .data-block-content .funds-content .data-funds-half {
    width: calc(50% - 20.51px);
  }
  .data-block-content .funds-content .data-funds-half .completion-percent {
    margin: 8px auto 0;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .num {
    height: 58px;
    width: calc(100% - 20.00px);
    margin: 5px 10px 0;
    padding: 0 0 15px;
    line-height: 42px;
    font-size: 38px;
    color: #ffaa06;
    border-bottom: 1px solid #d4d0c8;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .num font {
    font-size: 12px;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .details img {
    margin: 15px 20px 0 0;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .details .details-text {
    margin: 11px 0 0;
    padding: 0 0 4px;
  }
  .data-block-content .funds-content .data-funds-half .bar-pic {
    margin: 5px auto 0;
  }
  .data-block-content .funds-content .data-funds-half .bar-pic img {
    margin: 0 auto 0;
    display: block;
  }
  .data-block-content .data-state-con .data-career {
    width: calc((100% - 44px) / 2);
  }
  .data-block-content .data-timeline-con,
  .data-block-content .professional-half-block,
  .data-block-content .data-income-box {
    width: 100%!important;
  }
  .data-block-content .data-timeline-line {
    width: 100%!important;
    height: 1px!important;
    margin: 20px 0!important;
    border-top: 1px solid #dedede!important;
  }
  .data-block-content .professional-half-line,
  .data-block-content .data-income-line {
    display: none;
  }
  .data-half-block {
    width: 100%;
    float: left;
  }
  .data-half-block:first-child {
    padding: 0 20px;
  }
  .data-half-block:last-child {
    padding: 0 20px;
  }
  .data-half-line {
    display: none!important;
  }
  .data-center-home .data-block-content {
    margin-top: 10px;
  }
  .data-center-home .data-assess-line {
    display: none;
  }
  .data-center-home .data-assessment {
    width: 100%;
  }
  .data-center-home .data-assessment .data-assessment-rup .ability-con-01 {
    width: 100%;
    margin: 0;
  }
  .data-center-home .data-assessment .data-assessment-rup .ability-con-02 {
    width: 100%;
    margin: 15px 0 0;
  }
  .data-center-home .data-assessment .data-assessment-rup .ability-con-line {
    display: none;
  }
  .data-center-home .data-assessment .list-box {
    width: 100%!important;
    margin-left: 0;
    overflow: auto;
  }
  .data-center-home .data-lefthalf-block {
    width: 100%;
  }
  .data-center-home .data-righthalf-block {
    width: 100%;
    padding: 0 20px;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 660px) {
  .data-profile-bar div {
    float: none;
  }
  .data-profile-bar div.text-01 {
    margin: 0 10px 14px 0;
    float: none;
    clear: both;
  }
  .data-profile-bar div.text-02 {
    margin: 0 10px 0 0;
    float: none;
    clear: both;
  }
  /*数据中心-START*/
  .data-block-content .data-achieve-content .achieve-block {
    width: calc(100% - 40.01px);
  }
  .data-block-content .data-achieve-content .achieve-rank {
    width: calc(100% - 40.01px);
    padding: 0 0 15px;
    border-left: none;
    height: auto;
  }
  .data-block-content .data-teach .data-teach-left {
    width: 100%;
    margin-top: 5px;
  }
  .data-block-content .data-teach .data-teach-right {
    width: 100%;
  }
  .data-block-content .data-evaluate .data-evaluate-left {
    width: 100%;
  }
  .data-block-content .data-evaluate .data-evaluate-right {
    width: 100%;
  }
  .data-block-content .data-evaluate .data-evaluate-line {
    display: none;
  }
  .data-block-content .data-evaluate .data-evaluate-title {
    margin-top: 10px;
  }
  .data-block-content .mystudy-content {
    width: calc(100% + 40.01px);
    margin-left: -20px;
    float: left;
  }
  .data-block-content .mystudy-content .mystudy-box.mystudy-box-01 {
    width: calc(100% - 40.01px);
    margin: 20px 20px;
  }
  .data-block-content .mystudy-content .mystudy-box.mystudy-box-02 {
    width: calc(100% - 40.01px);
    margin: 20px 20px 0;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 600px) {
  .data-block-content .research-highlight-con {
    width: calc(100% + 20.00px);
  }
  .data-block-content .research-highlight-con .research-highlight-box {
    width: calc(100%  - 20.00px);
  }
  .data-block-content .funds-content .data-half-line {
    display: none!important;
  }
  .data-block-content .funds-content .data-funds-half {
    width: 100%;
  }
  .data-block-content .funds-content .data-funds-half .completion-percent {
    margin: 8px auto 0;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .num {
    height: 58px;
    width: calc(100% - 20.00px);
    margin: 5px 10px 0;
    padding: 0 0 15px;
    line-height: 42px;
    font-size: 38px;
    color: #ffaa06;
    border-bottom: 1px solid #d4d0c8;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .num font {
    font-size: 12px;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .details img {
    margin: 15px 20px 0 0;
  }
  .data-block-content .funds-content .data-funds-half .funds-down-content .details .details-text {
    margin: 11px 0 0;
    padding: 0 0 4px;
  }
  .data-block-content .funds-content .data-funds-half .bar-pic {
    margin: 5px auto 0;
  }
  .data-block-content .funds-content .data-funds-half .bar-pic img {
    margin: 0 auto 0;
    display: block;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-half-block {
    width: 100%;
    margin: 0 0 20px;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-half-line {
    display: none;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .consume-img {
    margin: 0 auto;
    float: none;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .most-consume-container > img {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .consume-info-box {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .most-consume-con {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .consume-info-rank .consume-half-block {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .consume-info-rank .consume-half-line {
    margin: 20px 0;
    width: 100%;
    height: 1px!important;
    border-top: 1px dashed #d3d3d3;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .shop-list-con .shop-box .title {
    float: left;
  }
  .data-center-home .data-center-tabpage .consume-block-1 .data-block-content .shop-list-con .shop-box .text {
    float: left;
  }
  .data-center-home .data-center-tabpage .data-block-content .data-food-container .data-food-img {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .data-center-home .data-center-tabpage .data-block-content .data-food-container .food-info-box {
    width: 100%;
  }
  .data-center-home .data-center-tabpage .data-block-content .data-food-container .food-info-box .food-info-list span {
    float: left;
  }
  .data-center-home .data-center-tabpage .data-block-content .shop-rank-container .shop-rank-img {
    margin: 0 auto;
    float: none;
  }
  .data-center-home .data-center-tabpage .data-block-content .shop-rank-container .shop-rank-info {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .data-block-content .data-details-listbox .details {
    border-left: none;
    margin: 15px 0 0;
    padding: 5px 0 10px 0;
  }
  .data-profile-bar {
    width: 100%;
    float: left;
    background-color: #e5f1f8;
    border: 1px solid #b2d4eb;
    border-radius: 6px;
    min-height: 58px;
    padding: 0 15px;
  }
  .data-profile-bar div {
    min-height: 30px;
    line-height: 30px;
    margin: 15px 0 12px;
  }
  .data-profile-bar div.research {
    float: none;
    line-height: 30px;
    margin: 5px 20px 0 0;
    clear: both;
  }
  .data-row-container {
    width: 100%;
    margin: 0;
  }
  .data-row-container .data-row-line {
    display: none;
  }
  .data-row-container .data-first-row {
    width: calc(100% - 20.01px);
    margin: 0 10px;
  }
  .data-row-container .data-second-row {
    width: calc(100% - 20.01px);
    margin: 0 10px;
  }
  .data-row-container .data-throw-row {
    width: calc(100% - 20.01px);
    margin: 0 10px;
  }
  .data-row-container .data-throw-row .data-row-inside {
    width: 100%;
    margin: 0;
    float: left;
  }
  .data-row-container .data-throw-row .data-row-insideline {
    display: none;
  }
  .data-row-container .school-ranking {
    float: none;
    width: 100%;
    border-bottom: 1px dashed #d3d3d3;
    margin: 32px 0 0;
    padding: 0 0 18px;
  }
  .data-row-container .school-ranking .school-ranking-title {
    width: 100%;
    float: left;
    margin: 20px 0 30px;
    clear: both;
  }
  .data-row-container .school-ranking .school-rank-pic {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .data-row-container .number-of-people .nop-box {
    width: calc(100% - 20.00px);
    margin: 0 10px 15px;
  }
  .data-row-container .team-size-con {
    width: 100%;
    float: left;
    margin: 30px 0 0;
  }
  .data-row-container .team-size-con .team-size-box {
    width: 100%;
    padding: 0 0;
    float: left;
  }
  .data-row-container .team-size-con .team-size-box .team-number {
    width: 50%;
    border-right: 1px solid #d3d3d3;
    float: left;
    padding: 0 0 10px;
    margin: 3px 0 0;
  }
  .data-row-container .team-size-con .team-size-box .team-number:last-child {
    border-right: none;
  }
  .data-row-container .team-size-con .team-size-percent {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .data-block-content {
    width: 100%;
  }
  .data-block-content .data-career {
    width: 100%;
    margin-right: 0;
  }
  .data-block-content .thesis-title-box {
    min-height: 32px;
    line-height: 20px;
    text-align: left!important;
    padding: 6px 0;
  }
  .data-block-content .thesis-substance {
    text-align: left!important;
    padding: 8px 10px;
  }
  .data-block-content .data-state-con .data-career {
    width: calc(100% - 22px);
  }
}
@media only screen and (max-width: 490px) {
  .data-block-content {
    width: 100%;
  }
  .data-block-content .data-person-content .person-box {
    max-width: 268px;
  }
  .data-block-content .data-person-content .person-box span {
    margin: 0 10px 2px 0;
  }
  .data-block-content .data-person-content .number {
    float: left;
    font-size: 38px;
    margin: 0;
  }
  .data-block-content .personal-presence-block {
    width: 100%;
    float: left;
  }
  .data-block-content .personal-presence-block .personal-presence-up .major-rank-box {
    margin: 0 auto;
    float: none;
    clear: both;
    width: 143px;
  }
  .data-block-content .personal-presence-block .personal-presence-up .major-study-box {
    margin: 0 auto 20px;
    float: none;
    clear: both;
    width: 100%;
  }
  .data-block-content .personal-presence-block .personal-presence-up .major-study-box .major-study-text {
    float: none;
    clear: both;
  }
  .data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic {
    padding: 0;
  }
  .data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-01 {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-01 p {
    float: left;
    width: 100%;
  }
  .data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .presence-rankbg-02 {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .read-book-pic {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .data-block-content .personal-presence-block .personal-presence-down .presence-tit-pic .consume-rank-pic {
    margin: 15px auto;
    float: none;
    clear: both;
    width: 235px;
  }
  .data-block-content .personal-presence-line {
    width: 100%;
    margin: 20px 0 ;
    float: left;
    background-color: #d3d3d3;
    height: 1px!important;
  }
  .data-block-content .student-profile-content {
    padding: 0;
    width: 100%;
    float: left;
    margin: 9px 0 0;
  }
  .data-block-content .student-profile-content .data-profile-left {
    width: 100%;
    margin: 0;
  }
  .data-block-content .student-profile-content .data-profile-right {
    width: 100%;
    margin: 0;
  }
  .data-block-content .student-profile-content .data-profile-line {
    display: none;
  }
  .data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-text {
    float: right;
    line-height: 49px;
    margin: 0;
    height: 63px;
  }
  .data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-text span {
    font-size: 28px;
  }
  .data-block-content .mystudy-content .mystudy-box .mystudy-score .mystudy-score-rank .mystudy-score-text font {
    font-size: 20px;
  }
  .data-half-adpe .data-third-block {
    width: 100%;
  }
  .data-half-adpe .data-third-block .inkstand-box {
    float: none;
    margin: 0 auto;
    min-width: 184px;
  }
  .data-half-adpe .data-third-block .teach-graduate-static {
    width: 100%;
    float: none;
  }
  .data-half-adpe .data-third-block .teach-right-content {
    margin-top: 25px;
  }
  .data-half-adpe .data-third-block .ts-num-con {
    width: 100%;
  }
  .data-half-adpe .data-third-block .ts-num-con .tstudent-num-box {
    width: 100%;
  }
  .data-half-adpe .data-third-block .ts-num-con .ts-per-con {
    width: 100%;
    margin: 15px 0 0;
  }
  .data-half-adpe .data-third-line {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  /*数据中心-START*/
  .data-block-content .data-ability-content .data-ability-left {
    width: calc(100% - 20.00px);
    margin: 0 10px;
    float: left;
  }
  .data-block-content .data-ability-content .data-ability-left p {
    margin: 0 auto;
    width: 206px;
    padding-bottom: 5px;
  }
  .data-block-content .data-ability-content .data-profile-line {
    display: none;
  }
  .data-block-content .data-ability-content .data-ability-right {
    width: 100%;
    margin: 0;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
  }
  .data-block-content .data-ability-content .data-ability-right .score-pic {
    float: none;
  }
  .data-block-content .data-ability-content .data-ability-right .score-d-box {
    width: 100%;
    float: none;
  }
  .data-block-content .data-ability-content .data-ability-down {
    margin-top: 12px;
    min-height: 143px;
    height: auto;
    padding: 10px 0;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box {
    width: 100%;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(1) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(2) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(3) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(4) .ability-line {
    display: block;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(5) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(5) .ability-line {
    display: block;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) {
    border-right: none;
  }
  .data-block-content .data-ability-content .data-ability-down .ability-down-box:nth-child(6) .ability-line {
    display: none;
  }
  .data-block-content .data-consume-content {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-left {
    width: calc(100% - 40.00px);
    margin: 0 20px 20px;
    float: left;
    margin-bottom: 15px;
  }
  .data-block-content .data-consume-content .data-consume-left .picture {
    width: 100%;
    float: none;
    max-width: 194px;
    margin: 0 auto 10px;
  }
  .data-block-content .data-consume-content .data-consume-left .picture img {
    width: 100%;
  }
  .data-block-content .data-consume-content .data-consume-left .text {
    width: 100%;
    float: none;
  }
  .data-block-content .data-consume-content .data-consume-right {
    width: calc(100% - 40.00px);
    margin: 0 20px;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-right .data-sc-line {
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
  }
  .data-block-content .data-consume-content .data-consume-right .consumption-level {
    width: 100%;
    margin: 0 0 0 0px;
    float: left;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 375px) {
  /*数据中心-START*/
  .data-block-content .data-profile-content .data-profile-right .profile-r-state .completion-percent {
    float: left;
  }
  .data-block-content .data-teach .data-teach-right .number {
    margin-top: 125px;
    width: 67px;
    font-size: 25px;
  }
  /*数据中心-END*/
}
@media only screen and (max-width: 345px) {
  .consume-block-1 .data-half-block {
    width: 100%;
    margin: 0 0 20px;
  }
  .consume-block-1 .data-half-block .data-block-content .consume-img {
    margin: 0 auto;
    float: none;
  }
  .consume-block-1 .data-half-block .data-block-content .most-consume-container > img {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .consume-block-1 .data-half-block .data-block-content .consume-info-box {
    width: 100%;
  }
  .consume-block-1 .data-half-block .data-block-content .most-consume-con {
    width: 100%;
  }
  .consume-block-1 .data-half-block .data-block-content .consume-info-rank .consume-half-block {
    width: 100%;
  }
  .consume-block-1 .data-half-block .data-block-content .consume-info-rank .consume-half-line {
    margin: 20px 0;
    width: 100%;
    height: 1px!important;
    border-top: 1px dashed #d3d3d3;
  }
  .consume-block-1 .data-half-block .data-block-content .shop-list-con .shop-box .title {
    float: left;
    margin: 10px 0 0 18px;
  }
  .consume-block-1 .data-half-block .data-block-content .shop-list-con .shop-box .text {
    float: left;
    margin: 10px 0 0 18px;
  }
  .consume-block-1 .data-half-line {
    display: none;
  }
}
.panel-fp-home {
  padding: 10px 20px 10px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}
.fp-box-01 .nav-tabs > li > a {
  font-size: 1.7rem;
  color: #333;
}
.fp-depart-con {
  width: 100%;
  float: left;
  margin-top: 6px;
}
.fp-depart-con .depart-bar {
  background: url(../../../image/common/depart-01.png) 100% 8px no-repeat #29b6f6;
  margin-right: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 100%;
  padding: 0;
  height: 88px;
}
.fp-depart-con .depart-bar .depart-num {
  font-size: 6.1rem;
  color: #fff;
  line-height: 88px;
  float: right;
  width: 100px;
  text-align: left;
  margin-top: 0;
}
.fp-depart-con .depart-bar .depart-num-three {
  font-size: 4.5rem;
}
.fp-depart-con .depart-bar .depart-letter {
  float: left;
  background: url(../../../image/common/depart-04.png) no-repeat;
  background-size: 34px 32px;
  font-size: 1.7rem;
  color: #fff;
  padding-top: 44px;
  margin: 15px 0 0 20px;
  width: 78px;
}
.fp-depart-con .depart-bar .depart-ing {
  background: url(../../../image/common/depart-05.png) no-repeat;
  background-size: 40px 32px;
  padding-top: 40px;
}
.fp-depart-con .depart-bar .depart-ed {
  background: url(../../../image/common/depart-06.png) no-repeat;
  background-size: 35px 35px;
  padding-top: 41px;
}
.fp-depart-con .depart-bar .depart-assess {
  background: url(../../../image/common/depart-08.png) no-repeat;
  padding-top: 40px;
}
.fp-depart-con .depart-ing-bg {
  background: url(../../../image/common/depart-03.png) 100% 34px no-repeat #ec407a;
}
.fp-depart-con .depart-ed-bg {
  background: url(../../../image/common/depart-02.png) 100% 16px no-repeat #26a69a;
}
.fp-depart-con .depart-assess-bg {
  background: url(../../../image/common/depart-07.png) 100% 17px no-repeat #fea223;
}
.fp-depart-con .depart-title {
  width: 100%;
  color: #999;
  margin-top: 7px;
}
.fp-depart-con .depart-list {
  margin-top: 6px;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.fp-depart-con .depart-list li {
  float: left;
  width: 20%;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 0;
  position: relative;
}
.fp-depart-con .depart-list li .depart-img {
  width: 100%;
  margin: 0 auto;
}
.fp-depart-con .depart-list li .depart-img img {
  width: 100px;
  height: 100px;
}
.fp-depart-con .depart-list li .depart-link {
  margin: 2px 38px 0;
  height: 36px;
}
.fp-depart-con .depart-list li .depart-link a {
  color: #333;
}
.fp-depart-con .depart-list li:nth-child(5n+0) {
  border-right: 0;
}
.fp-depart-con .depart-list li .depart-new {
  position: absolute;
  left: 0;
  top: 0;
  color: #fe706f;
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  float: left;
  line-height: 2rem;
}
.fp-depart-con .depart-list li .depart-new i {
  font-size: 14px;
  margin: 5px 0 0 0;
  float: left;
}
.fp-depart-con .col-md-6 {
  width: 100%;
}
.fp-ad {
  margin-bottom: 20px;
}
.fp-ad img {
  max-width: 100%;
  height: auto;
}
.fp-integral {
  width: 100%;
  float: left;
}
.fp-integral li {
  height: 50px;
  border-bottom: 1px #ddd solid;
  display: block;
}
.fp-integral li img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  float: left;
  margin: 10px 10px 0 0;
}
.fp-integral li a {
  float: left;
  line-height: 20px;
  margin-top: 14px;
  color: #666;
  width: calc(100% - 100px);
  font-size: 12px;
}
.fp-integral li a.evaluate {
  width: calc(100% - 160px);
}
.fp-integral li span {
  float: right;
  width: 60px;
  text-align: right;
  line-height: 50px;
}
.fp-integral li span b {
  font-size: 1.6rem;
  margin-right: 5px;
}
.fp-integral li span.evaluate {
  width: 110px;
}
.fp-integral li:last-child {
  border-bottom: 0;
}
.fp-rank {
  padding: 15px 0 1px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}
.fp-rank .homepage-title {
  padding: 0 20px;
}
.fp-rank li {
  height: 50px;
  border-bottom: 1px #ddd solid;
  display: block;
  padding: 0 20px;
}
.fp-rank li:nth-child(1) > b {
  background-color: rgba(13, 165, 229, 0.9);
  color: #fff;
}
.fp-rank li:nth-child(2) > b {
  background-color: rgba(13, 165, 229, 0.8);
  color: #fff;
}
.fp-rank li:nth-child(3) > b {
  background-color: rgba(13, 165, 229, 0.7);
  color: #fff;
}
.fp-rank li:last-child {
  border-bottom: 0;
}
.fp-rank li:hover {
  background: #f5f5f5;
}
.fp-rank li b {
  margin: 16px 10px 0 0;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
  float: left;
  text-align: center;
}
.fp-rank li a {
  float: left;
  line-height: 20px;
  margin-top: 14px;
  color: #666;
  width: calc(100% - 110px);
  font-size: 12px;
}
.fp-rank li span {
  float: right;
  line-height: 50px;
  font-size: 12px;
}
.serve-content {
  width: 100%;
  float: left;
}
.serve-content .serve-panel-con {
  position: relative;
  float: left;
  margin: 0 19px 19px 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background-color: #f5f9fc;
  border: 1px solid #b8d8e1;
  border-radius: 5px;
  width: calc((100% - 95px) / 6);
}
.serve-content .serve-panel-con.serve-panel-con-02 {
  width: calc((100% - 114px) / 6);
}
.serve-content .serve-panel-con:nth-child(6n) {
  margin-right: 0;
}
.serve-content .serve-panel-con .serve-content-title {
  height: 26px;
  border-radius: 6px 6px 0 0;
  background-color: #ebf4fa;
  border-bottom: 1px solid #b8d8e1;
}
.serve-content .serve-panel-con .serve-content-title .serve-new {
  color: #fe706f;
  font-size: 1.1rem;
  margin: 0 0 0 5px;
  float: left;
  line-height: 2rem;
}
.serve-content .serve-panel-con .serve-content-title .serve-new i {
  font-size: 14px;
  margin: 5px 0 0 0;
  float: left;
}
.serve-content .serve-panel-con .serve-content-title .save {
  float: right;
  margin: 0 6px 0 5px;
  height: 25px;
  width: 14px;
  background: url('../../../image/common/star.png') 0 -14px no-repeat;
}
.serve-content .serve-panel-con .serve-content-title .checked {
  background: url('../../../image/common/star-active.png') 0 -14px no-repeat;
}
.serve-content .serve-panel-con > p {
  height: 100px;
  width: 100px;
  margin: 5px auto 0;
  cursor: pointer;
}
.serve-content .serve-panel-con > p img {
  height: 100px;
  width: 100px;
}
.serve-content .serve-panel-con > .serve-font-icon {
  height: auto;
  width: 90px;
  border-radius: 0px;
  margin: 0 auto 0;
  cursor: pointer;
}
.serve-content .serve-panel-con a {
  color: #333;
}
.serve-content .serve-panel-con .serve-panel-box {
  height: 41px;
  text-align: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  width: 100%;
  padding: 2px 20px 0;
  box-sizing: border-box;
}
.serve-content .dataTables_info {
  margin-left: 10px;
  margin-top: -13px;
}
.serve-content .dataTables_paginate {
  margin-right: 10px;
  margin-top: -13px;
}
.homepage-title {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.homepage-title h4 {
  margin: 0;
  font-size: 1.7rem;
  color: #333;
  height: 36px;
  line-height: 35px;
  float: left;
}
.homepage-title a {
  float: right;
  font-size: 3.0rem;
  color: rgba(13, 165, 229, 0.5);
}
.homepage-box {
  width: 100%;
}
.fp-page {
  padding-bottom: 10px;
}
.fp-page .number {
  font-size: 15px;
  margin-top: 3px;
  float: right;
}
.fp-page .arrow {
  float: right;
  margin-left: 10px;
  border-radius: 15px;
  text-align: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(13, 165, 229, 0.3);
}
.fp-page .arrow:hover {
  cursor: auto;
}
.fp-page .active {
  background-color: rgba(13, 165, 229, 0.8);
}
.fp-page .active:hover {
  cursor: pointer;
}
.nav .more {
  font-size: 3.0rem;
  color: rgba(13, 165, 229, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.fp-all {
  padding: 0 0 0 15px;
  float: left;
  margin-top: 18px;
}
.fp-all li {
  float: left;
  height: 44px;
  border-bottom: 1px solid #ddd;
  margin: 0 30px 0 0;
  width: calc((100% - 60px) / 3);
}
.fp-all li:nth-child(3n) {
  margin-right: 0;
}
.fp-all li b {
  margin: 18px 10px 0 0;
  float: left;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: rgba(13, 165, 229, 0.5);
}
.fp-all li p {
  float: left;
  width: calc(100% - 17px);
  margin: 13px 0 0;
  font-size: 12px;
}
.fp-all li p a {
  color: #666;
}
@media only screen and (max-width: 1360px) {
  .serve-content .serve-panel-con {
    width: calc((100% - 76px) / 5);
  }
  .serve-content .serve-panel-con.serve-panel-con-02 {
    width: calc((100% - 95px) / 5);
  }
  .serve-content .serve-panel-con:nth-child(6n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1125px) {
  .fp-depart-con .depart-bar .depart-num {
    font-size: 4.1rem;
    width: 80px;
  }
  .fp-depart-con .depart-bar .depart-num-three {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .fp-content .col-md-3 {
    width: 100%;
  }
  .fp-content .col-md-9 {
    width: 100%;
  }
  .fp-depart-con .col-md-12 .col-md-6 {
    width: 50%;
    margin-right: 10px;
  }
  .serve-content .serve-panel-con {
    width: calc((100% - 57px) / 4);
  }
  .serve-content .serve-panel-con.serve-panel-con-02 {
    width: calc((100% - 76px) / 4);
  }
  .serve-content .serve-panel-con:nth-child(6n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(5n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(4n) {
    margin-right: 0;
  }
  .svsmonitor-head-con .svsmonitor-head-box {
    width: calc(100% / 3);
  }
  .select-op-2 .form-group {
    width: 100%;
  }
  .fp-depart-con .col-md-12 {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-bottom: 0;
  }
  .fp-depart-con .col-md-12:nth-child(2n) {
    margin-left: 10px;
  }
  .fp-depart-con .col-md-12 .depart-bar .depart-num {
    font-size: 4.1rem;
    width: 80px;
  }
  .fp-depart-con .col-md-12 .depart-bar .depart-num-three {
    font-size: 3.5rem;
  }
  .page-content .fp-content {
    padding: 0;
    float: left;
  }
  .fp-ad {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .fp-ad img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 895px) {
  .choice-system {
    width: calc(100% / 2 );
    padding: 10px;
    float: left;
    min-width: 265px;
  }
  .fp-depart-con .depart-list li {
    width: 33%;
  }
  .fp-depart-con .depart-list li:nth-child(5n+0) {
    border-right: 1px solid #e4e4e4;
  }
  .fp-depart-con .depart-list li:nth-child(3n+0) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    float: left;
    width: 100%;
    padding: 17px 10px 18px;
    height: 57px;
  }
  .page-title h2 {
    float: left;
    margin: 0;
    font-size: 1.8rem;
    height: 22px;
    line-height: 22px;
  }
  .page-title h2 span {
    margin-top: -5px;
  }
  .page-title h2 span[class^="ii_"] {
    margin-top: -5px;
  }
  .page-title h2 span.fa {
    margin-top: -4px;
  }
  .page-title h2 span.glyphicon {
    margin-top: -6px;
  }
  .fp-all li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 683px) {
  .serve-content .serve-panel-con {
    width: calc((100% - 38px) / 3);
  }
  .serve-content .serve-panel-con.serve-panel-con-02 {
    width: calc((100% - 57px) / 3);
  }
  .serve-content .serve-panel-con:nth-child(6n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(5n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(4n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(3n) {
    margin-right: 0;
  }
  .fp-depart-con .depart-list li {
    width: 50%;
  }
  .fp-depart-con .depart-list li:nth-child(5n+0) {
    border-right: 1px solid #e4e4e4;
  }
  .fp-depart-con .depart-list li:nth-child(3n+0) {
    border-right: 1px solid #e4e4e4;
  }
  .fp-depart-con .depart-list li:nth-child(2n+0) {
    border-right: 0;
  }
}
@media only screen and (max-width: 463px) {
  .serve-content .serve-panel-con {
    width: calc((100% - 19px) / 2);
  }
  .serve-content .serve-panel-con.serve-panel-con-02 {
    width: calc((100% - 38px) / 2);
  }
  .serve-content .serve-panel-con:nth-child(6n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(5n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(4n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(3n) {
    margin-right: 19px;
  }
  .serve-content .serve-panel-con:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 427px) {
  .fp-depart-con .col-md-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .fp-depart-con .col-md-12:nth-child(2n) {
    margin-left: 0;
  }
  .fp-depart-con .col-md-12 .depart-bar .depart-num {
    font-size: 4.1rem;
    width: 80px;
  }
  .fp-depart-con .col-md-12 .depart-bar .depart-num-three {
    font-size: 3.5rem;
  }
  .fp-depart-con .depart-list {
    padding-bottom: 10px;
  }
  .fp-depart-con .depart-list li .depart-link {
    margin: 17px 10px 0;
    height: 36px;
  }
  .fp-depart-con .depart-list li .depart-new {
    left: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .fp-integral li a.evaluate {
    width: 100px;
  }
  .serve-content .serve-panel-con {
    width: 100%;
    margin-right: 0;
  }
}
