.crumb {
  padding: 14px 0;
}
.crumb,
.crumb a {
  color: #7d888d;
}
.input_new {
  width: 180px;
  height: 36px;
  padding: 0px 3px;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #cecece;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}
html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
a:focus {
  outline: 0;
}
a img {
  border: 0;
}
img {
  vertical-align: middle;
}
table {
  empty-cells: show;
  border-collapse: collapse;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
em {
  font-style: normal;
}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select {
  width: 180px;
  border: 1px solid #dddddd;
  padding: 0 6px;
  line-height: 14px;
  font-size: 14px;
  text-indent: 5px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
  background: url(../images/select_bj.png) no-repeat 92% 50%;
}
.date_bj {
  cursor: pointer;
  background: url(../images/date_bj.png) no-repeat 92% 50%;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.fl-r {
  float: right;
}
.fl-l {
  float: left;
}
.wid280 {
  min-width: 300px !important;
}
.wid230 {
  width: 230px !important;
}
.wid180 {
  width: 180px !important;
}
.hide {
  display: none !important;
}
#show-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
body {
  background: #F0F2F5;
}
/*prompt提示框*/
.prompt {
  min-width: 300px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
  padding: 15px 15px 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  z-index: 100002;
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #F56C6C;
}
.product-main {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
}
.product-main .product-navbar {
  width: 0px;
  font-size: 14px;
  float: left;
  background-color: #fff;
  border-right: 1px solid #f0f2f5;
  color: #333;
  position: fixed;
  top: 60px;
  left: 50px;
  bottom: 0;
  z-index: 2;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.product-main .product-navbar .product-navbar-stage {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-title {
  width: 180px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  text-indent: 20px;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list ul li a {
  width: 180px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #333;
  display: flex;
  cursor: pointer;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list ul li a:hover {
  background-color: #3374db;
  color: #fff;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list ul li a.active {
  background-color: #3374db;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list ul li.active a {
  background-color: #3374db;
  color: #fff;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list .product-navbar-icon {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list .product-navbar-icon i {
  vertical-align: top;
  margin-top: 3px;
}
.product-main .product-navbar .product-navbar-stage .product-navbar-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-main .product-navbar .product-navbar-collapse {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 50px;
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateY(180deg) translateY(-50%);
  -moz-transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  -o-transform: rotateY(180deg) translateY(-50%);
  transform: rotateY(180deg) translateY(-50%);
  overflow: hidden;
}
.product-main .product-navbar .product-navbar-collapse .product-navbar-collapse-bg {
  width: 0;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-bottom: 9px solid transparent;
  border-left: none;
  border-right: 13px solid #e0e0e0;
  border-top: 9px solid transparent;
  -o-transition: all 0.1s ease, 0.1s ease;
  -ms-transition: all 0.1s ease, 0.1s ease;
  -moz-transition: all 0.1s ease, 0.1s ease;
  -webkit-transition: all 0.1s ease, 0.1s ease;
}
.product-main .product-navbar .product-navbar-collapse:hover .product-navbar-collapse-bg {
  border-bottom: 8px solid transparent;
  border-left: none;
  border-right: 20px solid #d8d8d8;
  border-top: 8px solid transparent;
}
.product-main .product-navbar .product-navbar-collapse:hover .product-navbar-collapse-bar {
  right: 0;
  left: auto;
}
.product-main .product-navbar .product-navbar-collapse .product-navbar-collapse-bar {
  height: 50px;
  position: relative;
  right: -7px;
  left: auto;
  text-align: center;
  cursor: pointer;
  -o-transition: all 0.1s ease, 0.1s ease;
  -ms-transition: all 0.1s ease, 0.1s ease;
  -moz-transition: all 0.1s ease, 0.1s ease;
  -webkit-transition: all 0.1s ease, 0.1s ease;
}
.product-main .product-navbar .product-navbar-collapse .product-navbar-collapse-bar i {
  font-size: 15px;
  line-height: 50px;
  vertical-align: text-top;
  color: #546478;
}
.product-main.active .product-navbar,
.product-main.active .product-navbar-stage {
  width: 180px;
}
.product-main.active .g-body {
  left: 180px;
}
.product-main.active .product-navbar-collapse {
  left: 160px;
  -webkit-transform: rotateY(0) translateY(-50%);
  -moz-transform: rotateY(0) translateY(-50%);
  -ms-transform: rotateY(0) translateY(-50%);
  -o-transform: rotateY(0) translateY(-50%);
  transform: rotateY(0) translateY(-50%);
}
.product-main.active .product-navbar-collapse .product-navbar-collapse-bg {
  border-right: 13px solid #f7f7f7;
}
.product-main.active .product-navbar-collapse:hover .product-navbar-collapse-bg {
  border-bottom: 8px solid transparent;
  border-left: none;
  border-right: 20px solid #f7f7f7;
  border-top: 8px solid transparent;
}
.g-body {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  z-index: auto;
}
.nav-tabs {
  border-bottom: 1px solid #0574e2 !important;
}
.nav-tabs li {
  outline: none;
  width: auto;
}
.nav-tabs li a {
  border: 1px solid transparent !important;
  padding: 6px 15px !important;
  font-size: 14px;
  margin: 0 !important;
}
.nav-tabs li a:focus {
  background-color: transparent !important;
  outline: none !important;
}
.nav-tabs li.Active {
  border: 0;
}
.nav-tabs li.Active > a,
.nav-tabs li.active > a,
.nav-tabs li a:hover {
  border-color: #0574e2 !important;
  background-color: #0574e2 !important;
  color: white !important;
}
.new-select {
  display: inline-block;
  height: 30px;
  line-height: 16px;
  margin-right: 15px;
  border: solid 1px #cccccc;
  padding-right: 6px;
  border-radius: 0;
}
.new-select:hover {
  border-color: #1c69d4;
}
.new-select2 .el-input__inner {
  height: 30px;
  line-height: 16px;
  width: 180px;
  padding: 0 6px;
}
.new-select2 .el-input__suffix {
  right: 16px;
}
.new-select2 .el-input .el-select__caret {
  line-height: 30px;
  font-size: 16px !important;
  right: 10px;
}
.form-wrap > label {
  line-height: 30px;
  margin-bottom: 0;
}
.form-wrap input {
  line-height: 30px;
  height: 30px;
  border: solid 1px #cccccc;
  border-radius: 0;
  outline: none;
}
.form-wrap input:hover,
.form-wrap input:active,
.form-wrap input:focus {
  border-color: #1c69d4;
}
.n-input {
  height: 30px;
  border: solid 1px #cccccc;
  border-radius: 0;
  outline: none;
}
.n-input:hover,
.n-input:active,
.n-input:focus {
  border-color: #1c69d4;
}
.n-input + .icon {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  background-position: -205px -3px;
}
.g-layer {
  width: 100%;
  background: #fff;
  padding: 0 30px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 20px;
  border-radius: 8px;
}
.g-layer .data-list {
  padding: 0;
}
.g-layer .n-h1-title {
  line-height: 60px;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 14px;
  margin: 0;
  position: relative;
}
.g-layer .n-h1-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 5px;
  height: 16px;
  background-color: #1c69d4;
  border-radius: 3px;
}
.g-layer .n-h1-title .glyphicon {
  margin-right: 10px;
}
.g-layer .n-h1-title .icon {
  margin-right: 12px;
  margin-top: -3px;
}
.m-tip {
  display: block;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  z-index: 100001;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 0 13px;
}
.m-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.m-loading em {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../images/loading.gif) center no-repeat rgba(0, 0, 0, 0.3);
  background-size: 22px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
}
.table-wrap table {
  text-align: center;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
}
.table-wrap table thead tr {
  background: #eee;
  color: #333;
}
.table-wrap table thead tr th {
  padding: 7px 10px !important;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  overflow: hidden;
}
.table-wrap table thead tr th a {
  text-decoration: none;
}
.table-wrap table tbody tr {
  color: #000;
}
.table-wrap table tbody tr:hover {
  background: #eff6ff;
}
.table-wrap table tbody tr td {
  padding: 7px 10px !important;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  overflow: hidden;
}
.table-wrap table tbody tr td a {
  text-decoration: none;
}
#page-wrap {
  display: none;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#page-wrap li {
  display: inline;
  margin: 0 5px;
  font-size: 12px;
  padding: 7px 14px;
  border: 1px solid #ccc;
  cursor: pointer;
}
#page-wrap li.active {
  color: #fff;
  background: #1c69d4;
}
#page-wrap li.no-border {
  margin: 0;
  padding: 0;
  border: none;
  cursor: auto;
}
.form-wrap label {
  display: inline-block;
  min-width: 100px;
  font-weight: 700;
  text-indent: 20px;
  cursor: pointer;
  height: 100%;
  vertical-align: middle;
}
.form-wrap label.text-i0 {
  text-indent: 0px !important;
}
.form-wrap input,
.form-wrap select {
  width: 160px;
}
.form-wrap input:focus,
.form-wrap section:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input_ {
  min-width: 130px;
  font-size: 14px;
  height: 34px;
  text-indent: 3px;
  border: 1px solid #dddddd;
}
.input_:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn {
  display: inline-block;
  min-width: 90px;
  padding: 9px 7px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-right: 10px;
  letter-spacing: 1px;
  background: #1c69d4;
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #1c69d4;
  border-color: #1c69d4;
}
.btn-default {
  color: #2A5198;
  border-color: #2a5198;
  background-color: #fff;
}
.btn-warning {
  color: #FFFFFF;
  border-color: #f1c40f;
  background-color: #f1c40f;
}
.btn-danger {
  color: #FFFFFF;
  border-color: #e75c3c;
  background-color: #e75c3c;
}
.btn-success {
  color: #FFFFFF;
  border-color: #1abc9c;
  background-color: #1abc9c;
}
.n-h2-title {
  font-size: 16px;
  font-weight: bold;
  border-left: 7px solid #ccc;
  text-indent: 10px;
}
.n-h3-title {
  margin-top: 18px;
  padding-bottom: 24px;
  color: #235496;
  font-size: 14px;
}
.input-error {
  border: 1px solid #e75c3d !important;
}
.n-wid100_ {
  width: 100% !important;
}
.n-wid350 {
  width: 350px !important;
}
.n-margin0 {
  margin-top: 0px !important;
}
.n-conter {
  margin-top: 30px;
  padding-left: 30px;
}
.n-ntro {
  padding-left: 17px;
  font-size: 14px;
  padding-top: 52px;
  padding-bottom: 64px;
}
.n-form {
  width: 100%;
  display: inline-block;
  padding-left: 13px;
}
.n-form label {
  cursor: pointer;
}
.n-form li {
  margin-bottom: 10px;
  margin-right: 30px;
  float: left;
}
.n-form span {
  display: inline-block;
  width: 116px;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}
.n-form span:nth-child(2) {
  text-align: left;
}
.n-form-check {
  padding-left: 17px;
  margin-top: 25px;
}
.n-form-check label {
  cursor: pointer;
}
.n-form-check .form-check-l {
  float: left;
  width: 50%;
  border-right: 1px dashed #dddddd;
}
.n-form-check .form-check-l li {
  margin-bottom: 10px;
  height: 40px;
  width: 23%;
  margin-right: 40px;
  float: left;
}
.n-form-check .form-check-r {
  display: inline-block;
  width: 50%;
}
.n-form-check .form-check-r li {
  margin-bottom: 10px;
  height: 40px;
  width: 50%;
  padding-left: 90px;
  float: left;
}
.n-submit {
  text-align: center;
  margin-top: 30px;
}
.n-submit .btn {
  width: 125px;
  margin-left: 28px;
}
.alert-s1 {
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: fixed;
}
.alert-s1 .alert-box {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 390px;
  height: 220px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -195px;
  margin-top: -133px;
  text-align: center;
  position: relative;
}
.alert-s1 .alert-box .title {
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #f1f1f1;
  text-align: left;
  padding-left: 20px;
}
.alert-s1 .alert-box .info {
  font-size: 16px;
}
.alert-s1 .alert-box .alert-btn {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d1d1d1;
}
.alert-s1 .alert-box .alert-btn:before,
.alert-s1 .alert-box .alert-btn:after {
  content: " ";
  display: table;
}
.alert-s1 .alert-box .alert-btn:after {
  clear: both;
}
.alert-s1 .alert-box .alert-btn a {
  display: block;
  height: 39px;
  line-height: 39px;
  float: left;
  width: 50%;
  color: #1c69d4;
}
.alert-s1 .alert-box .alert-btn a:nth-child(2) {
  background: #1c69d4;
  color: #fff;
  position: relative;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.alert-s1 .alert-box .alert-btn a:nth-child(2):after {
  content: "\00A0";
  display: block;
  width: 2px;
  height: 39px;
  clear: both;
  font-size: 2px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #d1d1d1;
}
.alert-s1 .info {
  padding: 40px 20px 0;
}
.alert-s1 .info .icon {
  display: block;
  margin: 0 auto 10px;
}
.alert-s1-2 {
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: fixed;
}
.alert-s1-2 .alert-box {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 390px;
  height: 220px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -195px;
  margin-top: -133px;
  text-align: center;
  position: relative;
}
.alert-s1-2 .alert-box .title {
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #f1f1f1;
  text-align: left;
  padding-left: 20px;
}
.alert-s1-2 .alert-box .info {
  font-size: 16px;
}
.alert-s1-2 .alert-box .alert-btn {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d1d1d1;
}
.alert-s1-2 .alert-box .alert-btn:before,
.alert-s1-2 .alert-box .alert-btn:after {
  content: " ";
  display: table;
}
.alert-s1-2 .alert-box .alert-btn:after {
  clear: both;
}
.alert-s1-2 .alert-box .alert-btn a {
  display: block;
  height: 39px;
  line-height: 39px;
  float: left;
  width: 50%;
  color: #1c69d4;
}
.alert-s1-2 .alert-box .alert-btn a:nth-child(2) {
  background: #1c69d4;
  color: #fff;
  position: relative;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.alert-s1-2 .alert-box .alert-btn a:nth-child(2):after {
  content: "\00A0";
  display: block;
  width: 2px;
  height: 39px;
  clear: both;
  font-size: 2px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #d1d1d1;
}
.alert-s1-2 .info {
  padding: 85px 30px;
  font-size: 18px;
  color: #1c69d4;
}
.alert-s1-error {
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: fixed;
}
.alert-s1-error .alert-box {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 390px;
  height: 220px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -195px;
  margin-top: -133px;
  text-align: center;
  position: relative;
}
.alert-s1-error .alert-box .title {
  font-size: 18px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #f1f1f1;
  text-align: left;
  padding-left: 20px;
}
.alert-s1-error .alert-box .info {
  font-size: 16px;
}
.alert-s1-error .alert-box .alert-btn {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #d1d1d1;
}
.alert-s1-error .alert-box .alert-btn:before,
.alert-s1-error .alert-box .alert-btn:after {
  content: " ";
  display: table;
}
.alert-s1-error .alert-box .alert-btn:after {
  clear: both;
}
.alert-s1-error .alert-box .alert-btn a {
  display: block;
  height: 39px;
  line-height: 39px;
  float: left;
  width: 50%;
  color: #1c69d4;
}
.alert-s1-error .alert-box .alert-btn a:nth-child(2) {
  background: #1c69d4;
  color: #fff;
  position: relative;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.alert-s1-error .alert-box .alert-btn a:nth-child(2):after {
  content: "\00A0";
  display: block;
  width: 2px;
  height: 39px;
  clear: both;
  font-size: 2px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #d1d1d1;
}
.alert-s1-error .alert-box .alert-btn a {
  display: block;
  height: 39px;
  line-height: 39px;
  float: left;
  width: 100%;
  color: #1c69d4;
  background: #1c69d4;
  color: #fff;
  position: relative;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.alert-s2 {
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: fixed;
  overflow-y: auto;
  margin-left: 0px;
}
.alert-s2 .alert-box {
  width: 380px;
  height: 480px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -240px;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
}
.alert-s2 .alert-box .title {
  font-size: 16px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #eee;
  text-align: left;
  padding-left: 30px;
}
.alert-s2 .alert-box .info {
  width: 280px;
  margin: 25px auto;
}
.alert-s2 .alert-box .info .form-input-box {
  margin-bottom: 20px;
}
.alert-s2 .alert-box .info .form-input-box .uName {
  line-height: 54px;
  text-align: left;
  padding-left: 65px;
}
.alert-s2 .alert-box .ok {
  display: block;
  width: 280px;
  height: 40px;
  margin: 20px auto;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #1c69d4;
}
.alert-s2 .alert-box .icon-bomb-close {
  position: absolute;
  right: 24px;
  top: 13px;
}
.alert-s2 .alert-box .cancel {
  position: absolute;
  bottom: -30px;
}
.alert-s3 {
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  position: fixed;
}
.alert-s3 .box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.alert-s3 .alert-box {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 1060px;
  height: 560px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -530px;
  margin-top: -280px;
  position: relative;
}
.alert-s3 .alert-box .title {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  background: #f6f6f6;
  padding-left: 20px;
  -webkit-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.alert-s3 .alert-box .title .cancel {
  float: right;
  margin: 15px 15px 0 0;
}
.alert-s3 .alert-box .info {
  height: 514px;
  overflow-y: auto;
}
.alert-s3 .alert-box .info .m-info-scroll {
  width: 840px;
  margin: 0 auto;
}
.alert-s3 .alert-box .info .m-info-scroll .form-input-box {
  margin-bottom: 20px;
}
.alert-s3 .alert-box .info .m-info-scroll .ok {
  display: block;
  width: 280px;
  height: 40px;
  margin: 20px auto;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #1c69d4;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon.png);
  vertical-align: middle;
}
.icon-head-sel {
  height: 5px;
  width: 8px;
  background-position: 0 0;
}
.icon-content-pull {
  height: 5px;
  width: 10px;
  background-position: -8px 0;
}
.icon-content-radio {
  height: 12px;
  width: 12px;
  background-position: -18px 0;
}
.icon-content-gray {
  height: 12px;
  width: 12px;
  background-position: -30px 0;
}
.icon-content-checked {
  height: 12px;
  width: 12px;
  background-position: -42px 0;
}
.icon-head-password {
  height: 16px;
  width: 12px;
  background-position: -54px 0;
}
.icon-content-tab {
  height: 12px;
  width: 12px;
  background-position: -66px 0;
}
.icon-head-select {
  height: 9px;
  width: 13px;
  background-position: -78px 0;
}
.icon-content-gray2 {
  height: 13px;
  width: 13px;
  background-position: -104px 0;
}
.icon-content-selected {
  height: 13px;
  width: 13px;
  background-position: -91px 0;
}
.icon-head-out {
  height: 16px;
  width: 14px;
  background-position: -117px 0;
}
.icon-head-clue {
  height: 14px;
  width: 14px;
  background-position: -131px 0;
}
.icon-sign-password {
  height: 16px;
  width: 14px;
  background-position: -145px 0;
}
.icon-sign-user {
  height: 16px;
  width: 14px;
  background-position: -159px 0;
}
.icon-content-person {
  height: 17px;
  width: 14px;
  background-position: -173px 0;
}
.icon-head-up {
  height: 15px;
  width: 15px;
  background-position: -187px 0;
}
.icon-title-close {
  height: 15px;
  width: 16px;
  background-position: -202px 0;
}
.icon-content-cole2 {
  height: 16px;
  width: 16px;
  background-position: -218px 0;
}
.icon-icon-head-see {
  height: 18px;
  width: 16px;
  background-position: -234px 0;
}
.icon-title-info {
  height: 20px;
  width: 18px;
  background-position: -250px 0;
}
.icon-content-export {
  height: 17px;
  width: 18px;
  background-position: -268px 0;
}
.icon-title-setuser {
  height: 21px;
  width: 19px;
  background-position: -286px 0;
}
.icon-head-index {
  height: 18px;
  width: 19px;
  background-position: -305px 0;
}
.icon-title-wal {
  height: 20px;
  width: 20px;
  background-position: -324px 0;
}
.icon-title-ment {
  height: 20px;
  width: 20px;
  background-position: -344px 0;
}
.icon-content-phone {
  height: 20px;
  width: 20px;
  background-position: -364px 0;
}
.icon-head-kpi {
  height: 16px;
  width: 20px;
  background-position: -384px 0;
}
.icon-head-low {
  height: 20px;
  width: 20px;
  background-position: -404px 0;
}
.icon-title-ren {
  height: 22px;
  width: 21px;
  background-position: -424px 0;
}
.icon-title-line {
  height: 18px;
  width: 21px;
  background-position: -445px 0;
}
.icon-title-new {
  height: 22px;
  width: 21px;
  background-position: -466px 0;
}
.icon-head-datalist {
  height: 20px;
  width: 21px;
  background-position: -487px 0;
}
.icon-title-added {
  height: 22px;
  width: 22px;
  background-position: -508px 0;
}
.icon-title-admin {
  height: 21px;
  width: 22px;
  background-position: -530px 0;
}
.icon-title-mess {
  height: 16px;
  width: 22px;
  background-position: -552px 0;
}
.icon-title-value {
  height: 22px;
  width: 22px;
  background-position: -574px 0;
}
.icon-title-handle {
  height: 26px;
  width: 22px;
  background-position: -596px 0;
}
.icon-content-load {
  height: 20px;
  width: 24px;
  background-position: -618px 0;
}
.icon-title-statistics {
  height: 20px;
  width: 25px;
  background-position: -642px 0;
}
.icon-content-cuto {
  height: 24px;
  width: 26px;
  background-position: -667px 0;
}
.icon-title-time {
  height: 26px;
  width: 26px;
  background-position: -693px 0;
}
.icon-title-day {
  height: 24px;
  width: 26px;
  background-position: -719px 0;
}
.icon-title-import {
  height: 23px;
  width: 27px;
  background-position: -745px 0;
}
.icon-content-file {
  height: 35px;
  width: 35px;
  background-position: -772px 0;
}
.icon-bomb-delete {
  height: 39px;
  width: 39px;
  background-position: -807px 0;
}
.icon-bomb-close {
  height: 13px;
  width: 10px;
  background-position: -221px -1px;
}
.icon-content-open {
  height: 32px;
  width: 63px;
  background-position: -889px 0;
}
.icon-content-shut {
  height: 32px;
  width: 63px;
  background-position: -952px 0;
}
.icon-home-clock {
  height: 66px;
  width: 66px;
  background-position: -1015px 0;
}
.icon-home-txt {
  height: 73px;
  width: 67px;
  background-position: -1081px 0;
}
.icon-home-to {
  height: 72px;
  width: 68px;
  background-position: -1148px 0;
}
.icon-home-six {
  height: 66px;
  width: 74px;
  background-position: -1216px 0;
}
.icon-home-page {
  height: 76px;
  width: 74px;
  background-position: -1290px 0;
}
.form-input-box {
  width: 100%;
  height: 54px;
  border: 1px solid #d1d1d1;
  background: #fff;
  position: relative;
}
.form-input-box label {
  display: block;
  width: 44px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 16px;
  border-right: 1px solid #d1d1d1;
}
.form-input-box input {
  width: 100%;
  padding: 16px 0 16px 60px;
  border: none;
  font-size: 14px;
  margin-right: 0;
}
.form-input-box input:focus {
  outline: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ms-controller {
  visibility: hidden;
}
body {
  background: #f0f2f5;
  position: relative;
}
.f-body {
  width: auto;
  position: relative;
  margin-left: 290px;
  padding-right: 20px;
  padding-top: 30px;
}
.f-left {
  overflow: hidden;
  position: fixed;
  width: 50px;
  height: 100%;
  background-color: #01173b;
  left: 0;
  top: 0;
  margin-top: 60px;
  z-index: 3;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  overflow-y: auto;
}
.f-left.active {
  cursor: pointer;
  width: 230px;
}
.f-left ul {
  overflow-y: auto;
  margin: 0;
  position: relative;
  padding-bottom: 60px;
}
.f-left ul .slider-item {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  cursor: pointer;
}
.f-left ul .slider-item .slider-item-link {
  text-decoration: none;
}
.f-left ul .slider-item .slider-item-link .slider-item-name {
  display: inline-block;
  vertical-align: middle;
  width: 178px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  padding-right: 8px;
}
.f-left ul .slider-item .slider-item-icon-box {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.f-left ul .slider-item .slider-item-icon-box .slider-item-icon {
  font-size: 18px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.65);
  top: 0;
}
.f-left ul .slider-item:hover,
.f-left ul .slider-item.active {
  background-color: #3374db;
}
.f-left ul .slider-item:hover .slider-item-link .slider-item-name,
.f-left ul .slider-item.active .slider-item-link .slider-item-name {
  color: white;
}
.f-left ul .slider-item:hover .slider-item-icon,
.f-left ul .slider-item.active .slider-item-icon {
  color: white;
}
.new-btn-group {
  height: auto !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: rgba(0, 0, 0, 0.65) !important;
  vertical-align: middle !important;
}
.new-btn-group button {
  margin: 0;
  height: 30px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-top-width: 1.02px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
  float: left;
  outline: none;
}
.new-btn-group button.on {
  background: #fff !important;
  border-color: #1890ff !important;
  color: #1890ff !important;
  box-shadow: -1px 0 0 0 #1890ff !important;
  z-index: 1;
}
.new-btn-group button.on:first-child {
  border-color: #1890ff;
  box-shadow: none !important;
}
.new-btn-group button:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #d9d9d9;
}
.new-btn-group button:last-child {
  border-radius: 0 4px 4px 0;
}
.new-btn-group button:hover {
  color: #1890ff;
  position: relative;
}
.new-word-btn button {
  height: 30px !important;
  line-height: 28px !important;
  background-color: transparent;
  color: #1c69d4;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  text-decoration: none;
  min-width: auto;
  padding: 0;
  margin-right: 20px;
  border: 0;
  outline: none;
}
.new-word-btn button:disabled {
  cursor: not-allowed;
  color: #82b6ff;
}
.new-word-btn button:disabled:hover {
  color: #82b6ff;
}
.new-word-btn button:hover {
  color: #0653b6;
}
.new-word-btn button.danger {
  color: #f41622;
}
.new-word-btn button.danger:disabled {
  color: #ffacac;
}
.btn.new-btn {
  min-width: 80px;
  height: 30px !important;
  line-height: 28px !important;
  background-color: #1c69d4;
  color: white;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  border-radius: 3px;
}
.btn.new-btn:hover,
.btn.new-btn:active,
.btn.new-btn:focus,
.btn.new-btn:active:focus {
  background-color: #0653b6;
  color: white;
  outline: none;
}
.btn.new-btn:disabled {
  cursor: not-allowed;
  background-color: #eee;
  color: #999;
  border-color: #eee;
}
.btn.new-btn:disabled:hover {
  background-color: #eee;
  border-color: #eee;
}
.btn.new-btn.btn-danger {
  background-color: white;
  color: #f41622;
  border-color: #f41622;
}
.btn.new-btn.btn-danger:hover {
  color: #bf0812;
  border-color: #bf0812;
  background-color: transparent;
}
.btn.new-btn.btn-danger:disabled {
  background-color: #eee;
  color: #999;
  border-color: #eee;
}
.btn.new-btn.btn-reset {
  background-color: white;
  color: #1c69d4;
  border-color: #1c69d4;
}
.btn.new-btn.btn-reset:hover {
  color: #144c9a;
  border-color: #144c9a;
}
.btn.new-btn i {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.nav-pills {
  margin: 0 !important;
  padding: 0 12px !important;
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.nav-pills > li {
  margin: 0 !important;
}
.nav-pills > li > a {
  padding: 0 18px !important;
  font-size: 14px;
  color: #333;
}
.nav-pills > li.active > a,
.nav-pills > li:hover > a {
  border-radius: 0;
  background-color: #1c69d4 !important;
  color: white;
}
.new-btn-minor {
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 0 !important;
}
.new-btn-minor button {
  width: 80px;
  color: #1c69d4 !important;
  background-color: white !important;
  border: 1px solid #1c69d4;
  font-size: 14px;
  border-radius: 0;
  line-height: 26px;
  height: 30px;
}
.new-btn-minor button:hover,
.new-btn-minor button:active,
.new-btn-minor button:focus {
  border-color: #0653b6 !important;
  color: #0653b6 !important;
  outline: none;
}
.new-btn-minor button:disabled {
  cursor: not-allowed;
  background-color: #eee !important;
  color: #999 !important;
  border-color: #eee !important;
}
.new-btn-minor button:disabled:hover {
  background-color: #eee !important;
  border-color: #eee !important;
}
.table-wrap .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.table-wrap .table-wrap table {
  text-align: center;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  width: 100%;
  table-layout: fixed;
}
.table-wrap .table-wrap table thead tr {
  background: #eee;
  color: #333;
}
.table-wrap .table-wrap table thead tr th {
  padding: 7px 10px !important;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  overflow: hidden;
}
.table-wrap .table-wrap table thead tr th a {
  text-decoration: none;
}
.table-wrap .table-wrap table tbody tr {
  color: #000;
}
.table-wrap .table-wrap table tbody tr:hover {
  background: #eff6ff;
}
.table-wrap .table-wrap table tbody tr td {
  padding: 7px 10px !important;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  overflow: hidden;
}
.table-wrap .table-wrap table tbody tr td a {
  text-decoration: none;
}
.table-wrap #page-wrap {
  display: none;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.table-wrap #page-wrap li {
  display: inline;
  margin: 0 5px;
  font-size: 12px;
  padding: 7px 14px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.table-wrap #page-wrap li.active {
  color: #fff;
  background: #1c69d4;
}
.table-wrap #page-wrap li.no-border {
  margin: 0;
  padding: 0;
  border: none;
  cursor: auto;
}
.m-box {
  background: #fff;
  border-radius: 7px;
  margin: 20px;
}
.m-box .m-tit {
  background: #e9e9e9;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.m-box .m-tit .txt {
  float: left;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  font-weight: 600;
}
.m-box .m-tit .more,
.m-box .m-tit .btn-up {
  float: right;
  padding-right: 20px;
  cursor: pointer;
}
.m-box .more {
  text-align: right;
}
.m-box .m-info {
  padding: 30px;
}
.m-box .m-info .btn,
.m-box .m-info .form-group {
  margin-left: 60px;
}
.crumbs {
  position: absolute;
  left: 130px;
  top: 85px;
  font: bold 18px 'MicrosoftYaHei';
  color: #333;
}
.crumbs a {
  font-size: 14px;
  color: #999;
  padding-right: 3px;
}
.crumbs span {
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid #1c69d4;
}
.f-head {
  background-color: #01193b;
  height: 60px;
  line-height: 60px;
  margin-bottom: 69px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 24;
}
.f-head .logo {
  display: inline-block;
  font-family: 'PingFang-SC-Bold';
  font-size: 18px;
  margin: 0;
  line-height: 60px;
}
.f-head .logo a {
  color: white;
  font-weight: bold;
  margin-left: 36px;
}
.f-head .logo a span {
  margin-left: 10px;
}
.f-head .logo img {
  width: 34px;
  height: 34px;
  vertical-align: top;
  margin-top: 14px;
}
.f-head .setting {
  float: right;
  padding-right: 20px;
}
.f-head .setting .message {
  float: left;
  position: relative;
  padding: 0 40px;
  line-height: 60px;
  cursor: pointer;
}
.f-head .setting .message .message-popup {
  position: absolute;
  right: -167px;
  top: 60px;
  width: 420px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 22;
  background-color: white;
  padding: 0 18px;
  border-radius: 2px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  display: none;
}
.f-head .setting .message .message-popup .message-header,
.f-head .setting .message .message-popup .message-item {
  line-height: 40px;
  height: 40px;
}
.f-head .setting .message .message-popup .message-header:last-child,
.f-head .setting .message .message-popup .message-item:last-child {
  border-bottom: 0;
}
.f-head .setting .message .message-popup .message-header {
  color: #999;
  border-bottom: 1px solid #e4e4e4;
}
.f-head .setting .message .message-popup .message-item {
  padding: 0 22px;
  border-bottom: 1px solid #f2f2f2;
}
.f-head .setting .message .message-popup .message-item a {
  color: #333;
}
.f-head .setting .message .message-popup .message-item a:hover {
  color: #1c69d4;
}
.f-head .setting .message .message-popup .message-item a span {
  float: right;
}
.f-head .setting .message .message-popup .message-item a span mark {
  background-color: transparent;
  color: #f04844;
}
.f-head .setting .message .message-popup.active {
  display: block;
}
.f-head .setting .message i {
  color: white;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.f-head .setting .message em {
  position: absolute;
  background: #F41622;
  height: 16px;
  line-height: 16px;
  color: #fff;
  top: 15px;
  left: 50px;
  padding: 0 5px 0 3px;
  font-size: 12px;
  border-radius: 7px;
}
.f-head .setting .message .icon-message {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url(../images/bmw/icon-message.png) no-repeat;
  background-size: 16px;
  vertical-align: -4px;
}
.f-head .setting .user {
  float: left;
  padding-right: 26px;
}
.f-head .setting .user img {
  width: 26px;
  height: 26px;
  border-radius: 13px;
}
.f-head .setting .user span {
  padding-left: 7px;
  font-size: 14px;
  color: white;
}
.f-head .setting .user-out {
  float: left;
  font-size: 14px;
  color: white;
  width: 65px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  margin-top: 18px;
}
.f-head .setting .user-out i {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.new-radio-group {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.new-radio-group label {
  float: left;
  cursor: pointer;
  margin: 0;
}
.new-radio-group label input {
  margin: 0;
  margin-top: 2px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid #0068db;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.new-radio-group label input:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0068db;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.new-radio-group label input:checked:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.new-radio-group label input:focus {
  outline: none;
}
.selectStyle {
  line-height: 1;
}
/* 分页 */
ul,
li {
  margin: 0px;
  padding: 0px;
}
.page-bar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-button-disabled {
  color: #ddd !important;
}
.page-bar li {
  list-style: none;
  display: inline-block;
}
.page-bar li:first-child > a {
  margin-left: 0px;
}
.page-bar a {
  border: 1px solid #ddd;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1c69d4;
  cursor: pointer;
}
.page-bar a:hover {
  background-color: #eee;
}
.page-bar .active a {
  color: #fff;
  cursor: default;
  background-color: #1c69d4;
  border-color: #1c69d4;
}
.page-bar i {
  font-style: normal;
  color: #d44950;
  margin: 0px 4px;
  font-size: 12px;
}
.paging {
  margin-top: 10px;
}
.paging button {
  margin: 5px 0;
  background: #fff;
  color: #333;
  padding: 5px 10px;
  border: 1px solid #eee;
  margin: 0 6px;
  cursor: pointer;
}
.paging button:hover {
  background-color: #1c69d4;
  color: white;
}
.paging button.prePage,
.paging button.nextPage {
  color: #ccc;
}
.paging button.prePage:hover,
.paging button.nextPage:hover {
  color: white;
}
.paging .pageButton {
  padding: 4px 10px;
  outline: none;
}
.paging span {
  margin-left: 18px;
}
.paging .jumpPage {
  width: 54px;
  border-color: #eee;
  color: #333;
  margin: 0 10px;
  text-align: center;
  text-indent: 0;
}
.paging button:active {
  background: #6a9dff;
}
.paging .activity {
  color: #ffffff;
  background: #1c69d4;
  border: 1px solid #1c69d4;
}
.bukey-total {
  text-align: center;
}
.bukey-total .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.bukey-total .icon-up {
  background: url(../images/icon-top.png) no-repeat;
  background-size: 20px;
}
.bukey-total .icon-down {
  background: url(../images/icon-down.png) no-repeat;
  background-size: 20px;
}
.mdd {
  text-align: center;
}
[v-cloak] {
  display: none!important;
}
