@charset "utf-8";
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  font: 14px/1 "microsoft yahei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 设置footer置底所用  */
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
  color: #369ff2;
}
ul {
  list-style: none;
}
img {
  border: none;
}
html {
  color: #444444;
}
a,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
.layui-layer-loading .pub_ajax_load.layui-layer-loading2 {
  padding-top: 120px;
  text-align: center;
  background-position: center 30px;
  background-size: 32%;
  width: 220px;
  height: 170px;
  background-image: url(../img/pub_ajax_load.gif);
  background-color: rgba(27, 24, 37, 0.8);
  border-radius: 10px;
  color: #b1d7ff;
}
.sidebar {
  position: relative;
  width: 250px;
  height: 100%;
  background: #369ff2;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .top_logo {
  height: 160px;
  background: url(../img/rainbow_line.png) left bottom no-repeat;
}
.sidebar .top_logo a {
  display: table-cell;
  width: 250px;
  height: 160px;
  max-width: 250px;
  max-height: 160px;
  text-align: center;
  vertical-align: middle;
}
.sidebar .top_logo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
/*左侧菜单样式 开始*/
ul.leftNav > li {
  line-height: 48px;
}
ul.leftNav > li > a {
  display: block;
  padding: 0 16px 0 38px;
  color: #85848d;
  font-size: 16px;
  border-bottom: 1px solid #2b2d2f;
}
ul.leftNav > li > a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/ico_nav.png) center center no-repeat;
}
ul.leftNav > li > a .icon.icon_user {
  background-position: -32px -7px;
}
ul.leftNav > li > a .icon.icon_shop {
  background-position: -32px -49px;
}
ul.leftNav > li > a .icon.icon_setting {
  background-position: -32px -90px;
}
ul.leftNav > li > a .icon.icon_card {
  background-position: -34px -125px;
}
ul.leftNav > li > a .icon.icon_users {
  background-position: -34px -169px;
}
ul.leftNav > li > a .icon.icon_mCard {
  background-position: -35px -212px;
}
ul.leftNav > li > a .icon.icon_excel {
  background-position: -35px -264px;
}
ul.leftNav > li > a .icon.icon_message {
  background-position: -35px -304px;
}
ul.leftNav > li > a .icon.icon_user_plat {
  background-position: -37px -346px;
}
ul.leftNav > li > a .icon.icon_user_com {
  background-position: -37px -390px;
}
ul.leftNav > li > a .icon.icon_message_event {
  background-position: -39px -438px;
}
ul.leftNav > li > a .nav_arrow_up {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/nav_arrow_up.png) center center no-repeat;
}
ul.leftNav > li > a .nav_arrow_down {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/nav_arrow_down.png) center center no-repeat;
}
ul.leftNav > li.active > a,
ul.leftNav > li > a:hover {
  color: #dddddd;
}
ul.leftNav > li.active > a .icon.icon_user,
ul.leftNav > li > a:hover .icon.icon_user {
  background-position: -103px -7px;
}
ul.leftNav > li.active > a .icon.icon_shop,
ul.leftNav > li > a:hover .icon.icon_shop {
  background-position: -103px -49px;
}
ul.leftNav > li.active > a .icon.icon_setting,
ul.leftNav > li > a:hover .icon.icon_setting {
  background-position: -103px -90px;
}
ul.leftNav > li.active > a .icon.icon_card,
ul.leftNav > li > a:hover .icon.icon_card {
  background-position: -105px -125px;
}
ul.leftNav > li.active > a .icon.icon_users,
ul.leftNav > li > a:hover .icon.icon_users {
  background-position: -105px -169px;
}
ul.leftNav > li.active > a .icon.icon_mCard,
ul.leftNav > li > a:hover .icon.icon_mCard {
  background-position: -106px -212px;
}
ul.leftNav > li.active > a .icon.icon_excel,
ul.leftNav > li > a:hover .icon.icon_excel {
  background-position: -106px -264px;
}
ul.leftNav > li.active > a .icon.icon_message,
ul.leftNav > li > a:hover .icon.icon_message {
  background-position: -106px -304px;
}
ul.leftNav > li.active > a .icon.icon_user_plat,
ul.leftNav > li > a:hover .icon.icon_user_plat {
  background-position: -106px -346px;
}
ul.leftNav > li.active > a .icon.icon_user_com,
ul.leftNav > li > a:hover .icon.icon_user_com {
  background-position: -106px -390px;
}
ul.leftNav > li.active > a .icon.icon_message_event,
ul.leftNav > li > a:hover .icon.icon_message_event {
  background-position: -106px -439px;
}
ul.leftNav li a > i {
  margin-right: 10px;
}
ul.leftNav ul {
  display: none;
  background: #2c3035;
}
ul.leftNav ul > li > a {
  font-size: 14px;
  color: #85848d;
  padding-left: 92px;
}
ul.leftNav ul > li.active a {
  background: url(../img/nav_arrow_right.png) 72px center no-repeat;
  color: #76b6ec;
}
ul.leftNav ul > li a:hover {
  color: #76b6ec;
}
ul.leftNav span {
  display: block;
  float: right;
}
/*左侧菜单样式 结束*/
.breadcrumb_section {
  display: block;
}
.breadcrumb_section .right_box {
  float: right;
  padding: 16px 0;
}
.breadcrumb_section .breadcrumb {
  display: inline-block;
  padding: 22px 0 18px;
  list-style: none;
}
.breadcrumb_section .breadcrumb > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb_section .breadcrumb > li a {
  display: block;
  color: #666666;
  font-size: 12px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb_section .breadcrumb > li + li {
  padding-left: 10px;
}
.breadcrumb_section .breadcrumb > li + li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: -1px;
  color: #666666;
  padding-right: 4px;
}
.icon_degree {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 22px;
  height: 22px;
  background: url(../img/icon_degree.png) center center no-repeat;
}
.icon_degree.degree_1 {
  background-position: -8px -5px;
}
.icon_degree.degree_2 {
  background-position: -65px -6px;
}
.icon_degree.degree_3 {
  background-position: -8px -49px;
}
.fli_btn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: none;
  background-color: #369ff2;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
}
.fli_btn:hover {
  background-color: #0e75c4;
}
.btn_theme {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(1, 1, 1, 0.2);
  border: none;
  background: #369ff2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.btn_theme:hover {
  background: #3db3f9;
}
.btn_theme.btn_page {
  width: 82px;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
}
.btn_theme.btn_submit {
  width: 110px;
  height: 40px;
  line-height: 40px;
}
.btn_theme.btn_links {
  width: 90px;
  height: 30px;
  line-height: 30px;
}
.btn_theme.btn_search {
  width: 60px;
  height: 24px;
  line-height: 22px;
  color: #ffffff;
}
.btn_theme[disabled="disabled"] {
  background: #999999;
}
.btn_theme[disabled="disabled"]:hover {
  background: #999999;
}
.ec_btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  height: 50px;
  line-height: 50px;
  padding: 0 78px;
  border: 1px solid #76b6ec;
  background: #ffffff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  color: #369ff2;
  font-size: 18px;
  margin-left: 8px;
  margin-right: 8px;
}
.ec_btn:hover {
  background: #76b6ec;
  color: #ffffff;
}
.EC-pagination {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
  font-family: "微软雅黑";
}
.EC-pagination ul {
  display: inline-block;
  position: relative;
}
.EC-pagination ul li {
  line-height: 25px;
  list-style: none;
  display: block;
  float: left;
  margin: 0 10px;
  position: relative;
  color: #444444;
}
.EC-pagination ul li a {
  color: #333333;
}
.EC-pagination ul li.active a {
  color: #369ff2;
  font-size: 18px;
}
.EC-pagination ul li div {
  float: left;
  margin: 0 6px;
  color: #444444;
}
.EC-pagination ul li.total_num {
  color: #999999;
}
.EC-pagination .prev,
.EC-pagination .next,
.EC-pagination .noprev,
.EC-pagination .nonext {
  position: relative;
  display: block;
  width: 24px;
  height: 30px;
  background: url(../img/pagination_arrows.png) center center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.EC-pagination .noprev {
  background-position: 3px 4px;
  background-color: #e5e5e5;
}
.EC-pagination .prev {
  background-position: 3px -23px;
  background-color: #7a7a7d;
}
.EC-pagination .nonext {
  background-position: -29px 3px;
  background-color: #e5e5e5;
}
.EC-pagination .next {
  background-position: -29px -24px;
  background-color: #7a7a7d;
}
.EC-pagination input[type=text].page {
  width: 40px;
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  margin: 0 8px;
  vertical-align: middle;
  border: 1px solid #7a7a7d;
  padding: 0 5px;
  text-align: center;
  color: #369ff2;
}
.EC-pagination .toEdgePage {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #444444;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.EC-pagination .toEdgePage:hover,
.EC-pagination .prev:hover,
.EC-pagination .next:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.EC-pagination .pagebtn {
  display: inline-block;
  height: 30px;
  padding: 4px 16px;
  background: #369ff2;
  border: 1px solid #369ff2;
  font-family: "微软雅黑";
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 4px;
}
label.fieldError {
  line-height: 23px;
  color: #ff0000;
  padding-left: 6px;
}
.saftySetting {
  padding: 20px 20px 0;
}
.saftySetting .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.saftySetting p {
  margin-top: 20px;
  line-height: 24px;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 24px;
  background: #4993fa;
  padding: 2px;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.switch .sButton {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  float: right;
  -webkit-transition: ease 0.5s;
  transition: 0.5s ease;
}
.switch.off {
  background: #dcdcdc;
}
.switch.off .sButton {
  float: left;
}
